[
https://issues.apache.org/jira/browse/CLOUDSTACK-8915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946645#comment-14946645
]
ASF GitHub Bot commented on CLOUDSTACK-8915:
--------------------------------------------
Github user wilderrodrigues commented on the pull request:
https://github.com/apache/cloudstack/pull/908#issuecomment-146148340
Hi @remibergsma @bvbharat @karuturi @DaanHoogland @borisroman @wido
@miguelaferreira
The VRRP code is again compliant with RVR and r-VPC, I just refactored the
copy method in order to avoid duplication.
Whilst trying to fix the cleanup I found out another bug: CLOUDSTACK-8935.
So, in order to get the cleanup working I had to add a remove routers in the
tearDown, otherwise the networks cannot be removed.
There is also a bug concerning the r-VPC and RVR default routes:
CLOUDSTACK-8934. As you can see, I created only one issue for both, but if you
think would be better we can split it.
The both issues mentioned above will be tackled in different PRs.
Tests were executed agains the following environment:
* Management Sever + MariaDB on CentOS 7.1
* KVM host on CentOS 7.1
Below the results for the tests that require hardware:
```
Create a redundant VPC with two networks with two VMs in each network ...
=== TestName: test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Status :
SUCCESS ===
ok
Create a redundant VPC with two networks with two VMs in each network and
check default routes ... === TestName: test_02_redundant_VPC_default_routes |
Status : FAILED ===
FAIL
======================================================================
FAIL: Create a redundant VPC with two networks with two VMs in each network
and check default routes
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/component/test_vpc_redundant.py",
line 493, in test_02_redundant_VPC_default_routes
self.do_default_routes_test()
File
"/data/git/cs1/cloudstack/test/integration/component/test_vpc_redundant.py",
line 545, in do_default_routes_test
"Ping to outside world from VM should be successful"
AssertionError: Ping to outside world from VM should be successful
----------------------------------------------------------------------
Ran 2 tests in 3934.969s
FAILED (failures=1)
Test iptables default INPUT/FORWARD policy on RouterVM ... === TestName:
test_02_routervm_iptables_policies | Status : SUCCESS ===
ok
Test iptables default INPUT/FORWARD policies on VPC router ... ===
TestName: test_01_single_VPC_iptables_policies | Status : SUCCESS ===
ok
----------------------------------------------------------------------
Ran 2 tests in 1005.326s
OK
/tmp//MarvinLogs/test_routers_iptables_default_policy_5T12QU/results.txt
(END)
Create a VPC with two networks with one VM in each network and test nics
after destroy ... === TestName: test_01_VPC_nics_after_destroy | Status :
SUCCESS ===
ok
Create a VPC with two networks with one VM in each network and test default
routes ... === TestName: test_02_VPC_default_routes | Status : SUCCESS ===
ok
----------------------------------------------------------------------
Ran 2 tests in 1831.943s
OK
/tmp//MarvinLogs/test_vpc_router_nics_N1CDIU/results.txt (END)
```
The "test_02_redundant_VPC_default_routes" is expected to fail. I already
mentioned the bug above
I will add a separate report for the other tests as soon as they are ready.
Cheers,
Wilder
> Cannot SSH into VMs deployed Redundant VPC routers
> --------------------------------------------------
>
> Key: CLOUDSTACK-8915
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8915
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Virtual Router
> Affects Versions: 4.6.0
> Reporter: Wilder Rodrigues
> Assignee: Wilder Rodrigues
> Priority: Blocker
>
> The Marvin test under componenet/test_vpc_redundant.py no longer passes. I
> also tried to test it manually, but unfortunately the feature is now broken.
> * Create a Redundant VPC
> * Add a tier
> * Add a new VM to the tier
> * Add an ACL, open port 22 and associate the ACL with the tier
> * Acquire a pub IP
> * Add a PF rule to port 22 towards the VM
> * Try to SSH to the VM through the Pub IP
> It fails with "No route to host"
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)