Update templates for recent changes in reclass
Change-Id: Ide6dfe16435a026d04e0298c1b0073e8914d75f1
Related-bug: #PROD-25656 (PROD:25656)
diff --git a/workflow_definition.yml b/workflow_definition.yml
index ee5b7f0..e7170e4 100644
--- a/workflow_definition.yml
+++ b/workflow_definition.yml
@@ -149,23 +149,30 @@
# REQUIRED BY PIPELINE - HIDDEN WITH DEFAULT
- name: "mcp_common_scripts_repo"
type: "TEXT"
- initial: "https://github.com/Mirantis/mcp-common-scripts"
+ initial: "http://gerrit.mcp.mirantis.com/mcp/mcp-common-scripts"
hidden: True
- name: "mcp_version"
- type: "TEXT"
- initial: "2018.8.0"
- hidden: True
+ initial: "nightly"
+ type: "CHOICE"
+ choices:
+ - - "nightly"
+ - "nightly"
+ - - "testing"
+ - "testing"
+ - - "proposed"
+ - "proposed"
+ hidden: False
- name: "shared_reclass_url"
type: "TEXT"
- initial: "https://github.com/Mirantis/reclass-system-salt-model.git"
+ initial: "http://gerrit.mcp.mirantis.com/salt-models/reclass-system"
hidden: True
- name: "shared_reclass_branch"
type: "TEXT"
- initial: "2018.8.0"
+ initial: "master"
hidden: True
- name: "cookiecutter_template_url"
type: "TEXT"
- initial: "https://github.com/lotharkatt/cookiecutter-trymcp.git"
+ initial: "http://gerrit.mcp.mirantis.com/trymcp/cookiecutter-templates"
hidden: true
- name: "cookiecutter_template_branch"
type: "TEXT"