summaryrefslogtreecommitdiffstats
path: root/deploy/conf/network_cfg.yaml
diff options
context:
space:
mode:
authorJustin chi <chigang@huawei.com>2015-09-23 16:46:54 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2015-09-23 16:46:54 +0000
commitd16d74fbbe738f0d15366dedf9f5e042505ee1e8 (patch)
tree96f997851c91df8ced27a5bc4596287fe3d37b5f /deploy/conf/network_cfg.yaml
parent8e3005507e0318ec4cf9a1c158a5749c1155263e (diff)
parent5dcc94014a588e6f7bb5cb605b164609ac0b50c7 (diff)
Merge "bug fix: using external_vip as linked dashboard ip"
Diffstat (limited to 'deploy/conf/network_cfg.yaml')
-rw-r--r--deploy/conf/network_cfg.yaml25
1 files changed, 12 insertions, 13 deletions
diff --git a/deploy/conf/network_cfg.yaml b/deploy/conf/network_cfg.yaml
index a5f2c791..d79ff8e5 100644
--- a/deploy/conf/network_cfg.yaml
+++ b/deploy/conf/network_cfg.yaml
@@ -13,7 +13,7 @@ provider_net_mappings:
sys_intf_mappings:
- name: mgmt
interface: eth1
- vlan_tag: 2
+ vlan_tag: 101
type: vlan
role:
- controller
@@ -21,7 +21,7 @@ sys_intf_mappings:
- name: storage
interface: eth1
- vlan_tag: 3
+ vlan_tag: 102
type: vlan
role:
- controller
@@ -29,8 +29,7 @@ sys_intf_mappings:
- name: external
interface: br-prv
- vlan_tag: 4
- type: vlan
+ type: ovs
role:
- controller
- compute
@@ -56,10 +55,10 @@ ip_settings:
- name: external
ip_ranges:
- - - "172.16.3.2"
- - "172.16.3.100"
- cidr: "172.16.3.0/24"
- gw: "172.16.3.1"
+ - - "192.168.50.210"
+ - "192.168.50.220"
+ cidr: "192.168.50.0/24"
+ gw: "192.168.50.1"
role:
- controller
- compute
@@ -70,7 +69,7 @@ internal_vip:
interface: mgmt
public_vip:
- ip: 172.16.3.222
+ ip: 192.168.50.240
netmask: "24"
interface: external
@@ -84,7 +83,7 @@ public_net_info:
router: router-ext
enable_dhcp: False
no_gateway: False
- external_gw: "172.16.3.1"
- floating_ip_cidr: "172.16.3.0/24"
- floating_ip_start: "172.16.3.100"
- floating_ip_end: "172.16.3.254"
+ external_gw: "192.168.50.1"
+ floating_ip_cidr: "192.168.50.0/24"
+ floating_ip_start: "192.168.50.221"
+ floating_ip_end: "192.168.50.231"