diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-08-28 11:59:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-28 11:59:27 +0000 |
commit | c428e40dfac44b6a877b99d21e01ae899189a26d (patch) | |
tree | b92b4859ebe1b45118ce16939b7d38d171dbf48a /labconfig/nokia/pod1/jumphost_interfaces | |
parent | 5eb47511c7e7ceaeef3f5c82f8e625cb36978546 (diff) | |
parent | b2ebcd65ca4125b960bac2a02f5bbd0bcdcfac76 (diff) |
Merge "Add Nokia pod 1 deployment config and details"
Diffstat (limited to 'labconfig/nokia/pod1/jumphost_interfaces')
-rw-r--r-- | labconfig/nokia/pod1/jumphost_interfaces | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/labconfig/nokia/pod1/jumphost_interfaces b/labconfig/nokia/pod1/jumphost_interfaces new file mode 100644 index 00000000..347b31bf --- /dev/null +++ b/labconfig/nokia/pod1/jumphost_interfaces @@ -0,0 +1,43 @@ +# jumphost:/etc/network/interfaces + +source /etc/network/interfaces.d/* + +# The loopback network interface +auto lo +iface lo inet loopback + +# Port P6 - access vlan 93 +iface ens255f0 inet manual +auto brExt +iface brExt inet static + bridge_ports ens255f0 + address 10.21.19.100 + gateway 10.21.19.97 + network 10.21.19.96 + broadcast 10.21.19.127 + netmask 255.255.255.224 + dns-nameservers 8.8.8.8 + +# Port P5 - access vlan 92 +iface ens255f1 inet manual +auto brAdmin +iface brAdmin inet static + bridge_ports ens255f1 + address 192.168.50.5 + netmask 255.255.255.0 + +# Port P4 - access vlan 1704 +iface ens4f0 inet manual +auto brData +iface brData inet static + bridge_ports ens4f0 + address 192.168.40.5 + netmask 255.255.255.0 + +# Port P3 - access vlan 1703 +iface ens4f1 inet manual +auto brStorage +iface brStorage inet static + bridge_ports ens4f1 + address 192.168.30.5 + netmask 255.255.255.0 |