diff options
Diffstat (limited to 'deployment/noheat/infra-openstack/ansible/group_vars')
-rw-r--r-- | deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sample | 8 | ||||
-rw-r--r-- | deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sm-onap | 8 |
2 files changed, 12 insertions, 4 deletions
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" 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" |