Add missing new default password

Add a missing new default password in ansible playbooks. This review
will be adding the new default password in two files were the old
old default password still exist.

Test Plan:
PASS: Run build-pkgs -c -p playbookconfig.
PASS: Run build-image.
PASS: Run full deploys of an AIO-SX.

Task: 50001
Story: 2011084

Change-Id: I7e06ebb63b167fad7c3ed884bbe0179c3a047563
Signed-off-by: Karla Felix <karla.karolinenogueirafelix@windriver.com>
This commit is contained in:
Karla Felix 2024-06-14 15:36:59 -03:00
parent 1ab87f33ec
commit 298ec79e48
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
{
"ansible_ssh_pass": "St8rlingX*",
"ansible_ssh_pass": "St8rlingXCloud*",
"external_oam_node_0_address": "10.10.10.13",
"external_oam_node_1_address": "10.10.10.14",
}

View File

@ -449,7 +449,7 @@ scheduler_extra_volumes: []
# vault_admin_password).
#
admin_username: admin
admin_password: St8rlingX*
admin_password: St8rlingXCloud*
# INITIAL PASSWORD CHANGE RESPONSE SEQUENCE
# =========================================