blob: 3eb876b0119912df44f747dd5c59ac31731f344d [file] [log] [blame]
#
# Jobs to run given states on given Salt master environment's
#
parameters:
jenkins:
client:
job:
ceph-update:
type: workflow-scm
concurrent: true
discard:
build:
keep_num: 10
artifact:
keep_num: 10
display_name: "Update ceph packages"
scm:
type: git
url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines"
branch: "${_param:jenkins_pipelines_branch}"
credentials: ${_param:jenkins_gerrit_credentials}
script: update-ceph.groovy
param:
SALT_MASTER_URL:
type: string
default: "${_param:jenkins_salt_api_url}"
description: Full Salt API address [https://10.10.10.1:8000].
SALT_MASTER_CREDENTIALS:
type: string
default: "salt"
description: Credentials to the Salt API.
CLUSTER_FLAGS:
type: string
default: ''
description: Flags to be aplied before pipeline and after pipeline (comma-separated list)
RUNHIGHSTATE:
type: boolean
default: 'false'
description: Run HighStates on target nodes after upgrade