GitHub user bvbharatk opened a pull request:
https://github.com/apache/cloudstack/pull/800
CLOUDSTACK-8798 Fixed the vrrp virtual ip config in case of rvr enablâ¦
Fixed the vrrp virtual ip config in case of rvr enabled isolated networks.
changed the CsRedundant.py to bring down the public interface when rvr
changes state to
backup. Also fixed vrrp authentication for isolated networks.
This fix dose not effect the vpc networks. it is only meant for rvr
isolated networks.
manullay deployed a vm in rvr enabled isolated network and ran the tests
below.
nosetests --with-marvin --marvin-config=/marvin-config
test/integration/component/test_redundant_router_services.py
Test redundant router internals ... === TestName: test_enableVPNOverRvR |
Status : SUCCESS ===
ok
----------------------------------------------------------------------
Ran 1 test in 633.336s
OK
nosetests --with-marvin --marvin-config=/marvin-config
test/integration/component/test_redundant_router_cleanups.py
Test network garbage collection with RVR ... === TestName: test_network_gc
| Status : SUCCESS ===
ok
Test restarting RvR network without cleanup ... === TestName:
test_restart_ntwk_no_cleanup | Status : SUCCESS ===
ok
Test restart RvR network with cleanup ... === TestName:
test_restart_ntwk_with_cleanup | Status : SUCCESS ===
ok
----------------------------------------------------------------------
Ran 3 tests in 2120.263s
OK
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bvbharatk/cloudstack CLOUDSTACK-8798
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/800.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 #800
----
commit 6f68ecc3bfec6b5d614a49029b03599064e59e15
Author: Bharat Kumar <[email protected]>
Date: 2015-08-14T08:42:28Z
CLOUDSTACK-8798 Fixed the vrrp virtual ip config in case of rvr enabled
isolated networks.
changed the CsRedundant.py to bring down the public interface when rvr
changes state to
backup. Also fixed vrrp authentication for isolated networks.
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---