Merge "Switch ContainerCli to podman by default"
This commit is contained in:
commit
37e44456a9
@ -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']
|
||||||
|
@ -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']
|
||||||
|
@ -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']
|
||||||
|
@ -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']
|
||||||
|
@ -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']
|
||||||
|
@ -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']
|
||||||
|
@ -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']
|
||||||
|
@ -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']
|
||||||
|
@ -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']
|
||||||
|
@ -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']
|
||||||
|
@ -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']
|
||||||
|
@ -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']
|
||||||
|
@ -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']
|
||||||
|
@ -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']
|
||||||
|
@ -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']
|
||||||
|
@ -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']
|
||||||
|
@ -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']
|
||||||
|
@ -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']
|
||||||
|
5
releasenotes/notes/container_cli-64a217e8abb508c4.yaml
Normal file
5
releasenotes/notes/container_cli-64a217e8abb508c4.yaml
Normal 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.
|
Loading…
Reference in New Issue
Block a user