diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-11-23 09:48:47 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-11-23 09:48:47 +0000 |
commit | f6093f3081d70496ca99a358a2e484a85ff02926 (patch) | |
tree | 1ef52d9ca636a5fcefb431dfd40132a2c97d4c5d /puppet/ceph-storage.yaml | |
parent | 17c0f43894ff1ff4d7d8392f4ee1cc129431453c (diff) | |
parent | 52d19892c12ff785adc0f914647307c1287c059c (diff) |
Merge "Allows for customization of NetworkDeployment actions"
Diffstat (limited to 'puppet/ceph-storage.yaml')
-rw-r--r-- | puppet/ceph-storage.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/puppet/ceph-storage.yaml b/puppet/ceph-storage.yaml index 0d968504..0bf0fde4 100644 --- a/puppet/ceph-storage.yaml +++ b/puppet/ceph-storage.yaml @@ -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 |