From d3ca7e0aff94ff066e2f17702adca7a1ac20285f Mon Sep 17 00:00:00 2001 From: Maciej Wereski Date: Wed, 28 Jul 2021 13:13:47 +0000 Subject: noheat deployment: use nfs0 as nexus3 bastion Bastion rules may cause DNS malfunction sometimes. It won't be an issue on NFS server but might be on control or operator host. Issue-ID: INT-1601 Signed-off-by: Maciej Wereski Change-Id: I23f49a20257c34475ed02f4c0df036f0ded450f4 --- deployment/noheat/infra-openstack/ansible/group_vars/all.yml.sm-onap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deployment/noheat/infra-openstack') 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 -- cgit 1.2.3-korg