From 3ff5b9114e07349bb4a4b5578394bd799950dcf6 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Sat, 7 Nov 2015 00:38:58 -0600 Subject: added ubuntu charm for local deployment charm to configure the network according to the labs. Change-Id: I103b6dc243f025a4916d1057c247d01ee8f175ee --- ci/maas/orange/pod2/control-interfaces.host | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 ci/maas/orange/pod2/control-interfaces.host (limited to 'ci/maas/orange/pod2/control-interfaces.host') diff --git a/ci/maas/orange/pod2/control-interfaces.host b/ci/maas/orange/pod2/control-interfaces.host new file mode 100644 index 00000000..ba8b29cb --- /dev/null +++ b/ci/maas/orange/pod2/control-interfaces.host @@ -0,0 +1,23 @@ +#### 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 +###################################### + +#data network for VM on openstack +auto eth3 +iface eth3 inet manual + +auto brData +iface brData inet dhcp + bridge_ports eth3 + bridge_stp off + bridge_fd 0 + bridge_maxwait 0 + -- cgit 1.2.3-korg