diff --git a/ansible/site.yml b/ansible/site.yml index bb52805d93..1f6cdf3bbb 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -1007,6 +1007,7 @@ gather_facts: false hosts: - zun-api + - zun-wsproxy - zun-compute serial: '{{ kolla_serial|default("0") }}' roles: diff --git a/tests/templates/inventory.j2 b/tests/templates/inventory.j2 index 035e7402b6..b92f3570c3 100644 --- a/tests/templates/inventory.j2 +++ b/tests/templates/inventory.j2 @@ -601,6 +601,9 @@ placement [zun-api:children] zun +[zun-wsproxy:children] +zun + [zun-compute:children] compute