-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40855/
-----------------------------------------------------------
(Updated Dec. 2, 2015, 4:35 p.m.)
Review request for Ambari, Dmitro Lisnichenko and Robert Nettleton.
Changes
-------
Modifed the comment for configPropertiesWithHASupport field.
Bugs: AMBARI-14148
https://issues.apache.org/jira/browse/AMBARI-14148
Repository: ambari
Description
-------
In case of HA deployment the "policy_external_url" is not automatically
constructed from the host and port of Ranger Admin but rather is the load
balancer URL that is on front of the Ranger Admin instances which is provided
by user.
This property has been added to the list of properties that can support HA
using a nameservice name otherwise this property is ignored by Blueprint export
when it's format differs from cluster_host:port
Diffs (updated)
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessor.java
7f11bb9
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py
d4d0e83
ambari-server/src/test/java/org/apache/ambari/server/controller/internal/BlueprintConfigurationProcessorTest.java
17c0157
Diff: https://reviews.apache.org/r/40855/diff/
Testing
-------
Manual testing:
1. Verified export with both cases when Ranger is deployed with UI and using
Blueprint
Unit tests:
----------------------------------------------------------------------
Total run:804
Total errors:0
Total failures:0
OK
Thanks,
Sebastian Toader