diff options
Diffstat (limited to 'deploy/conf')
-rw-r--r-- | deploy/conf/network_cfg.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
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 |