Skip to content

Commit c07df2a

Browse files
committed
Document Heat removal in 2024.1 OpenStack upgrade
1 parent 232b220 commit c07df2a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

doc/source/operations/upgrading-openstack.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,22 @@ driver. Instructions for enabling the driver can be found `here
5252
<../configuration/magnum-capi.rst>`_. Enable the driver, recreate any clusters
5353
using Heat, and disable the service.
5454

55-
TODO: guide for disabling Heat
55+
After the upgrade (so that alerts don't fire) you can remove Heat with the
56+
following:
57+
58+
.. code-block:: console
59+
60+
kayobe overcloud host command run --command "systemctl stop kolla-heat_api-container.service kolla-heat_api_cfn-container.service kolla-heat_engine-container.service" -l controllers -b
61+
kayobe overcloud host command run --command "systemctl disable kolla-heat_api-container.service kolla-heat_api_cfn-container.service kolla-heat_engine-container.service" -l controllers -b
62+
kayobe overcloud host command run --command "rm /etc/systemd/system/kolla-heat_api-container.service" -l controllers -b
63+
kayobe overcloud host command run --command "rm /etc/systemd/system/kolla-heat_api_cfn-container.service" -l controllers -b
64+
kayobe overcloud host command run --command "rm /etc/systemd/system/kolla-heat_engine-container.service" -l controllers -b
65+
66+
kayobe overcloud host command run --command "docker rm heat_api heat_api_cfn heat_engine" -l controllers
67+
68+
kayobe overcloud host command run --command "rm /etc/kolla/haproxy/services.d/heat-api.cfg" -l network -b
69+
kayobe overcloud host command run --command "rm /etc/kolla/haproxy/services.d/heat-api-cfn.cfg" -l network -b
70+
5671
5772
Designate sink disabled by default
5873
----------------------------------

0 commit comments

Comments
 (0)