Add a note about enable-ssh-admin and plan_name

Inform the users that the plan_name need to be set if the stack name
isn't "overcloud".

Depends-On: https://review.opendev.org/753095
Change-Id: I1e25acca55a32ec73afb8597fdc9f562d7f32789
This commit is contained in:
Emilien Macchi 2020-09-21 13:41:41 -04:00
parent 7945ee6fac
commit 7804a1af05
2 changed files with 10 additions and 0 deletions

View File

@ -747,6 +747,11 @@ overcloud nodes that Ansible uses to configure Ceph.
Deployment with `ceph-ansible` requires that OSDs run on dedicated
block devices.
.. note::
If the overcloud is named differently than the default ("overcloud"),
then you'll have to set the OVERCLOUD_PLAN variable as well
Adding Ceph Dashboard to a Overcloud deployment
------------------------------------------------

View File

@ -258,6 +258,11 @@ script configures a user on the overcloud nodes that Ansible uses to
configure Ceph. The `for` loop creates the Ceph user on the relevant
overcloud hosts.
.. note::
If the overcloud is named differently than the default ("overcloud"),
then you'll have to set the OVERCLOUD_PLAN variable as well
Deployment of an Overcloud with External Ceph
---------------------------------------------