fix for space forgot in management_ip
ASK [bootstrap-host : Deploy openstack_user_config] ***************************
An exception occurred during task execution. To see the full traceback, use -vvv. The error was: ^
fatal: [localhost]: FAILED! =>
msg: |-
Unexpected failure during module execution: while scanning a simple key
in "<unicode string>", line 106, column 5:
management_ip:172.29.236.100
^
could not find expected ':'
in "<unicode string>", line 107, column 1:
^
stdout: ''
Change-Id: I546739a96a465d144027d50f99629715db078808
Signed-off-by: Ivan Anfimov <lazekteam@gmail.com>
This commit is contained in:
@@ -224,7 +224,7 @@ repo-infra_hosts:
|
||||
coordination_hosts:
|
||||
aio1:
|
||||
ip: {{ bootstrap_host_public_address }}
|
||||
management_ip:{{ bootstrap_host_management_address }}
|
||||
management_ip: {{ bootstrap_host_management_address }}
|
||||
{% if 'infra' in bootstrap_host_scenarios_expanded %}
|
||||
affinity:
|
||||
zookeeper_container: 3
|
||||
|
||||
Reference in New Issue
Block a user