From 1bb7f148a09b261ea0786cbc6a97abd9a629a36c Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 13 May 2016 12:40:38 -0600 Subject: modified to download both trusty and xenial images. Change-Id: I9d6897b39d45f037e604d8416bb73932dd9538b5 Signed-off-by: Narinder Gupta --- ci/maas/orange/pod2/compute-interfaces.host | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 ci/maas/orange/pod2/compute-interfaces.host (limited to 'ci/maas/orange/pod2/compute-interfaces.host') 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 -- cgit 1.2.3-korg