diff options
author | 2021-01-29 11:22:22 +0100 | |
---|---|---|
committer | 2021-01-29 11:22:24 +0100 | |
commit | cda6d6036449f37692b7ff6be571dd335689732b (patch) | |
tree | 7c033f1c8758035d0281f39cda2b1b2786b6e475 /deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sm-onap | |
parent | ed760541eb52cf211bda363a63f2da07becd94c8 (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/group_vars/all.yml.sm-onap')
-rw-r--r-- | deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sm-onap | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sm-onap b/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sm-onap index e3ae6b346..744f91839 100644 --- a/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sm-onap +++ b/deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sm-onap @@ -15,8 +15,8 @@ image: name: &image_name "Ubuntu_18.04" user: "ubuntu" -cluster: - name: "cluster0" +operation: + name: "operation0" hosts: - name: "operator0" image: *image_name @@ -25,6 +25,10 @@ cluster: network: *network_name securitygroup: *securitygroup_name volume_size: 20 + +cluster: + name: "cluster0" + hosts: - name: "control0" image: *image_name flavor: "m1.xlarge" |