Signed-off-by: Sage Weil <sage@redhat.com>
'-y',
'install',
'ceph',
+ 'radosgw',
],
)
'ceph',
'ceph-release',
'ceph-common',
+ 'radosgw',
]
pkg_managers.yum_remove(
'ceph-mds',
'ceph-common',
'ceph-fs-common',
+ 'radosgw',
# ceph only recommends gdisk, make sure we actually have
# it; only really needed for osds, but minimal collateral
'gdisk',
'ceph-mds',
'ceph-common',
'ceph-fs-common',
+ 'radosgw',
]
pkg_managers.apt_remove(
conn,
'-q',
'install',
'ceph',
+ 'radosgw',
],
)
packages = [
'ceph',
'ceph-common',
+ 'radosgw',
]
pkg_managers.yum_remove(
# Some custom repos do not need to install ceph
if install_ceph:
- pkg_managers.yum(distro.conn, ['ceph', 'ceph-mon', 'ceph-osd'])
+ pkg_managers.yum(distro.conn, ['ceph', 'ceph-mon', 'ceph-osd', 'radosgw'])
'ceph',
'ceph-common',
'ceph-mon',
- 'ceph-osd'
+ 'ceph-osd',
+ 'radosgw'
]
pkg_managers.yum_remove(
'--quiet',
'install',
'ceph',
+ 'radosgw',
],
)
'libcephfs1',
'librados2',
'librbd1',
+ 'radosgw',
]
cmd = [
'zypper',