From 5a8fd2ee35b57810292d3b4de0442d472a475d0a Mon Sep 17 00:00:00 2001 From: QiLiang Date: Thu, 10 Nov 2016 06:37:43 +0800 Subject: Update intel pod8 conf file JIRA: - Change-Id: I25be776b05decfbe79c3547f30fbe174d7f14c0d Signed-off-by: QiLiang --- .../conf/hardware_environment/intel-pod8/network.yml | 12 ++++++------ .../hardware_environment/intel-pod8/network_ocl.yml | 20 ++++++++++---------- .../hardware_environment/intel-pod8/network_onos.yml | 16 ++++++++-------- .../intel-pod8/os-nosdn-nofeature-ha.yml | 5 +++++ .../intel-pod8/os-ocl-nofeature-ha.yml | 5 +++++ .../intel-pod8/os-odl_l2-moon-ha.yml | 5 +++++ .../intel-pod8/os-odl_l2-nofeature-ha.yml | 5 +++++ .../intel-pod8/os-odl_l3-nofeature-ha.yml | 5 +++++ .../intel-pod8/os-onos-nofeature-ha.yml | 5 +++++ .../intel-pod8/os-onos-sfc-ha.yml | 5 +++++ 10 files changed, 59 insertions(+), 24 deletions(-) (limited to 'deploy/conf/hardware_environment') diff --git a/deploy/conf/hardware_environment/intel-pod8/network.yml b/deploy/conf/hardware_environment/intel-pod8/network.yml index 659b8075..5107649d 100644 --- a/deploy/conf/hardware_environment/intel-pod8/network.yml +++ b/deploy/conf/hardware_environment/intel-pod8/network.yml @@ -4,7 +4,7 @@ bond_mappings: [] provider_net_mappings: - name: br-prv network: physnet - interface: eth3 + interface: eth1 type: ovs role: - controller @@ -12,8 +12,8 @@ provider_net_mappings: sys_intf_mappings: - name: mgmt - interface: eth2 - vlan_tag: 804 + interface: eth3 + vlan_tag: 854 type: vlan role: - controller @@ -21,7 +21,7 @@ sys_intf_mappings: - name: storage interface: eth2 - vlan_tag: 802 + vlan_tag: 804 type: vlan role: - controller @@ -29,8 +29,7 @@ sys_intf_mappings: - name: external interface: br-prv - vlan_tag: 805 - type: vlan + type: ovs role: - controller - compute @@ -59,6 +58,7 @@ ip_settings: - - "10.8.15.10" - "10.8.15.30" cidr: "10.8.15.0/24" + gw: "10.8.15.1" role: - controller - compute diff --git a/deploy/conf/hardware_environment/intel-pod8/network_ocl.yml b/deploy/conf/hardware_environment/intel-pod8/network_ocl.yml index 23a8da3d..5107649d 100644 --- a/deploy/conf/hardware_environment/intel-pod8/network_ocl.yml +++ b/deploy/conf/hardware_environment/intel-pod8/network_ocl.yml @@ -4,7 +4,7 @@ bond_mappings: [] provider_net_mappings: - name: br-prv network: physnet - interface: eth3 + interface: eth1 type: ovs role: - controller @@ -12,8 +12,8 @@ provider_net_mappings: sys_intf_mappings: - name: mgmt - interface: eth2 - vlan_tag: 804 + interface: eth3 + vlan_tag: 854 type: vlan role: - controller @@ -21,7 +21,7 @@ sys_intf_mappings: - name: storage interface: eth2 - vlan_tag: 802 + vlan_tag: 804 type: vlan role: - controller @@ -29,8 +29,7 @@ sys_intf_mappings: - name: external interface: br-prv - vlan_tag: 805 - type: vlan + type: ovs role: - controller - compute @@ -59,6 +58,7 @@ ip_settings: - - "10.8.15.10" - "10.8.15.30" cidr: "10.8.15.0/24" + gw: "10.8.15.1" role: - controller - compute @@ -84,7 +84,7 @@ public_net_info: router: router-ext enable_dhcp: False no_gateway: False - external_gw: "100.100.100.1" - floating_ip_cidr: "100.100.100.0/24" - floating_ip_start: "100.100.100.30" - floating_ip_end: "100.100.100.120" + external_gw: "10.8.15.1" + floating_ip_cidr: "10.8.15.0/24" + floating_ip_start: "10.8.15.100" + floating_ip_end: "10.8.15.200" diff --git a/deploy/conf/hardware_environment/intel-pod8/network_onos.yml b/deploy/conf/hardware_environment/intel-pod8/network_onos.yml index cbe853d2..c6adfd72 100644 --- a/deploy/conf/hardware_environment/intel-pod8/network_onos.yml +++ b/deploy/conf/hardware_environment/intel-pod8/network_onos.yml @@ -4,7 +4,7 @@ bond_mappings: [] provider_net_mappings: - name: br-prv network: physnet - interface: eth3 + interface: eth2 type: ovs role: - controller @@ -12,8 +12,8 @@ provider_net_mappings: sys_intf_mappings: - name: mgmt - interface: eth2 - vlan_tag: 804 + interface: eth3 + vlan_tag: 854 type: vlan role: - controller @@ -21,7 +21,7 @@ sys_intf_mappings: - name: storage interface: eth2 - vlan_tag: 802 + vlan_tag: 804 type: vlan role: - controller @@ -29,8 +29,7 @@ sys_intf_mappings: - name: external interface: br-prv - vlan_tag: 805 - type: vlan + type: ovs role: - controller - compute @@ -59,6 +58,7 @@ ip_settings: - - "10.8.15.10" - "10.8.15.30" cidr: "10.8.15.0/24" + gw: "10.8.15.1" role: - controller - compute @@ -73,11 +73,11 @@ public_vip: netmask: "24" interface: external -onos_nic: eth4 +onos_nic: eth1 public_net_info: enable: True network: ext-net - type: vxlan + type: flat segment_id: 10 subnet: ext-subnet provider_network: physnet diff --git a/deploy/conf/hardware_environment/intel-pod8/os-nosdn-nofeature-ha.yml b/deploy/conf/hardware_environment/intel-pod8/os-nosdn-nofeature-ha.yml index f026b4f7..87c1e72b 100644 --- a/deploy/conf/hardware_environment/intel-pod8/os-nosdn-nofeature-ha.yml +++ b/deploy/conf/hardware_environment/intel-pod8/os-nosdn-nofeature-ha.yml @@ -11,6 +11,7 @@ hosts: - name: host1 mac: '00:1E:67:D4:30:D2' interfaces: + - eth1: '00:1E:67:D4:30:D1' - eth2: '00:1E:67:C5:5B:28' - eth3: '00:1E:67:C5:5B:29' ipmiIp: 10.2.117.134 @@ -23,6 +24,7 @@ hosts: - name: host2 mac: '00:1E:67:D4:39:B5' interfaces: + - eth1: '00:1E:67:D4:39:B4' - eth2: '00:1E:67:C5:52:24' - eth3: '00:1E:67:C5:52:25' ipmiIp: 10.2.117.136 @@ -34,6 +36,7 @@ hosts: - name: host3 mac: '00:1E:67:D4:31:B2' interfaces: + - eth1: '00:1E:67:D4:31:B1' - eth2: '00:1E:67:C1:FA:E0' - eth3: '00:1E:67:C1:FA:E1' ipmiIp: 10.2.117.138 @@ -45,6 +48,7 @@ hosts: - name: host4 mac: '00:1E:67:D4:34:67' interfaces: + - eth1: '00:1E:67:D4:34:66' - eth2: '00:1E:67:E2:58:80' - eth3: '00:1E:67:E2:58:81' ipmiIp: 10.2.117.140 @@ -55,6 +59,7 @@ hosts: - name: host5 mac: '00:1E:67:D4:38:42' interfaces: + - eth1: '00:1E:67:D4:38:41' - eth2: '00:1E:67:C1:F9:2C' - eth3: '00:1E:67:C1:F9:2D' ipmiIp: 10.2.117.142 diff --git a/deploy/conf/hardware_environment/intel-pod8/os-ocl-nofeature-ha.yml b/deploy/conf/hardware_environment/intel-pod8/os-ocl-nofeature-ha.yml index b8d93d6b..a320174f 100644 --- a/deploy/conf/hardware_environment/intel-pod8/os-ocl-nofeature-ha.yml +++ b/deploy/conf/hardware_environment/intel-pod8/os-ocl-nofeature-ha.yml @@ -11,6 +11,7 @@ hosts: - name: host1 mac: '00:1E:67:D4:30:D2' interfaces: + - eth1: '00:1E:67:D4:30:D1' - eth2: '00:1E:67:C5:5B:28' - eth3: '00:1E:67:C5:5B:29' ipmiIp: 10.2.117.134 @@ -24,6 +25,7 @@ hosts: - name: host2 mac: '00:1E:67:D4:39:B5' interfaces: + - eth1: '00:1E:67:D4:39:B4' - eth2: '00:1E:67:C5:52:24' - eth3: '00:1E:67:C5:52:25' ipmiIp: 10.2.117.136 @@ -34,6 +36,7 @@ hosts: - name: host3 mac: '00:1E:67:D4:31:B2' interfaces: + - eth1: '00:1E:67:D4:31:B1' - eth2: '00:1E:67:C1:FA:E0' - eth3: '00:1E:67:C1:FA:E1' ipmiIp: 10.2.117.138 @@ -44,6 +47,7 @@ hosts: - name: host4 mac: '00:1E:67:D4:34:67' interfaces: + - eth1: '00:1E:67:D4:34:66' - eth2: '00:1E:67:E2:58:80' - eth3: '00:1E:67:E2:58:81' ipmiIp: 10.2.117.140 @@ -54,6 +58,7 @@ hosts: - name: host5 mac: '00:1E:67:D4:38:42' interfaces: + - eth1: '00:1E:67:D4:38:41' - eth2: '00:1E:67:C1:F9:2C' - eth3: '00:1E:67:C1:F9:2D' ipmiIp: 10.2.117.142 diff --git a/deploy/conf/hardware_environment/intel-pod8/os-odl_l2-moon-ha.yml b/deploy/conf/hardware_environment/intel-pod8/os-odl_l2-moon-ha.yml index 62075c05..dde9ebe1 100644 --- a/deploy/conf/hardware_environment/intel-pod8/os-odl_l2-moon-ha.yml +++ b/deploy/conf/hardware_environment/intel-pod8/os-odl_l2-moon-ha.yml @@ -13,6 +13,7 @@ hosts: - name: host1 mac: '00:1E:67:D4:30:D2' interfaces: + - eth1: '00:1E:67:D4:30:D1' - eth2: '00:1E:67:C5:5B:28' - eth3: '00:1E:67:C5:5B:29' ipmiIp: 10.2.117.134 @@ -26,6 +27,7 @@ hosts: - name: host2 mac: '00:1E:67:D4:39:B5' interfaces: + - eth1: '00:1E:67:D4:39:B4' - eth2: '00:1E:67:C5:52:24' - eth3: '00:1E:67:C5:52:25' ipmiIp: 10.2.117.136 @@ -38,6 +40,7 @@ hosts: - name: host3 mac: '00:1E:67:D4:31:B2' interfaces: + - eth1: '00:1E:67:D4:31:B1' - eth2: '00:1E:67:C1:FA:E0' - eth3: '00:1E:67:C1:FA:E1' ipmiIp: 10.2.117.138 @@ -50,6 +53,7 @@ hosts: - name: host4 mac: '00:1E:67:D4:34:67' interfaces: + - eth1: '00:1E:67:D4:34:66' - eth2: '00:1E:67:E2:58:80' - eth3: '00:1E:67:E2:58:81' ipmiIp: 10.2.117.140 @@ -60,6 +64,7 @@ hosts: - name: host5 mac: '00:1E:67:D4:38:42' interfaces: + - eth1: '00:1E:67:D4:38:41' - eth2: '00:1E:67:C1:F9:2C' - eth3: '00:1E:67:C1:F9:2D' ipmiIp: 10.2.117.142 diff --git a/deploy/conf/hardware_environment/intel-pod8/os-odl_l2-nofeature-ha.yml b/deploy/conf/hardware_environment/intel-pod8/os-odl_l2-nofeature-ha.yml index 39f946b3..59f353ec 100644 --- a/deploy/conf/hardware_environment/intel-pod8/os-odl_l2-nofeature-ha.yml +++ b/deploy/conf/hardware_environment/intel-pod8/os-odl_l2-nofeature-ha.yml @@ -11,6 +11,7 @@ hosts: - name: host1 mac: '00:1E:67:D4:30:D2' interfaces: + - eth1: '00:1E:67:D4:30:D1' - eth2: '00:1E:67:C5:5B:28' - eth3: '00:1E:67:C5:5B:29' ipmiIp: 10.2.117.134 @@ -24,6 +25,7 @@ hosts: - name: host2 mac: '00:1E:67:D4:39:B5' interfaces: + - eth1: '00:1E:67:D4:39:B4' - eth2: '00:1E:67:C5:52:24' - eth3: '00:1E:67:C5:52:25' ipmiIp: 10.2.117.136 @@ -36,6 +38,7 @@ hosts: - name: host3 mac: '00:1E:67:D4:31:B2' interfaces: + - eth1: '00:1E:67:D4:31:B1' - eth2: '00:1E:67:C1:FA:E0' - eth3: '00:1E:67:C1:FA:E1' ipmiIp: 10.2.117.138 @@ -48,6 +51,7 @@ hosts: - name: host4 mac: '00:1E:67:D4:34:67' interfaces: + - eth1: '00:1E:67:D4:34:66' - eth2: '00:1E:67:E2:58:80' - eth3: '00:1E:67:E2:58:81' ipmiIp: 10.2.117.140 @@ -58,6 +62,7 @@ hosts: - name: host5 mac: '00:1E:67:D4:38:42' interfaces: + - eth1: '00:1E:67:D4:38:41' - eth2: '00:1E:67:C1:F9:2C' - eth3: '00:1E:67:C1:F9:2D' ipmiIp: 10.2.117.142 diff --git a/deploy/conf/hardware_environment/intel-pod8/os-odl_l3-nofeature-ha.yml b/deploy/conf/hardware_environment/intel-pod8/os-odl_l3-nofeature-ha.yml index f4fadc94..7aa31ffb 100644 --- a/deploy/conf/hardware_environment/intel-pod8/os-odl_l3-nofeature-ha.yml +++ b/deploy/conf/hardware_environment/intel-pod8/os-odl_l3-nofeature-ha.yml @@ -13,6 +13,7 @@ hosts: - name: host1 mac: '00:1E:67:D4:30:D2' interfaces: + - eth1: '00:1E:67:D4:30:D1' - eth2: '00:1E:67:C5:5B:28' - eth3: '00:1E:67:C5:5B:29' ipmiIp: 10.2.117.134 @@ -26,6 +27,7 @@ hosts: - name: host2 mac: '00:1E:67:D4:39:B5' interfaces: + - eth1: '00:1E:67:D4:39:B4' - eth2: '00:1E:67:C5:52:24' - eth3: '00:1E:67:C5:52:25' ipmiIp: 10.2.117.136 @@ -38,6 +40,7 @@ hosts: - name: host3 mac: '00:1E:67:D4:31:B2' interfaces: + - eth1: '00:1E:67:D4:31:B1' - eth2: '00:1E:67:C1:FA:E0' - eth3: '00:1E:67:C1:FA:E1' ipmiIp: 10.2.117.138 @@ -50,6 +53,7 @@ hosts: - name: host4 mac: '00:1E:67:D4:34:67' interfaces: + - eth1: '00:1E:67:D4:34:66' - eth2: '00:1E:67:E2:58:80' - eth3: '00:1E:67:E2:58:81' ipmiIp: 10.2.117.140 @@ -60,6 +64,7 @@ hosts: - name: host5 mac: '00:1E:67:D4:38:42' interfaces: + - eth1: '00:1E:67:D4:38:41' - eth2: '00:1E:67:C1:F9:2C' - eth3: '00:1E:67:C1:F9:2D' ipmiIp: 10.2.117.142 diff --git a/deploy/conf/hardware_environment/intel-pod8/os-onos-nofeature-ha.yml b/deploy/conf/hardware_environment/intel-pod8/os-onos-nofeature-ha.yml index 7606691e..a7b49f3d 100644 --- a/deploy/conf/hardware_environment/intel-pod8/os-onos-nofeature-ha.yml +++ b/deploy/conf/hardware_environment/intel-pod8/os-onos-nofeature-ha.yml @@ -11,6 +11,7 @@ hosts: - name: host1 mac: '00:1E:67:D4:30:D2' interfaces: + - eth1: '00:1E:67:D4:30:D1' - eth2: '00:1E:67:C5:5B:28' - eth3: '00:1E:67:C5:5B:29' ipmiIp: 10.2.117.134 @@ -24,6 +25,7 @@ hosts: - name: host2 mac: '00:1E:67:D4:39:B5' interfaces: + - eth1: '00:1E:67:D4:39:B4' - eth2: '00:1E:67:C5:52:24' - eth3: '00:1E:67:C5:52:25' ipmiIp: 10.2.117.136 @@ -36,6 +38,7 @@ hosts: - name: host3 mac: '00:1E:67:D4:31:B2' interfaces: + - eth1: '00:1E:67:D4:31:B1' - eth2: '00:1E:67:C1:FA:E0' - eth3: '00:1E:67:C1:FA:E1' ipmiIp: 10.2.117.138 @@ -48,6 +51,7 @@ hosts: - name: host4 mac: '00:1E:67:D4:34:67' interfaces: + - eth1: '00:1E:67:D4:34:66' - eth2: '00:1E:67:E2:58:80' - eth3: '00:1E:67:E2:58:81' ipmiIp: 10.2.117.140 @@ -58,6 +62,7 @@ hosts: - name: host5 mac: '00:1E:67:D4:38:42' interfaces: + - eth1: '00:1E:67:D4:38:41' - eth2: '00:1E:67:C1:F9:2C' - eth3: '00:1E:67:C1:F9:2D' ipmiIp: 10.2.117.142 diff --git a/deploy/conf/hardware_environment/intel-pod8/os-onos-sfc-ha.yml b/deploy/conf/hardware_environment/intel-pod8/os-onos-sfc-ha.yml index 11bfd223..da8c1cd3 100644 --- a/deploy/conf/hardware_environment/intel-pod8/os-onos-sfc-ha.yml +++ b/deploy/conf/hardware_environment/intel-pod8/os-onos-sfc-ha.yml @@ -13,6 +13,7 @@ hosts: - name: host1 mac: '00:1E:67:D4:30:D2' interfaces: + - eth1: '00:1E:67:D4:30:D1' - eth2: '00:1E:67:C5:5B:28' - eth3: '00:1E:67:C5:5B:29' ipmiIp: 10.2.117.134 @@ -26,6 +27,7 @@ hosts: - name: host2 mac: '00:1E:67:D4:39:B5' interfaces: + - eth1: '00:1E:67:D4:39:B4' - eth2: '00:1E:67:C5:52:24' - eth3: '00:1E:67:C5:52:25' ipmiIp: 10.2.117.136 @@ -38,6 +40,7 @@ hosts: - name: host3 mac: '00:1E:67:D4:31:B2' interfaces: + - eth1: '00:1E:67:D4:31:B1' - eth2: '00:1E:67:C1:FA:E0' - eth3: '00:1E:67:C1:FA:E1' ipmiIp: 10.2.117.138 @@ -50,6 +53,7 @@ hosts: - name: host4 mac: '00:1E:67:D4:34:67' interfaces: + - eth1: '00:1E:67:D4:34:66' - eth2: '00:1E:67:E2:58:80' - eth3: '00:1E:67:E2:58:81' ipmiIp: 10.2.117.140 @@ -60,6 +64,7 @@ hosts: - name: host5 mac: '00:1E:67:D4:38:42' interfaces: + - eth1: '00:1E:67:D4:38:41' - eth2: '00:1E:67:C1:F9:2C' - eth3: '00:1E:67:C1:F9:2D' ipmiIp: 10.2.117.142 -- cgit 1.2.3-korg