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