summaryrefslogtreecommitdiffstats
path: root/ci/maas/att/virpod1/interfaces.host
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2015-11-30 20:56:38 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2015-11-30 20:56:38 -0600
commitcb5a719425069adfbf539260fa422c1aa1404004 (patch)
treed3bcbe9c6fdfba97bdd5d2de99255ac3ac4a497e /ci/maas/att/virpod1/interfaces.host
parent557767d49de1dde707fb35a2ae803eba9a01b7ce (diff)
added support for att virtual pod1 on Intel NUC. Also added support
of IPv6 based on invocation of IPV6. Change-Id: I6876cff12e25fd9f05b15815d4ac72ce84a78997
Diffstat (limited to 'ci/maas/att/virpod1/interfaces.host')
-rw-r--r--ci/maas/att/virpod1/interfaces.host12
1 files changed, 12 insertions, 0 deletions
diff --git a/ci/maas/att/virpod1/interfaces.host b/ci/maas/att/virpod1/interfaces.host
new file mode 100644
index 00000000..e837b2f1
--- /dev/null
+++ b/ci/maas/att/virpod1/interfaces.host
@@ -0,0 +1,12 @@
+#### 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
+######################################
+