
-stx_config.ini_centos file and all code related to it deleted. -localhost.yml updates ansible_become_pass value based on password parameter. -Ip's used in the VM are now set from the localhost.yml -ruamel.yaml added to requirementes.txt Test Plan: PASS: localhost.yml is succesfully overriten PASS: ip variables are set from localhost.yml Story: 2005051 Task: 47953 Change-Id: Ieb5fe5d6c0a7da5ef1b6aa7488d6edf48f4cc527 Signed-off-by: Daniel Caires <daniel.caires@encora.com>
13 lines
260 B
YAML
13 lines
260 B
YAML
system_mode: simplex
|
|
|
|
dns_servers:
|
|
- 1.1.1.1
|
|
- 8.8.8.8
|
|
|
|
external_oam_subnet: 10.10.10.0/24
|
|
external_oam_gateway_address: 10.10.10.1
|
|
external_oam_floating_address: 10.10.10.3
|
|
|
|
admin_username: admin
|
|
admin_password: Li69nux*
|
|
ansible_become_pass: <system-password> |