You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by su...@apache.org on 2016/07/30 02:40:31 UTC

knox git commit: KNOX-731 added ranger and ambari services to topology

Repository: knox
Updated Branches:
  refs/heads/master 6f57a474a -> 0bd487d66


KNOX-731 added ranger and ambari services to topology


Project: http://git-wip-us.apache.org/repos/asf/knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/knox/commit/0bd487d6
Tree: http://git-wip-us.apache.org/repos/asf/knox/tree/0bd487d6
Diff: http://git-wip-us.apache.org/repos/asf/knox/diff/0bd487d6

Branch: refs/heads/master
Commit: 0bd487d668bd802f8c6a1f34cf0019804fcce6dc
Parents: 6f57a47
Author: Sumit Gupta <su...@apache.org>
Authored: Fri Jul 29 22:38:58 2016 -0400
Committer: Sumit Gupta <su...@apache.org>
Committed: Fri Jul 29 22:38:58 2016 -0400

----------------------------------------------------------------------
 gateway-release/home/templates/ui.xml | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/knox/blob/0bd487d6/gateway-release/home/templates/ui.xml
----------------------------------------------------------------------
diff --git a/gateway-release/home/templates/ui.xml b/gateway-release/home/templates/ui.xml
index e0efc97..9a4a26d 100644
--- a/gateway-release/home/templates/ui.xml
+++ b/gateway-release/home/templates/ui.xml
@@ -138,4 +138,24 @@
         <url>http://localhost:18080/</url>
     </service>
 
+    <service>
+        <role>AMBARI</role>
+        <url>http://localhost:8080</url>
+    </service>
+
+    <service>
+        <role>AMBARIUI</role>
+        <url>http://localhost:8080</url>
+    </service>
+
+    <service>
+        <role>RANGER</role>
+        <url>http://localhost:6080</url>
+    </service>
+
+    <service>
+        <role>RANGERUI</role>
+        <url>http://localhost:6080</url>
+    </service>
+
 </topology>