diff --git a/accessbot/channels.yaml b/accessbot/channels.yaml index c060f474b0..d36d6fb59f 100755 --- a/accessbot/channels.yaml +++ b/accessbot/channels.yaml @@ -304,6 +304,7 @@ channels: - name: starlingx - name: storyboard - name: surveil + - name: sushy-oem-idrac - name: swiftonfile - name: swiftonhpss - name: swift3 diff --git a/gerrit/acls/x/sushy-oem-idrac.config b/gerrit/acls/x/sushy-oem-idrac.config new file mode 100644 index 0000000000..13ad7bcb00 --- /dev/null +++ b/gerrit/acls/x/sushy-oem-idrac.config @@ -0,0 +1,16 @@ +[access "refs/heads/*"] +abandon = group sushy-oem-idrac-core +create = group sushy-oem-idrac-release +label-Code-Review = -2..+2 group sushy-oem-idrac-core +label-Verified = -1..+1 group -ci +label-Workflow = -1..+1 group sushy-oem-idrac-core + +[access "refs/tags/*"] +pushSignedTag = group sushy-oem-idrac-release + +[receive] +requireChangeId = true +requireContributorAgreement = false + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 1a36028e9c..81e103411a 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -5190,6 +5190,11 @@ use-storyboard: true groups: - ironic +- project: openstack/sushy-oem-idrac + description: An extension to sushy package supporting Redfish features that + are specific to Dell EMC BMC (which is known under the name of iDRAC). + upstream: https://github.com/etingof/sushy-oem-idrac.git + use-storyboard: true - project: openstack/sushy-tools description: A set of tools to support the development and test of the Sushy library use-storyboard: true diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index d4f856d313..12668bba06 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -1016,6 +1016,7 @@ openstack-ironic: - openstack/sushy-tools - openstack/tenks - openstack/virtualbmc + branches: - master - ^stable/.* @@ -2284,6 +2285,15 @@ surveil: branches: - master +sushy-oem-idrac: + events: + - patchset-created + - change-merged + projects: + - x/sushy-oem-idrac + branches: + - master + swift3: events: - patchset-created diff --git a/zuul/main.yaml b/zuul/main.yaml index 24a787147b..6fe3dd3b2e 100644 --- a/zuul/main.yaml +++ b/zuul/main.yaml @@ -1578,6 +1578,7 @@ - x/steth - x/surveil - x/surveil-specs + - x/sushy-oem-idrac - x/swift-ceph-backend - x/swift3 - x/swiftonfile