blob: 258bc7660a0304b8fa6a118c1e78bb58e29b4f59 [file] [log] [blame]
Jiri Broulikec662562017-10-20 14:45:10 +02001parameters:
2 jenkins:
3 client:
4 job:
Jiri Broulika50d13e2017-11-03 15:41:50 +01005 ceph-add-node:
Jiri Broulikec662562017-10-20 14:45:10 +02006 type: workflow-scm
7 concurrent: true
Jiri Broulik8b89df72017-10-26 13:24:29 +02008 display_name: "Ceph - add node"
Jiri Broulikec662562017-10-20 14:45:10 +02009 discard:
10 build:
11 keep_num: 50
12 scm:
13 type: git
14 url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
Jakub Josef7938b532017-12-12 18:02:03 +010015 branch: "${_param:jenkins_pipelines_branch}"
Sergey Galkin4cf87b92019-06-19 17:53:07 +040016 credentials: ${_param:jenkins_gerrit_credentials}
Jiri Broulik8b89df72017-10-26 13:24:29 +020017 script: ceph-add-node.groovy
Jiri Broulikec662562017-10-20 14:45:10 +020018 param:
Jiri Broulikec662562017-10-20 14:45:10 +020019 SALT_MASTER_URL:
20 type: string
21 description: URL of Salt master
22 default: "http://${_param:salt_master_host}:6969"
23 SALT_MASTER_CREDENTIALS:
24 type: string
25 description: Credentials for login to Salt API
26 default: salt
27 HOST:
28 type: string
Tomek Jaroszyk09c1edc2020-11-24 16:17:08 +010029 description: OSD HOST that will be added to Ceph cluster (e.g. rgw04*)
30 default: ''
31 CLUSTER_FLAGS:
Jiri Broulik8b89df72017-10-26 13:24:29 +020032 type: string
Tomek Jaroszyk09c1edc2020-11-24 16:17:08 +010033 description: Flags to be aplied before pipeline and after pipeline (comma-separated list)
34 default: ''
35 OSD_ONLY:
36 type: boolean
37 default: 'false'
38 description: Add only missing OSDs while keep HOST itself intact
39 USE_UPMAP:
40 type: boolean
41 default: 'false'
42 description: Use upmap balancer to smooth data migrations