diff --git a/doc/source/install/advanced_deployment/deploy_manila.rst b/doc/source/install/advanced_deployment/deploy_manila.rst index dd2af9b3..23c4ebfb 100644 --- a/doc/source/install/advanced_deployment/deploy_manila.rst +++ b/doc/source/install/advanced_deployment/deploy_manila.rst @@ -11,8 +11,8 @@ Ceph, Ceph MDS and Manila Ceph environment files are included when deploying the Overcloud:: openstack overcloud deploy --templates \ - -e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml \ - -e /usr/share/openstack-tripleo-heat-templates/environments/services/ceph-mds.yaml \ + -e /usr/share/openstack-tripleo-heat-templates/environments/ceph-ansible/ceph-ansible.yaml \ + -e /usr/share/openstack-tripleo-heat-templates/environments/ceph-ansible/ceph-mds.yaml \ -e /usr/share/openstack-tripleo-heat-templates/environments/manila-cephfsnative-config.yaml .. note:: diff --git a/doc/source/install/basic_deployment/basic_deployment_cli.rst b/doc/source/install/basic_deployment/basic_deployment_cli.rst index 6e47fa2b..188695eb 100644 --- a/doc/source/install/basic_deployment/basic_deployment_cli.rst +++ b/doc/source/install/basic_deployment/basic_deployment_cli.rst @@ -424,13 +424,13 @@ configured for the virtual environment. To customize this, see the output of:: of Ceph for Glance, Cinder, Nova or all of them. To do so, use the following arguments when deploying:: - --ceph-storage-scale -e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml + --ceph-storage-scale -e /usr/share/openstack-tripleo-heat-templates/environments/ceph-ansible/ceph-ansible.yaml When deploying Ceph without dedicated CephStorage nodes, opting for an HCI architecture instead, where the CephOSD service is colocated with the NovaCompute service on the Compute nodes, use the following arguments:: - -e /usr/share/openstack-tripleo-heat-templates/environments/hyperconverged-ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/storage-environment.yaml + -e /usr/share/openstack-tripleo-heat-templates/environments/hyperconverged-ceph.yaml -e /usr/share/openstack-tripleo-heat-templates/environments/ceph-ansible/ceph-ansible.yaml The `hyperconverged-ceph.yaml` environment file will also enable a port on the `StorageMgmt` network for the Compute nodes. This will be the Ceph private