diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-13 18:43:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-13 18:43:41 +0000 |
commit | 9d8c8164eddfaa12019b26292c55c8971b170f64 (patch) | |
tree | 665da6074ac8d476bb776fc0f2cae65b1fdafeb8 /ci/maas/orange/pod2/interfaces.host | |
parent | 3be824ad16a972f29eaa100544a1fdfddb344258 (diff) | |
parent | 1bb7f148a09b261ea0786cbc6a97abd9a629a36c (diff) |
Merge "modified to download both trusty and xenial images."
Diffstat (limited to 'ci/maas/orange/pod2/interfaces.host')
-rw-r--r-- | ci/maas/orange/pod2/interfaces.host | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/ci/maas/orange/pod2/interfaces.host b/ci/maas/orange/pod2/interfaces.host deleted file mode 100644 index 9377814c..00000000 --- a/ci/maas/orange/pod2/interfaces.host +++ /dev/null @@ -1,36 +0,0 @@ -#### 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 -###################################### - -auto eth2 -iface eth2 inet manual - -auto eth2.721 -iface eth2.721 inet manual - -auto brData -iface brData inet dhcp - bridge_ports eth2.721 - bridge_stp off - bridge_fd 0 - bridge_maxwait 0 - -# The public network interface -auto eth2.724 -iface eth2.724 inet manual - -auto brPublic -iface brPublic inet dhcp - bridge_ports eth2.724 - bridge_stp off - bridge_fd 0 - bridge_maxwait 0 - |