aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/infra-openstack/ansible/create.yml
diff options
context:
space:
mode:
authorPawel Wieczorek <p.wieczorek2@samsung.com>2021-01-29 11:22:22 +0100
committerPawel Wieczorek <p.wieczorek2@samsung.com>2021-01-29 11:22:24 +0100
commitcda6d6036449f37692b7ff6be571dd335689732b (patch)
tree7c033f1c8758035d0281f39cda2b1b2786b6e475 /deployment/noheat/infra-openstack/ansible/create.yml
parented760541eb52cf211bda363a63f2da07becd94c8 (diff)
Divide host group into cluster and operation instances
Issue-ID: INT-1601 Change-Id: I799f15077437bcd836c5a38a004d974eed64f707 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'deployment/noheat/infra-openstack/ansible/create.yml')
-rw-r--r--deployment/noheat/infra-openstack/ansible/create.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/deployment/noheat/infra-openstack/ansible/create.yml b/deployment/noheat/infra-openstack/ansible/create.yml
index 2b7cf6366..74d6d1f44 100644
--- a/deployment/noheat/infra-openstack/ansible/create.yml
+++ b/deployment/noheat/infra-openstack/ansible/create.yml
@@ -8,6 +8,8 @@
- openstack/create_devstack_securitygroup
- openstack/create_devstack_keypair
- role: openstack/create_devstack_hosts
+ hosts: "{{ operation.hosts }}"
+ - role: openstack/create_devstack_hosts
hosts: "{{ cluster.hosts }}"
- name: Create cluster operator access keypair
hosts: "operator0"