Merge "Restore AllNodesExtraMapData"

This commit is contained in:
Zuul 2019-07-30 01:01:56 +00:00 committed by Gerrit Code Review
commit 192de6b956
1 changed files with 5 additions and 0 deletions

View File

@ -203,6 +203,10 @@ parameters:
default: false
description: Whether this is an cell additional to the default cell.
type: boolean
AllNodesExtraMapData:
default: {}
type: json
description: Map of extra data (hieradata) to set on each node.
conditions:
{% for role in enabled_roles %}
@ -369,6 +373,7 @@ outputs:
cloud_names: {get_param: CloudNames}
enable_internal_tls: {get_param: EnableInternalTLS}
cloud_domain: {get_param: CloudDomain}
all_nodes_extra_map_data: {get_param: AllNodesExtraMapData}
common_deploy_steps_tasks: {get_file: deploy-steps-tasks.yaml}
docker_puppet_script: {get_file: ./container-puppet.py}
all_nodes_validation_script.sh : {get_file: ../validation-scripts/all-nodes.sh}