blob: 29af563f6605e7c5946a4d5c827c5f6baeb16e3f [file] [log] [blame]
Jiri Broulikec662562017-10-20 14:45:10 +02001parameters:
2 jenkins:
3 client:
4 job:
Jiri Broulika50d13e2017-11-03 15:41:50 +01005 ceph-add-node:
Jiri Broulikec662562017-10-20 14:45:10 +02006 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"
Jakub Josef7938b532017-12-12 18:02:03 +010015 branch: "${_param:jenkins_pipelines_branch}"
Jiri Broulikec662562017-10-20 14:45:10 +020016 credentials: "gerrit"
Jiri Broulik8b89df72017-10-26 13:24:29 +020017 script: ceph-add-node.groovy
Jiri Broulikec662562017-10-20 14:45:10 +020018 param:
19 # general parameters
20 SALT_MASTER_URL:
21 type: string
22 description: URL of Salt master
23 default: "http://${_param:salt_master_host}:6969"
24 SALT_MASTER_CREDENTIALS:
25 type: string
26 description: Credentials for login to Salt API
27 default: salt
28 HOST:
29 type: string
Jiri Broulik8b89df72017-10-26 13:24:29 +020030 description: OSD HOST that will be added to Ceph cluster (rgw04*)
31 default: 'rgw04*'
32 HOST_TYPE:
33 type: string
34 description: Type of Ceph node to be added. Valid values are mon/osd/rgw
35 default: 'rgw'