Use a fork of the yatesr.timezone role

The yatesr.timezone role has been forked to stackhpc.timezone, since the
upstream role includes symlinks which do not play nicely with PBR. Once
the PBR issue is fixed, we can revert to using the upstream role.

Change-Id: Ib8fe11cdf7e2571f99eb13c0e5ebd3e200c77c6e
Story: 2004252
Task: 27787
This commit is contained in:
Mark Goddard 2019-01-28 17:36:56 +00:00 committed by Will Szumski
parent e6a0c9f75c
commit 076fe7db3f
2 changed files with 7 additions and 3 deletions

View File

@ -4,7 +4,7 @@
tags:
- ntp
roles:
- role: yatesr.timezone
- role: stackhpc.timezone
become: True
- role: resmo.ntp
become: True

View File

@ -36,5 +36,9 @@
version: v1.2.0
- src: stackhpc.os-shade
version: v1.2.0
- src: yatesr.timezone
version: 1.1.0
# We are currently using a fork of this role since the upstream yatesr.timezone
# role includes symlinks which do not play nicely with PBR. Once that issue has
# been resolved in PBR, we can revert to using the upstream yatesr.timezone
# role.
- src: stackhpc.timezone
version: 1.2.0