From 3ced063b490cb05bf2332e85358c795e367491ce Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Mon, 23 Feb 2015 14:00:24 -0500 Subject: BlockStore: Exec puppet after all configuration This patch adds a new BlockStoreNodesPostDeployment resource which can be used along with the environment file to specify a nested stack which is guaranteed to execute after all the BlockStore config deployments have executed. This is really useful for Puppet in that Heat actually controls where puppet executes in the deployment process and we want to ensure puppet runs after all hiera configuration data has be deployed to the nodes. With the previous approach some of the data would be there, but allNodes data would not be guaranteed to be there in time. As os-apply-config (tripleo-image-elements) have their ordering controlled within the elements themselves an empty stubbed in nested stack has been added so that we don't break that implementation. Change-Id: I29b3574e341eecd53b2867788f415bff153cfa9f --- cinder-storage-post.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cinder-storage-post.yaml (limited to 'cinder-storage-post.yaml') diff --git a/cinder-storage-post.yaml b/cinder-storage-post.yaml new file mode 100644 index 00000000..0331685a --- /dev/null +++ b/cinder-storage-post.yaml @@ -0,0 +1,8 @@ +heat_template_version: 2014-10-16 +description: 'Common Block Storage Post Deployment' +# NOTE: this is a noop for os-apply-config style deployments because +# post deployment ordering is controlled by tripleo-image-elements + +parameters: + servers: + type: json -- cgit 1.2.3-korg