Merge "Adds SSH support to HDP plain VM image"

This commit is contained in:
Jenkins 2014-04-25 18:48:55 +00:00 committed by Gerrit Code Review
commit 67e3967633
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ if [ -z "$PLUGIN" -o "$PLUGIN" = "hdp" ]; then
if [ -z "$HADOOP_VERSION" -o "$HADOOP_VERSION" = "plain" ]; then
export centos_image_name_plain=${centos_hdp_plain_image_name:-"centos-6_4-64-plain"}
# Elements for a plain CentOS image that does not contain HDP or Apache Hadoop
centos_plain_elements_sequence="vm rhel redhat-lsb sahara-version yum"
centos_plain_elements_sequence="vm rhel redhat-lsb disable-firewall ssh sahara-version yum"
if [ "$DEBUG_MODE" = "true" ]; then
# enable the root-pwd element, for simpler local debugging of images
centos_plain_elements_sequence=$centos_plain_elements_sequence" root-passwd"