Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
4.0.0 Alpha
-
None
-
None
Description
As I found the sample LB cartridge configuration in Stratos Console does not include the load.balancer property. As a result Stratos does not identify this cartridge as a load balancer cartridge:
Example configuration:
{
"cartridgeDefinitionBean": {
"type": "lb",
"provider": "apache",
"displayName": "Lb",
"description": "Lb Cartridge",
"version": "1.0",
"host": "stratos.apache.org",
"defaultAutoscalingPolicy": "economyPolicy",
"defaultDeploymentPolicy": "depexp",
"multiTenant": "false",
"portMapping": [
],
"deployment": {},
"iaasProvider": [
{
"type": "openstack",
"imageId": "RegionOne/9865ed3f-724b-44e1-874f-f759aeceb9ef",
"property": [
]
}
]
}
}