diff options
Diffstat (limited to 'src/ceph/qa/packages/packages.yaml')
-rw-r--r-- | src/ceph/qa/packages/packages.yaml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/src/ceph/qa/packages/packages.yaml b/src/ceph/qa/packages/packages.yaml new file mode 100644 index 0000000..e2120d3 --- /dev/null +++ b/src/ceph/qa/packages/packages.yaml @@ -0,0 +1,49 @@ +--- +ceph: + deb: + - ceph + - ceph-mds + - ceph-mgr + - ceph-common + - ceph-fuse + - ceph-test + - radosgw + - python-ceph + - libcephfs2 + - libcephfs-dev + - libcephfs-java + - libcephfs-jni + - librados2 + - librbd1 + - rbd-fuse + - ceph-common-dbg + - ceph-fuse-dbg + - ceph-mds-dbg + - ceph-mgr-dbg + - ceph-mon-dbg + - ceph-osd-dbg + - ceph-test-dbg + - libcephfs2-dbg + - librados2-dbg + - libradosstriper1-dbg + - librbd1-dbg + - librgw2-dbg + - radosgw-dbg + - rbd-fuse-dbg + - rbd-mirror-dbg + - rbd-nbd-dbg + rpm: + - ceph-radosgw + - ceph-test + - ceph + - ceph-mgr + - ceph-fuse + - cephfs-java + - libcephfs_jni1 + - libcephfs2 + - libcephfs-devel + - librados2 + - librbd1 + - python-ceph + - rbd-fuse + - ceph-debuginfo |