Fix the zun-wsproxy group missing in site.yml
zun-wsproxy group is used in multinode[1], but it missing from site.yml this PS to fix this. [1]: https://github.com/openstack/kolla-ansible/blob/master/ansible/inventory/multinode#L676 Change-Id: I3b06f15dba5b6569202b038a28fb1a2728cffd25 Closes-Bug: #1799234
This commit is contained in:
parent
fed5b71b64
commit
a737296a9b
@ -1007,6 +1007,7 @@
|
|||||||
gather_facts: false
|
gather_facts: false
|
||||||
hosts:
|
hosts:
|
||||||
- zun-api
|
- zun-api
|
||||||
|
- zun-wsproxy
|
||||||
- zun-compute
|
- zun-compute
|
||||||
serial: '{{ kolla_serial|default("0") }}'
|
serial: '{{ kolla_serial|default("0") }}'
|
||||||
roles:
|
roles:
|
||||||
|
@ -601,6 +601,9 @@ placement
|
|||||||
[zun-api:children]
|
[zun-api:children]
|
||||||
zun
|
zun
|
||||||
|
|
||||||
|
[zun-wsproxy:children]
|
||||||
|
zun
|
||||||
|
|
||||||
[zun-compute:children]
|
[zun-compute:children]
|
||||||
compute
|
compute
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user