File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,22 @@ driver. Instructions for enabling the driver can be found `here
52
52
<../configuration/magnum-capi.rst> `_. Enable the driver, recreate any clusters
53
53
using Heat, and disable the service.
54
54
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
+
56
71
57
72
Designate sink disabled by default
58
73
----------------------------------
You can’t perform that action at this time.
0 commit comments