-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57295/
-----------------------------------------------------------
(Updated March 6, 2017, 9:57 a.m.)
Review request for Ambari, Dmitro Lisnichenko and Nate Cole.
Changes
-------
It turns out that this Atlas change was backported into a maintenance branch,
and is therefore present starting in HDP 2.5.4 ... so we need to do a bit more
here on upgrade to make sure it gets set.
Bugs: AMBARI-20308
https://issues.apache.org/jira/browse/AMBARI-20308
Repository: ambari
Description
-------
During an upgrade to HDP 2.6, Atlas service checks are failing. This is because
in ATLAS-1427, `TLSv1.2` was added as the default protocol and `TLSv1, TLSv1.1`
were excluded. Some versions of cURL do not support TLSv1.2.
Diffs (updated)
-----
ambari-server/src/main/resources/stacks/HDP/2.5/services/ATLAS/configuration/application-properties.xml
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml
e5f07ba
ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.5.xml
2dbc468
ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml
0d2f1bc
ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.5.xml
a102d13
ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml
f0a4f05
ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/configuration/application-properties.xml
47e1fb5
Diff: https://reviews.apache.org/r/57295/diff/2/
Changes: https://reviews.apache.org/r/57295/diff/1-2/
Testing
-------
Performed an EU to HDP 2.6 for Atlas and verified the property.
Thanks,
Jonathan Hurley