aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf/hardware_environment/huawei_us_lab/pod1/network.yml
diff options
context:
space:
mode:
authorJustin-chi <chigang@huawei.com>2016-01-11 09:41:41 +0800
committerJustin chi <chigang@huawei.com>2016-01-11 03:25:59 +0000
commit807bd4a6b81f6574a7f8c489220c1d0a1815a1e7 (patch)
tree3448653cd5354ba442e8794239de50aecd03f7cd /deploy/conf/hardware_environment/huawei_us_lab/pod1/network.yml
parent946eb1fca19b9d25ec4d55f639b07cbd233f4fe0 (diff)
update huawei-us-pod1 network and dha information.
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> (cherry picked from commit c2dd674b7c65256dfa88d97a5604a592e9a024fd)
Diffstat (limited to 'deploy/conf/hardware_environment/huawei_us_lab/pod1/network.yml')
-rw-r--r--deploy/conf/hardware_environment/huawei_us_lab/pod1/network.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/deploy/conf/hardware_environment/huawei_us_lab/pod1/network.yml b/deploy/conf/hardware_environment/huawei_us_lab/pod1/network.yml
index 4ca8176f..154f4150 100644
--- a/deploy/conf/hardware_environment/huawei_us_lab/pod1/network.yml
+++ b/deploy/conf/hardware_environment/huawei_us_lab/pod1/network.yml
@@ -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"