Merge "Move per role Services defaults into environment file"
This commit is contained in:
commit
eab3b9f72e
@ -214,3 +214,8 @@ resource_registry:
|
||||
parameter_defaults:
|
||||
EnablePackageInstall: false
|
||||
SoftwareConfigTransport: POLL_TEMP_URL
|
||||
|
||||
{% for role in roles %}
|
||||
# Parameters generated for {{role.name}} Role
|
||||
{{role.name}}Services: {{role.ServicesDefault|default([])}}
|
||||
{% endfor %}
|
||||
|
@ -121,7 +121,6 @@ parameters:
|
||||
resource_registry) which represent nested stacks
|
||||
for each service that should get installed on the {{role.name}} role.
|
||||
type: comma_delimited_list
|
||||
default: {{role.ServicesDefault|default([])}}
|
||||
|
||||
{{role.name}}Count:
|
||||
description: Number of {{role.name}} nodes to deploy
|
||||
|
Loading…
x
Reference in New Issue
Block a user