Output internal API VIPs
[apex-tripleo-heat-templates.git] / compute-post.yaml
1 heat_template_version: 2015-04-30
2 description: 'Compute Post Deployment'
3 # NOTE: this is a noop for os-apply-config style deployments because
4 # post deployment ordering is controlled by tripleo-image-elements
5
6 parameters:
7   servers:
8     type: json
9   NodeConfigIdentifiers:
10      type: json
11      description: Value which changes if the node configuration may need to be re-applied
12
13 resources:
14
15
16   # Note, this should come last, so use depends_on to ensure
17   # this is created after any other resources.
18   ExtraConfig:
19     type: OS::TripleO::NodeExtraConfigPost
20     properties:
21         servers: {get_param: servers}
22