diff options
Diffstat (limited to 'deployment/noheat')
-rw-r--r-- | deployment/noheat/cluster-rke/ansible/create.yml | 4 | ||||
-rw-r--r-- | deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sm-onap | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/deployment/noheat/cluster-rke/ansible/create.yml b/deployment/noheat/cluster-rke/ansible/create.yml index 7304dbb6c..296bb9536 100644 --- a/deployment/noheat/cluster-rke/ansible/create.yml +++ b/deployment/noheat/cluster-rke/ansible/create.yml @@ -5,7 +5,7 @@ roles: - role: setup_nfs - name: Set up bastion node for ONAP Docker registry - hosts: "control0" + hosts: "nfs0" become: yes roles: - role: create_bastion @@ -17,6 +17,6 @@ - name: Add cluster hostnames to /etc/hosts file lineinfile: path: /etc/hosts - line: "{{ hostvars['control0']['ansible_default_ipv4']['address'] }} {{ item }}" + line: "{{ hostvars['nfs0']['ansible_default_ipv4']['address'] }} {{ item }}" loop: - "nexus3.onap.org" 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 fbfe432be..cb5168c26 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 @@ -37,6 +37,7 @@ cluster: flavor: "m1.xlarge" keypair: *keypair_name network: *network_name + auto_ip: false securitygroup: *securitygroup_name volume_size: 50 - name: "worker0a" @@ -68,6 +69,5 @@ cluster: flavor: "m1.large" keypair: *keypair_name network: *network_name - auto_ip: false securitygroup: *securitygroup_name volume_size: 150 |