Jiri Broulik | ec66256 | 2017-10-20 14:45:10 +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 - add OSD host" |
| 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-add-osd-host.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: OSD HOST that will be added to Ceph cluster |