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 GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/04 12:38:39 UTC

[jira] [Commented] (CLOUDSTACK-9207) Test to verify if additional ipaddress on vpcVR is removed if the network is restarted with cleanup

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

ASF GitHub Bot commented on CLOUDSTACK-9207:
--------------------------------------------

GitHub user sanju1010 opened a pull request:

    https://github.com/apache/cloudstack/pull/1304

    [CLOUDSTACK-9207] Test to verify restarting vpc network with cleanup does not delete the secondary ip address from VR

    Please check jira 
    https://issues.apache.org/jira/browse/CLOUDSTACK-9207
     for more details.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sanju1010/cloudstack vpc

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1304.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1304
    
----
commit e3f8becc578155b5491834b1632716111bccab67
Author: sanjeevn <sa...@citrix.com>
Date:   2016-01-04T09:13:47Z

    Marvin test to verify CS-44071
    Bug-Id: CS-44071
    Reviewed-by: Self

----


> Test to verify if additional ipaddress on vpcVR is removed if the network is restarted with cleanup
> ---------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-9207
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9207
>             Project: CloudStack
>          Issue Type: Test
>      Security Level: Public(Anyone can view this level - this is the default.) 
>            Reporter: Sanjeev N
>            Assignee: Sanjeev N
>
> Test to check restarting vpc network (tier) with cleanup  does not delete the secondary ip address from the VR.
> Steps followed:
> ============
> 1.Create VPC, tier and deploy vm in the tier
> 2.Acquire additional IP address and configure StaticNAT with vm created in step1
> 3.Restart vpc network with clean up 
> Expected Result:
> ==============
> Secondary ip address (IP configured on VPC VR's public interface) should not be deleted ( or it should be configured on vr) after network restart with cleanup.
> RootCause:
> =========
> As part of clean up, CS deletes all the network configuration from the VR and it configures again. However, the reconfiguration did not include the additional ip addresses.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)