Tomáš Kukrál | f7244a3 | 2017-08-11 16:42:52 +0200 | [diff] [blame] | 1 | parameters: |
| 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ál | 69ad6cd | 2017-08-18 17:19:11 +0200 | [diff] [blame^] | 31 | type: string |
Tomáš Kukrál | d2ba13e | 2017-08-15 16:34:06 +0200 | [diff] [blame] | 32 | description: These OSDs at HOST will be removed (comma-separated list) |
Tomáš Kukrál | 69ad6cd | 2017-08-18 17:19:11 +0200 | [diff] [blame^] | 33 | default: '*' |
Tomáš Kukrál | f7244a3 | 2017-08-11 16:42:52 +0200 | [diff] [blame] | 34 | ADMIN_HOST: |
| 35 | type: string |
| 36 | description: Host with admin keyring and access to cluster management |
| 37 | CLUSTER_FLAGS: |
| 38 | type: string |
Tomáš Kukrál | d2ba13e | 2017-08-15 16:34:06 +0200 | [diff] [blame] | 39 | description: Flags to be aplied before pipeline and after pipeline (comma-separated list) |
Tomáš Kukrál | f7244a3 | 2017-08-11 16:42:52 +0200 | [diff] [blame] | 40 | WAIT_FOR_HEALTHY: |
| 41 | type: boolean |
| 42 | default: 'false' |
| 43 | description: Wait for healthy during pipeline |