blob: 776e16f08ce9a925656ea4521ec2ee5fdc6028e3 [file] [log] [blame]
Tomáš Kukrála68c8a82017-08-18 16:49:06 +02001parameters:
2 jenkins:
3 client:
4 job:
5 ceph-enforce-weights:
6 type: workflow-scm
7 concurrent: true
8 display_name: "Ceph - enforce OSD weights"
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"
Tomáš Kukrál6ed67042017-08-18 18:38:24 +020016 script: ceph-enforce-weights.groovy
Tomáš Kukrála68c8a82017-08-18 16:49:06 +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 ADMIN_HOST:
28 type: string
29 description: Host with admin keyring and access to cluster management