From a5a08f24c1d9ae543599e7e93a79a9237fca9420 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Tue, 18 Sep 2018 14:20:28 -0600 Subject: [PATCH] Add ansible-role-chrony project Needed-By: https://review.openstack.org/#/c/603516/ Change-Id: I5cbf6ef41d9d4e1d22f3b9f35214c47b46d6e05b Related-Blueprint: tripleo-chrony --- gerrit/projects.yaml | 6 ++++++ gerritbot/channels.yaml | 1 + zuul/main.yaml | 1 + 3 files changed, 8 insertions(+) diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index fd03ead233..7b736070a0 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1020,6 +1020,12 @@ description: Ansible role to manage bindep - project: openstack/ansible-role-carbon description: Ansible role to manage graphite-project/carbon +- project: openstack/ansible-role-chrony + description: Ansible role to manage chrony + acl-config: /home/gerrit2/acls/openstack/tripleo-ansible.config + upstream: https://github.com/mwhahaha/ansible-role-chrony.git + groups: + - tripleo - project: openstack/ansible-role-cloud-launcher description: Ansible role to deploy multiple clouds resources - project: openstack/ansible-role-container-registry diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 1b2ceab2f1..0a0b4cc36e 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -2382,6 +2382,7 @@ tripleo: - ^openstack/ansible-role-tripleo-.* - ^openstack/tripleo.* - openstack-infra/tripleo-ci + - openstack/ansible-role-chrony - openstack/ansible-role-container-registry - openstack/ansible-role-openstack-operations - openstack/ansible-role-redhat-subscription diff --git a/zuul/main.yaml b/zuul/main.yaml index e4302487ea..5468a8b43e 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -204,6 +204,7 @@ - openstack/ansible-role-ara - openstack/ansible-role-bindep - openstack/ansible-role-carbon + - openstack/ansible-role-chrony - openstack/ansible-role-cloud-launcher - openstack/ansible-role-container-registry - openstack/ansible-role-diskimage-builder