From e39d2e850de8798c93bf75602b130043eea91f87 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 30 Nov 2018 10:35:09 -0600 Subject: [PATCH] Create promstat project promstat is (or will be) an abstraction library allowing reporting of stats to both statsd and prometheus. Change-Id: I8c4145c00d580f94ee19b5321047cf2ef0a1760f --- gerrit/acls/openstack/promstat.config | 13 +++++++++++++ gerrit/projects.yaml | 2 ++ gerritbot/channels.yaml | 1 + 3 files changed, 16 insertions(+) create mode 100644 gerrit/acls/openstack/promstat.config diff --git a/gerrit/acls/openstack/promstat.config b/gerrit/acls/openstack/promstat.config new file mode 100644 index 0000000000..dc82958e56 --- /dev/null +++ b/gerrit/acls/openstack/promstat.config @@ -0,0 +1,13 @@ +[access "refs/heads/*"] +abandon = group promstat-core +label-Code-Review = -2..+2 group promstat-core +label-Workflow = -1..+1 group promstat-core + +[access "refs/tags/*"] +pushSignedTag = group promstat-release + +[receive] +requireChangeId = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 433771aa32..99e27b5b2c 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -6148,6 +6148,8 @@ - project: openstack/proliantutils description: Utility library for managing HP Proliant servers (used in Ironic iLO drivers). +- project: openstack/promstat + description: Report stats to both statsd and prometheus - project: openstack/ptgbot use-storyboard: true description: Source code for the PTG event scheduling bot diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 923e55192a..f1a995da0d 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -1648,6 +1648,7 @@ openstack-sdks: - openstack/os-client-config - openstack/os-service-types - openstack/osc-lib + - openstack/promstat - openstack/python-openstackclient - openstack/service-types-authority branches: