[ 
https://issues.apache.org/jira/browse/STRATOS-292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13849101#comment-13849101
 ] 

Nirmal Fernando commented on STRATOS-292:
-----------------------------------------

Sample normal Cartridge definition:

{ "cartridgeDefinitionBean": {
      "type": "php",
      "provider": "apache",
      "host": "nirmal.com",
      "displayName": "PHP",
      "description": "PHP Cartridge",
      "version": "7",
      "multiTenant": "false",
      "portMapping": [
         {
            "protocol": "http",
            "port": "80",
            "proxyPort": "8280"
         },
         {
            "protocol": "https",
            "port": "443",
            "proxyPort": "8243"
         }
       ],
      "deployment": {
        },
       "iaasProvider": [
        {
          "type": "ec2",
          "imageId": "ap-southeast-1/ami-b6aefae4",
          "maxInstanceLimit": "4",
          "property": [
            {
             "name": "instanceType",
             "value": "m1.medium"
            }

          ]
        }
      ],
     "loadBalancer": {
        "type": "lb",
        "property": {
            "name": "default.load.balancer",
            "value": "true"
        }
      },
      "property": [
     
      ]
    }
 }

> Introduce load balancer Cartridge concept
> -----------------------------------------
>
>                 Key: STRATOS-292
>                 URL: https://issues.apache.org/jira/browse/STRATOS-292
>             Project: Stratos
>          Issue Type: New Feature
>          Components: Cloud Controller, Stratos Manager
>    Affects Versions: 4.0.0 M4
>            Reporter: Nirmal Fernando
>            Assignee: Nirmal Fernando
>            Priority: Critical
>             Fix For: 4.0.0 M5
>
>
> From now on, load balancer would also be a Cartridge and other Cartridges can 
> basically add a reference to an existing LB Cartridge.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to