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 2015/04/17 10:30:14 UTC

[09/16] stratos git commit: Improve cartridge schema

Improve cartridge schema


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

Branch: refs/heads/master
Commit: d3c531d953b09e7330e5a4e0c1bbbb5eb13ab753
Parents: d902dd4
Author: Dakshika Jayathilaka <si...@gmail.com>
Authored: Wed Mar 25 08:03:40 2015 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Fri Apr 17 13:59:56 2015 +0530

----------------------------------------------------------------------
 .../forms/schema/configure/cartridges.json          | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/d3c531d9/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 6f8db89..9ceb33f 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
@@ -123,6 +123,8 @@
                     "id": "root/portMapping/0",
                     "required": ["port", "protocol", "proxyPort"],
                     "format": "grid",
+                    "title": "Port Mapping",
+                    "name": "Port Mapping",
                     "properties": {
                         "protocol": {
                             "type": "string",
@@ -154,6 +156,8 @@
                     "id": "root/portMapping/1",
                     "required": false,
                     "format": "grid",
+                    "title": "Port Mapping",
+                    "name": "Port Mapping",
                     "properties": {
                         "protocol": {
                             "type": "string",
@@ -195,6 +199,8 @@
                 "id": "root/iaasProvider/0",
                 "format": "grid",
                 "required": ["type", "imageId"],
+                "title": "iaas Provider",
+                "name": "iaas Provider",
                 "properties": {
                     "type": {
                         "type": "string",
@@ -214,6 +220,8 @@
                     "property": {
                         "type": "array",
                         "id": "root/iaasProvider/0/property",
+                        "title": "Property",
+                        "name": "Property",
                         "required": false,
                         "items": [
                             {
@@ -221,6 +229,8 @@
                                 "id": "root/iaasProvider/0/property/0",
                                 "format": "grid",
                                 "required": ["name", "value"],
+                                "title": "Properties",
+                                "name": "Properties",
                                 "properties": {
                                     "name": {
                                         "type": "string",
@@ -239,6 +249,8 @@
                                 "id": "root/iaasProvider/0/property/1",
                                 "required": false,
                                 "format": "grid",
+                                "title": "Properties",
+                                "name": "Properties",
                                 "properties": {
                                     "name": {
                                         "type": "string",
@@ -267,6 +279,8 @@
                                 "type":"object",
                                 "id": "root/iaasProvider/0/networkInterfaces/0",
                                 "required":["networkUuid"],
+                                "title": "Network Interface",
+                                "name": "Network Interface",
                                 "properties":{
                                     "networkUuid": {
                                         "type":"string",
@@ -282,6 +296,8 @@
                                 "type":"object",
                                 "id": "root/iaasProvider/0/networkInterfaces/1",
                                 "required":["networkUuid"],
+                                "title": "Network Interface",
+                                "name": "Network Interface",
                                 "properties":{
                                     "networkUuid": {
                                         "type":"string",