You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by al...@apache.org on 2016/09/13 14:46:08 UTC

ambari git commit: AMBARI-17957. Remove Falcon UI Quick Link (alexantonenko)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 0b51d045c -> adfb70823


AMBARI-17957. Remove Falcon UI Quick Link (alexantonenko)


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

Branch: refs/heads/branch-2.5
Commit: adfb708236a233996cb65f8463eb86db51365f74
Parents: 0b51d04
Author: Alex Antonenko <hi...@gmail.com>
Authored: Fri Jul 29 17:04:53 2016 +0300
Committer: Alex Antonenko <hi...@gmail.com>
Committed: Tue Sep 13 17:45:52 2016 +0300

----------------------------------------------------------------------
 .../FALCON/0.5.0.2.1/quicklinks/quicklinks.json | 35 --------------------
 1 file changed, 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/adfb7082/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json b/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json
deleted file mode 100644
index edfd5c1..0000000
--- a/ambari-server/src/main/resources/common-services/FALCON/0.5.0.2.1/quicklinks/quicklinks.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
-  "name": "default",
-  "description": "default quick links configuration",
-  "configuration": {
-    "protocol":
-    {
-      "type":"https",
-      "checks":[
-        {
-          "property":"*.falcon.enableTLS",
-          "desired":"true",
-          "site":"falcon-startup.properties"
-        }
-      ]
-    },
-
-    "links": [
-      {
-        "name": "falcon_web_ui",
-        "label": "Falcon Web UI",
-        "requires_user_name": "true",
-        "component_name": "FALCON_SERVER",
-        "url":"%@://%@:%@/index.html?user.name=%@",
-        "port":{
-          "http_property": "falcon_port",
-          "http_default_port": "15000",
-          "https_property": "falcon_port",
-          "https_default_port": "15443",
-          "regex": "^(\\d+)$",
-          "site": "falcon-env"
-        }
-      }
-    ]
-  }
-}
\ No newline at end of file