RHOSP 10 Director GUI Access
Hi,
I have used the standard IPs and enabled the UI & SSL for GUI access in the undercloud.conf. I have set the generate certificate to true and used the local CA as below. The undercloud installation was successful but I cant access to the GUI using the firefox on the localhost, always getting the "SEC_ERROR_EXTENSION_VALUE_INVALID" error . When I try to add exception to firefox for 192.0.2.2:13000 or other ports it says "Unable to obtain the identification status for this site"
generate_service_certificate = true
certificate_generation_ca = local
I can proceed with the CLI but want to use the GUI for deploying the overcloud. Any recommendations/comments?
thanks
Responses
I'm not able to use Chrome in my installation, but I stumbled across a partial solution with Firefox. Have you tried logging at: http://:3000? In my case that worked out to be: http://192.168.24.1:3000 You can then Login: admin Password: {as "stack" user issue the command - $ sudo hiera admin_password} or you can look in the ~stack/undercloud-passwords.conf for the undercloud_admin_password. I found this URL by looking in /var/www/openstack-tripleo-ui/dist/tripleo_ui_config.js. I used these same options in the config file: generate_service_certificate = true certificate_generation_ca = local
This solution works but with one caveat -- it's not using SSL, which means the UI access will be insecure.
The access to the UI has improved dramatically in later versions of OSP. Previously, the UI accessed individual services on their respective ports. Now the UI accesses the services through proxied URIs on port 443.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
