Sangeetha Hariharan created CLOUDSTACK-1038:
-----------------------------------------------
Summary: 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: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: Test Tools
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