Uh oh!
There was an error while loading. Please reload this page.
Conversation
cloudmonger
commented
May 29, 2017
ACS CI BVT RunSumarry: Link to logs Folder (search by build_no):https://www.dropbox.com/sh/r2si930m8xxzavs/AAAzNrnoF1fC3auFrvsKo_8-a?dl=0 Failed tests:
Skipped tests: Passed test suits: |
yadvr
commented
Nov 30, 2017
@blueorangutan package |
blueorangutan
commented
Nov 30, 2017
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Nov 30, 2017
Packaging result: ✖centos6 ✖centos7 ✖debian. JID-1329 |
yadvr
commented
Dec 1, 2017
@jayapalu please fix the conflicts and build failures |
yadvr
commented
Dec 11, 2017
@jayapalu can you fix conflicts and move sql related changes to appropriate 4.10->4.11 path? |
yadvr
commented
Dec 19, 2017
@jayapalu this is marked as a blocker, can you help fix this? Thanks. |
yadvr
commented
Dec 22, 2017
Ping @jayapalu can you please respond? This issue is marked as blocker in jira. /cc @karuturi@sateesh-chodapuneedi@priyankparihar@yvsubhash and others at Accelerite who may want to work with the community on this? |
yadvr
commented
Jan 2, 2018
ping @jayapalu I'll remove this from 4.11 milestone due to lack of engagement, response from the author and discussions. |
Updated the traffic_type to PrivateGw to avoid configuring keepalied on the private gateway interface. Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
| EntityManager _entityMgr; | ||
| private static final TrafficType[] TrafficTypes = {TrafficType.Guest}; | ||
| private static final TrafficType[] TrafficTypes = {TrafficType.PrivateGw}; |
There was a problem hiding this comment.
Will this cause regression @jayapalu ? /cc @ustcweizhou
yadvr
commented
Jan 7, 2018
@blueorangutan package |
blueorangutan
commented
Jan 7, 2018
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Jan 7, 2018
Packaging result: ✔centos6 ✔centos7 ✔debian. JID-1612 |
yadvr
commented
Jan 7, 2018
@blueorangutan test |
blueorangutan
commented
Jan 7, 2018
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Jan 8, 2018
Trillian test result (tid-2068)
|
yadvr
commented
Jan 8, 2018
@jayapalu can you address outstanding questions and look at failures? |
yadvr
commented
Jan 9, 2018
Given there is no engagement from the author and this issue is a specific case, does not block the release I'll move this to 4.12 milestone. /cc @jayapalu |
yadvr
commented
Oct 8, 2018
Essentially, the private gateway from a user point of view is still a kind guest network type providing access for guest VMs. I started by extending/fixing this PR but found it to be not necessary to add a new traffic type to fix this which will also require codebase-wide refactoring and additional checks wherever In #2888 the VR nics are aggregated and programmed by the nic device order and in the VR the I'm still able to reproduce the issue https://issues.apache.org/jira/browse/CLOUDSTACK-9885 in case of rVRs but I think it's solvable by adding a new boolean to say whether a guest network nic is a private gateway and handle that case in VR. |
andrijapanicsb
commented
Jan 4, 2020
I'm closing this one @JayapalUradi@jayapalu due to 2.5 years of inactivity. Kindly reopen if you have time to work on this one. |
Updated the traffic_type to PrivateGw to avoid configuring keepalied on the private gateway interface.
For more details about the bug please see CLOUDSTACK-9885