From 1a1abcf18a6c853af35331cdec6a85886e58e708 Mon Sep 17 00:00:00 2001 From: Mark Maglana Date: Wed, 14 May 2014 23:03:31 -0700 Subject: [PATCH] Initial commit to add Aviator to Stackforge MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit conforms to the bare minimum requirements for submitting Aviator to Stackforge. Configuration of the Jenkins jobs will happen in a follow up commit since I’m still very new to this setup and still learning as I go. Change-Id: I410f8a0b55d58dec8093b3cc316cdb82e4a07d82 --- .../files/gerrit/acls/stackforge/aviator.config | 11 +++++++++++ modules/openstack_project/files/review.projects.yaml | 3 +++ modules/openstack_project/files/zuul/layout.yaml | 6 ++++++ 3 files changed, 20 insertions(+) create mode 100644 modules/openstack_project/files/gerrit/acls/stackforge/aviator.config diff --git a/modules/openstack_project/files/gerrit/acls/stackforge/aviator.config b/modules/openstack_project/files/gerrit/acls/stackforge/aviator.config new file mode 100644 index 0000000000..1a02ce5ffc --- /dev/null +++ b/modules/openstack_project/files/gerrit/acls/stackforge/aviator.config @@ -0,0 +1,11 @@ +[access "refs/heads/*"] + label-Code-Review = -2..+2 group aviator-core + label-Workflow = -1..+1 group aviator-core + abandon = group aviator-core +[access "refs/tags/*"] + pushSignedTag = group aviator-ptl +[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 77d856bec1..c5c3505293 100644 --- a/modules/openstack_project/files/review.projects.yaml +++ b/modules/openstack_project/files/review.projects.yaml @@ -431,6 +431,9 @@ - project: stackforge/anvil description: A set of python scripts and utilities to forge raw openstack into a productive tool! upstream: git://github.com/yahoo/Openstack-Anvil.git +- project: stackforge/aviator + description: An OpenStack client library for Ruby + upstream: git://github.com/aviator/aviator - project: stackforge/barbican description: Barbican is a ReST API designed for the secure storage, provisioning and management of secrets, including in OpenStack environments. upstream: git://github.com/cloudkeep/barbican.git diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 4464ac64a1..e5a52e2589 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -3245,6 +3245,12 @@ projects: - gate-anvil-python27 - gate-anvil-pylint + - name: stackforge/aviator + check: + - noop + gate: + - noop + - name: stackforge/barbican check: - gate-barbican-pep8