On 10/23/2017 04:11 PM, Jason E. Rist wrote:
Sorry for the slow/late reply on this. There is a bug right now for
just the TripleO-UI tunneling wherein the SSH tunnel doesn't get written
properly.
https://launchpad.net/bugs/1722674 I put up a patch and so did
Sagi:
https://review.openstack.org/#/c/511143/1
Both work for me in solving the tunneling issue, but then there is
another issue wherein the TripleO-UI config doesn't get written properly
if the Quickstart setup is SSL, which it is by default (and honestly I
don't know how to disable).
https://bugs.launchpad.net/tripleo/+bug/1725115
At the bottom of the /etc/systemd/system/ssh-tunnel.service tunnel there
is two lines that should help hitting horizon:
-L 0.0.0.0:8181:overcloud.localdomain:80 \
-L 0.0.0.0:8443:overcloud.localdomain:443
modify as necessary.
I already have those two lines in place, but still don't get forwarding.
From the config file, I have:
[Service]
ExecStart=/usr/bin/ssh -NT -o \
ServerAliveInterval=60 -o \
UserKnownHostsFile=/dev/null -o \
StrictHostKeyChecking=no -o \
ExitOnForwardFailure=no -i \
/home/stack/id_rsa_undercloud stack(a)192.168.23.33 \
-L 0.0.0.0:6385:https://192.168.24.2:6385 \
-L 0.0.0.0:5000:https://192.168.24.2:5000 \
-L 0.0.0.0:5050:https://192.168.24.2:5050 \
-L 0.0.0.0:8004:https://192.168.24.2:8004 \
-L 0.0.0.0:8080:https://192.168.24.2:8080 \
-L 0.0.0.0:9000:https://192.168.24.2:9000 \
-L 0.0.0.0:8989:https://192.168.24.2:8989 \
-L 0.0.0.0:3000:https://192.168.24.2:3000 \
-L 0.0.0.0:443:https://192.168.24.2:443 \
-L 0.0.0.0:13000:https://192.168.24.2:13000 \
-L 0.0.0.0:8181:overcloud.localdomain:80 \
-L 0.0.0.0:8443:overcloud.localdomain:443