| # Jobs to run given states on given Salt master environment's |
| jenkins_salt_api_url: "http://${_param:salt_master_host}:6969" |
| deploy-update-service-config: |
| display_name: "Deploy - update service(s) config" |
| url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
| script: change-config.groovy |
| default: "${_param:jenkins_salt_api_url}" |
| description: Full Salt API address [https://10.10.10.1:8000]. |
| description: Credentials to the Salt API. |
| description: Salt compound target to match nodes to be updated [*, G@osfamily:debian]. |
| description: Config changes to be applied, empty string means running highstate [linux, linux,openssh, salt.minion.grains]. |
| description: Number of nodes to test config changes, empty string means all targetted nodes. |
| description: Number of selected noded to live apply selected config changes. |
| description: Batch size for the complete live config changes on all nodes, empty string means apply to all targetted nodes. |