aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf/hardware_environment/huawei-pod5/network_onos.yml
diff options
context:
space:
mode:
authorwutianwei <wutianwei1@huawei.com>2016-12-12 16:51:51 +0800
committerwutianwei <wutianwei1@huawei.com>2016-12-12 17:02:04 +0800
commit3e17a6ec5bfd4006efd969ec67b6b49bb36ac219 (patch)
treec6dfe8c36159f9b321ba6a88dda7d3f4f1bfbe19 /deploy/conf/hardware_environment/huawei-pod5/network_onos.yml
parent8563de45cd6dce04affcd9a52dacd76dad27ecae (diff)
because of replacing the huawei-pod5 with a new pod,
we need to change the configuratuion according the new pod. Change-Id: Ib2bfa54b5fd300fbed5fae77a7f1e6c36fc63b04 Signed-off-by: wutianwei <wutianwei1@huawei.com>
Diffstat (limited to 'deploy/conf/hardware_environment/huawei-pod5/network_onos.yml')
-rw-r--r--deploy/conf/hardware_environment/huawei-pod5/network_onos.yml22
1 files changed, 11 insertions, 11 deletions
diff --git a/deploy/conf/hardware_environment/huawei-pod5/network_onos.yml b/deploy/conf/hardware_environment/huawei-pod5/network_onos.yml
index 69880200..43b0e67b 100644
--- a/deploy/conf/hardware_environment/huawei-pod5/network_onos.yml
+++ b/deploy/conf/hardware_environment/huawei-pod5/network_onos.yml
@@ -13,7 +13,7 @@ provider_net_mappings:
sys_intf_mappings:
- name: mgmt
interface: eth1
- vlan_tag: 125
+ vlan_tag: 3011
type: vlan
role:
- controller
@@ -21,7 +21,7 @@ sys_intf_mappings:
- name: storage
interface: eth1
- vlan_tag: 126
+ vlan_tag: 3012
type: vlan
role:
- controller
@@ -55,10 +55,10 @@ ip_settings:
- name: external
ip_ranges:
- - - "10.145.140.10"
- - "10.145.140.50"
- cidr: "10.145.140.0/24"
- gw: "10.145.140.1"
+ - - "192.168.5.204"
+ - "192.168.5.210"
+ cidr: "192.168.5.0/24"
+ gw: "192.168.5.1"
role:
- controller
- compute
@@ -69,7 +69,7 @@ internal_vip:
interface: mgmt
public_vip:
- ip: 10.145.140.115
+ ip: 192.168.5.211
netmask: "24"
interface: external
@@ -84,7 +84,7 @@ public_net_info:
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.100"
- floating_ip_end: "10.145.140.200"
+ external_gw: "192.168.5.1"
+ floating_ip_cidr: "192.168.5.0/24"
+ floating_ip_start: "192.168.5.215"
+ floating_ip_end: "192.168.5.250"