blob: 258bc7660a0304b8fa6a118c1e78bb58e29b4f59 [file] [log] [blame]
parameters:
jenkins:
client:
job:
ceph-add-node:
type: workflow-scm
concurrent: true
display_name: "Ceph - add node"
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-add-node.groovy
param:
SALT_MASTER_URL:
type: string
description: URL of Salt master
default: "http://${_param:salt_master_host}:6969"
SALT_MASTER_CREDENTIALS:
type: string
description: Credentials for login to Salt API
default: salt
HOST:
type: string
description: OSD HOST that will be added to Ceph cluster (e.g. rgw04*)
default: ''
CLUSTER_FLAGS:
type: string
description: Flags to be aplied before pipeline and after pipeline (comma-separated list)
default: ''
OSD_ONLY:
type: boolean
default: 'false'
description: Add only missing OSDs while keep HOST itself intact
USE_UPMAP:
type: boolean
default: 'false'
description: Use upmap balancer to smooth data migrations