Set default RECLASS_VERSIOn to 1.5.4

Use 1.5.4 reclass version by default for
 * generate-cookiecutter-products
 * test-cookiecutter-reclass
 * test-salt-model-node

Change-Id: I1be11b12539959265f76688d11a84d3403c62004
diff --git a/test-salt-model-node.groovy b/test-salt-model-node.groovy
index 9b31168..9144bd3 100644
--- a/test-salt-model-node.groovy
+++ b/test-salt-model-node.groovy
@@ -29,6 +29,11 @@
 
 def checkouted = false
 
+def reclassVersion = '1.5.4'
+if (common.validInputParam('RECLASS_VERSION')) {
+  reclassVersion = RECLASS_VERSION
+}
+
 throttle(['test-model']) {
   timeout(time: 1, unit: 'HOURS') {
     node("python&&docker") {
@@ -73,7 +78,7 @@
                   workspace,
                   FORMULAS_SOURCE,
                   FORMULAS_REVISION,
-                  RECLASS_VERSION,
+                  reclassVerstion,
                   MAX_CPU_PER_JOB.toInteger(),
                   RECLASS_IGNORE_CLASS_NOTFOUND,
                   LEGACY_TEST_MODE,