You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by da...@apache.org on 2015/05/12 03:07:48 UTC

[2/2] stratos git commit: add partitionMax to network partitions

add partitionMax to network partitions


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

Branch: refs/heads/master
Commit: 90ab95bd1785708558ee15b86ffe1b397054b6b5
Parents: 9fd334e
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Tue May 12 04:53:47 2015 +0530
Committer: Dakshika Jayathilaka <si...@gmail.com>
Committed: Tue May 12 06:32:59 2015 +0530

----------------------------------------------------------------------
 .../controllers/forms/default/configure/partitions.json        | 3 ++-
 .../console/controllers/forms/schema/configure/partitions.json | 6 ++++++
 2 files changed, 8 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/90ab95bd/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/partitions.json
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/partitions.json b/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/partitions.json
index 466da28..7002953 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/partitions.json
+++ b/components/org.apache.stratos.manager.console/console/controllers/forms/default/configure/partitions.json
@@ -9,7 +9,8 @@
                     "name": "region",
                     "value": "default"
                 }
-            ]
+            ],
+            "partitionMax":0
         }
     ]
 }

http://git-wip-us.apache.org/repos/asf/stratos/blob/90ab95bd/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/partitions.json
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/partitions.json b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/partitions.json
index 2f6e3dc..495716f 100644
--- a/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/partitions.json
+++ b/components/org.apache.stratos.manager.console/console/controllers/forms/schema/configure/partitions.json
@@ -57,6 +57,12 @@
                                 }
                             }
                         }
+                    },
+                    "partitionMax":{
+                        "id": "root/partitions/0/partitionMax",
+                        "type": "number",
+                        "format":"number",
+                        "title":"Partition Max"
                     }
                 }
             }