Do not run timesync checks on deployment host
Kolla-ansible install python docker library in role/baremetal to group/baremetal, because of this get container facts for timesync checks is failing on deployment host. This patch adding when conditional, so deployment host will be skipped as there is no need to run timesync checks. Closes-Bug: #1933347 Change-Id: Ifefb9c74ee6a80cdbc458992d0196850ddfe7ffa
This commit is contained in:
parent
18fd27feff
commit
281c9935da
@ -5,6 +5,7 @@
|
|||||||
- include_tasks: timesync_checks.yml
|
- include_tasks: timesync_checks.yml
|
||||||
when:
|
when:
|
||||||
- not enable_chrony | bool
|
- not enable_chrony | bool
|
||||||
|
- inventory_hostname not in groups['deployment']|default([])
|
||||||
|
|
||||||
- import_tasks: datetime_checks.yml
|
- import_tasks: datetime_checks.yml
|
||||||
|
|
||||||
|
5
releasenotes/notes/bug-1933347-4031d94ef7decb3c.yaml
Normal file
5
releasenotes/notes/bug-1933347-4031d94ef7decb3c.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
Fixes an issue with timesync checks on deployment host. See `bug
|
||||||
|
1933347 <https://launchpad.net/bugs/1933347>`__ for details.
|
Loading…
Reference in New Issue
Block a user