aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/infra-openstack/vagrant/config/local.conf
diff options
context:
space:
mode:
authorPawel Wieczorek <p.wieczorek2@samsung.com>2020-06-23 16:44:05 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-07-30 09:03:35 +0000
commitfec769788199c2182b8f65f1040960d781dc5610 (patch)
tree6bb42ce7eed5680df31f4b89ceeb1a7cbd15c39b /deployment/noheat/infra-openstack/vagrant/config/local.conf
parent7a58f1ffb1572122e76346156050f0b8c1c35c00 (diff)
Add separate NICs to access OpenStack virtual machines
Dedicated network interface is recommended for accessing OpenStack guest instances [1]. With current Vagrant-based environment "eth2" interface is expected to be assigned as additional NIC (with "eth0" for Vagrant host network and "eth1" for Ansible management network). [1] https://docs.openstack.org/devstack/latest/networking.html Issue-ID: INT-1601 Change-Id: I3798f94db476eef77d02e6f8f7e078fc4b4e7622 Signed-off-by: Pawel Wieczorek <p.wieczorek2@samsung.com>
Diffstat (limited to 'deployment/noheat/infra-openstack/vagrant/config/local.conf')
-rw-r--r--deployment/noheat/infra-openstack/vagrant/config/local.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/noheat/infra-openstack/vagrant/config/local.conf b/deployment/noheat/infra-openstack/vagrant/config/local.conf
index f8912868a..c301d853c 100644
--- a/deployment/noheat/infra-openstack/vagrant/config/local.conf
+++ b/deployment/noheat/infra-openstack/vagrant/config/local.conf
@@ -1,4 +1,5 @@
[[local|localrc]]
+PUBLIC_INTERFACE=eth2
ADMIN_PASSWORD=default123456!
DATABASE_PASSWORD=$ADMIN_PASSWORD
RABBIT_PASSWORD=$ADMIN_PASSWORD