commit | d4c9d567d2dc276fb25e9bfddb8133d8ceb47850 | [log] [tgz] |
---|---|---|
author | Sam Stoelinga <sammiestoel@gmail.com> | Thu Sep 14 18:21:02 2017 -0700 |
committer | Sam Stoelinga <sammiestoel@gmail.com> | Thu Sep 14 18:21:02 2017 -0700 |
tree | 087fc0c3c94e6bd82590e4f6cc7f661815f4715c | |
parent | 27955bbb979bced4e640b9affe96d60913cad479 [diff] [blame] |
Add parameter to change-config pipeline PULL_MODEL This patch adds support for pulling the reclass cluster model before running the state in change-config jenkins pipeline. Related to patch: I151643510594e6eb79501d809ffa6f0bf4aab0f7 Change-Id: I17ea38127d49f67fc20f1737a157136dea5ba1fe
diff --git a/jenkins/client/job/deploy/update/config.yml b/jenkins/client/job/deploy/update/config.yml index 9beabfb..e956736 100644 --- a/jenkins/client/job/deploy/update/config.yml +++ b/jenkins/client/job/deploy/update/config.yml
@@ -42,4 +42,7 @@ TARGET_BATCH_LIVE: type: string description: Batch size for the complete live config changes on all nodes, empty string means apply to all targetted nodes. - + PULL_MODEL: + type: boolean + default: 'true' + description: Pull the latest reclass cluster model before applying the states.