Merge "Change network into net_mgmt"
This commit is contained in:
commit
9f64b6d72c
@ -50,7 +50,7 @@ topology_template:
|
||||
VL1:
|
||||
type: tosca.nodes.nfv.VL
|
||||
properties:
|
||||
network_name: private
|
||||
network_name: net_mgmt
|
||||
vendor: Tacker
|
||||
|
||||
policies:
|
||||
|
@ -9,7 +9,7 @@ outputs:
|
||||
parameters: {}
|
||||
resources:
|
||||
CP1:
|
||||
properties: {network: private, port_security_enabled: false}
|
||||
properties: {network: net_mgmt, port_security_enabled: false}
|
||||
type: OS::Neutron::Port
|
||||
VDU1:
|
||||
properties:
|
||||
|
@ -20,7 +20,7 @@ resources:
|
||||
user_data_format: SOFTWARE_CONFIG
|
||||
type: OS::Nova::Server
|
||||
CP1:
|
||||
properties: {network: private, port_security_enabled: false}
|
||||
properties: {network: net_mgmt, port_security_enabled: false}
|
||||
type: OS::Neutron::Port
|
||||
VDU1_flavor:
|
||||
type: OS::Nova::Flavor
|
||||
|
@ -33,7 +33,7 @@ topology_template:
|
||||
VL1:
|
||||
type: tosca.nodes.nfv.VL
|
||||
properties:
|
||||
network_name: private
|
||||
network_name: net_mgmt
|
||||
vendor: Tacker
|
||||
|
||||
policies:
|
||||
@ -53,4 +53,4 @@ topology_template:
|
||||
method: average
|
||||
comparison_operator: gt
|
||||
action:
|
||||
resize_compute: ''
|
||||
resize_compute: ''
|
||||
|
@ -29,7 +29,7 @@ topology_template:
|
||||
VL1:
|
||||
type: tosca.nodes.nfv.VL
|
||||
properties:
|
||||
network_name: private
|
||||
network_name: net_mgmt
|
||||
vendor: Tacker
|
||||
|
||||
policies:
|
||||
|
Loading…
Reference in New Issue
Block a user