aboutsummaryrefslogtreecommitdiffstats
path: root/ceph-storage-post.yaml
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2015-04-09 14:28:10 +0100
committerSteven Hardy <shardy@redhat.com>2015-04-24 10:19:04 +0100
commitb8b5ca12be0de95ee2e52994f705f06722071f18 (patch)
tree1e3bfd3b8d68ca4404ebebfbf159b90f3c018551 /ceph-storage-post.yaml
parent723db1317cd62a8772c764847c80a339eae4c03f (diff)
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
Diffstat (limited to 'ceph-storage-post.yaml')
-rw-r--r--ceph-storage-post.yaml12
1 files changed, 11 insertions, 1 deletions
diff --git a/ceph-storage-post.yaml b/ceph-storage-post.yaml
index 2a0fa043..12d03f18 100644
--- a/ceph-storage-post.yaml
+++ b/ceph-storage-post.yaml
@@ -5,4 +5,14 @@ description: 'Ceph Storage Post Deployment'
parameters:
servers:
- type: json \ No newline at end of file
+ type: json
+
+resources:
+
+ # Note, this should come last, so use depends_on to ensure
+ # this is created after any other resources.
+ ExtraConfig:
+ type: OS::TripleO::NodeExtraConfigPost
+ properties:
+ servers: {get_param: servers}
+