blob: 1c1ccb196d8999716a67c286e2dbab186a844401 [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
Mateusz Los210cf382019-09-03 14:55:00 +02008 display_name: "Ceph - add osd ( upmap )"
Mateusz Losd8dec642019-03-22 11:39:03 +01009 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
Tomek Jaroszyk09c1edc2020-11-24 16:17:08 +010031 description: OSD HOST that will be added to Ceph cluster
Mateusz Losd8dec642019-03-22 11:39:03 +010032 default: 'osd*'
Ivan Berezovskiyb07bd9a2019-11-19 19:50:54 +040033 CLUSTER_FLAGS:
34 type: string
35 default: ''
36 description: Flags to be aplied before pipeline and after pipeline (comma-separated list)