pubstack / pubstack.github.io

OpenSource blog
MIT License
6 stars 4 forks source link

Install TripleO UI #27

Open ccamacho opened 7 years ago

voyageur commented 7 years ago

To get access to the UI in an undercloud, I just expanded a bit the sshuttle command I use to get access to the overcloud: sshuttle -e "ssh -F ~/.quickstart/ssh.config.ansible" -r undercloud -v 10.0.0.0/24 192.168.24.0/24

I also got the "Connection to Keystone is not available" when trying to login, I fixed that by visiting the keystone URL first (to ignore the SSL error), in my case https://192.168.24.2:13000/v2.0 (from OS_AUTH_URL in stackrc)

ccamacho commented 7 years ago

Yeahp you are right there, using sshuttle is a better idea, as the TripleO UI is trying to reach other services from 192.168.24.0/24 (like keystone 5000) and I'm currently forwarding one port I'll push the fix. Not using currently SSL but that's a good catch! Thanks!