Include cephadm in the overcloud image
As described in the spec [1], ceph-ansible is going to be deprecated in favour of cephadm and it's distributed as an RPM that can be installed from Ceph repositories. However, since the deployment approach is changed and cephadm requires a Ceph monitor node to bootstrap a minimal cluster, we should include cephadm RPM on the overcloud image. This patch adds the cephadm package to the overcloud image. [1] https://review.opendev.org/c/openstack/tripleo-specs/+/723108 Depends-On: If56c388d8283c93ae8bcb2af3e775d8f6d19b704 Change-Id: I1211e8ac41fdcedf8c64c17936376e1878c467a4changes/12/765512/10
parent
971d567fe6
commit
ed38c431f8
|
@ -1,3 +1,4 @@
|
|||
cephadm:
|
||||
certmonger:
|
||||
fence_agents_package:
|
||||
fence_virt_package:
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
"nfs_package": "nfs-utils",
|
||||
"chrony_package": "chrony",
|
||||
"pacemaker_package": "pacemaker",
|
||||
"pcs_package": "pcs"
|
||||
"pcs_package": "pcs",
|
||||
"cephadm": "cephadm"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue