Repository: stratos Updated Branches: refs/heads/master 171709053 -> 6332853cd
removed wso2-as.json Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/6332853c Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/6332853c Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/6332853c Branch: refs/heads/master Commit: 6332853cd174ef613a02b73c22da6722049edf00 Parents: 88321ad Author: WSO2 Cloud <[email protected]> Authored: Wed Jul 29 10:21:04 2015 +0530 Committer: Imesh Gunaratne <[email protected]> Committed: Sat Aug 1 07:59:00 2015 +0530 ---------------------------------------------------------------------- samples/cartridges/kubernetes/wso2-as.json | 57 ------------------------- 1 file changed, 57 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/6332853c/samples/cartridges/kubernetes/wso2-as.json ---------------------------------------------------------------------- diff --git a/samples/cartridges/kubernetes/wso2-as.json b/samples/cartridges/kubernetes/wso2-as.json deleted file mode 100755 index 52e4fea..0000000 --- a/samples/cartridges/kubernetes/wso2-as.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "type": "wso2as", - "provider": "wso2", - "category": "framework", - "host": "wso2as.stratos.org", - "displayName": "WSO2 AS 5.2.1", - "description": "WSO2 AS 5.2.1 Cartridge", - "version": "5.2.1", - "multiTenant": "false", - "loadBalancingIPType": "public", - "portMapping": [ - { - "name": "http-9763", - "protocol": "http", - "port": "9763", - "proxyPort": "8280" - }, - { - "name": "http-9443", - "protocol": "https", - "port": "9443", - "proxyPort": "8243" - } - - ], - "deployment": { - "baseDir": "/var/www" - }, - "iaasProvider": [ - { - "type": "kubernetes", - "imageId": "wso2/as:5.2.1", - "networkInterfaces": [ - ], - "property": [ - ] - } - ], - "property": [ - { - "name": "KUBERNETES_CONTAINER_CPU", - "value": "0" - }, - { - "name": "KUBERNETES_CONTAINER_MEMORY", - "value": "0" - }, - { - "name": "KUBERNETES_SERVICE_SESSION_AFFINITY", - "value": "ClientIP" - }, - { - "name": "payload_parameter.START_CMD", - "value": "PCA" - } - ] -}
