GitHub user wilderrodrigues opened a pull request:

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

    CLOUDSTACK-9015 - Redundant VPC Virtual Router's state is BACKUP & BACKUP 
or MASTER & MASTER

    This PR fixes the problems we were facing with the Redundant VPC Routers. 
The following changes have been applied:
    
    * 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 it become the backup router
    * 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

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/1064.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 #1064
    
----
commit cd05a252fb6c76ceff88f3dc83d3699be18556a7
Author: Wilder Rodrigues <wrodrig...@schubergphilis.com>
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 <wrodrig...@schubergphilis.com>
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to