High Security Vulnerability Document Updates (r6, r6ds, r7, r7ds)

Updated Patchset 7 comments
Fixed merge conflicts
Updated review comments from Patchset 4
Closes-Bug:1997909
Fixed build errors
Greg to review and provide inputs

Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com>
Change-Id: I2f630104813210f160fa56e7af7e9754a6d9236a
This commit is contained in:
Juanita-Balaraj
2022-11-23 23:19:15 -05:00
parent ea02a2c7c4
commit e3bbf0564a
25 changed files with 186 additions and 68 deletions

View File

@@ -1,4 +1,6 @@
.. Greg updates required for -High Security Vulnerability Document Updates
.. xvn1592596490325
.. _changing-the-admin-password-on-distributed-cloud:

View File

@@ -1,3 +1,4 @@
.. Greg updates required for -High Security Vulnerability Document Updates
.. pek1594745988225
.. _distributed-upgrade-orchestration-process-using-the-cli:

View File

@@ -69,6 +69,8 @@ subcloud, the subcloud installation has these phases:
files that are referenced in the ``bootstrap.yml`` file must exist on both
controllers (for example, ``/home/sysadmin/docker-registry-ca-cert.pem``).
.. Greg updates required for -High Security Vulnerability Document Updates
.. _increase-subcloud-platform-backup-size:
----------------------------------------------------

View File

@@ -1,4 +1,6 @@
.. Greg updates required for -High Security Vulnerability Document Updates
.. pja1558616715987
|hideable|

View File

@@ -64,6 +64,8 @@ Manually Migrate a Subcloud from AIO-SX to AIO-DX.
.. _use-ansible-playbook-to-migrate-a-subcloud-from-AIO-SX-to-AIO-DX:
.. Updates required for -High Security Vulnerability Document Updates
================================================================
Use Ansible Playbook to Migrate a Subcloud from AIO-SX to AIO-DX
================================================================
@@ -80,10 +82,10 @@ using the ansible playbook.
.. rubric:: |proc|
#. Create a configuration file and specify the |OAM| unit IP addresses and
the ansible ssh password in the **migrate-subcloud1-overrides-EXAMPLE.yml**
file. The existing |OAM| IP address of the |AIO-SX| system will be used as
the |OAM| floating IP address of the new |AIO-DX| system.
#. Use the :command:`ansible-vault create migrate-subcloud1-overrides-EXAMPLE.yml`
command to securely specify the |OAM| unit IP addresses and the ansible
ssh password. The existing |OAM| IP address of the |AIO-SX| system will be
used as the |OAM| floating IP address of the new |AIO-DX| system.
In the following example, 10.10.10.13 and 10.10.10.14 are the new |OAM| unit
IP addresses for controller-0 and controller-1 respectively.
@@ -96,6 +98,9 @@ using the ansible playbook.
"external_oam_node_1_address": "10.10.10.14",
}
Use the :command:`ansible-vault edit migrate-subcloud1-overrides-EXAMPLE.yml`
command if the file needs to be edited after it is created.
#. On the system controller, run the ansible playbook to migrate the |AIO-SX|
subcloud to an |AIO-DX|.
@@ -103,7 +108,7 @@ using the ansible playbook.
.. code-block:: none
~(keystone_admin)$ ansible-playbook /usr/share/ansible/stx-ansible/playbooks/migrate_sx_to_dx.yml -e @migrate-subcloud1-overrides-EXAMPLE.yml -i subcloud1, -v
~(keystone_admin)$ ansible-playbook --ask-vault-pass /usr/share/ansible/stx-ansible/playbooks/migrate_sx_to_dx.yml -e @migrate-subcloud1-overrides-EXAMPLE.yml -i subcloud1, -v
The ansible playbook will lock the subcloud's controller-0, if it not
already locked, apply the configuration changes to convert the subcloud to

View File

@@ -1,3 +1,5 @@
.. Greg updates required for -High Security Vulnerability Document Updates
.. _prestage-subcloud-orchestration-eb516473582f:
===============================

View File

@@ -1,4 +1,6 @@
.. Greg updates required for -High Security Vulnerability Document Updates
.. _rehoming-a-subcloud:
=================

View File

@@ -1,5 +1,7 @@
.. Greg updates required for -High Security Vulnerability Document Updates
.. _reinstalling-a-subcloud-with-redfish-platform-management-service:
=============================================================

View File

@@ -1,4 +1,6 @@
.. Greg updates required for -High Security Vulnerability Document Updates
.. _restoring-subclouds-from-backupdata-using-dcmanager:
=========================================================

View File

@@ -1,3 +1,4 @@
.. Greg updates required for -High Security Vulnerability Document Updates
.. vco1593176327490
.. _upgrading-the-systemcontroller-using-the-cli: