Added missed lines for ambari in functions-dib

Added property for image uploading for ambari 2.2

Change-Id: I3df10e2484d1661a93139aa8ee5ca5b305c0a650
This commit is contained in:
Evgeny Sikachev 2016-09-07 18:05:38 +03:00
parent d1c86395fa
commit b19f95d0e9

View File

@ -59,6 +59,9 @@ upload_image() {
ambari_2.1)
image_properties="--property _sahara_tag_2.2=True --property _sahara_tag_2.3=True --property _sahara_tag_ambari=True --property _sahara_username=${username}"
;;
ambari_2.2)
image_properties="--property _sahara_tag_2.4=True --property _sahara_tag_2.3=True --property _sahara_tag_ambari=True --property _sahara_username=${username}"
;;
cdh_5.4.0)
image_properties="--property _sahara_tag_5.4.0=True --property _sahara_tag_cdh=True --property _sahara_username=${username}"
;;