From a688f65ade1733ce6fd64a5e5c0f32f190105e78 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Tue, 3 Dec 2019 19:51:09 +0100 Subject: [PATCH] Add `sushy-oem-idrac` project Adds `sushy-oem-idrac` project which is an extension to `sushy` library providing Redfish OEM features support that are specific to Dell/EMC hardware. Ironic will rely on this package to boot Dell EMC baremetal machines over Redfish virtual media. Change-Id: I66cf17890a5619223d3e4e51591c43cf3fb61c61 --- gerrit/acls/x/sushy-oem-idrac.config | 16 ++++++++++++++++ gerrit/projects.yaml | 5 +++++ gerritbot/channels.yaml | 1 + zuul/main.yaml | 1 + 4 files changed, 23 insertions(+) create mode 100644 gerrit/acls/x/sushy-oem-idrac.config diff --git a/gerrit/acls/x/sushy-oem-idrac.config b/gerrit/acls/x/sushy-oem-idrac.config new file mode 100644 index 0000000000..68ccd33099 --- /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 sushy-oem-idrac-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..10fec1a8a7 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -8112,6 +8112,11 @@ - project: x/surveil-specs description: Blueprints for Surveil acl-config: /home/gerrit2/acls/x/surveil.config +- project: x/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: x/swauth acl-config: /home/gerrit2/acls/openstack/retired.config description: RETIRED, An alternative authentication system for Swift diff --git a/gerritbot/channels.yaml b/gerritbot/channels.yaml index d4f856d313..41e2b5796e 100755 --- a/gerritbot/channels.yaml +++ b/gerritbot/channels.yaml @@ -1016,6 +1016,7 @@ openstack-ironic: - openstack/sushy-tools - openstack/tenks - openstack/virtualbmc + - x/sushy-oem-idrac branches: - master - ^stable/.* 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