summaryrefslogtreecommitdiffstats
path: root/ci/maas/juniper/pod1/interfaces.host
diff options
context:
space:
mode:
Diffstat (limited to 'ci/maas/juniper/pod1/interfaces.host')
-rw-r--r--ci/maas/juniper/pod1/interfaces.host24
1 files changed, 0 insertions, 24 deletions
diff --git a/ci/maas/juniper/pod1/interfaces.host b/ci/maas/juniper/pod1/interfaces.host
deleted file mode 100644
index 95ff6713..00000000
--- a/ci/maas/juniper/pod1/interfaces.host
+++ /dev/null
@@ -1,24 +0,0 @@
-#### original juju generated part ####
-auto lo
-
-# Primary interface (defining the default route)
-iface p1p1 inet manual
-
-# Bridge to use for LXC/KVM containers
-auto juju-br0
-iface juju-br0 inet dhcp
- bridge_ports p1p1
-######################################
-
-auto p1p2
-iface p1p2 inet manual
-
-# The public network interface
-
-auto brPublic
-iface brPublic inet dhcp
- bridge_ports p1p2
- bridge_stp off
- bridge_fd 0
- bridge_maxwait 0
-