[rdo-users] [rdo-list] tunneling to Horizon
Wesley Hayutin
whayutin at redhat.com
Tue Oct 24 17:14:26 UTC 2017
On Tue, Oct 24, 2017 at 12:07 PM, James LaBarre <jlabarre at redhat.com> wrote:
> 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 at 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
>
>
>
> _______________________________________________
> users mailing list
> users at lists.rdoproject.org
> http://lists.rdoproject.org/mailman/listinfo/users
>
> To unsubscribe: rdo-list-unsubscribe at redhat.com
FYI.. I have confirmed this is working with the patches and dependencies in
https://bugs.launchpad.net/tripleo/+bug/1722674
The bug is updated with instructions on how to test w/ the unmerged code.
The doc is updated as well.
Thanks all!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rdoproject.org/pipermail/users/attachments/20171024/c59bb023/attachment.html>
More information about the users
mailing list