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