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:
parent
e6a0c9f75c
commit
076fe7db3f
@ -4,7 +4,7 @@
|
|||||||
tags:
|
tags:
|
||||||
- ntp
|
- ntp
|
||||||
roles:
|
roles:
|
||||||
- role: yatesr.timezone
|
- role: stackhpc.timezone
|
||||||
become: True
|
become: True
|
||||||
- role: resmo.ntp
|
- role: resmo.ntp
|
||||||
become: True
|
become: True
|
||||||
|
@ -36,5 +36,9 @@
|
|||||||
version: v1.2.0
|
version: v1.2.0
|
||||||
- src: stackhpc.os-shade
|
- src: stackhpc.os-shade
|
||||||
version: v1.2.0
|
version: v1.2.0
|
||||||
- src: yatesr.timezone
|
# We are currently using a fork of this role since the upstream yatesr.timezone
|
||||||
version: 1.1.0
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user