[
https://issues.apache.org/jira/browse/CLOUDSTACK-9437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15392015#comment-15392015
]
ASF GitHub Bot commented on CLOUDSTACK-9437:
--------------------------------------------
Github user swill commented on the issue:
https://github.com/apache/cloudstack/pull/1614
### CI RESULTS
```
Tests Run: 85
Skipped: 0
Failed: 2
Errors: 0
Duration: 4h 58m 47s
```
**Summary of the problem(s):**
```
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/smoke/test_vpc_redundant.py", line
559, in test_02_redundant_VPC_default_routes
self.do_default_routes_test()
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_redundant.py", line
707, in do_default_routes_test
"Ping to outside world from VM should be successful"
AssertionError: Ping to outside world from VM should be successful
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_52ONA2/results.txt
```
```
FAIL: Create a VPC with two networks with one VM in each network and test
default routes
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_router_nics.py", line
414, in test_02_VPC_default_routes
self.do_default_routes_test()
File
"/data/git/cs1/cloudstack/test/integration/smoke/test_vpc_router_nics.py", line
476, in do_default_routes_test
"Ping to outside world from VM should be successful"
AssertionError: Ping to outside world from VM should be successful
----------------------------------------------------------------------
Additional details in: /tmp/MarvinLogs/test_network_52ONA2/results.txt
```
**Associated Uploads**
**`/tmp/MarvinLogs/DeployDataCenter__Jul_22_2016_16_53_45_QKIGS6:`**
*
[dc_entries.obj](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1614/tmp/MarvinLogs/DeployDataCenter__Jul_22_2016_16_53_45_QKIGS6/dc_entries.obj)
*
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1614/tmp/MarvinLogs/DeployDataCenter__Jul_22_2016_16_53_45_QKIGS6/failed_plus_exceptions.txt)
*
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1614/tmp/MarvinLogs/DeployDataCenter__Jul_22_2016_16_53_45_QKIGS6/runinfo.txt)
**`/tmp/MarvinLogs/test_network_52ONA2:`**
*
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1614/tmp/MarvinLogs/test_network_52ONA2/failed_plus_exceptions.txt)
*
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1614/tmp/MarvinLogs/test_network_52ONA2/results.txt)
*
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1614/tmp/MarvinLogs/test_network_52ONA2/runinfo.txt)
**`/tmp/MarvinLogs/test_vpc_routers_EYX3UB:`**
*
[failed_plus_exceptions.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1614/tmp/MarvinLogs/test_vpc_routers_EYX3UB/failed_plus_exceptions.txt)
*
[results.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1614/tmp/MarvinLogs/test_vpc_routers_EYX3UB/results.txt)
*
[runinfo.txt](https://objects-east.cloud.ca/v1/e465abe2f9ae4478b9fff416eab61bd9/PR1614/tmp/MarvinLogs/test_vpc_routers_EYX3UB/runinfo.txt)
Uploads will be available until `2016-09-24 02:00:00 +0200 CEST`
*Comment created by [`upr comment`](https://github.com/cloudops/upr).*
> Outbound traffic fails to work after VR is upgraded to post 4.6+ release
> ------------------------------------------------------------------------
>
> Key: CLOUDSTACK-9437
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9437
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.6.2, 4.7.1, 4.8.0, 4.8.1
> Reporter: Rohit Yadav
> Assignee: Rohit Yadav
> Priority: Blocker
>
> When CloudStack is upgraded to 4.6+ version, due to changes in script. The
> default iptables rules are saved at /etc/iptables/router_rules.{v4,v6}
> instead of the rules.{v4,v6} files. The cloud-early-config file uses the
> rules.v4 and rules file, which are copied from iptables-{router, etc.}
> templates.
> When CloudStack was upgrade from 4.3 to 4.6+ version, and VR template
> upgraded to a 4.6 template -- the rules.v4 file was copied from
> iptables-router template though the configure.py uses router_rules.v4 file
> which does not have the FW_EGRESS_RULES chain declared. Because of this the
> CsNetFilters fails to add the chain.
> Workaround that works -- after upgrading the router, restarting the network
> (without cleanup selected) fixes the issue.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)