Skip systemd healthcheck validation on docker

The validation tasks added in I2c044e3d2af7f747acde5ad3bf256386b8c550a3 are not
valid on docker. As it's now deprecated we can just skip them.

Change-Id: I4ff530af8ad7f864b8038e5e509ec38840096c5d
Related-bug: #1842687
This commit is contained in:
Oliver Walsh 2019-09-12 19:21:22 +01:00 committed by Emilien Macchi
parent 282386e0b5
commit 84a3cc1afd
8 changed files with 8 additions and 0 deletions

View File

@ -431,6 +431,7 @@ outputs:
deploy_steps_tasks:
- name: validate nova api container state
when:
- container_cli == 'podman'
- not container_healthcheck_disabled
- step|int == 5
tags:

View File

@ -943,6 +943,7 @@ outputs:
- {get_attr: [NovaComputeCommon, nova_compute_common_deploy_steps_tasks]}
- - name: validate nova compute container state
when:
- container_cli == 'podman'
- not container_healthcheck_disabled
- step|int == 5
tags:

View File

@ -192,6 +192,7 @@ outputs:
deploy_steps_tasks:
- name: validate nova conductor container state
when:
- container_cli == 'podman'
- not container_healthcheck_disabled
- step|int == 5
tags:

View File

@ -802,6 +802,7 @@ outputs:
deploy_steps_tasks:
- name: validate nova-libvirt container state
when:
- container_cli == 'podman'
- not container_healthcheck_disabled
- step|int == 4
tags:

View File

@ -249,6 +249,7 @@ outputs:
deploy_steps_tasks:
- name: validate nova metadata container state
when:
- container_cli == 'podman'
- not container_healthcheck_disabled
- step|int == 5
tags:

View File

@ -174,6 +174,7 @@ outputs:
deploy_steps_tasks:
- name: validate nova migration target container state
when:
- container_cli == 'podman'
- not container_healthcheck_disabled
- step|int == 5
tags:

View File

@ -189,6 +189,7 @@ outputs:
deploy_steps_tasks:
- name: validate nova scheduler container state
when:
- container_cli == 'podman'
- not container_healthcheck_disabled
- step|int == 5
tags:

View File

@ -285,6 +285,7 @@ outputs:
deploy_steps_tasks:
- name: validate nova-vnc-proxy container state
when:
- container_cli == 'podman'
- not container_healthcheck_disabled
- step|int == 5
tags: