aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/ceph-storage.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-09 08:56:59 +0000
committerGerrit Code Review <review@openstack.org>2015-10-09 08:56:59 +0000
commit2657c78dc44684b6e881fa0598897a4f1bce5b6c (patch)
tree1d74413bdf7ad030a5344f2324490bdc9641b03b /puppet/ceph-storage.yaml
parent15b081fd78f9212158622d3460ac1e9a57e27219 (diff)
parent1b70744623eb9b65a762aed9ce67c74dcd054cd3 (diff)
Merge "Wire in NodeExtraConfig interface"
Diffstat (limited to 'puppet/ceph-storage.yaml')
-rw-r--r--puppet/ceph-storage.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/puppet/ceph-storage.yaml b/puppet/ceph-storage.yaml
index 1213d3df..75294599 100644
--- a/puppet/ceph-storage.yaml
+++ b/puppet/ceph-storage.yaml
@@ -181,6 +181,14 @@ resources:
properties:
server: {get_resource: CephStorage}
+ # Hook for site-specific additional pre-deployment config,
+ # applying to all nodes, e.g node registration/unregistration
+ NodeExtraConfig:
+ depends_on: CephStorageExtraConfigPre
+ type: OS::TripleO::NodeExtraConfig
+ properties:
+ server: {get_resource: CephStorage}
+
UpdateConfig:
type: OS::TripleO::Tasks::PackageUpdate