parameters: | |
jenkins: | |
client: | |
job: | |
ceph-remove-osd: | |
type: workflow-scm | |
concurrent: true | |
display_name: "Ceph - remove OSD" | |
discard: | |
build: | |
keep_num: 50 | |
scm: | |
type: git | |
url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" | |
branch: "${_param:jenkins_pipelines_branch}" | |
credentials: ${_param:jenkins_gerrit_credentials} | |
script: ceph-remove-osd.groovy | |
param: | |
# general parameters | |
SALT_MASTER_URL: | |
type: string | |
description: URL of Salt master | |
default: "${_param:jenkins_salt_api_url}" | |
SALT_MASTER_CREDENTIALS: | |
type: string | |
description: Credentials for login to Salt API | |
default: salt | |
HOST: | |
type: string | |
description: OSDs on this HOST will be removed from cluster | |
OSD: | |
type: string | |
description: These OSDs at HOST will be removed (comma-separated list) | |
default: '*' | |
CLUSTER_FLAGS: | |
type: string | |
description: Flags to be aplied before pipeline and after pipeline (comma-separated list) | |
WAIT_FOR_HEALTHY: | |
type: boolean | |
default: 'true' | |
description: Wait for healthy during pipeline | |
FAST_WIPE: | |
type: boolean | |
default: 'true' | |
description: Wipe only partition table of each removed disk. Otherwise whole disk will be wiped. Only relevant with osd hosts | |
CLEAN_ORPHANS: | |
type: boolean | |
default: 'false' | |
description: Clean data/block partitions |