From 2e9a35691318e28bdd949d4cdef99d4a7691e3b7 Mon Sep 17 00:00:00 2001 From: David J Peacock Date: Fri, 27 Apr 2018 12:01:31 -0400 Subject: [PATCH] Adding ansible-role-tripleo-keystone Based on the newly introduced paradigm of per-repository Ansible roles for tripleo component management, this is the first repo in a series that contains Ansible tooling, this time for keystone. Change-Id: Ic016538588afdb1d483ab892a1d4b17fc77b5dd4 Needed-By: Iae44a6c87f92b21b9385773f75c8d9cbb6699f83 --- 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 c573d8ff44..1bfc2d0668 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -1021,6 +1021,12 @@ groups: - openstack-ansible docimpact-group: openstack-ansible +- project: openstack/ansible-role-tripleo-keystone + description: TripleO related Ansible role for keystone + acl-config: /home/gerrit2/acls/openstack/tripleo.config + upstream: https://github.com/davidjpeacock/tripleo-role-keystone.git + groups: + - tripleo - project: openstack/ansible-role-virtualenv description: Ansible role to manage Virtualenv - project: openstack/ansible-role-whisper diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 4021b5719e..8fefb70c28 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -2389,6 +2389,7 @@ tripleo: - openstack-infra/tripleo-ci - openstack/ansible-role-container-registry - openstack/ansible-role-redhat-subscription + - openstack/ansible-role-tripleo-keystone - openstack/diskimage-builder - openstack/instack - openstack/instack-undercloud diff --git a/zuul/main.yaml b/zuul/main.yaml index 6386b0af5c..3be6334725 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -238,6 +238,7 @@ - openstack/ansible-role-systemd_mount - openstack/ansible-role-systemd_networkd - openstack/ansible-role-systemd_service + - openstack/ansible-role-tripleo-keystone - openstack/ansible-role-virtualenv - openstack/ansible-role-whisper - openstack/ansible-role-zookeeper