Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3DAB81938A for ; Mon, 25 Apr 2016 21:53:14 +0000 (UTC) Received: (qmail 328 invoked by uid 500); 25 Apr 2016 21:53:13 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 256 invoked by uid 500); 25 Apr 2016 21:53:13 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 103 invoked by uid 500); 25 Apr 2016 21:53:13 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 99978 invoked by uid 99); 25 Apr 2016 21:53:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Apr 2016 21:53:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1A4D12C1F6D for ; Mon, 25 Apr 2016 21:53:13 +0000 (UTC) Date: Mon, 25 Apr 2016 21:53:13 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9207) Test to verify if additional ipaddress on vpcVR is removed if the network is restarted with cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9207?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15257118#comment-15257118 ] ASF GitHub Bot commented on CLOUDSTACK-9207: -------------------------------------------- Github user swill commented on the pull request: https://github.com/apache/cloudstack/pull/1304#issuecomment-214538838 Running tests again in the same setup to see if any of the connection issues are resolved. The error for sure should be looked into... > 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)