python-tripleoclient/releasenotes/notes/overcloud_ceph_deploy-485f59b64eb93c70.yaml
John Fulton a5d144ff3c Introduce "openstack overcloud ceph deploy"
The new "openstack overcloud ceph deploy" is used to deploy
Ceph after the hardware has been provisioned with networking
and before the overcloud is deployed. The command takes the
output of "openstack overcloud node provision" as input and
returns a Heat enviornment file, e.g. deployed_ceph.yaml,
as output. The deployed_ceph.yaml file may then be passed
to the "openstack overcloud deploy" command as input.

Change-Id: Ie0032190f0c07fd47a36a1915c02f0ba1a9ae2a4
(cherry picked from commit 61e4f4c788)
2021-08-25 13:26:02 -04:00

11 lines
670 B
YAML

---
features:
- |
A new command "openstack overcloud ceph deploy" is added. The command is
used to deploy Ceph after the hardware has been provisioned with networking
and before the overcloud is deployed. The command takes the output of
"openstack overcloud node provision" as input and returns a Heat enviornment
file, e.g. deployed_ceph.yaml, as output. The deployed_ceph.yaml file may then
be passed to the "openstack overcloud deploy" command as input. During overcloud
deployment the Ceph cluster is then configured to host OpenStack. E.g. cephx keys
and pools are still created on the Ceph cluster by "openstack overcloud deploy".