Merge "Synchronize NetworkDeployment inputs for generic roles"
This commit is contained in:
commit
64d720a40d
@ -28,6 +28,10 @@ parameters:
|
||||
constraints:
|
||||
- custom_constraint: nova.keypair
|
||||
{% endif %}
|
||||
NeutronPublicInterface:
|
||||
default: nic1
|
||||
description: What interface to bridge onto br-ex for network nodes.
|
||||
type: string
|
||||
ServiceNetMap:
|
||||
default: {}
|
||||
description: Mapping of service_name -> network name. Typically set
|
||||
@ -351,6 +355,9 @@ resources:
|
||||
config: {get_resource: NetworkConfig}
|
||||
server: {get_resource: {{role}}}
|
||||
actions: {get_param: NetworkDeploymentActions}
|
||||
input_values:
|
||||
bridge_name: br-ex
|
||||
interface_name: {get_param: NeutronPublicInterface}
|
||||
|
||||
{{role}}UpgradeInitConfig:
|
||||
type: OS::Heat::SoftwareConfig
|
||||
|
Loading…
Reference in New Issue
Block a user