blob: f0a4333b89af08d2ec7f1dcc9424622037d1a8e7 [file] [log] [blame]
Mateusz Losbcb317c2017-07-27 13:35:34 +02001parameters:
2 jenkins:
3 client:
4 job:
5 decapod_add_osd:
6 type: workflow-scm
7 name: decapod-add_osd
8 display_name: "Decapod - add new osd"
9 discard:
10 build:
11 keep_num: 20
12 concurrent: true
13 scm:
14 type: git
15 url: "${_param:jenkins_gerrit_url}/mk/decapod-pipelines"
16 credentials: "gerrit"
17 script: add-osd.groovy
18 param:
19 SALT_MASTER_CREDENTIALS:
20 type: string
21 default: "salt"
22 SALT_MASTER_IP:
23 type: string
24 default: "${_param:infra_config_address}"
25 SALT_MASTER_PORT:
26 type: string
27 default: "${_param:salt_master_api_port}"
28 ASK_ON_ERROR:
29 type: boolean
30 default: 'false'