From 6d155fc92fed262b8bbfc48bdeed199e9fff0b10 Mon Sep 17 00:00:00 2001 From: aviau Date: Thu, 12 Jun 2014 15:07:19 -0400 Subject: [PATCH] Added the Surveil project to gerritbot, zuul and stackforge config Change-Id: I0ad002cc3aa27d9209ad20af1c0220dfe4c64fd3 --- .../files/gerritbot_channel_config.yaml | 12 ++++++++++++ .../stackforge/python-surveilclient.config | 11 +++++++++++ .../acls/stackforge/surveil-specs.config | 11 +++++++++++ .../gerrit/acls/stackforge/surveil.config | 11 +++++++++++ .../files/review.projects.yaml | 4 ++++ .../openstack_project/files/zuul/layout.yaml | 18 ++++++++++++++++++ 6 files changed, 67 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/python-surveilclient.config create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/surveil-specs.config create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/surveil.config diff --git a/modules/gerritbot/files/gerritbot_channel_config.yaml b/modules/gerritbot/files/gerritbot_channel_config.yaml index 3ee6f18918..6e097f8971 100644 --- a/modules/gerritbot/files/gerritbot_channel_config.yaml +++ b/modules/gerritbot/files/gerritbot_channel_config.yaml @@ -527,6 +527,18 @@ storyboard: branches: - master +surveil: + events: + - patchset-created + - change-merged + - x-vrif-minus-2 + projects: + - stackforge/surveil + - stackforge/python-surveilclient + - stackforge/surveil-specs + branches: + - master + milk-dev: events: - patchset-created diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/python-surveilclient.config b/modules/openstack_project/files/gerrit/acls/stackforge/python-surveilclient.config new file mode 100644 index 0000000000..ceb62160de --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/python-surveilclient.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group surveil-core + label-Workflow = -1..+1 group surveil-core + abandon = group surveil-core +[access "refs/tags/*"] + pushSignedTag = group surveil-core +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/surveil-specs.config b/modules/openstack_project/files/gerrit/acls/stackforge/surveil-specs.config new file mode 100644 index 0000000000..ceb62160de --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/surveil-specs.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group surveil-core + label-Workflow = -1..+1 group surveil-core + abandon = group surveil-core +[access "refs/tags/*"] + pushSignedTag = group surveil-core +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/surveil.config b/modules/openstack_project/files/gerrit/acls/stackforge/surveil.config new file mode 100644 index 0000000000..ceb62160de --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/surveil.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group surveil-core + label-Workflow = -1..+1 group surveil-core + abandon = group surveil-core +[access "refs/tags/*"] + pushSignedTag = group surveil-core +[receive] + requireChangeId = true + requireContributorAgreement = true +[submit] + mergeContent = true diff --git a/modules/openstack_project/files/review.projects.yaml b/modules/openstack_project/files/review.projects.yaml index ae77068833..81f3506054 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -956,6 +956,7 @@ - project: stackforge/python-solumclient description: 'Client library to Solum API. See: https://wiki.openstack.org/wiki/Solum' upstream: https://github.com/noorul/python-solumclient.git +- project: stackforge/python-surveilclient - project: stackforge/rally description: Benchmark System for OpenStack upstream: git://github.com/pboris/rally.git @@ -998,6 +999,9 @@ - project: stackforge/stacktach description: Event-based Debugging, Monitoring and Billing solution for OpenStack. upstream: https://github.com/rackerlabs/stacktach.git +- project: stackforge/surveil + description: Monitoring as a Service for OpenStack +- project: stackforge/surveil-specs - project: stackforge/swift-ceph-backend description: Ceph backend for Swift upstream: git://github.com/enovance/swift-ceph-backend.git diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index f0f8173a5e..5b4110770d 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -4299,6 +4299,12 @@ projects: gate: - gate-solum-dashboard-pypy + - name: stackforge/python-surveilclient + check: + - noop + gate: + - noop + - name: stackforge/rally template: - name: check-requirements @@ -4563,6 +4569,18 @@ projects: - gate-stacktach-pep8 - gate-stacktach-python27 + - name: stackforge/surveil + check: + - noop + gate: + - noop + + - name: stackforge/surveil-specs + check: + - noop + gate: + - noop + - name: stackforge/xenapi-os-testing check: - noop