From 8306df67596165b07f603e4d1cc79c4e0cc7d161 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Wed, 20 Jun 2018 16:20:29 +0200 Subject: [PATCH] aclfixer.py: Document standing exceptions Deliverables under TC governance should have their release process handled by the Release Management team. However, there are a number of exceptions to the rule: deployment tools may have their artifacts released using an ecosystem-specific toolchain. Some teams might be in the process of leaving TC governance and adjusting their ACLS would be counter-productive. Change-Id: Ia304de2eea2364a990b17343879fe26b904706e1 --- tools/aclfixer.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tools/aclfixer.py b/tools/aclfixer.py index ebaf908223..d2788772a1 100755 --- a/tools/aclfixer.py +++ b/tools/aclfixer.py @@ -27,12 +27,17 @@ import yaml TEAM_EXCEPTIONS = [ + # Teams that are likely to be moved off TC governance 'Infrastructure', + 'RefStack', + + # Deployment tool teams with externally-released artifacts 'OpenStack Charms', 'Chef OpenStack', 'OpenStack-Helm', + + # Others 'rally', - 'RefStack', ] WILDCARD_REPO_EXCEPTIONS = [