Fix reclassVersion 1.5.4 version name
Use correct tag v1.5.4 instead of 1.5.4
Change-Id: Ieef0dbf4150b438d6f663dc1c8518ade8b8432bb
diff --git a/generate-cookiecutter-products.groovy b/generate-cookiecutter-products.groovy
index 49da827..12dc88d 100644
--- a/generate-cookiecutter-products.groovy
+++ b/generate-cookiecutter-products.groovy
@@ -13,7 +13,7 @@
saltModelTesting = new com.mirantis.mk.SaltModelTesting()
ssh = new com.mirantis.mk.Ssh()
-def reclassVersion = '1.5.4'
+def reclassVersion = 'v1.5.4'
if (common.validInputParam('RECLASS_VERSION')) {
reclassVersion = RECLASS_VERSION
}
diff --git a/test-cookiecutter-reclass.groovy b/test-cookiecutter-reclass.groovy
index 59c6dbd..66961f8 100644
--- a/test-cookiecutter-reclass.groovy
+++ b/test-cookiecutter-reclass.groovy
@@ -4,7 +4,7 @@
python = new com.mirantis.mk.Python()
saltModelTesting = new com.mirantis.mk.SaltModelTesting()
-def reclassVersion = '1.5.4'
+def reclassVersion = 'v1.5.4'
if (common.validInputParam('RECLASS_VERSION')) {
reclassVersion = RECLASS_VERSION
}
@@ -81,7 +81,7 @@
generateSaltMaster(generatedModel, clusterDomain, clusterName)
}
-def testModel(modelFile, testEnv, reclassVersion='1.5.4') {
+def testModel(modelFile, testEnv, reclassVersion='v1.5.4') {
def templateEnv = "${env.WORKSPACE}"
def content = readFile(file: "${templateEnv}/contexts/${modelFile}.yml")
def templateContext = readYaml text: content
diff --git a/test-salt-model-node.groovy b/test-salt-model-node.groovy
index 8674e46..ed525bd 100644
--- a/test-salt-model-node.groovy
+++ b/test-salt-model-node.groovy
@@ -29,7 +29,7 @@
def checkouted = false
-def reclassVersion = '1.5.4'
+def reclassVersion = 'v1.5.4'
if (common.validInputParam('RECLASS_VERSION')) {
reclassVersion = RECLASS_VERSION
}