mirror of
https://github.com/OpenNebula/one.git
synced 2024-12-22 13:33:52 +03:00
M #-: Add netroles to provision networks
This commit is contained in:
parent
cf5a5b5ed5
commit
f1c8b3d404
@ -19,6 +19,7 @@ networks:
|
||||
- name: "${provision}-public"
|
||||
vn_mad: 'elastic'
|
||||
bridge: 'br0'
|
||||
netrole: 'public'
|
||||
provision:
|
||||
count: "${input.number_public_ips}"
|
||||
ar:
|
||||
@ -32,4 +33,5 @@ vntemplates:
|
||||
vn_mad: 'vxlan'
|
||||
phydev: 'eth0'
|
||||
automatic_vlan_id: 'yes'
|
||||
netrole: 'private'
|
||||
cluster_ids: "${cluster.0.id}"
|
||||
|
@ -19,6 +19,7 @@ networks:
|
||||
- name: "${provision}-public"
|
||||
vn_mad: 'elastic'
|
||||
bridge: 'br0'
|
||||
netrole: 'public'
|
||||
provision:
|
||||
count: "${input.number_public_ips}"
|
||||
ar:
|
||||
@ -32,4 +33,5 @@ vntemplates:
|
||||
vn_mad: 'vxlan'
|
||||
phydev: 'bond0'
|
||||
automatic_vlan_id: 'yes'
|
||||
netrole: 'private'
|
||||
cluster_ids: "${cluster.0.id}"
|
||||
|
Loading…
Reference in New Issue
Block a user