diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2015-12-17 16:58:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2015-12-17 16:58:35 +0000 |
commit | 593a7ad51333b5255218ead6642d900aa2809dab (patch) | |
tree | 8cae726ce6783cc1f08db827d102952c4829991d /ci/maas/orange/pod2/control-interfaces.host | |
parent | 69130c6d87ad05e9ea793eb4fd2fc99bd4307778 (diff) | |
parent | b6d5bf61b1ce05d4b67c520ed32cb4c304ec8a72 (diff) |
Merge "Updated orange pod2 deployment file with new control servers and add storage interface on nodes"
Diffstat (limited to 'ci/maas/orange/pod2/control-interfaces.host')
-rw-r--r-- | ci/maas/orange/pod2/control-interfaces.host | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ci/maas/orange/pod2/control-interfaces.host b/ci/maas/orange/pod2/control-interfaces.host index ba8b29cb..e4604461 100644 --- a/ci/maas/orange/pod2/control-interfaces.host +++ b/ci/maas/orange/pod2/control-interfaces.host @@ -8,8 +8,13 @@ iface eth0 inet manual auto juju-br0 iface juju-br0 inet dhcp bridge_ports eth0 + ###################################### +#storage network for ceph on openstack +auto eth1 +iface eth1 inet dhcp +###################################### #data network for VM on openstack auto eth3 iface eth3 inet manual @@ -20,4 +25,3 @@ iface brData inet dhcp bridge_stp off bridge_fd 0 bridge_maxwait 0 - |