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:
caoyuan 2018-10-22 22:16:43 +08:00
parent fed5b71b64
commit a737296a9b
2 changed files with 4 additions and 0 deletions

View File

@ -1007,6 +1007,7 @@
gather_facts: false
hosts:
- zun-api
- zun-wsproxy
- zun-compute
serial: '{{ kolla_serial|default("0") }}'
roles:

View File

@ -601,6 +601,9 @@ placement
[zun-api:children]
zun
[zun-wsproxy:children]
zun
[zun-compute:children]
compute