Merge "Function library for major upgrades"
[apex-tripleo-heat-templates.git] / extraconfig / all_nodes / default.yaml
1 heat_template_version: 2014-10-16
2
3 description: >
4   Noop extra config for allnodes extra cluster config
5
6 # Parameters passed from the parent template - note if you maintain
7 # out-of-tree templates they may require additional parameters if the
8 # in-tree templates add a new role.
9 parameters:
10   controller_servers:
11     type: json
12   compute_servers:
13     type: json
14   blockstorage_servers:
15     type: json
16   objectstorage_servers:
17     type: json
18   cephstorage_servers:
19     type: json
20 # Note extra parameters can be defined, then passed data via the
21 # environment parameter_defaults, without modifying the parent template
22
23 outputs:
24   # This value should change if the configuration data has changed
25   # It is used to e.g re-apply puppet after hieradata values change.
26   config_identifier:
27     value: none