Merge "Restore AllNodesExtraMapData"
This commit is contained in:
commit
192de6b956
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user