diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-12-09 14:04:46 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2015-12-09 15:18:49 -0600 |
commit | f80c82fd5f3369e4c91d5e3836d2a68969912e27 (patch) | |
tree | 6aebccaaf5aa65dadcc2e466ae0f47bf04b0d889 /ci/maas/juniper/pod1/interfaces.host | |
parent | d28fd85ebdd3c5c4a39d4c8a04a6707da2ed3f48 (diff) |
added support for maas deployment for juniper lab.
modified deploy.sh to resolve CI issue.
Change-Id: Ifb0f2aaa6806289d2d5c4b493815dda89478a942
Diffstat (limited to 'ci/maas/juniper/pod1/interfaces.host')
-rw-r--r-- | ci/maas/juniper/pod1/interfaces.host | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ci/maas/juniper/pod1/interfaces.host b/ci/maas/juniper/pod1/interfaces.host new file mode 100644 index 00000000..95ff6713 --- /dev/null +++ b/ci/maas/juniper/pod1/interfaces.host @@ -0,0 +1,24 @@ +#### 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
+
|