Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D672618F69 for ; Mon, 16 Nov 2015 08:49:50 +0000 (UTC) Received: (qmail 14931 invoked by uid 500); 16 Nov 2015 08:49:50 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 14871 invoked by uid 500); 16 Nov 2015 08:49:50 -0000 Mailing-List: contact dev-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 dev@cloudstack.apache.org Received: (qmail 14848 invoked by uid 99); 16 Nov 2015 08:49:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Nov 2015 08:49:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AF382DFCC9; Mon, 16 Nov 2015 08:49:49 +0000 (UTC) From: wilderrodrigues To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org Message-ID: Subject: [GitHub] cloudstack pull request: [4.6.1] CLOUDSTACK-9015 - Redundant VPC V... Content-Type: text/plain Date: Mon, 16 Nov 2015 08:49:49 +0000 (UTC) GitHub user wilderrodrigues opened a pull request: https://github.com/apache/cloudstack/pull/1070 [4.6.1] CLOUDSTACK-9015 - Redundant VPC Virtual Router's state is BACKUP & BACKUP or MASTER & MASTER This PR closes #1064 All the details can be found in the original PR, which won't be merged because it was created agains master. Once this PR is closed, the original one will be also closed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/ekholabs/cloudstack fix/rVPC-CLOUDSTACK-9015 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/1070.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 #1070 ---- commit cd05a252fb6c76ceff88f3dc83d3699be18556a7 Author: Wilder Rodrigues Date: 2015-11-12T17:13:51Z CLOUDSTACK-9015 - Make sure the Backup router can talk to the Master router after a stop/start/reboot - Stop KeepaliveD/ConntrackD if the eth2 (guest) interface is not configured and UP - Only setup the redundancy after all the router configuration is done - Open the FW for the VRRP communitation - 224.0.0.18 and 225.0.0.50 - Set keepalived.conf.templ by default to use interface eth2 (guest) - It will be reconfigured anyway, but having eth2 there is more clear commit 952d9a84d23b3070b1073ed8ea53275de1c556e1 Author: Wilder Rodrigues Date: 2015-11-12T17:32:53Z CLOUDSTACK-9015 - Add test to cover the rVPC routers stop/start/reboot scenario - Stop/reboot master router should make the backup router become master - Start the stopped router should make be the backup router ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---