diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-18 09:46:04 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-01-22 19:50:19 +0000 |
commit | 259ded0952e0f1401e705178b876fd99893808ea (patch) | |
tree | 06a038b3b56d2e1bba46f76956951d5912169ee4 /ci/trusty/ubuntu-nodes-compute/network/interfaces.host | |
parent | 199be024f56a2b941349e90a2b9891c00ddde9b3 (diff) |
deleted as MAAS 1.9 handles all configuration so no need to have
special charm for configuration now.
Change-Id: I7268cee5479898b8da2007c590d9eaae5bb9441a
(cherry picked from commit 1fa4110c2cd0b0f623e2f8444b6088db9fcdd1fd)
Diffstat (limited to 'ci/trusty/ubuntu-nodes-compute/network/interfaces.host')
-rw-r--r-- | ci/trusty/ubuntu-nodes-compute/network/interfaces.host | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/ci/trusty/ubuntu-nodes-compute/network/interfaces.host b/ci/trusty/ubuntu-nodes-compute/network/interfaces.host deleted file mode 100644 index 9377814c..00000000 --- a/ci/trusty/ubuntu-nodes-compute/network/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 - |