mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-8798 Fixed the vrrp virtual ip config in case of rvr enablFixed 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 === ---------------------------------------------------------------------- Ran 1 test in 633.336s 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 === ---------------------------------------------------------------------- Ran 3 tests in 2120.263s * pr/800: 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. Signed-off-by: wilderrodrigues <wrodrigues@schubergphilis.com>