Merge "Fix image name for ambari 2.4 jobs"

This commit is contained in:
Jenkins 2016-09-21 10:53:48 +00:00 committed by Gerrit Code Review
commit 1cb7c1685e

View File

@ -45,6 +45,10 @@ case $plugin in
mode=distribute
scenario_conf_file="$sahara_templates_path/ambari-2.4.yaml.mako"
template_image_prefix="ambari_2_2"
image_name="ambari_2.2_c7"
if [ $os == "u14" ]; then
image_name="ambari_2.2_u14"
fi
;;
vanilla_2.7.1)
mode=distribute