blob: 4b7603b8c793032aca2c381d8fde65767bd594ba [file] [log] [blame]
Alena Kiselevadd078012018-12-13 17:28:08 +03001#
2# Jobs to run given states on given Salt master environment's
3#
4parameters:
Alena Kiselevadd078012018-12-13 17:28:08 +03005 jenkins:
6 client:
7 job:
8 ceph-update:
9 type: workflow-scm
10 concurrent: true
11 discard:
12 build:
13 keep_num: 10
14 artifact:
15 keep_num: 10
16 display_name: "Update ceph packages"
17 scm:
18 type: git
19 url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
20 branch: "${_param:jenkins_pipelines_branch}"
21 credentials: "gerrit"
22 script: update-ceph.groovy
23 param:
24 SALT_MASTER_URL:
25 type: string
26 default: "${_param:jenkins_salt_api_url}"
27 description: Full Salt API address [https://10.10.10.1:8000].
28 SALT_MASTER_CREDENTIALS:
29 type: string
30 default: "salt"
31 description: Credentials to the Salt API.
32 TARGET_SERVERS:
33 type: string
34 default: "*"
35 description: Salt compound target to match nodes to be updated [*, G@osfamily:debian].