KNOX-731 added ranger and ambari services to topology
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>