Not all ceph branches contain python-rados; the original motivation for
mentioning it in the install task's package list was so that nuke would
remove it. There is another way, though, that doesn't affect the install
task's behavior at all (this is the way).
Signed-off-by: Zack Cerza <zack@redhat.com>
ctx,
conf,
{"deb": install_task.PACKAGES['ceph']['deb'] +
- ['salt-common', 'salt-minion', 'calamari-server'],
+ ['salt-common', 'salt-minion', 'calamari-server', 'python-rados'],
"rpm": install_task.PACKAGES['ceph']['rpm'] +
['salt-common', 'salt-minion', 'calamari-server']})
install_task.remove_sources(ctx, conf)
'radosgw',
'radosgw-dbg',
'python-ceph',
- 'python-rados',
'libcephfs1',
'libcephfs1-dbg',
'libcephfs-java',