Uh oh!
There was an error while loading. Please reload this page.
vr: add missing rule for port forwarding rule in vpc - #3857
Conversation
yadvr
commented
Jan 31, 2020
@blueorangutan package |
blueorangutan
commented
Jan 31, 2020
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Jan 31, 2020
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-734 |
yadvr
commented
Feb 1, 2020
@blueorangutan test |
blueorangutan
commented
Feb 1, 2020
@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Feb 1, 2020
Trillian test result (tid-873)
|
yadvr
commented
Feb 3, 2020
Rekicked Travis job1, it failed; need to check if it fails again cc @ustcweizhou |
DaanHoogland
commented
Feb 3, 2020
@weizhouapache (cc @rhtyd ) it is a pylint format error. you care to fix? |
Uh oh!
There was an error while loading. Please reload this page.
…debian/opt/cloud/bin/configure.py'
yadvr
commented
Feb 6, 2020
@blueorangutan package |
blueorangutan
commented
Feb 6, 2020
@rhtyd a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
blueorangutan
commented
Feb 6, 2020
Packaging result: ✖centos6 ✔centos7 ✔debian. JID-769 |
DaanHoogland
commented
Feb 6, 2020
@blueorangutan test |
blueorangutan
commented
Feb 6, 2020
@DaanHoogland a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
blueorangutan
commented
Feb 6, 2020
Trillian test result (tid-914)
|
add missing rule for port forwarding rule in vpc Originally authored in apache#3857 and cherrypicked. See merge request dev/cloudstack!160
Description
When create a port forwarding rule to a vm in vpc, we cannot access the port forwarding rule from inside the vm.
Steps to reproduce
(1) create a port forwarding rule in VPC, public ip X.X.X.X to vm Y.Y.Y.Y port 22
(2) ssh to vm, or login vm console
(3) in vm, ssh X.X.X.X does not work.
Fixes: #3763
Types of changes
Screenshots (if appropriate):
How Has This Been Tested?
with this change, the public Ip is reachable from inside vm in step (3) above.