Updated the migration-inventory.yaml file (r6, dsr6, r7, dsr7, r8, dsr8)

Recheck
Fix conflict
Changed Canada to CA


Signed-off-by: Juanita-Balaraj <juanita.balaraj@windriver.com>
Change-Id: I35322c9523dba4c94eb8fa5ddaaf2542e08eea57
This commit is contained in:
Juanita-Balaraj
2023-05-16 11:55:13 -04:00
parent 113d98ce3a
commit 6ab0eb35a8

View File

@@ -55,29 +55,30 @@ controllers/subclouds.
.. code-block:: none
all:
vars:
system_local_ca_cert: <base64_cert>
system_local_ca_key: <base64_key>
root_ca_cert: <base64_cert>
children:
target_group:
vars:
dns_domain: xyz.com
duration: 2160h # 90d
renewBefore: 360h # 15d
subject_C: Canada
subject_ST: Ontario
subject_L: Ottawa
subject_O: myorganization
subject_OU: engineering
subject_CN: myorganization.com
subject_prefix: starlingx2`
# SSH password to connect to all subclouds
ansible_ssh_user: sysadmin
ansible_ssh_pass: <sysadmin-passwd>
# Sudo password
ansible_become_pass: <sysadmin-passwd>
all:
vars:
system_local_ca_cert: <base64_cert>
system_local_ca_key: <base64_key>
system_root_ca_cert: <base64_cert>
children:
target_group:
vars:
system_platform_certificate:
dns_domain: xyz.com
duration: 2160h # 90d
renewBefore: 360h # 15d
subject_C: CA
subject_ST: Ontario
subject_L: Ottawa
subject_O: myorganization
subject_OU: engineering
subject_CN: myorganization.com
subject_prefix: starlingx2`
# SSH password to connect to all subclouds
ansible_ssh_user: sysadmin
ansible_ssh_pass: <sysadmin-passwd>
# Sudo password
ansible_become_pass: <sysadmin-passwd>
The inventory parameters have the following meanings: