aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/cinder-storage.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-07-11 09:16:37 +0000
committerGerrit Code Review <review@openstack.org>2016-07-11 09:16:37 +0000
commit869a88d047e4bb9bbc469ba4252e72ef9b5c689d (patch)
tree325962cde0f0fe2eda0ab0a717376c7ba27a73f0 /puppet/cinder-storage.yaml
parent800ee92b751ccdc8adc3375b765705f0c121f8d9 (diff)
parent072b0670cce6d33cc402185731437df63d1782d6 (diff)
Merge "Template param for what command occ runs"
Diffstat (limited to 'puppet/cinder-storage.yaml')
-rw-r--r--puppet/cinder-storage.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/puppet/cinder-storage.yaml b/puppet/cinder-storage.yaml
index ed6afc53..0cbc4a27 100644
--- a/puppet/cinder-storage.yaml
+++ b/puppet/cinder-storage.yaml
@@ -91,10 +91,17 @@ parameters:
ServiceConfigSettings:
type: json
default: {}
+ ConfigCommand:
+ type: string
+ description: Command which will be run whenever configuration data changes
+ default: os-refresh-config
resources:
BlockStorage:
type: OS::Nova::Server
+ metadata:
+ os-collect-config:
+ command: {get_param: ConfigCommand}
properties:
image:
{get_param: Image}