aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorSteven Hardy <shardy@redhat.com>2017-07-04 18:20:10 +0100
committerSteven Hardy <shardy@redhat.com>2017-08-11 15:06:34 +0100
commit1aad286ca39b59d1193d53db9ec25751b5854d48 (patch)
treeaf2556d1044361a1ba2b5c461b433c8a832ace89 /roles
parent4e5ba442189d704deaaa1a922bbcaf5c28e9de40 (diff)
Convert controller-role.yaml to role.role.j2.yaml
Add deprecated role-specific parameters to role definition, in order to special-case some parameters for backwards compatibility, such that the Controller role can be rendered via j2 for support of composable networks. Co-Authored By: Dan Sneddon <dsneddon@redhat.com> Change-Id: I5983f03ae1b7f0b6add793914540b8ca405f9b2b Partially-Implements: blueprint composable-networks
Diffstat (limited to 'roles')
-rw-r--r--roles/Controller.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/Controller.yaml b/roles/Controller.yaml
index d702a63d..224d1356 100644
--- a/roles/Controller.yaml
+++ b/roles/Controller.yaml
@@ -16,6 +16,12 @@
- StorageMgmt
- Tenant
HostnameFormatDefault: '%stackname%-controller-%index%'
+ # Deprecated & backward-compatible values (FIXME: Make parameters consistent)
+ # Set uses_deprecated_params to True if any deprecated params are used.
+ uses_deprecated_params: True
+ deprecated_param_extraconfig: 'controllerExtraConfig'
+ deprecated_param_flavor: 'OvercloudControlFlavor'
+ deprecated_param_image: 'controllerImage'
ServicesDefault:
- OS::TripleO::Services::AodhApi
- OS::TripleO::Services::AodhEvaluator