From 7804a1af056e1ca685490fb142f2c3982538f586 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 21 Sep 2020 13:41:41 -0400 Subject: [PATCH] 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 --- deploy-guide/source/features/ceph_config.rst | 5 +++++ deploy-guide/source/features/ceph_external.rst | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/deploy-guide/source/features/ceph_config.rst b/deploy-guide/source/features/ceph_config.rst index c0c1833e..bde907b8 100644 --- a/deploy-guide/source/features/ceph_config.rst +++ b/deploy-guide/source/features/ceph_config.rst @@ -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 ------------------------------------------------ diff --git a/deploy-guide/source/features/ceph_external.rst b/deploy-guide/source/features/ceph_external.rst index 892d6aae..40a11d2c 100644 --- a/deploy-guide/source/features/ceph_external.rst +++ b/deploy-guide/source/features/ceph_external.rst @@ -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 ---------------------------------------------