From cda6d6036449f37692b7ff6be571dd335689732b Mon Sep 17 00:00:00 2001 From: Pawel Wieczorek Date: Fri, 29 Jan 2021 11:22:22 +0100 Subject: Divide host group into cluster and operation instances Issue-ID: INT-1601 Change-Id: I799f15077437bcd836c5a38a004d974eed64f707 Signed-off-by: Pawel Wieczorek --- .../noheat/infra-openstack/ansible/group_vars/all.yml.sample | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample') diff --git a/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample b/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample index 7ca72de10..72d37a303 100644 --- a/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample +++ b/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample @@ -16,8 +16,8 @@ image: name: &image_name "Ubuntu_18.04" user: "ubuntu" -cluster: - name: "cluster0" +operation: + name: "operation0" hosts: - name: "operator0" image: *image_name @@ -26,6 +26,10 @@ cluster: network: *network_name securitygroup: *securitygroup_name volume_size: 5 + +cluster: + name: "cluster0" + hosts: - name: "worker0" image: *image_name flavor: "m1.tiny" -- cgit 1.2.3-korg