Merge "Switch ContainerCli to podman by default"

This commit is contained in:
Zuul 2019-03-12 21:39:59 +00:00 committed by Gerrit Code Review
commit 37e44456a9
19 changed files with 23 additions and 18 deletions

View File

@ -75,7 +75,7 @@ parameters:
description: Number of concurrent processes to use when running container-puppet to generate config files. description: Number of concurrent processes to use when running container-puppet to generate config files.
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -59,7 +59,7 @@ parameters:
type: number type: number
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -47,7 +47,7 @@ parameters:
type: number type: number
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -74,7 +74,7 @@ parameters:
type: number type: number
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -54,7 +54,7 @@ parameters:
type: number type: number
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -70,7 +70,7 @@ parameters:
default: 90 default: 90
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -89,7 +89,7 @@ parameters:
type: number type: number
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -47,7 +47,7 @@ parameters:
type: number type: number
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -58,7 +58,7 @@ parameters:
type: string type: string
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -33,7 +33,7 @@ parameters:
description: Controls debugging for the wrapper scripts. description: Controls debugging for the wrapper scripts.
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -50,7 +50,7 @@ parameters:
description: Controls debugging for the wrapper scripts. description: Controls debugging for the wrapper scripts.
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -165,7 +165,7 @@ parameters:
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -51,7 +51,7 @@ parameters:
type: number type: number
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -51,7 +51,7 @@ parameters:
type: number type: number
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -51,7 +51,7 @@ parameters:
type: number type: number
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -29,7 +29,7 @@ parameters:
description: Controls debugging for the wrapper scripts. description: Controls debugging for the wrapper scripts.
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -55,7 +55,7 @@ parameters:
type: number type: number
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -78,7 +78,7 @@ parameters:
{%- endfor %} {%- endfor %}
ContainerCli: ContainerCli:
type: string type: string
default: 'docker' default: 'podman'
description: CLI tool used to manage containers. description: CLI tool used to manage containers.
constraints: constraints:
- allowed_values: ['docker', 'podman'] - allowed_values: ['docker', 'podman']

View File

@ -0,0 +1,5 @@
---
features:
- |
Podman is now the default ContainerCli unless you deploy Pacemaker.
then you must run Docker when deploying on CentOS7.