| # Jobs to update packages on given Salt master environment |
| jenkins_salt_api_url: "http://${_param:salt_master_host}:6969" |
| display_name: "Deploy - upgrade computes" |
| url: "${_param:jenkins_gerrit_url}/mk/mk-pipelines" |
| branch: "${_param:jenkins_pipelines_branch}" |
| script: openstack-compute-upgrade.groovy |
| default: "${_param:jenkins_salt_api_url}" |
| description: Salt compound target to match nodes to be updated [*, G@osfamily:debian]. |
| description: Number of nodes to list package updates, empty string means all targetted nodes. |
| description: Number of selected nodes to live apply upgrade. |
| description: "Ask interactive questions during pipeline run (bool)" |