diff --git a/doc/source/deploy_install_guides/r2_release/kubernetes_access.rst b/doc/source/deploy_install_guides/r2_release/kubernetes_access.rst index 7768578e4..99711e61f 100644 --- a/doc/source/deploy_install_guides/r2_release/kubernetes_access.rst +++ b/doc/source/deploy_install_guides/r2_release/kubernetes_access.rst @@ -78,16 +78,22 @@ Documentation coming soon. GUI --- +.. note:: + + For a virtual installation, run the browser on the host machine. + ********************* StarlingX Horizon GUI ********************* -Access the StarlingX Horizon GUI in your browser at the following address: +Access the StarlingX Horizon GUI in your browser using the OAM floating IP +address. For example: `\http://:8080`. + +To determine your OAM floating IP address, use: :: - http://:8080 - + system oam-show Log in to Horizon with an admin/. @@ -152,11 +158,14 @@ To install the Kubernetes dashboard, execute the following steps on controller-0 kubectl -n kube-system describe secret $(kubectl -n kube-system get secret | grep admin-user | awk '{print $1}') -#. Access the Kubernetes dashboard GUI in your browser at the following address: +#. Access the Kubernetes dashboard GUI in your browser using the OAM floating IP + address. For example: `\https://:30000`. + + To determine your OAM floating IP address, use: :: - https://:30000 + system oam-show #. Log in with the ``admin-user`` TOKEN. diff --git a/doc/source/deploy_install_guides/r2_release/virtual/aio_duplex_environ.rst b/doc/source/deploy_install_guides/r2_release/virtual/aio_duplex_environ.rst index 1a08c405d..95b389425 100644 --- a/doc/source/deploy_install_guides/r2_release/virtual/aio_duplex_environ.rst +++ b/doc/source/deploy_install_guides/r2_release/virtual/aio_duplex_environ.rst @@ -48,5 +48,6 @@ configuration. bash setup_configuration.sh -c duplex -i ./bootimage.iso - If there is no X-server present, then errors are returned. - + If there is no X-server present errors will occur and the X-based GUI for the + virt-manager application will not start. The virt-manager GUI is not absolutely + required and you can safely ignore errors and continue. \ No newline at end of file diff --git a/doc/source/deploy_install_guides/r2_release/virtual/aio_simplex_environ.rst b/doc/source/deploy_install_guides/r2_release/virtual/aio_simplex_environ.rst index 2aae37500..49e7ad9e4 100644 --- a/doc/source/deploy_install_guides/r2_release/virtual/aio_simplex_environ.rst +++ b/doc/source/deploy_install_guides/r2_release/virtual/aio_simplex_environ.rst @@ -47,4 +47,6 @@ configuration. bash setup_configuration.sh -c simplex -i ./bootimage.iso - If there is no X-server present, then errors will occur. + If there is no X-server present errors will occur and the X-based GUI for the + virt-manager application will not start. The virt-manager GUI is not absolutely + required and you can safely ignore errors and continue. diff --git a/doc/source/deploy_install_guides/r2_release/virtual/controller_storage_environ.rst b/doc/source/deploy_install_guides/r2_release/virtual/controller_storage_environ.rst index da54b110c..83d13c89e 100644 --- a/doc/source/deploy_install_guides/r2_release/virtual/controller_storage_environ.rst +++ b/doc/source/deploy_install_guides/r2_release/virtual/controller_storage_environ.rst @@ -51,4 +51,6 @@ deployment configuration. bash setup_configuration.sh -c controllerstorage -i ./bootimage.iso - If there is no X-server present, then errors are returned. \ No newline at end of file + If there is no X-server present errors will occur and the X-based GUI for the + virt-manager application will not start. The virt-manager GUI is not absolutely + required and you can safely ignore errors and continue. \ No newline at end of file diff --git a/doc/source/deploy_install_guides/r2_release/virtual/dedicated_storage_environ.rst b/doc/source/deploy_install_guides/r2_release/virtual/dedicated_storage_environ.rst index 99fadb88c..557b835b2 100644 --- a/doc/source/deploy_install_guides/r2_release/virtual/dedicated_storage_environ.rst +++ b/doc/source/deploy_install_guides/r2_release/virtual/dedicated_storage_environ.rst @@ -53,4 +53,6 @@ deployment configuration. bash setup_configuration.sh -c dedicatedstorage -i ./bootimage.iso - If there is no X-server present, then errors are returned. + If there is no X-server present errors will occur and the X-based GUI for the + virt-manager application will not start. The virt-manager GUI is not absolutely + required and you can safely ignore errors and continue. diff --git a/doc/source/deploy_install_guides/r3_release/kubernetes_access.rst b/doc/source/deploy_install_guides/r3_release/kubernetes_access.rst index 227450f41..34a630024 100644 --- a/doc/source/deploy_install_guides/r3_release/kubernetes_access.rst +++ b/doc/source/deploy_install_guides/r3_release/kubernetes_access.rst @@ -78,16 +78,22 @@ Documentation coming soon. GUI --- +.. note:: + + For a virtual installation, run the browser on the host machine. + ********************* StarlingX Horizon GUI ********************* -Access the StarlingX Horizon GUI in your browser at the following address: +Access the StarlingX Horizon GUI in your browser using the OAM floating IP +address. For example: `\http://:8080`. + +To determine your OAM floating IP address, use: :: - http://:8080 - + system oam-show Log in to Horizon with an admin/. @@ -152,11 +158,14 @@ To install the Kubernetes dashboard, execute the following steps on controller-0 kubectl -n kube-system describe secret $(kubectl -n kube-system get secret | grep admin-user | awk '{print $1}') -#. Access the Kubernetes dashboard GUI in your browser at the following address: +#. Access the Kubernetes dashboard GUI in your browser using the OAM floating IP + address. For example: `\https://:30000`. + + To determine your OAM floating IP address, use: :: - https://:30000 + system oam-show #. Log in with the ``admin-user`` TOKEN. diff --git a/doc/source/deploy_install_guides/r3_release/virtual/aio_duplex_environ.rst b/doc/source/deploy_install_guides/r3_release/virtual/aio_duplex_environ.rst index 935b99df3..c621a55f8 100644 --- a/doc/source/deploy_install_guides/r3_release/virtual/aio_duplex_environ.rst +++ b/doc/source/deploy_install_guides/r3_release/virtual/aio_duplex_environ.rst @@ -48,5 +48,7 @@ configuration. bash setup_configuration.sh -c duplex -i ./bootimage.iso - If there is no X-server present, then errors are returned. + If there is no X-server present errors will occur and the X-based GUI for the + virt-manager application will not start. The virt-manager GUI is not absolutely + required and you can safely ignore errors and continue. diff --git a/doc/source/deploy_install_guides/r3_release/virtual/aio_simplex_environ.rst b/doc/source/deploy_install_guides/r3_release/virtual/aio_simplex_environ.rst index 109b97a28..455b10b6f 100644 --- a/doc/source/deploy_install_guides/r3_release/virtual/aio_simplex_environ.rst +++ b/doc/source/deploy_install_guides/r3_release/virtual/aio_simplex_environ.rst @@ -47,4 +47,6 @@ configuration. bash setup_configuration.sh -c simplex -i ./bootimage.iso - If there is no X-server present, then errors will occur. + If there is no X-server present errors will occur and the X-based GUI for the + virt-manager application will not start. The virt-manager GUI is not absolutely + required and you can safely ignore errors and continue. diff --git a/doc/source/deploy_install_guides/r3_release/virtual/controller_storage_environ.rst b/doc/source/deploy_install_guides/r3_release/virtual/controller_storage_environ.rst index ee260a229..818c8e774 100644 --- a/doc/source/deploy_install_guides/r3_release/virtual/controller_storage_environ.rst +++ b/doc/source/deploy_install_guides/r3_release/virtual/controller_storage_environ.rst @@ -51,4 +51,6 @@ deployment configuration. bash setup_configuration.sh -c controllerstorage -i ./bootimage.iso - If there is no X-server present, then errors are returned. \ No newline at end of file + If there is no X-server present errors will occur and the X-based GUI for the + virt-manager application will not start. The virt-manager GUI is not absolutely + required and you can safely ignore errors and continue. \ No newline at end of file diff --git a/doc/source/deploy_install_guides/r3_release/virtual/dedicated_storage_environ.rst b/doc/source/deploy_install_guides/r3_release/virtual/dedicated_storage_environ.rst index b242ea550..601e15bac 100644 --- a/doc/source/deploy_install_guides/r3_release/virtual/dedicated_storage_environ.rst +++ b/doc/source/deploy_install_guides/r3_release/virtual/dedicated_storage_environ.rst @@ -53,4 +53,6 @@ deployment configuration. bash setup_configuration.sh -c dedicatedstorage -i ./bootimage.iso - If there is no X-server present, then errors are returned. + If there is no X-server present errors will occur and the X-based GUI for the + virt-manager application will not start. The virt-manager GUI is not absolutely + required and you can safely ignore errors and continue.