diff options
Diffstat (limited to 'ci/maas/att/virpod1/interfaces.host')
-rw-r--r-- | ci/maas/att/virpod1/interfaces.host | 12 |
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 +###################################### + |