[
https://issues.apache.org/jira/browse/CLOUDSTACK-8915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14941347#comment-14941347
]
ASF GitHub Bot commented on CLOUDSTACK-8915:
--------------------------------------------
Github user borisroman commented on the pull request:
https://github.com/apache/cloudstack/pull/908#issuecomment-145079681
@wilderrodrigues I've ran the same tests as you proposed. On Centos KVM
hosts. Resulting in success besides the same exceptions. So that's :+1: LGTM
Regarding the exceptions, see [1] here the network is created. But in the
test the network was never removed, so cleanup would definitely fail, [2].
These integration tests should be rewritten so the network is removed
inside the test, this could be done now, or in a separate PR as it doesn't
alter system behavior.
[1]
https://github.com/apache/cloudstack/blob/237e0e4611dd3d0ae56a8c0557dba93e7fbd3440/test/integration/component/test_routers_iptables_default_policy.py#L290
[2]
https://github.com/apache/cloudstack/blob/a0f8f56a5dd3a323a72eb2a145d64cb1b5abea49/server/src/com/cloud/configuration/ConfigurationManagerImpl.java#L4635
> 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)