[HDP2.4] Add ambari 2.2.1.0 element
New version of HDP plugin uses this element for installing Ambari - Default ambari version changed to 2.2.1.0 partially implements bp: hdp-24-support Change-Id: I91ac4c304ffff3d665b2129845a430672aeba782
This commit is contained in:
@@ -9,6 +9,6 @@ Environment Variables
|
||||
|
||||
AMBARI_VERSION
|
||||
:Required: No
|
||||
:Default: 2.0.1
|
||||
:Default: 2.2.1.0
|
||||
:Description: Version of Ambari Management Console to install
|
||||
:Example: ``AMBARI_VERSION="2.0.0"`` installs Ambari 2.0.0
|
||||
:Example: ``AMBARI_VERSION="2.2.1.0"`` installs Ambari 2.2.1.0
|
||||
|
||||
@@ -6,7 +6,7 @@ fi
|
||||
set -eu
|
||||
set -o pipefail
|
||||
|
||||
DIB_AMBARI_VERSION="${DIB_AMBARI_VERSION:-2.2.0.0}"
|
||||
DIB_AMBARI_VERSION="${DIB_AMBARI_VERSION:-2.2.1.0}"
|
||||
|
||||
case "${DISTRO_NAME}" in
|
||||
rhel | centos )
|
||||
|
||||
Reference in New Issue
Block a user