blob: 0c7b62910c5f2dc2d15c4cfd369b82b523ad7733 [file] [log] [blame]
parameters:
jenkins:
client:
job:
ceph-remove-osd:
type: workflow-scm
concurrent: true
display_name: "Ceph - add OSD host"
discard:
build:
keep_num: 50
scm:
type: git
url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
credentials: "gerrit"
script: ceph-add-osd-host.groovy
param:
# general parameters
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