File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,28 @@ 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 "rm /etc/kolla/haproxy/services.d/heat-api.cfg" -l network -b
61
+ kayobe overcloud host command run --command "rm /etc/kolla/haproxy/services.d/heat-api-cfn.cfg" -l network -b
62
+
63
+ kayobe overcloud host command run --command "systemctl restart kolla-haproxy-container.service" -l network[0] -b
64
+ kayobe overcloud host command run --command "systemctl restart kolla-haproxy-container.service" -l network[1] -b
65
+ kayobe overcloud host command run --command "systemctl restart kolla-haproxy-container.service" -l network[2] -b
66
+
67
+ 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
68
+ 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
69
+ kayobe overcloud host command run --command "rm /etc/systemd/system/kolla-heat_api-container.service" -l controllers -b
70
+ kayobe overcloud host command run --command "rm /etc/systemd/system/kolla-heat_api_cfn-container.service" -l controllers -b
71
+ kayobe overcloud host command run --command "rm /etc/systemd/system/kolla-heat_engine-container.service" -l controllers -b
72
+
73
+ kayobe overcloud host command run --command "docker rm heat_api heat_api_cfn heat_engine" -l controllers
74
+
75
+ kayobe overcloud host command run --command "rm -rf /etc/kolla/heat-api /etc/kolla/heat-api-cfn /etc/kolla/heat-engine " --limit controllers -b
76
+
56
77
57
78
Designate sink disabled by default
58
79
----------------------------------
You can’t perform that action at this time.
0 commit comments