Changed default version of Ambari

Default version of Ambari for Ambari plugin has changed to the last
version (2.2.0.0)

Change-Id: I27571957b8f10f7d3729477dbe29279341cde1c4
This commit is contained in:
Michael Ionkin
2016-02-10 13:58:55 +03:00
parent e320ab37d3
commit f02ef26863
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ TRACING=
usage() {
echo
echo "Usage: $(basename $0)"
echo " [-p vanilla|spark|hdp|cloudera|storm|mapr|plain]"
echo " [-p vanilla|spark|hdp|cloudera|storm|mapr|ambari|plain]"
echo " [-i ubuntu|fedora|centos|centos7]"
echo " [-v 2|2.6|2.7.1|4|5.0|5.3|5.4]"
echo " [-r 3.1.1|4.0.1|4.0.2|5.0.0]"

View File

@@ -6,7 +6,7 @@ fi
set -eu
set -o pipefail
DIB_AMBARI_VERSION="${DIB_AMBARI_VERSION:-2.1.0}"
DIB_AMBARI_VERSION="${DIB_AMBARI_VERSION:-2.2.0.0}"
case "${DISTRO_NAME}" in
rhel | centos )