summaryrefslogtreecommitdiffstats
path: root/ci/maas/orange/pod2/compute-interfaces.host
diff options
context:
space:
mode:
authorDavid Blaisonneau <david.blaisonneau@orange.com>2015-12-15 16:23:38 +0100
committerDavid Blaisonneau <david.blaisonneau@orange.com>2015-12-17 17:55:02 +0100
commitb6d5bf61b1ce05d4b67c520ed32cb4c304ec8a72 (patch)
treeba4f6044e8393a64218312091b5138550f400110 /ci/maas/orange/pod2/compute-interfaces.host
parent4319c23ea317142a73a73da48f77aec52cf904a0 (diff)
Updated orange pod2 deployment file with new control servers and add storage interface on nodes
Change-Id: I2c37d3d725e114996cbaed9e7d875582fbee9f47 Signed-off-by: David Blaisonneau <david.blaisonneau@orange.com>
Diffstat (limited to 'ci/maas/orange/pod2/compute-interfaces.host')
-rw-r--r--ci/maas/orange/pod2/compute-interfaces.host6
1 files changed, 5 insertions, 1 deletions
diff --git a/ci/maas/orange/pod2/compute-interfaces.host b/ci/maas/orange/pod2/compute-interfaces.host
index 28c22feb..185638e3 100644
--- a/ci/maas/orange/pod2/compute-interfaces.host
+++ b/ci/maas/orange/pod2/compute-interfaces.host
@@ -8,8 +8,13 @@ iface eth0 inet manual
auto juju-br0
iface juju-br0 inet dhcp
bridge_ports eth0
+
######################################
+#storage network for ceph on openstack
+auto eth1
+iface eth1 inet dhcp
+######################################
#data network for VM on openstack
auto eth5
iface eth5 inet manual
@@ -20,4 +25,3 @@ iface brData inet dhcp
bridge_stp off
bridge_fd 0
bridge_maxwait 0
-