Remove tripleo-ui reference from docs

Tripleo UI has be deprecated for some time.
Even when it was supported, it wasn't
supported well. Let's just remove the
reference from the documentation. The code
still exists to deploy it for those still
testing < stein. But at least removing this
reference will avoid confusion.

Closes-Bug: #1949388
Change-Id: I5ef01ff25f489ae5c10fb61cd8a1c161696f9546
This commit is contained in:
Brendan Shephard 2021-12-20 21:17:55 +10:00
parent 48621bb848
commit 93178db993
1 changed files with 0 additions and 20 deletions

View File

@ -49,23 +49,3 @@ access user name may be 'centos' or the like. And you may not be able to login
as the root. The UC node name may be also prefixed with a given heat stack name,
like `foo-undercloud`. The node also should be given a floating IP to serve as a
bastion host proxying ansible/ssh to overcloud nodes.
Access via the TripleO-UI
-------------------------
With baremetal and ovb based deployments you can access the TripleO-UI via the
undercloud's public ip address https://<virthost>
Deploying TripleO in a libvirt based environment presents the additional
challenge of accessing the isolated ovs networks on the undercloud. By default
an ssh-tunnel service has been setup on the virthost by the tripleo-quickstart
`enable_port_forward_for_tripleo_ui` variable. Access the TripleO-UI with the following.
From your workstation::
https://<virthost>
By default a secure connection to the undercloud services has been configured
in the /var/www/openstack-tripleo-ui-/dist/tripleo_ui_config.js file. To use
an insucure connections change the default variable
``tripleo_ui_secure_access`` to false.