From c31db5fa8a6f36a3bd2860aea820f71693cf3035 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Fri, 21 Feb 2020 16:40:30 +0000 Subject: [PATCH] Bifrost: Stop stopping RabbitMQ Bifrost no longer deploys RabbitMQ, so we should not try to stop it during upgrade. In fact, if we do then it fails: Failed to stop rabbitmq-server.service: Unit rabbitmq-server.service not loaded. Bifrost removed RabbitMQ in Train, so this is only required from Ussuri. Change-Id: Ie86f85974fd7385e72a918065fc9c5172f9684ba --- ansible/roles/bifrost/tasks/stop.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/bifrost/tasks/stop.yml b/ansible/roles/bifrost/tasks/stop.yml index 02c8f7583a..5afc5387a7 100644 --- a/ansible/roles/bifrost/tasks/stop.yml +++ b/ansible/roles/bifrost/tasks/stop.yml @@ -18,7 +18,6 @@ - ironic-conductor - ironic-inspector - mariadb - - rabbitmq-server - nginx - name: Stopping bifrost_deploy container