Merge "Make SkipRhelEnforcement boolean"

This commit is contained in:
Zuul 2021-04-22 20:08:46 +00:00 committed by Gerrit Code Review
commit f61ae452b6
2 changed files with 5 additions and 5 deletions

View File

@ -85,15 +85,15 @@ parameters:
environment files.
default: ''
SkipPackageUpdate:
default: 'false'
default: false
description: Set to true to skip the update all packages
type: boolean
SkipRhelEnforcement:
default: "false"
default: false
description: Whether to avoid or not RHEL/OSP policies enforcement on Red Hat.
Mainly for CI purpose. It shouldn't matter on other distributions
where it's disabled in the role. Set to true to skip the enforcement.
type: string
type: boolean
DnfStreams:
default: []
description: List of streams to be configured before updating packages. Each list

View File

@ -28,11 +28,11 @@ parameters:
via parameter_defaults in the resource registry.
type: json
SkipRhelEnforcement:
default: 'false'
default: false
description: Whether to avoid or not RHEL/OSP policies enforcement on Red Hat.
Mainly for CI purpose. It shouldn't matter on other distributions
where it's disabled in the role. Set to true to skip the enforcement.
type: string
type: boolean
DnfStreams:
default: []
description: List of streams to be configured before updating packages. Each list