- name: set enable_sensubility fact set_fact: enable_sensubility: false - containers.podman.podman_container_info: name: nova_migration_target delay: 30 failed_when: - nova_migration_target_infos.containers.0.Healthcheck.Status is defined - '''healthy'' not in nova_migration_target_infos.containers.0.Healthcheck.Status' name: validate nova-migration-target container state register: nova_migration_target_infos retries: 10 tags: - opendev-validation - opendev-validation-nova when: - container_cli == 'podman' - not container_healthcheck_disabled - step|int == 5 - containers.podman.podman_container_info: name: nova_conductor delay: 30 failed_when: - nova_conductor_infos.containers.0.Healthcheck.Status is defined - '''healthy'' not in nova_conductor_infos.containers.0.Healthcheck.Status' name: validate nova-conductor container state register: nova_conductor_infos retries: 10 tags: - opendev-validation - opendev-validation-nova when: - container_cli == 'podman' - not container_healthcheck_disabled - step|int == 5 - containers.podman.podman_container_info: name: nova_metadata delay: 30 failed_when: - nova_metadata_infos.containers.0.Healthcheck.Status is defined - '''healthy'' not in nova_metadata_infos.containers.0.Healthcheck.Status' name: validate nova-metadata container state register: nova_metadata_infos retries: 10 tags: - opendev-validation - opendev-validation-nova when: - container_cli == 'podman' - not container_healthcheck_disabled - step|int == 5 - containers.podman.podman_container_info: name: nova_vnc_proxy delay: 30 failed_when: - nova_vnc_proxy_infos.containers.0.Healthcheck.Status is defined - '''healthy'' not in nova_vnc_proxy_infos.containers.0.Healthcheck.Status' name: validate nova-vnc-proxy container state register: nova_vnc_proxy_infos retries: 10 tags: - opendev-validation - opendev-validation-nova when: - container_cli == 'podman' - not container_healthcheck_disabled - step|int == 5