From 5f8e8ca75cd22132461fd1973031c801048b13d8 Mon Sep 17 00:00:00 2001 From: Elisamara Aoki Goncalves Date: Wed, 14 Aug 2024 13:30:20 +0000 Subject: [PATCH] Fix URL in access the GUI Add note explaining which URL to use in case https is not enabled. Closes-bug: 2077000 Change-Id: I76533f565947fb181b19cd5bfcd864234538d110 Signed-off-by: Elisamara Aoki Goncalves --- .../kubernetes/oran-o2-application-b50a0c899e66.rst | 11 +++++++++-- .../release/kubernetes_access.rst | 6 +++++- doc/source/developer_resources/starlingx_patching.rst | 6 +++++- .../security/kubernetes/security-access-the-gui.rst | 6 +++++- 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/doc/source/admintasks/kubernetes/oran-o2-application-b50a0c899e66.rst b/doc/source/admintasks/kubernetes/oran-o2-application-b50a0c899e66.rst index e56a661e9..f06083654 100644 --- a/doc/source/admintasks/kubernetes/oran-o2-application-b50a0c899e66.rst +++ b/doc/source/admintasks/kubernetes/oran-o2-application-b50a0c899e66.rst @@ -57,9 +57,16 @@ You can install |O-RAN| O2 application on |prod| from the command line. #. Download ``admin_openrc.sh`` from the |prod| admin dashboard. - * Visit `http://:8080/project/api_access/` - * Click the **Download OpenStack RC File"/"OpenStack RC File** button + * Visit `https://:8443/project/api_access/` + + .. note:: + If https is not enabled, the URL is `http://:8080`. + + + + * Click the **Download OpenStack RC File"/"OpenStack RC File** button + #. Copy the file to the controller host. #. Source the platform environment. diff --git a/doc/source/deploy_install_guides/release/kubernetes_access.rst b/doc/source/deploy_install_guides/release/kubernetes_access.rst index abf84fded..d84ab6579 100644 --- a/doc/source/deploy_install_guides/release/kubernetes_access.rst +++ b/doc/source/deploy_install_guides/release/kubernetes_access.rst @@ -93,7 +93,11 @@ StarlingX Horizon GUI Access the StarlingX Horizon GUI with the following steps: #. Enter the OAM floating IP address in your browser: - ``\http://:8080``. + ``https://:8443``. + + .. note:: + + If https is not enabled, the URL is `http://:8080`. Discover your OAM floating IP address with the :command:`system oam-show` command. diff --git a/doc/source/developer_resources/starlingx_patching.rst b/doc/source/developer_resources/starlingx_patching.rst index 3f7d92bf4..c06d74865 100644 --- a/doc/source/developer_resources/starlingx_patching.rst +++ b/doc/source/developer_resources/starlingx_patching.rst @@ -54,7 +54,11 @@ Use Horizon GUI ############### #. Access the StarlingX Horizon GUI by entering the OAM floating IP address in - your browser: `\http://:8080` + your browser: `\https://:8443` + + .. note:: + + If https is not enabled, the URL is `http://:8080`. Discover your OAM floating IP address with the :command:`system oam-show` command. diff --git a/doc/source/security/kubernetes/security-access-the-gui.rst b/doc/source/security/kubernetes/security-access-the-gui.rst index cd14ce147..7b162d836 100644 --- a/doc/source/security/kubernetes/security-access-the-gui.rst +++ b/doc/source/security/kubernetes/security-access-the-gui.rst @@ -19,7 +19,11 @@ from a browser. Access the Horizon in your browser at the address: - `http://:8080` + `https://:8443` + + .. note:: + + If https is not enabled, the URL is `http://:8080`. Use the username **admin** and the sysadmin password to log in.