Update version of vanilla plugin for transient check

Transient is using image with latest vanilla version

Change-Id: Ib05a8b17487f42c4f3017211de5decbbc9af75ef
This commit is contained in:
Evgeny Sikachev
2015-08-17 13:43:44 +03:00
parent 1c8c87b2f0
commit 68b3f002c2

View File

@@ -37,12 +37,17 @@ case $plugin in
;;
transient)
# transient is using image with latest vanilla version
image_name=vanilla_2.6.0_u14
if [ "$ZUUL_BRANCH" == "stable/kilo" ]; then
image_name=vanilla_2.6.0_u14
template_image_prefix="vanilla_two_six"
else
image_name=vanilla_2.7.1_u14
template_image_prefix="vanilla_two_seven_one"
fi
sahara_plugin=vanilla
concurrency=3
mode=distribute
scenario_conf_file="$sahara_templates_path/transient.yaml.mako"
template_image_prefix="vanilla_two_six"
;;
cdh_5.3.0)
scenario_conf_file="$sahara_templates_path/cdh-5.3.0.yaml.mako"