diff --git a/source/intro_release_notes/upgrades/upgrading_federation.rst b/source/intro_release_notes/upgrades/upgrading_federation.rst index e7f4c9dc5..b1f267857 100644 --- a/source/intro_release_notes/upgrades/upgrading_federation.rst +++ b/source/intro_release_notes/upgrades/upgrading_federation.rst @@ -38,9 +38,9 @@ It is a good idea to prevent any API access to the master zone during this step Step 2. Stop All Zones ================================================================================ -Stop OpenNebula and any other related services you may have running: OneFlow, OneGate, Sunstone & FireEdge. It's preferable to use the system tools, like ``systemctl`` or ``service`` as ``root`` in order to stop the services. +Stop OpenNebula and any other related services you may have running: OneFlow, OneGate & FireEdge. It's preferable to use the system tools, like ``systemctl`` or ``service`` as ``root`` in order to stop the services. -.. important:: If you are running Sunstone behind Apache/Nginx, please stop this service instead of Sunstone one. +.. important:: If you are running FireEdge service behind Apache/Nginx, please stop also the Apache/Nginx service. .. warning:: Make sure that every OpenNebula process is stopped. The output of ``systemctl list-units | grep opennebula`` should be empty. diff --git a/source/intro_release_notes/upgrades/upgrading_ha.rst b/source/intro_release_notes/upgrades/upgrading_ha.rst index d1a508992..5e46b338a 100644 --- a/source/intro_release_notes/upgrades/upgrading_ha.rst +++ b/source/intro_release_notes/upgrades/upgrading_ha.rst @@ -25,9 +25,9 @@ Step 3. Stop the HA Cluster You need to stop all the nodes in the cluster to upgrade them at the same time. Start with the followers and leave the leader until the end. -Stop OpenNebula and any other related services you may have running: OneFlow, OneGate, Sunstone & FireEdge. It's preferable to use the system tools, like ``systemctl`` or ``service`` as ``root`` in order to stop the services. +Stop OpenNebula and any other related services you may have running: OneFlow, OneGate & FireEdge. It's preferable to use the system tools, like ``systemctl`` or ``service`` as ``root`` in order to stop the services. -.. important:: If you are running Sunstone behind Apache/Nginx, please stop this service instead of Sunstone one. +.. important:: If you are running FireEdge service behind Apache/Nginx, please stop also the Apache/Nginx service. .. warning:: Make sure that every OpenNebula process is stopped. The output of ``systemctl list-units | grep opennebula`` should be empty. @@ -80,9 +80,9 @@ On each of the followers, ensure these folders are owned by the ``oneadmin`` use Step 7. Start OpenNebula in the Leader and Followers ================================================================================ -Start OpenNebula and any other related services: OneFlow, OneGate, Sunstone & FireEdge. It's preferable to use the system tools, like ``systemctl`` or ``service`` as ``root`` in order to stop the services. +Start OpenNebula and any other related services: OneFlow, OneGate & FireEdge. It's preferable to use the system tools, like ``systemctl`` or ``service`` as ``root`` in order to stop the services. -.. important:: If you are running Sunstone behind Apache/Nginx, please start this service instead of Sunstone one. +.. important:: If you are running FireEdge service behind Apache/Nginx, please start also the Apache/Nginx service. Step 8. Check Cluster Health ================================================================================ diff --git a/source/intro_release_notes/upgrades/upgrading_single.rst b/source/intro_release_notes/upgrades/upgrading_single.rst index 2a2a18150..1f5d51523 100644 --- a/source/intro_release_notes/upgrades/upgrading_single.rst +++ b/source/intro_release_notes/upgrades/upgrading_single.rst @@ -30,9 +30,9 @@ Set all Hosts to disable mode to stop all monitoring processes. Step 3. Stop OpenNebula ================================================================================ -Stop OpenNebula and any other related services you may have running: OneFlow, OneGate, Sunstone & FireEdge. It's preferable to use the system tools, like ``systemctl`` or ``service`` as ``root`` in order to stop the services. +Stop OpenNebula and any other related services you may have running: OneFlow, OneGate & FireEdge. It's preferable to use the system tools, like ``systemctl`` or ``service`` as ``root`` in order to stop the services. -.. important:: If you are running Sunstone behind Apache/Nginx, please stop this service instead of Sunstone one. +.. important:: If you are running FireEdge service behind Apache/Nginx, please stop also the Apache/Nginx service. .. warning:: Make sure that every OpenNebula process is stopped. The output of ``systemctl list-units | grep opennebula`` should be empty. @@ -60,13 +60,13 @@ Ubuntu/Debian .. prompt:: bash $ auto $ apt-get update - $ apt-get install --only-upgrade opennebula opennebula-sunstone opennebula-gate opennebula-flow opennebula-provision opennebula-fireedge python3-pyone + $ apt-get install --only-upgrade opennebula opennebula-gate opennebula-flow opennebula-provision opennebula-fireedge python3-pyone RHEL .. prompt:: bash $ auto - $ yum upgrade opennebula opennebula-sunstone opennebula-gate opennebula-flow opennebula-provision opennebula-fireedge python3-pyone + $ yum upgrade opennebula opennebula-gate opennebula-flow opennebula-provision opennebula-fireedge python3-pyone .. important:: @@ -190,24 +190,6 @@ After checking the state of configuration, in most cases running the following c If you get conflicts when running ``onecfg`` upgrade refer to the :ref:`onecfg upgrade basic usage documentation ` on how to upgrade and troubleshoot the configurations, in particular the :ref:`onecfg upgrade doc ` and the :ref:`troubleshooting section `. -FireEdge public endpoint is not working --------------------------------------------------------------------------------- - -After updating the configuration file ``/etc/one/sunstone-server.conf``, if you didn't install FireEdge :ref:`FireEdge ` you might get an error like this ``FireEdge public endpoint is not working, please contact your cloud administrator`` in the Web GUI. By default this configuration file will have the following configuration enabled. - -.. prompt:: bash $ auto - - $ tail -n 5 /etc/one/sunstone-server.conf - # FireEdge - ################################################################################ - - :private_fireedge_endpoint: http://localhost:2616 - :public_fireedge_endpoint: http://localhost:2616 - -If you don't want to use the new feature, comment these out in order to get rid of the error. - -.. note:: After doing the change, please restart Sunstone or Apache/Nginx in case you are using Sunstone behind one of them. - Step 8. Upgrade the Database Version ================================================================================ @@ -232,9 +214,9 @@ First, move the |version| backup file created by the upgrade command to a safe p Step 10. Start OpenNebula ================================================================================ -Start OpenNebula and any other related services: OneFlow, OneGate, Sunstone & FireEdge. It's preferable to use the system tools, like ``systemctl`` or ``service`` as ``root`` in order to stop the services. +Start OpenNebula and any other related services: OneFlow, OneGate & FireEdge. It's preferable to use the system tools, like ``systemctl`` or ``service`` as ``root`` in order to stop the services. -.. important:: If you are running Sunstone behind Apache/Nginx, please start this service instead of Sunstone one. +.. important:: If you are running FireEdge service behind Apache/Nginx, please start also the Apache/Nginx service. Step 11. Restore Custom Probes ================================================================================