summaryrefslogtreecommitdiffstats
path: root/ci/maas/orange/pod2/compute-interfaces.host
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-05-13 12:40:38 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2016-05-13 12:42:42 -0600
commit1bb7f148a09b261ea0786cbc6a97abd9a629a36c (patch)
treed4c1761a9ac952ccd97643bdf4c03bb333e6e763 /ci/maas/orange/pod2/compute-interfaces.host
parentb580a13a9d7bd0234ffc94f92ecedf859d50b17f (diff)
modified to download both trusty and xenial images.
Change-Id: I9d6897b39d45f037e604d8416bb73932dd9538b5 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/maas/orange/pod2/compute-interfaces.host')
-rw-r--r--ci/maas/orange/pod2/compute-interfaces.host27
1 files changed, 0 insertions, 27 deletions
diff --git a/ci/maas/orange/pod2/compute-interfaces.host b/ci/maas/orange/pod2/compute-interfaces.host
deleted file mode 100644
index 185638e3..00000000
--- a/ci/maas/orange/pod2/compute-interfaces.host
+++ /dev/null
@@ -1,27 +0,0 @@
-#### original juju generated part ####
-auto lo
-
-# Primary interface (defining the default route)
-iface eth0 inet manual
-
-# Bridge to use for LXC/KVM containers
-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
-
-auto brData
-iface brData inet dhcp
- bridge_ports eth5
- bridge_stp off
- bridge_fd 0
- bridge_maxwait 0