blob: af3b9eda7fc1d5293ad93aa97f64906a278a94f3 [file] [log] [blame]
Tomáš Kukrálf7244a32017-08-11 16:42:52 +02001parameters:
2 jenkins:
3 client:
4 job:
5 ceph-remove-osd:
6 type: workflow-scm
7 concurrent: true
8 display_name: "Ceph - remove OSD"
9 discard:
10 build:
11 keep_num: 50
12 scm:
13 type: git
14 url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
15 credentials: "gerrit"
16 script: ceph-remove-osd.groovy
17 param:
18 # general parameters
19 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
29 description: OSDs on this HOST will be removed from cluster
30 OSD:
Tomáš Kukrál69ad6cd2017-08-18 17:19:11 +020031 type: string
Tomáš Kukráld2ba13e2017-08-15 16:34:06 +020032 description: These OSDs at HOST will be removed (comma-separated list)
Tomáš Kukrál69ad6cd2017-08-18 17:19:11 +020033 default: '*'
Tomáš Kukrálf7244a32017-08-11 16:42:52 +020034 ADMIN_HOST:
35 type: string
36 description: Host with admin keyring and access to cluster management
Jiri Broulik8f404fa2017-10-16 16:18:13 +020037 default: 'cmn01*'
Tomáš Kukrálf7244a32017-08-11 16:42:52 +020038 CLUSTER_FLAGS:
39 type: string
Tomáš Kukráld2ba13e2017-08-15 16:34:06 +020040 description: Flags to be aplied before pipeline and after pipeline (comma-separated list)
Tomáš Kukrálf7244a32017-08-11 16:42:52 +020041 WAIT_FOR_HEALTHY:
42 type: boolean
43 default: 'false'
44 description: Wait for healthy during pipeline