You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/07/31 07:43:48 UTC

[jira] [Commented] (CLOUDSTACK-3923) [automation] vpc offering is not selected properly in the internal lb VM test

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-3923?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13724900#comment-13724900 ] 

ASF subversion and git services commented on CLOUDSTACK-3923:
-------------------------------------------------------------

Commit 890ba45e429c29a2deb4eb76242f8f6358776c2e in branch refs/heads/4.2 from [~srikanti]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=890ba45 ]

CLOUDSTACK-3923: Fix the scripts to select default vpc offering

CLOUDSTACK-3923: Fix the scripts to select default vpc offering

Signed-off-by: Prasanna Santhanam <ts...@apache.org>
(cherry picked from commit 99d8ed9b68e3d480a3d86cb8ecd19c1e9b354dff)

                
> [automation]  vpc offering is not selected properly in the internal lb VM test
> ------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-3923
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3923
>             Project: CloudStack
>          Issue Type: Test
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Automation
>    Affects Versions: 4.2.0
>            Reporter: Srikanteswararao Talluri
>            Assignee: Srikanteswararao Talluri
>            Priority: Blocker
>             Fix For: 4.2.0
>
>
> Internal LB tests are failing because right VPC offering is not selected when there are multiple VPC offerings exists.
> Error Message
> Execute cmd: createnetwork failed, due to: errorCode: 431, errorText:Service/provider combination Lb/InternalLbVm is not supported by VPC [VPC [92-vpc-internallb-4K8S2F]
> Stacktrace
> Traceback (most recent call last):
>   File "/usr/local/lib/python2.7/unittest/case.py", line 318, in run
>     testMethod()
>   File "/root/cloudstack/test/integration/smoke/test_internal_lb.py", line 144, in test_internallb
>     netmask="255.255.255.192"
>   File "/usr/local/lib/python2.7/site-packages/marvin/integration/lib/base.py", line 1880, in create
>     return Network(apiclient.createNetwork(cmd).__dict__)
>   File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 1634, in createNetwork
>     response = self.connection.marvin_request(command, response_type=response, method=method)
>   File "/usr/local/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 222, in marvin_request
>     response = jsonHelper.getResultObj(response.json(), response_type)
>   File "/usr/local/lib/python2.7/site-packages/marvin/jsonHelper.py", line 148, in getResultObj
>     raise cloudstackException.cloudstackAPIException(respname, errMsg)
> cloudstackAPIException: Execute cmd: createnetwork failed, due to: errorCode: 431, errorText:Service/provider combination Lb/InternalLbVm is not supported by VPC [VPC [92-vpc-internallb-4K8S2F]

--
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