Merge "Always set NetworkDeploymentActions to its default" into stable/victoria

This commit is contained in:
Zuul 2021-03-01 10:15:17 +00:00 committed by Gerrit Code Review
commit c490a4106a
1 changed files with 2 additions and 0 deletions

View File

@ -349,8 +349,10 @@ parameter_defaults:
ContainerCli: podman
EnablePackageInstall: false
SoftwareConfigTransport: POLL_TEMP_URL
NetworkDeploymentActions: ['CREATE']
{% for role in roles %}
# Parameters generated for {{role.name}} Role
{{role.name}}Services: {{role.ServicesDefault|default([])}}
{{role.name}}NetworkDeploymentActions: []
{% endfor %}