You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by jo...@apache.org on 2017/02/21 17:18:52 UTC

[12/28] ambari git commit: AMBARI-20013. Appendum - add infra-solr keytabs to atlas in HDP2.6 as well (oleewere)

AMBARI-20013. Appendum - add infra-solr keytabs to atlas in HDP2.6 as well (oleewere)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/6feb46a3
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6feb46a3
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6feb46a3

Branch: refs/heads/branch-feature-AMBARI-20053
Commit: 6feb46a33ee448d25a35616c39b85144908f4ced
Parents: 709bf6e
Author: oleewere <ol...@gmail.com>
Authored: Mon Feb 20 14:33:01 2017 +0100
Committer: oleewere <ol...@gmail.com>
Committed: Mon Feb 20 14:33:17 2017 +0100

----------------------------------------------------------------------
 .../main/resources/common-services/ATLAS/0.1.0.2.3/kerberos.json  | 3 +++
 .../main/resources/stacks/HDP/2.6/services/ATLAS/kerberos.json    | 3 +++
 2 files changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/6feb46a3/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/kerberos.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/kerberos.json b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/kerberos.json
index 85f8207..0c25c95 100644
--- a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/kerberos.json
+++ b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/kerberos.json
@@ -48,6 +48,9 @@
               "keytab": {
                 "configuration": "application-properties/atlas.http.authentication.kerberos.keytab"
               }
+            },
+            {
+              "name": "/AMBARI_INFRA/INFRA_SOLR/infra-solr"
             }
           ]
         }

http://git-wip-us.apache.org/repos/asf/ambari/blob/6feb46a3/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/kerberos.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/kerberos.json b/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/kerberos.json
index 1cc581f..7d10ccc 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/kerberos.json
+++ b/ambari-server/src/main/resources/stacks/HDP/2.6/services/ATLAS/kerberos.json
@@ -88,6 +88,9 @@
             },
             {
               "name": "/KAFKA/KAFKA_BROKER/kafka_broker"
+            },
+            {
+              "name": "/AMBARI_INFRA/INFRA_SOLR/infra-solr"
             }
           ]
         }