Hi,
I am trying to setup starlingx 5.0
here is my localhost.yml
##########
system_mode:
simplex
dns_servers:
- 8.8.8.8
-
8.8.4.4
external_oam_subnet:
192.168.88.82/24external_oam_gateway_address:
192.168.88.1
external_oam_floating_address:
192.168.88.83
admin_username: sysadmin
admin_password:
******
ansible_become_pass:
******
##########
When I
run ansible-playbook /usr/share/ansible/stx-ansible/playbooks/bootstrap.yml
, I get stuck at this error
ASK [bootstrap/persist-config :
Fail if populate config script throws an exception]
*************************************************************************************
fatal: [localhost]: FAILED! => {"changed": false, "msg": "Failed to
provision initial system
configuration."}
Full output
of the command is at:
Can
you please help why this is coming up and how to move ahead
?
Thanks,
Shashi