From 8d3fb6ec13f4328af47a43d33ab1a9f5fff7a2e5 Mon Sep 17 00:00:00 2001 From: Elaine Fonaro Date: Wed, 19 Oct 2022 09:44:17 -0300 Subject: [PATCH] Missing content in Install and Provision the Central Cloud document (r6, r7, dsr6, dsr7) - Added links to each deployment configurations. - Removed the kube-rbac-proxy image. - Need to run Zuul again. - Minor reword and alignments. - Added the kube-rbac-proxy image. - Removed the rvmc image. - Removed the "bold" word as the output text is displayed at a terminal screen. - Restricted the images information only for StarlingX since it is no longer required for the customer doc. Change-Id: I7e9976fd39095efe87dd8a8e72abdb4056df552b Signed-off-by: Elaine Fonaro --- ...ng-and-provisioning-the-central-cloud.rest | 1 - ...ing-and-provisioning-the-central-cloud.rst | 45 ++++++++++--------- 2 files changed, 25 insertions(+), 21 deletions(-) diff --git a/doc/source/_includes/installing-and-provisioning-the-central-cloud.rest b/doc/source/_includes/installing-and-provisioning-the-central-cloud.rest index 4311afa32..7802b2c2c 100644 --- a/doc/source/_includes/installing-and-provisioning-the-central-cloud.rest +++ b/doc/source/_includes/installing-and-provisioning-the-central-cloud.rest @@ -14,6 +14,5 @@ additional_local_registry_images: - - docker.io/starlingx/rvmc:stx.5.0-v1.0.0 - quay.io/external_storage/rbd-provisioner:v2.1.1-k8s1.11 - docker.io/starlingx/ceph-config-helper:v1.15.0 diff --git a/doc/source/dist_cloud/kubernetes/installing-and-provisioning-the-central-cloud.rst b/doc/source/dist_cloud/kubernetes/installing-and-provisioning-the-central-cloud.rst index ece6d830a..38068fcc4 100644 --- a/doc/source/dist_cloud/kubernetes/installing-and-provisioning-the-central-cloud.rst +++ b/doc/source/dist_cloud/kubernetes/installing-and-provisioning-the-central-cloud.rst @@ -11,44 +11,49 @@ system. .. rubric:: |context| -The Central Cloud supports either: +The Central Cloud supports the following deployment configurations: -- |AIO-DX| with 0 or more Worker Nodes deployment +- |AIO-DX| with 0 or more Worker Nodes deployment, see + :ref:`All-in-one (AIO) Duplex Configuration ` -- Standard with dedicated internal Storage Nodes and 1 or more Worker Nodes +- Standard with dedicated internal Storage Nodes and 1 or more Worker Nodes, + see :ref:`Worker Function Performance Profiles ` - Standard with dedicated external Netapp Storage backend and 1 or more Worker - Nodes + Nodes, see + :ref:`Standard Configuration with Dedicated Storage ` -- a Standard with Controller Storage +- Standard with Controller Storage, see + :ref:`Standard Configuration with Controller Storage ` .. rubric:: |proc| Complete the |prod| procedure for your deployment scenario with the -modifications noted above and below. +modifications noted below. .. include:: /_includes/installing-and-provisioning-the-central-cloud.rest :start-after: deployment-scenario-begin :end-before: deployment-scenario-end -You will also need to make the following modifications: - -- when creating the user configuration overrides for the Ansible bootstrap +- When creating the user configuration overrides for the Ansible bootstrap playbook in ``/home/sysadmin/localhost.yml`` - - Add the parameters shown in bold below to your ``/home/sysadmin/localhost.yml`` - Ansible bootstrap override file to indicate that this cloud will play - the role of the Central Cloud / System Controller. + - Add the ``distributed_cloud_role`` parameter (as shown below) to your + ``/home/sysadmin/localhost.yml`` Ansible bootstrap override file to + indicate that this cloud will play the role of the Central Cloud / + System Controller. -- restrict the range of addresses for the management network (using - ``management_start_address`` and ``management_end_address``, as shown below) to - exclude the IP addresses reserved for gateway routers that provide routing - to the subclouds' management subnets. + - Restrict the range of addresses for the management network (using + ``management_start_address`` and ``management_end_address``, as shown below) + to exclude the IP addresses reserved for gateway routers that provide + routing to the subclouds' management subnets. -- Also, include the container images shown in bold below in - ``additional_local_registry_images``, required for support of subcloud - installs with the Redfish Platform Management Service, and subcloud installs - using a Ceph storage backend. +.. only:: starlingx + + - Also, include the container images shown below in + ``additional_local_registry_images``, required for support of subcloud + installs with the Redfish Platform Management Service, and subcloud + installs using a Ceph storage backend. .. include:: /_includes/installing-and-provisioning-the-central-cloud.rest