use trusty ubuntu for ambari images

both hdp 2.3 and hdp 2.4 already have support of that.

Change-Id: If259b451868d0ecbf8db486101620505f81e6e54
This commit is contained in:
Vitaly Gridnev 2016-08-30 18:56:45 +03:00
parent feff7a5b87
commit a0f8b24a09
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ if [ -z "$PLUGIN" -o "$PLUGIN" = "ambari" ]; then
if [ -z "$BASE_IMAGE_OS" -o "$BASE_IMAGE_OS" = "ubuntu" ]; then
ambari_ubuntu_image_name=${ambari_ubuntu_image_name:-ubuntu_sahara_ambari}
ambari_element_sequence="ambari $JAVA_ELEMENT swift_hadoop"
export DIB_RELEASE="precise"
export DIB_RELEASE="trusty"
image_create ubuntu $ambari_ubuntu_image_name $ambari_element_sequence
unset DIB_RELEASE
fi