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. environment files.
default: '' default: ''
SkipPackageUpdate: SkipPackageUpdate:
default: 'false' default: false
description: Set to true to skip the update all packages description: Set to true to skip the update all packages
type: boolean type: boolean
SkipRhelEnforcement: SkipRhelEnforcement:
default: "false" default: false
description: Whether to avoid or not RHEL/OSP policies enforcement on Red Hat. description: Whether to avoid or not RHEL/OSP policies enforcement on Red Hat.
Mainly for CI purpose. It shouldn't matter on other distributions 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. where it's disabled in the role. Set to true to skip the enforcement.
type: string type: boolean
DnfStreams: DnfStreams:
default: [] default: []
description: List of streams to be configured before updating packages. Each list 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. via parameter_defaults in the resource registry.
type: json type: json
SkipRhelEnforcement: SkipRhelEnforcement:
default: 'false' default: false
description: Whether to avoid or not RHEL/OSP policies enforcement on Red Hat. description: Whether to avoid or not RHEL/OSP policies enforcement on Red Hat.
Mainly for CI purpose. It shouldn't matter on other distributions 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. where it's disabled in the role. Set to true to skip the enforcement.
type: string type: boolean
DnfStreams: DnfStreams:
default: [] default: []
description: List of streams to be configured before updating packages. Each list description: List of streams to be configured before updating packages. Each list