From a737296a9bbb15b6651715f256e212b7aaa72fa9 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Mon, 22 Oct 2018 22:16:43 +0800 Subject: [PATCH] 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 --- ansible/site.yml | 1 + tests/templates/inventory.j2 | 3 +++ 2 files changed, 4 insertions(+) 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