Repository: ambari Updated Branches: refs/heads/trunk 0e4cac685 -> 6a55220d1
AMBARI-19012. Abillity to use external Solr for Log Search instead of AMBARI_INFRA_SOLR - appendum: UT failure fix (oleewere) Change-Id: I59204873b2fd46e90c0f6336543cc87e65e3d413 Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6a55220d Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6a55220d Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6a55220d Branch: refs/heads/trunk Commit: 6a55220d16f04ddb3e7fc03f17d73f468ccd77c4 Parents: 0e4cac6 Author: oleewere <[email protected]> Authored: Fri Dec 9 11:49:41 2016 +0100 Committer: oleewere <[email protected]> Committed: Fri Dec 9 11:53:20 2016 +0100 ---------------------------------------------------------------------- .../src/test/python/stacks/2.3/common/test_stack_advisor.py | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/6a55220d/ambari-server/src/test/python/stacks/2.3/common/test_stack_advisor.py ---------------------------------------------------------------------- diff --git a/ambari-server/src/test/python/stacks/2.3/common/test_stack_advisor.py b/ambari-server/src/test/python/stacks/2.3/common/test_stack_advisor.py index 4a77086..6317376 100644 --- a/ambari-server/src/test/python/stacks/2.3/common/test_stack_advisor.py +++ b/ambari-server/src/test/python/stacks/2.3/common/test_stack_advisor.py @@ -1966,6 +1966,12 @@ class TestHDP23StackAdvisor(TestCase): "ramPerContainer": 256 } expected = { + 'logfeeder-env': {'property_attributes': {'logfeeder_external_solr_kerberos_keytab': {'visible': 'false'}, + 'logfeeder_external_solr_kerberos_principal': {'visible': 'false'}}}, + 'logsearch-env': {'properties': {'logsearch_external_solr_kerberos_enabled': 'false'}, + 'property_attributes': {'logsearch_external_solr_kerberos_enabled': {'visible': 'false'}, + 'logsearch_external_solr_kerberos_keytab': {'visible': 'false'}, + 'logsearch_external_solr_kerberos_principal': {'visible': 'false'}}}, 'logsearch-properties': { 'properties': { "logsearch.collection.service.logs.numshards" : "2",
