aboutsummaryrefslogtreecommitdiffstats
path: root/cinder-storage.yaml
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2015-06-12 15:43:30 +0100
committerSteven Hardy <shardy@redhat.com>2015-06-16 04:12:09 -0400
commitec3137dc6ec6ff4871125ac2802aefe3c2089805 (patch)
tree08e91e2c6f3002baa610af74f2762d32d53b980a /cinder-storage.yaml
parent48d07db384a3e8a36a2a92e95ef3ad4ed5c6071e (diff)
Make puppet-applying *Post resources depend on hieradata
When you do a stack-update which affects, e.g ControllerDeployment such that some value in hieradata is updated (for example changing the "Debug" parameter to True), we only write the hieradata file and don't reapply the manifests. So we introduce a dependency on the deploy_stdout values from all hieradata applying configs, such that the manifests will be re-applied on update if the data is changed. This requires https://review.openstack.org/#/c/190282/ so that 99-refresh-completed will return the derived config ID as part of the deploy_stdout payload. Closes-Bug: #1463092 Change-Id: I1175248c3236d0c42e37d062afce550efce8aadc
Diffstat (limited to 'cinder-storage.yaml')
-rw-r--r--cinder-storage.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/cinder-storage.yaml b/cinder-storage.yaml
index 9541ed1c..c2824400 100644
--- a/cinder-storage.yaml
+++ b/cinder-storage.yaml
@@ -203,3 +203,6 @@ outputs:
storage_mgmt_ip_address:
description: IP address of the server in the storage_mgmt network
value: {get_attr: [StorageMgmtPort, ip_address]}
+ config_identifier:
+ description: identifier which changes if the node configuration may need re-applying
+ value: "None - NO_SIGNAL"