From 95343d26c8d2cc9789b87a77748b3e7becd548ca Mon Sep 17 00:00:00 2001 From: "carey.xu" Date: Fri, 18 Sep 2015 14:55:04 +0800 Subject: separate the mgmt vip from public vip, remove HA_VIP Change-Id: Iaa877b7ce93ba9c12bc9be6f3bd101779f07ae9c JIRA: COMPASS-51 --- deploy/conf/network_cfg.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'deploy/conf/network_cfg.yaml') diff --git a/deploy/conf/network_cfg.yaml b/deploy/conf/network_cfg.yaml index 8d8d3216..a5f2c791 100644 --- a/deploy/conf/network_cfg.yaml +++ b/deploy/conf/network_cfg.yaml @@ -14,6 +14,7 @@ sys_intf_mappings: - name: mgmt interface: eth1 vlan_tag: 2 + type: vlan role: - controller - compute @@ -21,6 +22,7 @@ sys_intf_mappings: - name: storage interface: eth1 vlan_tag: 3 + type: vlan role: - controller - compute @@ -28,6 +30,7 @@ sys_intf_mappings: - name: external interface: br-prv vlan_tag: 4 + type: vlan role: - controller - compute @@ -61,6 +64,16 @@ ip_settings: - controller - compute +internal_vip: + ip: 172.16.1.222 + netmask: "24" + interface: mgmt + +public_vip: + ip: 172.16.3.222 + netmask: "24" + interface: external + public_net_info: enable: False network: ext-net -- cgit 1.2.3-korg