RETIRED, further work has moved to Debian project infrastructure
Go to file
Ethan Gafford 23cb825c0d [HDP] java64_home not pointing at default-installed JDK for plugin
At this time HDP's java64_home property defaults to /opt/jdk1.6.0_31.
However, the now-default openjdk element installs to /usr/lib/jvm/java-openjdk.
If nodes are connected to the internet at cluster spinup time, this does not
cause an overt error, but querying for JDK location will return error code 2,
resulting in no -j argument being passed to 'ambari-server setup -s', which in
turn will result in a download of Oracle's JDK and successful installation. In
the case that the nodes cannot connect to the internet (which should be a
success case with a pre-installed VM image,) cluster creation fails at this
stage.

This patch updates java64_home to the default JAVA_HOME from the openjdk
element.

Change-Id: I1d53db67341626190e7240f0ae4165f91d364a2c
Closes-bug: 1453165
2015-05-08 10:30:30 -04:00
doc/source made a change to upgrade guide 2015-04-25 01:34:10 -04:00
etc Merge "Add scenario yaml file for fake plugin" 2015-05-04 22:51:08 +00:00
sahara [HDP] java64_home not pointing at default-installed JDK for plugin 2015-05-08 10:30:30 -04:00
tools Migrate to oslo.policy lib instead of copy-pasted oslo-incubator 2015-04-06 10:13:51 +03:00
.coveragerc Move the savanna subdir to sahara 2014-03-18 16:38:36 +04:00
.gitignore Removed a duplicate directive 2014-08-04 22:39:08 -05:00
.gitreview Update .gitreview to point on updated repo 2014-03-12 16:55:37 +04:00
.mailmap Add entry for Yevgen Runts to avoid dup author 2014-09-18 18:06:56 -07:00
.testr.conf Group tests by class 2014-08-04 14:59:13 +04:00
babel.cfg First steps for i18n support 2013-08-26 22:16:45 +04:00
bandit.yaml Adding basic bandit config 2015-04-27 12:04:25 -04:00
CONTRIBUTING.rst Workflow documentation is now in infra-manual 2014-12-05 03:30:40 +00:00
HACKING.rst Use jsonutils from oslo.serialization 2015-04-14 12:16:53 +03:00
LICENSE copyright has been added 2013-03-11 10:30:40 +04:00
MANIFEST.in Add a CLI tool for managing default templates 2015-04-01 13:01:46 -04:00
openstack-common.conf Migrate to oslo.policy lib instead of copy-pasted oslo-incubator 2015-04-06 10:13:51 +03:00
pylintrc Removed attempt to ignore tests in pylint 2014-09-11 15:35:25 +00:00
README.rst Standardize README header 2014-03-29 14:12:44 +00:00
requirements.txt Updated from global requirements 2015-05-07 23:37:47 +00:00
run_tests.sh Fixup 'savanna' references in run_tests.sh 2014-03-20 16:52:42 -04:00
setup.cfg Merge "Open Liberty development" 2015-04-09 10:17:46 +00:00
setup.py Updated from global requirements 2014-04-30 02:47:09 +00:00
test-requirements-bandit.txt Adding basic bandit config 2015-04-27 12:04:25 -04:00
test-requirements.txt Updated from global requirements 2015-05-05 00:12:06 +00:00
tox.ini Adding basic bandit config 2015-04-27 12:04:25 -04:00