From b8b5ca12be0de95ee2e52994f705f06722071f18 Mon Sep 17 00:00:00 2001 From: Steven Hardy Date: Thu, 9 Apr 2015 14:28:10 +0100 Subject: Add hooks for extra post-deployment config Adds optional hooks which can run operator defined additional config on nodes after the application deployment has completed. Change-Id: I3f99e648efad82ce2cd51e2d5168c716f0cee8fe --- puppet/ceph-storage-post-puppet.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'puppet/ceph-storage-post-puppet.yaml') diff --git a/puppet/ceph-storage-post-puppet.yaml b/puppet/ceph-storage-post-puppet.yaml index 53ecbe1f..93cc8d1d 100644 --- a/puppet/ceph-storage-post-puppet.yaml +++ b/puppet/ceph-storage-post-puppet.yaml @@ -22,3 +22,12 @@ resources: properties: servers: {get_param: servers} config: {get_resource: CephStoragePuppetConfig} + + # Note, this should come last, so use depends_on to ensure + # this is created after any other resources. + ExtraConfig: + depends_on: CephStorageDeployment_Step1 + type: OS::TripleO::NodeExtraConfigPost + properties: + servers: {get_param: servers} + -- cgit 1.2.3-korg