diff options
author | Jenkins <jenkins@review.openstack.org> | 2015-04-29 18:57:02 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2015-04-29 18:57:02 +0000 |
commit | 630fef16a584b130e4aea03b0909ac54ab537ac0 (patch) | |
tree | e651794d029007d220a66b5c56f4548d84786f16 /controller-post.yaml | |
parent | d3ad26e0ecf6634d0437235abd89f9f0d282d020 (diff) | |
parent | b8b5ca12be0de95ee2e52994f705f06722071f18 (diff) |
Merge "Add hooks for extra post-deployment config"
Diffstat (limited to 'controller-post.yaml')
-rw-r--r-- | controller-post.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/controller-post.yaml b/controller-post.yaml index 31a3062a..e630c221 100644 --- a/controller-post.yaml +++ b/controller-post.yaml @@ -6,3 +6,12 @@ description: 'Controller Post Deployment' parameters: servers: 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} |