From fc08e905a98b68efd60090222e6d540ed6aab1ef Mon Sep 17 00:00:00 2001 From: Brian Rosmaita Date: Tue, 26 Jan 2021 15:20:01 -0500 Subject: [PATCH] Add rbd-iscsi-client to cinder project Add the rbd-iscsi-client repo to the cinder project. It will follow the independent release model. rbd-iscsi-client was added to global-requirements by commit 2ce1a5eaab. The cinder project is assuming maintenance of the library. Needed-by: I8f968adcc827cc7171c8310a585d3c79aba12940 Change-Id: Icac3f5f74b2fca06c8b25fa78d895bbb710ea308 --- gerrit/acls/openstack/rbd-iscsi-client.config | 24 +++++++++++++++++++ gerrit/projects.yaml | 4 ++++ gerritbot/channels.yaml | 1 + zuul/main.yaml | 1 + 4 files changed, 30 insertions(+) create mode 100644 gerrit/acls/openstack/rbd-iscsi-client.config diff --git a/gerrit/acls/openstack/rbd-iscsi-client.config b/gerrit/acls/openstack/rbd-iscsi-client.config new file mode 100644 index 0000000000..9a87c4b574 --- /dev/null +++ b/gerrit/acls/openstack/rbd-iscsi-client.config @@ -0,0 +1,24 @@ +[access "refs/heads/*"] +abandon = group rbd-iscsi-client-core +label-Code-Review = -2..+2 group rbd-iscsi-client-core +label-Review-Priority = -1..+2 group rbd-iscsi-client-core +label-Workflow = -1..+1 group rbd-iscsi-client-core + +[label "Review-Priority"] +copyAllScoresIfNoCodeChange = true +copyAllScoresOnTrivialRebase = true +copyMaxScore = true +copyMinScore = true +defaultValue = 0 +function = AnyWithBlock +value = -1 Branch Freeze +value = 0 No Priority +value = +1 Important Change +value = +2 Gate Blocker Fix / Urgent Change + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 25e0b0fc7c..3abe25baef 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -4936,6 +4936,10 @@ platform. groups: - rally +- project: openstack/rbd-iscsi-client + description: REST client that talks to ceph-iscsi's rbd-target-api to export + rbd images/volumes to an iSCSI initiator + upstream: https://github.com/hemna/rbd-iscsi-client.git - project: openstack/release-schedule-generator description: RETIRED, Generate representations of the OpenStack release cycle from a yaml diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index aed4766e30..bd23445829 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -359,6 +359,7 @@ openstack-cinder: - openstack/os-brick - openstack/python-brick-cinderclient-ext - openstack/python-cinderclient + - openstack/rbd-iscsi-client branches: - master - ^stable/.* diff --git a/zuul/main.yaml b/zuul/main.yaml index 91f256c3b4..e3cd8ff0d2 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -841,6 +841,7 @@ - openstack/qa-specs - openstack/rally - openstack/rally-openstack + - openstack/rbd-iscsi-client - openstack/release-test - openstack/releases - openstack/renderspec