From 807bd4a6b81f6574a7f8c489220c1d0a1815a1e7 Mon Sep 17 00:00:00 2001 From: Justin-chi Date: Mon, 11 Jan 2016 09:41:41 +0800 Subject: 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 (cherry picked from commit c2dd674b7c65256dfa88d97a5604a592e9a024fd) --- .../huawei_us_lab/pod1/network.yml | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'deploy/conf/hardware_environment/huawei_us_lab/pod1/network.yml') 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" -- cgit 1.2.3-korg