summaryrefslogtreecommitdiffstats
path: root/ci/maas/orange/pod2/compute-interfaces.host
diff options
context:
space:
mode:
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
-