From b8258881306193547e15d17c721cbf06aa537576 Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Mon, 9 Nov 2015 14:40:39 +0200 Subject: [PATCH] Add python-brick-cinderclient-ext to OpenStack This patch adds the new cinder python-brick-cinderclient-ext project to OpenStack. Patch to openstack/governance: https://review.openstack.org/#/c/243068/. Change-Id: Ib103f2ff9e0181e7456f283c63ec5db363e42b2b --- .../openstack/python-brick-cinderclient-ext.config | 14 ++++++++++++++ gerrit/projects.yaml | 3 +++ gerritbot/channels.yaml | 1 + jenkins/jobs/projects.yaml | 11 +++++++++++ zuul/layout.yaml | 10 ++++++++++ 5 files changed, 39 insertions(+) create mode 100644 gerrit/acls/openstack/python-brick-cinderclient-ext.config diff --git a/gerrit/acls/openstack/python-brick-cinderclient-ext.config b/gerrit/acls/openstack/python-brick-cinderclient-ext.config new file mode 100644 index 0000000000..48fb021e18 --- /dev/null +++ b/gerrit/acls/openstack/python-brick-cinderclient-ext.config @@ -0,0 +1,14 @@ +[access "refs/heads/*"] +abandon = group cinder-core +label-Code-Review = -2..+2 group cinder-core +label-Workflow = -1..+1 group cinder-core + +[access "refs/tags/*"] +pushSignedTag = group library-release + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 345bec3129..d2dc3073ce 100755 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -2359,6 +2359,9 @@ - project: openstack/python-blazarclient description: Client for OpenStack Blazar acl-config: /home/gerrit2/acls/openstack/blazar.config +- project: openstack/python-brick-cinderclient-ext + description: python-cinderclient extension for local storage management + upstream: https://github.com/e0ne/python-brick-cinderclient-ext.git - project: openstack/python-ceilometerclient docimpact-group: openstack-manuals description: OpenStack Telemetry (Ceilometer) Client diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index 68f4796c01..c288fce680 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -354,6 +354,7 @@ openstack-cinder: - openstack/cinder - openstack/cinder-specs - openstack/os-brick + - openstack/python-brick-cinderclient-ext - openstack/python-cinderclient branches: - master diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index bb3db94896..2231366acd 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -5253,6 +5253,17 @@ jobs: - python-jobs +- project: + name: python-brick-cinderclient-ext + node: bare-trusty + tarball-site: tarballs.openstack.org + doc-publisher-site: docs.openstack.org + + jobs: + - openstack-publish-jobs + - pypi-jobs + - python-jobs + - project: name: python-ceilometerclient node: 'bare-precise || bare-trusty' diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 24d74d9901..e22d08446a 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -7607,6 +7607,16 @@ projects: release: - python-blazarclient-tarball + - name: openstack/python-brick-cinderclient-ext + template: + - name: merge-check + - name: python-jobs + - name: python3-jobs + - name: openstack-client-publish-jobs + - name: check-requirements + - name: publish-to-pypi + - name: pypy-jobs + - name: openstack/python-ceilometerclient template: - name: merge-check