You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Prasanna Santhanam (JIRA)" <ji...@apache.org> on 2013/09/02 07:40:52 UTC

[jira] [Updated] (CLOUDSTACK-1038) Marvin integration lib: Support for multiple apiclient handlers for multiple region deployments.

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-1038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prasanna Santhanam updated CLOUDSTACK-1038:
-------------------------------------------

    Component/s:     (was: Test Tools)
                 marvin
    
> Marvin integration lib: Support for multiple apiclient handlers for multiple region deployments.
> ------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-1038
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1038
>             Project: CloudStack
>          Issue Type: Improvement
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: marvin
>    Affects Versions: 4.1.0
>            Reporter: Sangeetha Hariharan
>            Assignee: Prasanna Santhanam
>
> Marvin integration lib: Support for multiple apiclient handlers for multiple region deployments.
> With the new feature - "Regions", we will be allowed to have multiple management servers each servicing 1 region, be part of the same cloud deployment.
> We need to  enhance our libraries to support the concept of having multiple management  servers as part of 1 deployment so  with in our Test Cases we can get multiple apiclient (and db) handlers for each of the management servers.
> In the following configuration file , we could have multiple pairs of dbSvr and mgtSvr entries:
> {
>     "dbSvr": {
>         "dbSvr": "10.223.195.105", 
>         "passwd": "", 
>         "db": "cloud", 
>         "port": 3306, 
>         "user": "cloud"
>     }, 
>     "logger": [
>         {
>             "name": "TestClient", 
>             "file": "testclient.log"
>         }, 
>         {
>             "name": "TestCase", 
>             "file": "testcase.log"
>         }
>     ], 
>     "mgtSvr": [
>         {
>             "mgtSvrIp": "10.223.195.105", 
>             "port": 8096
>         }
>     ]
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira