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
This commit is contained in:
Dmitriy Rabotyagov 2022-06-23 10:26:22 +02:00
parent b5426ccb9b
commit c0a1f262eb
1 changed files with 1 additions and 1 deletions

View File

@ -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