Allow 'ctlplane' to be used within Net IP Maps
[apex-tripleo-heat-templates.git] / ceph-storage-post.yaml
1 heat_template_version: 2015-04-30
2 description: 'Ceph Storage 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   # Note, this should come last, so use depends_on to ensure
16   # this is created after any other resources.
17   ExtraConfig:
18     type: OS::TripleO::NodeExtraConfigPost
19     properties:
20         servers: {get_param: servers}
21