blob: 0a5801db9a8c059506d659ac471dfcb6ac3a9067 [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"
Jakub Josef7938b532017-12-12 18:02:03 +010015 branch: "${_param:jenkins_pipelines_branch}"
Tomáš Kukrálf7244a32017-08-11 16:42:52 +020016 credentials: "gerrit"
17 script: ceph-remove-osd.groovy
18 param:
19 # general parameters
20 SALT_MASTER_URL:
21 type: string
22 description: URL of Salt master
23 default: "http://${_param:salt_master_host}:6969"
24 SALT_MASTER_CREDENTIALS:
25 type: string
26 description: Credentials for login to Salt API
27 default: salt
28 HOST:
29 type: string
30 description: OSDs on this HOST will be removed from cluster
31 OSD:
Tomáš Kukrál69ad6cd2017-08-18 17:19:11 +020032 type: string
Tomáš Kukráld2ba13e2017-08-15 16:34:06 +020033 description: These OSDs at HOST will be removed (comma-separated list)
Tomáš Kukrál69ad6cd2017-08-18 17:19:11 +020034 default: '*'
Tomáš Kukrálf7244a32017-08-11 16:42:52 +020035 ADMIN_HOST:
36 type: string
37 description: Host with admin keyring and access to cluster management
Jiri Broulik8f404fa2017-10-16 16:18:13 +020038 default: 'cmn01*'
Tomáš Kukrálf7244a32017-08-11 16:42:52 +020039 CLUSTER_FLAGS:
40 type: string
Tomáš Kukráld2ba13e2017-08-15 16:34:06 +020041 description: Flags to be aplied before pipeline and after pipeline (comma-separated list)
Tomáš Kukrálf7244a32017-08-11 16:42:52 +020042 WAIT_FOR_HEALTHY:
43 type: boolean
44 default: 'false'
45 description: Wait for healthy during pipeline