You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2014/12/22 07:29:19 UTC

[13/14] stratos git commit: remove loadbalancer from cartridge definition

remove loadbalancer from cartridge definition


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

Branch: refs/heads/master
Commit: da1a610a72a0210276abd1b61cd8d8c383194178
Parents: 760109a
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Mon Dec 22 11:25:57 2014 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Mon Dec 22 11:58:58 2014 +0530

----------------------------------------------------------------------
 .../forms/default/configure/cartridges.json     |  7 ----
 .../forms/schema/configure/cartridges.json      | 36 --------------------
 2 files changed, 43 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/da1a610a/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/cartridges.json
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/cartridges.json b/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/cartridges.json
index 780264d..82c9d35 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/cartridges.json
+++ b/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/cartridges.json
@@ -46,13 +46,6 @@
             ]
         }
     ],
-    "loadBalancer":{
-        "type":"lb",
-        "property":{
-            "name":"default.load.balancer",
-            "value":"true"
-        }
-    },
     "persistence": {
         "isRequired": "true",
         "volume" : [

http://git-wip-us.apache.org/repos/asf/stratos/blob/da1a610a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/cartridges.json
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/cartridges.json b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/cartridges.json
index 33c916e..f48590c 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/cartridges.json
+++ b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/cartridges.json
@@ -294,42 +294,6 @@
 
 
         },
-        "loadBalancer": {
-            "type": "object",
-            "id": "root/loadBalancer",
-            "title": "Load Balancer",
-            "name": "Load Balancer",
-            "required": ["type", "property"],
-            "properties": {
-                "type": {
-                    "type": "string",
-                    "id": "root/loadBalancer/type",
-                    "title": "Type",
-                    "name": "Type",
-                    "default": "lb"
-                },
-                "property": {
-                    "type": "object",
-                    "id": "root/loadBalancer/property",
-                    "title": "Property",
-                    "name": "Property",
-                    "required": ["name", "value"],
-                    "properties": {
-                        "name": {
-                            "type": "string",
-                            "id": "root/loadBalancer/property/name",
-                            "default": "default.load.balancer"
-                        },
-                        "value": {
-                            "type": "string",
-                            "id": "root/loadBalancer/property/value",
-                            "default": "true"
-                        }
-                    }
-                }
-
-            }
-        },
         "persistence": {
             "type": "object",
             "id": "root/persistence",