Hi,

I'm using the master branch and when I try to deploy a LB cartridge
Stratos will not identify it as a new LB. Instead it treats the
cartridge as a regular cartridge.

My LB definition:

{
      "type": "lb",
      "provider": "lb",
      "host": "mongoshard.mydemo.net",
      "displayName": "Stratos Load Balancer",
      "description": "LB Cartridge",
      "version": "4.0",
      "defaultAutoscalingPolicy": "autoscale-policy-1",
      "multiTenant": "false",
      "portMapping": [
         {
           "protocol": "http",
           "port": "27017",
           "proxyPort": "27017"
         }
       ],
       "iaasProvider": [
         {
           "type": "openstack",
           "imageId": "RegionOne/7dd5cc06-fa4a-4de8-8a41-d472d1cfe0ce",
           "maxInstanceLimit": "1",
           "property": [
               {
                  "name": "instanceType",
                  "value": "RegionOne/2"
               },
               {
                  "name": "keyPair",
                  "value": "stratos-s4"
               }
            ]
         }
      ],
     "loadBalancer": {
      },
      "property": [
         {
            "name": "load.balancer",
            "value": "true"
         }
      ]
 }

Am I doing something wrong?

Thanks.

-- 
Akila Ravihansa Perera
Software Engineer
WSO2 Inc.
http://wso2.com

Phone: +94 77 64 154 38
Blog: http://ravihansa3000.blogspot.com

Reply via email to