aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/conf/vm_environment/huawei-virtual3
diff options
context:
space:
mode:
authorCNlucius <lukai1@huawei.com>2016-07-07 09:39:33 +0800
committerCNlucius CNlucius <lukai1@huawei.com>2016-07-07 08:46:12 +0000
commitf3448cf33d7f51e693ebfaf25d855755d2e73c31 (patch)
tree208466d63d15278405370cc816071a75663f7a01 /deploy/conf/vm_environment/huawei-virtual3
parent2b39b7664eb219d2cc82258323906dbdb9e21ce8 (diff)
COMPASS-428
Add network_onos.yml Change-Id: I628907cd95a7cc8dfa4f386a57cbdb91777d159e Signed-off-by: CNlucius <lukai1@huawei.com>
Diffstat (limited to 'deploy/conf/vm_environment/huawei-virtual3')
-rw-r--r--deploy/conf/vm_environment/huawei-virtual3/network_onos.yml90
1 files changed, 90 insertions, 0 deletions
diff --git a/deploy/conf/vm_environment/huawei-virtual3/network_onos.yml b/deploy/conf/vm_environment/huawei-virtual3/network_onos.yml
new file mode 100644
index 00000000..35fb797d
--- /dev/null
+++ b/deploy/conf/vm_environment/huawei-virtual3/network_onos.yml
@@ -0,0 +1,90 @@
+nic_mappings: []
+bond_mappings: []
+
+provider_net_mappings:
+ - name: br-prv
+ network: physnet
+ interface: eth1
+ type: ovs
+ role:
+ - controller
+ - compute
+
+sys_intf_mappings:
+ - name: mgmt
+ interface: eth1
+ vlan_tag: 101
+ type: vlan
+ role:
+ - controller
+ - compute
+
+ - name: storage
+ interface: eth1
+ vlan_tag: 102
+ type: vlan
+ role:
+ - controller
+ - compute
+
+ - name: external
+ interface: br-prv
+ type: ovs
+ role:
+ - controller
+ - compute
+
+ip_settings:
+ - name: mgmt
+ ip_ranges:
+ - - "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:
+ - - "192.168.101.210"
+ - "192.168.101.220"
+ cidr: "192.168.101.0/24"
+ gw: "192.168.101.1"
+ role:
+ - controller
+ - compute
+
+internal_vip:
+ ip: 172.16.1.222
+ netmask: "24"
+ interface: mgmt
+
+public_vip:
+ ip: 192.168.101.222
+ netmask: "24"
+ interface: external
+
+onos_nic: eth2
+public_net_info:
+ enable: True
+ network: ext-net
+ type: vxlan
+ segment_id: 1000
+ subnet: ext-subnet
+ provider_network: physnet
+ router: router-ext
+ enable_dhcp: False
+ no_gateway: False
+ external_gw: "192.168.101.1"
+ floating_ip_cidr: "192.168.101.0/24"
+ floating_ip_start: "192.168.101.101"
+ floating_ip_end: "192.168.101.199"