File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 37
37
kayobe overcloud service configuration generate --node-config-dir /etc/kolla --kolla-skip-tags rabbitmq-ha-precheck
38
38
kayobe kolla ansible run " stop --yes-i-really-really-mean-it" -kt $RABBITMQ_SERVICES_TO_RESTART
39
39
# Stop Designate services except for ``designate_backend_bind`` containers
40
- kayobe overcloud host command run -b -l controllers --command " set -o pipefail && systemctl list-units --all --type=service --no-legend --plain | grep -E kolla-designate | grep -E -v backend_bind9 | awk '{print \$ NF}' | xargs systemctl stop"
40
+ kayobe overcloud host command run -b -l controllers --command " set -o pipefail && systemctl list-units --all --type=service --no-legend --plain | grep -E kolla-designate | grep -E -v backend_bind9 | awk '{print \$ NF}' | xargs systemctl stop || true "
41
41
kayobe kolla ansible run rabbitmq-reset-state
42
42
43
43
if [[ ! " $1 " = " --skip-checks" ]]; then
You can’t perform that action at this time.
0 commit comments