Hello, Dave. I realize you're running on Windows, so this won't help you, but for those who use Linux or MacOSX, there is a terrific little python script that goes by the name of sshuttle [1]. It does more than just a port forward, it actually sets up iptables rules for all subnets on the other side of an ssh tunnel and routes through automatically.
I use this in Intel pod 24 from my laptop to the jumphost, which then gives me full connectivity to all the subnets of the OPNFV OpenStack installation :) [1] https://github.com/apenwarr/sshuttle Regards, Mark Mark Beierl SW System Sr Principal Engineer Dell EMC | Office of the CTO mobile +1 613 314 8106 [email protected] > On Jul 20, 2017, at 16:58, Dave Urschatz <[email protected]> wrote: > > Thanks Markos. > > It turns out the dashboard can be found by obtaining the value of > “external_lb_vip_address“ from the openstack_user_config.yml file under > xci/file/[ha|mini|noha] directories in the releng repo. However, there is no > file for aio. > > The only VM address on the 192.168.122.0 network is .2 and that turns out to > serve the horizon dashboard for the aio flavor. > > The next issue is turning off https on the dashboard. That way I would be > able to port forward port 80 to my desktop for access. > I’m looking at https://docs.openstack.org/openstack-ansible-os_horizon/latest/ > > Best Regards, > > Dave > > > > Dave Urschatz > Senior Technical Lead > <http://cengn.ca/> > 555 Legget Drive| Tower A | Suite 600| Ottawa ON | K2K 2X3 | 613-963-1201 > > > On 2017-07-20, 3:10 AM, "[email protected] on behalf > of Markos Chandras" <[email protected] on behalf of > [email protected]> wrote: > > On 19/07/17 21:37, Dave Urschatz wrote: >> I’m able to run openstack commands from the ansible_ssh_host but I would >> also like to use the horizon dashboard and console to VMs. >> >> >> >> Is there an easy way to get the horizon dashboard url in the all-in-one >> deployment? >> >> Is there a default user and password? >> >> Any documentation? >> >> > > Hello, > > The documentation you are looking for is the upstream one > > https://docs.openstack.org/openstack-ansible/latest/ > > For horizon specifically, you are probably looking at this > > > https://docs.openstack.org/project-deploy-guide/openstack-ansible/draft/verify-operation.html > > > -- > markos > > SUSE LINUX GmbH | GF: Felix Imendörffer, Jane Smithard, Graham Norton > HRB 21284 (AG Nürnberg) Maxfeldstr. 5, D-90409, Nürnberg > _______________________________________________ > opnfv-tech-discuss mailing list > [email protected] > https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss > > > _______________________________________________ > opnfv-tech-discuss mailing list > [email protected] > https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss _______________________________________________ opnfv-tech-discuss mailing list [email protected] https://lists.opnfv.org/mailman/listinfo/opnfv-tech-discuss
