From b7958b2589e9be90cd9b9d04ef35f695d8dd2b53 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 15 Nov 2018 16:46:22 +0100 Subject: [PATCH] Default PUPPET_MAJ_VERSION to 5 Shouldn't use puppet 4 when running tests manually while testing. This is last cycle we will support puppet 4. Change-Id: I6edb56a1fc85559e1f96cb93781e52e4e99ff889 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index ef69d5792..0cfb5abfa 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -19,7 +19,7 @@ source ${SCRIPT_DIR}/functions export WORKSPACE=${WORKSPACE:-/tmp} export PUPPET_URL_SUFFIX= export CEPH_VERSION=${CEPH_VERSION:-mimic} -export PUPPET_MAJ_VERSION=${PUPPET_MAJ_VERSION:-4} +export PUPPET_MAJ_VERSION=${PUPPET_MAJ_VERSION:-5} export SCENARIO=${SCENARIO:-scenario001} export MANAGE_PUPPET_MODULES=${MANAGE_PUPPET_MODULES:-true} export MANAGE_REPOS=${MANAGE_REPOS:-true}