[
https://issues.apache.org/jira/browse/STRATOS-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13893112#comment-13893112
]
reka thirunavukkarasu commented on STRATOS-374:
-----------------------------------------------
Please find the following as the sample cartridge definition for this scenario:
{ "cartridgeDefinitionBean": {
"type": "php-not-lb-test",
"provider": "apache",
"host": "stratos.com",
"displayName": "PHP",
"description": "PHP Cartridge",
"version": "7",
"multiTenant": "false",
"portMapping": [
{
"protocol": "http",
"port": "80",
"proxyPort": "8280"
}
],
"deployment": {
},
"iaasProvider": [
{
"type": "openstack",
"imageId": "RegionOne/9865ed3f-724b-44e1-874f-f759aeceb9ef",
"maxInstanceLimit": "4",
"property": [
{
"name": "instanceType",
"value": "RegionOne/2"
}
]
}
],
"loadBalancer": {
"property": {
"name": "no.load.balancer",
"value": "true"
}
}
}
}
> Cartridge definition should not expect a type for no.load.balancher
> -------------------------------------------------------------------
>
> Key: STRATOS-374
> URL: https://issues.apache.org/jira/browse/STRATOS-374
> Project: Stratos
> Issue Type: Bug
> Components: Stratos Manager
> Affects Versions: 4.0.0 M6
> Reporter: reka thirunavukkarasu
> Assignee: reka thirunavukkarasu
> Fix For: 4.0.0 M7
>
>
> "loadBalancer": {
> "type": "lb",
> "property": {
> "name": "no.load.balancer",
> "value": "true"
> }
> }
> We have to remove the type from the configuration when we don't need a
> loadbalancher for a cartridge.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)