From 076fe7db3f27a3b2fd3065fe0b0a58be7e9e51a1 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Mon, 28 Jan 2019 17:36:56 +0000 Subject: [PATCH] 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 --- ansible/ntp.yml | 2 +- requirements.yml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ansible/ntp.yml b/ansible/ntp.yml index 9160d990c..60e849225 100644 --- a/ansible/ntp.yml +++ b/ansible/ntp.yml @@ -4,7 +4,7 @@ tags: - ntp roles: - - role: yatesr.timezone + - role: stackhpc.timezone become: True - role: resmo.ntp become: True diff --git a/requirements.yml b/requirements.yml index 29e487f95..5db687c93 100644 --- a/requirements.yml +++ b/requirements.yml @@ -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