summaryrefslogtreecommitdiffstats
path: root/deploy/templates/virtual_environment/networks/fuel2.xml
diff options
context:
space:
mode:
authorMichal Skalski <mskalski@mirantis.com>2016-08-09 20:06:33 +0200
committerMichal Skalski <mskalski@mirantis.com>2016-08-10 10:59:26 +0200
commitdd0ec92635f3fe60a170be094f4148542372b7e6 (patch)
treefa2698d7ce4b4e857e58903680c4a4301e460cb8 /deploy/templates/virtual_environment/networks/fuel2.xml
parentf8fe6cb863118896bfc157f56ca7185d866db6c0 (diff)
Provide access to mgmt network from host level
Functest framework is trying to access internal endpoints from host level which currently is not possible in virtual deployments. Move mgmt network to untagged interface and setup IP address from mgmt subnet on the linux bridge where mgmt traffic is traversing. There will be corresponding changes in securedlab repository. JIRA: FUEL-167 Change-Id: I29b8ebb23a64e39a4e56b27639a87ce2386b9774 Signed-off-by: Michal Skalski <mskalski@mirantis.com>
Diffstat (limited to 'deploy/templates/virtual_environment/networks/fuel2.xml')
-rw-r--r--deploy/templates/virtual_environment/networks/fuel2.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/templates/virtual_environment/networks/fuel2.xml b/deploy/templates/virtual_environment/networks/fuel2.xml
index 615c92094..558788664 100644
--- a/deploy/templates/virtual_environment/networks/fuel2.xml
+++ b/deploy/templates/virtual_environment/networks/fuel2.xml
@@ -1,5 +1,6 @@
<network>
<name>fuel2</name>
<bridge name='fuel2' stp='on' delay='0'/>
+ <ip address='192.168.0.254' netmask='255.255.255.0'/>
</network>