From c0a1f262eb21c8636a16bec573a3cf5ad6cab1a6 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Thu, 23 Jun 2022 10:26:22 +0200 Subject: [PATCH] Create backends when running against manila_share For backends creation we verify that API is reachable. With that on real deployments we disable container we're running against on haproxy. This results in task failure. To avoid that we add backends when share/data services for manila. This is done in separate play when all API backends should be enabled and functioning properly. Change-Id: I6dcbae2896668f5fbb6f09bffc94cb6e90699e92 Closes-Bug: #1979209 --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 0b35295..07a6221 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -207,6 +207,6 @@ - import_tasks: manila_backends.yml when: - groups[manila_services['manila-share']['group']] | length > 0 - - _manila_is_first_play_host + - _manila_share_is_first_play_host tags: - manila-config