blob: 0c7b62910c5f2dc2d15c4cfd369b82b523ad7733 [file] [log] [blame]
Jiri Broulikec662562017-10-20 14:45:10 +02001parameters:
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