Update intel pod8 conf file 21/24121/2
authorQiLiang <liangqi1@huawei.com>
Wed, 9 Nov 2016 22:37:43 +0000 (06:37 +0800)
committerQiLiang <liangqi1@huawei.com>
Thu, 10 Nov 2016 02:00:42 +0000 (10:00 +0800)
JIRA: -

Change-Id: I25be776b05decfbe79c3547f30fbe174d7f14c0d
Signed-off-by: QiLiang <liangqi1@huawei.com>
deploy/conf/hardware_environment/intel-pod8/network.yml
deploy/conf/hardware_environment/intel-pod8/network_ocl.yml
deploy/conf/hardware_environment/intel-pod8/network_onos.yml
deploy/conf/hardware_environment/intel-pod8/os-nosdn-nofeature-ha.yml
deploy/conf/hardware_environment/intel-pod8/os-ocl-nofeature-ha.yml
deploy/conf/hardware_environment/intel-pod8/os-odl_l2-moon-ha.yml
deploy/conf/hardware_environment/intel-pod8/os-odl_l2-nofeature-ha.yml
deploy/conf/hardware_environment/intel-pod8/os-odl_l3-nofeature-ha.yml
deploy/conf/hardware_environment/intel-pod8/os-onos-nofeature-ha.yml
deploy/conf/hardware_environment/intel-pod8/os-onos-sfc-ha.yml

index 659b807..5107649 100644 (file)
@@ -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
index 23a8da3..5107649 100644 (file)
@@ -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"
index cbe853d..c6adfd7 100644 (file)
@@ -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
index f026b4f..87c1e72 100644 (file)
@@ -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
index b8d93d6..a320174 100644 (file)
@@ -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
index 62075c0..dde9ebe 100644 (file)
@@ -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
index 39f946b..59f353e 100644 (file)
@@ -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
index f4fadc9..7aa31ff 100644 (file)
@@ -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
index 7606691..a7b49f3 100644 (file)
@@ -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
index 11bfd22..da8c1cd 100644 (file)
@@ -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