blob: 949154d2d2bafe6be8b117bfa9d7f9204964571c [file] [log] [blame]
Mateusz Losd8dec642019-03-22 11:39:03 +01001parameters:
2 jenkins:
3 client:
4 job:
5 ceph-add-osd-upmap:
6 type: workflow-scm
7 concurrent: true
8 display_name: "Ceph - add osd"
9 description: "This pipeline requires ceph luminous version, all clients must be upgraded to luminous version to proceed."
10 discard:
11 build:
12 keep_num: 50
13 scm:
14 type: git
15 url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
16 branch: "${_param:jenkins_pipelines_branch}"
Sergey Galkin4cf87b92019-06-19 17:53:07 +040017 credentials: ${_param:jenkins_gerrit_credentials}
Mateusz Losd8dec642019-03-22 11:39:03 +010018 script: ceph-add-osd-upmap.groovy
19 param:
20 # general parameters
21 SALT_MASTER_URL:
22 type: string
23 description: URL of Salt master
24 default: "${_param:jenkins_salt_api_url}"
25 SALT_MASTER_CREDENTIALS:
26 type: string
27 description: Credentials for login to Salt API
28 default: salt
29 HOST:
30 type: string
31 description: OSD HOST that will be added to Ceph cluster (rgw04*)
32 default: 'osd*'