Signed-off-by: Travis Rhoden <trhoden@redhat.com>
'-y',
'install',
'ceph',
- 'radosgw',
+ 'ceph-radosgw',
],
)
'ceph',
'ceph-release',
'ceph-common',
- 'radosgw',
+ 'ceph-radosgw',
]
pkg_managers.yum_remove(
'-q',
'install',
'ceph',
- 'radosgw',
+ 'ceph-radosgw',
],
)
packages = [
'ceph',
'ceph-common',
- 'radosgw',
+ 'ceph-radosgw',
]
pkg_managers.yum_remove(
'ceph-common',
'ceph-mon',
'ceph-osd',
- 'radosgw'
+ 'ceph-radosgw'
]
pkg_managers.yum_remove(
'--quiet',
'install',
'ceph',
- 'radosgw',
+ 'ceph-radosgw',
],
)