File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ Prometheus and Grafana
75
75
(Note: If you run into an error when reconfiguring Grafana, it could be due to
76
76
`this <https://bugs.launchpad.net/kolla-ansible/+bug/1997984 >`__ bug and at
77
77
present, the workaround is to go into each node running Grafana and manually
78
- restart the process with ``docker restart grafana`` and then try the reconfigure
79
- command again.)
78
+ restart the process with ``systemctl restart kolla- grafana-container.service ``
79
+ and then try the reconfigure command again.)
80
80
81
81
Once the reconfigure has completed you can now run the custom playbook which
82
82
copies over the scripts and sets up the cron jobs to start SMART monitoring
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ Enable the required TLS variables in kayobe and kolla
239
239
240
240
.. code-block ::
241
241
242
- kayobe overcloud host command run --command "docker restart nova_compute" --become --show-output -l compute
242
+ kayobe overcloud host command run --command "systemctl restart kolla- nova_compute-container.service " --become --show-output -l compute
243
243
244
244
Barbican integration
245
245
====================
Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ Full method
357
357
358
358
.. code :: bash
359
359
360
- kayobe overcloud host command run -l controllers --become --command " docker stop rabbitmq && docker rm rabbitmq && docker volume rm rabbitmq"
360
+ kayobe overcloud host command run -l controllers --become --command " systemctl stop kolla- rabbitmq-container.service && docker rm rabbitmq && docker volume rm rabbitmq"
361
361
362
362
19. Reconfigure Overcloud services to apply changes
363
363
Original file line number Diff line number Diff line change 26
26
tasks :
27
27
- name : Stop OpenStack services
28
28
shell : >-
29
- docker ps -a | egrep '({{ stop_service_list | join('|') }})' | awk '{ print $NF }' | xargs docker stop
29
+ systemctl -a | egrep '({{ stop_service_list | join('|') }})' | awk '{ print $1 }' | xargs systemctl stop
You can’t perform that action at this time.
0 commit comments