Merge "Introduce container_cli hiera key"

This commit is contained in:
Zuul 2019-01-03 19:03:14 +00:00 committed by Gerrit Code Review
commit 98ac59b933
1 changed files with 7 additions and 0 deletions

View File

@ -74,6 +74,12 @@ parameters:
description: The name of the {{network.name_lower}} network.
type: string
{%- endfor %}
ContainerCli:
type: string
default: 'docker'
description: CLI tool used to manage containers.
constraints:
- allowed_values: ['docker', 'podman']
resources:
@ -149,6 +155,7 @@ resources:
deploy_identifier: {get_param: DeployIdentifier}
stack_action: {get_param: StackAction}
stack_update_type: {get_param: StackUpdateType}
container_cli: {get_param: ContainerCli}
allNodesConfigImpl:
type: OS::Heat::StructuredConfig