blob: f6390a6de2cabc5282f431ba1066682b9518ddcb [file] [log] [blame]
Mateusz Los640bf932019-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}"
17 credentials: "gerrit"
18 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*'