Merge "Allows for customization of NetworkDeployment actions"
This commit is contained in:
@@ -54,7 +54,11 @@ parameters:
|
||||
description: |
|
||||
Role specific additional hiera configuration to inject into the cluster.
|
||||
type: json
|
||||
|
||||
NetworkDeploymentActions:
|
||||
type: comma_delimited_list
|
||||
description: >
|
||||
Heat action when to apply network configuration changes
|
||||
default: ['CREATE']
|
||||
|
||||
resources:
|
||||
CephStorage:
|
||||
@@ -126,6 +130,7 @@ resources:
|
||||
properties:
|
||||
config: {get_resource: NetworkConfig}
|
||||
server: {get_resource: CephStorage}
|
||||
actions: {get_param: NetworkDeploymentActions}
|
||||
|
||||
CephStorageDeployment:
|
||||
type: OS::Heat::StructuredDeployment
|
||||
|
@@ -107,6 +107,11 @@ parameters:
|
||||
MysqlVirtualIP:
|
||||
type: string
|
||||
default: ''
|
||||
NetworkDeploymentActions:
|
||||
type: comma_delimited_list
|
||||
description: >
|
||||
Heat action when to apply network configuration changes
|
||||
default: ['CREATE']
|
||||
|
||||
resources:
|
||||
BlockStorage:
|
||||
@@ -178,6 +183,7 @@ resources:
|
||||
properties:
|
||||
config: {get_resource: NetworkConfig}
|
||||
server: {get_resource: BlockStorage}
|
||||
actions: {get_param: NetworkDeploymentActions}
|
||||
|
||||
BlockStorageDeployment:
|
||||
type: OS::Heat::StructuredDeployment
|
||||
|
@@ -273,6 +273,11 @@ parameters:
|
||||
Hostname:
|
||||
type: string
|
||||
default: '' # Defaults to Heat created hostname
|
||||
NetworkDeploymentActions:
|
||||
type: comma_delimited_list
|
||||
description: >
|
||||
Heat action when to apply network configuration changes
|
||||
default: ['CREATE']
|
||||
|
||||
resources:
|
||||
|
||||
@@ -347,6 +352,7 @@ resources:
|
||||
properties:
|
||||
config: {get_resource: NetworkConfig}
|
||||
server: {get_resource: NovaCompute}
|
||||
actions: {get_param: NetworkDeploymentActions}
|
||||
input_values:
|
||||
bridge_name: {get_param: NeutronPhysicalBridge}
|
||||
interface_name: {get_param: NeutronPublicInterface}
|
||||
|
@@ -606,6 +606,11 @@ parameters:
|
||||
Hostname:
|
||||
type: string
|
||||
default: '' # Defaults to Heat created hostname
|
||||
NetworkDeploymentActions:
|
||||
type: comma_delimited_list
|
||||
description: >
|
||||
Heat action when to apply network configuration changes
|
||||
default: ['CREATE']
|
||||
|
||||
resources:
|
||||
|
||||
@@ -702,6 +707,7 @@ resources:
|
||||
properties:
|
||||
config: {get_resource: NetworkConfig}
|
||||
server: {get_resource: Controller}
|
||||
actions: {get_param: NetworkDeploymentActions}
|
||||
input_values:
|
||||
bridge_name: br-ex
|
||||
interface_name: {get_param: NeutronPublicInterface}
|
||||
|
@@ -77,7 +77,11 @@ parameters:
|
||||
description: |
|
||||
Role specific additional hiera configuration to inject into the cluster.
|
||||
type: json
|
||||
|
||||
NetworkDeploymentActions:
|
||||
type: comma_delimited_list
|
||||
description: >
|
||||
Heat action when to apply network configuration changes
|
||||
default: ['CREATE']
|
||||
|
||||
resources:
|
||||
|
||||
@@ -149,6 +153,7 @@ resources:
|
||||
properties:
|
||||
config: {get_resource: NetworkConfig}
|
||||
server: {get_resource: SwiftStorage}
|
||||
actions: {get_param: NetworkDeploymentActions}
|
||||
|
||||
SwiftStorageHieraConfig:
|
||||
type: OS::Heat::StructuredConfig
|
||||
|
Reference in New Issue
Block a user