update huawei-us-pod1 network and dha information. 63/6063/2
authorJustin-chi <chigang@huawei.com>
Mon, 11 Jan 2016 01:41:41 +0000 (09:41 +0800)
committerJustin-chi <chigang@huawei.com>
Mon, 11 Jan 2016 02:33:20 +0000 (10:33 +0800)
because the network is not very stable,so I change the
configuration of the POD1

Change-Id: I6dbf55fc8f73b447256566025a463be9258ca62c
Signed-off-by: Justin-chi <chigang@huawei.com>
deploy/conf/hardware_environment/huawei_us_lab/pod1/dha.yml
deploy/conf/hardware_environment/huawei_us_lab/pod1/network.yml

index b1f914d..c7e9335 100644 (file)
@@ -4,32 +4,43 @@ FLAVOR: cluster
 POWER_TOOL: ipmitool
 
 ipmiUser: root
-ipmiPass: root
 ipmiVer: '2.0'
 
 hosts:
   - name: host1
-    mac: '80:FB:06:35:8C:84'
-    ipmiIp: 10.145.140.201
+    mac: '70:7B:E8:77:7B:5F'
+    ipmiIp: 172.16.130.27
+    ipmiPass: huawei@123
     roles:
       - controller
       - ha
 
   - name: host2
-    mac: '4C:B1:6C:90:57:CF'
-    ipmiIp: 10.145.140.202
+    mac: 'E0:24:7F:02:15:A3'
+    ipmiIp: 172.16.130.28
+    ipmiPass: huawei@123
     roles:
       - controller
       - ha
 
+  - name: host3
+    mac: 'D8:49:0B:DA:2A:28'
+    ipmiIp: 172.16.130.29
+    ipmiPass: Huawei@123
+    roles:
+      - compute
+
   - name: host4
-    mac: '4C:B1:6C:90:57:D8'
-    ipmiIp: 10.145.140.204
+    mac: 'D8:49:0B:DA:5B:5D'
+    ipmiIp: 172.16.130.30
+    ipmiPass: Huawei@123
     roles:
       - compute
 
   - name: host5
-    mac: '4C:B1:6C:90:57:D2'
-    ipmiIp: 10.145.140.205
+    mac: 'D8:49:0B:DA:56:85'
+    ipmiIp: 172.16.130.31
+    ipmiPass: Huawei@123
     roles:
       - compute
+
index 4ca8176..154f415 100644 (file)
@@ -29,8 +29,7 @@ sys_intf_mappings:
 
   - name: external
     interface: br-prv
-    vlan_tag: 1411
-    type: vlan
+    type: ovs
     role:
       - controller
       - compute
@@ -56,10 +55,10 @@ ip_settings:
 
   - name: external
     ip_ranges:
-    - - "10.145.140.100"
-      - "10.145.140.110"
-    cidr: "10.145.140.0/23"
-    gw: "10.145.140.1"
+    - - "192.168.10.10"
+      - "192.168.10.50"
+    cidr: "192.168.10.0/24"
+    gw: "192.168.10.1"
     role:
       - controller
       - compute
@@ -70,21 +69,22 @@ internal_vip:
   interface: mgmt
 
 public_vip:
-  ip: 10.145.140.111
-  netmask: "23"
+  ip: 192.168.10.51
+  netmask: "24"
   interface: external
 
+onos_nic: eth2
 public_net_info:
   enable: True
   network: ext-net
-  type: vlan
-  segment_id: 1411
+  type: flat
+  segment_id: 10
   subnet: ext-subnet
   provider_network: physnet
   router: router-ext
   enable_dhcp: False
   no_gateway: False
-  external_gw: "10.145.140.1"
-  floating_ip_cidr: "10.145.140.0/24"
-  floating_ip_start: "10.145.140.121"
-  floating_ip_end: "10.145.140.231"
+  external_gw: "192.168.10.1"
+  floating_ip_cidr: "192.168.10.0/24"
+  floating_ip_start: "192.168.10.100"
+  floating_ip_end: "192.168.10.200"