blob: 6ae22ad9f52e9d98beebe1f8da54b971c29d167c [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
Jiri Broulik8b89df72017-10-26 13:24:29 +02008 display_name: "Ceph - add node"
Jiri Broulikec662562017-10-20 14:45:10 +02009 discard:
10 build:
11 keep_num: 50
12 scm:
13 type: git
14 url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
15 credentials: "gerrit"
Jiri Broulik8b89df72017-10-26 13:24:29 +020016 script: ceph-add-node.groovy
Jiri Broulikec662562017-10-20 14:45:10 +020017 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
Jiri Broulik8b89df72017-10-26 13:24:29 +020029 description: OSD HOST that will be added to Ceph cluster (rgw04*)
30 default: 'rgw04*'
31 HOST_TYPE:
32 type: string
33 description: Type of Ceph node to be added. Valid values are mon/osd/rgw
34 default: 'rgw'