diff options
author | your name <email@163.com> | 2015-09-09 03:26:11 -0400 |
---|---|---|
committer | your name <email@163.com> | 2015-09-09 03:26:11 -0400 |
commit | 72039e915d1fc960bd0d7fccd910ea282d61bee7 (patch) | |
tree | 60452129b1b9f3c3419b4a29a038f5f0cbade5f7 /deploy/conf | |
parent | cf87d3067a63cb8be315a3addfd9c27d86be3b5a (diff) |
Compass Netconfig optimization
Change-Id: Icbcfc7d794623436f22be5f6763b212a25d4fac7
JIRA: COMPASS-30
Diffstat (limited to 'deploy/conf')
-rw-r--r-- | deploy/conf/network_cfg.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/deploy/conf/network_cfg.yaml b/deploy/conf/network_cfg.yaml index 73d05ac2..8d8d3216 100644 --- a/deploy/conf/network_cfg.yaml +++ b/deploy/conf/network_cfg.yaml @@ -6,17 +6,31 @@ provider_net_mappings: network: physnet interface: eth1 type: ovs + role: + - controller + - compute sys_intf_mappings: - name: mgmt interface: eth1 vlan_tag: 2 + role: + - controller + - compute + - name: storage interface: eth1 vlan_tag: 3 + role: + - controller + - compute + - name: external interface: br-prv vlan_tag: 4 + role: + - controller + - compute ip_settings: - name: mgmt @@ -24,12 +38,18 @@ ip_settings: - - "172.16.1.1" - "172.16.1.254" cidr: "172.16.1.0/24" + role: + - controller + - compute - name: storage ip_ranges: - - "172.16.2.1" - "172.16.2.254" cidr: "172.16.2.0/24" + role: + - controller + - compute - name: external ip_ranges: @@ -37,8 +57,12 @@ ip_settings: - "172.16.3.100" cidr: "172.16.3.0/24" gw: "172.16.3.1" + role: + - controller + - compute public_net_info: + enable: False network: ext-net type: vlan segment_id: 1000 |