From 926f6ae91a863a48d14826ccb31a00fba880c393 Mon Sep 17 00:00:00 2001 From: Julia Kreger Date: Thu, 10 Sep 2020 18:01:45 -0700 Subject: [PATCH] Add release highlights for ironic Change-Id: I87e4c2a9645a7f3150d9ac3f1a5f47d2367cb9ff --- deliverables/victoria/ironic.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/deliverables/victoria/ironic.yaml b/deliverables/victoria/ironic.yaml index 1745cdb523..f92a2859cd 100644 --- a/deliverables/victoria/ironic.yaml +++ b/deliverables/victoria/ironic.yaml @@ -20,3 +20,18 @@ branches: location: 15.1.0 - name: bugfix/15.2 location: 15.2.0 +cycle-highlights: + - The `deploy steps + `_ + work has decomposed the basic deployment operation into multiple + steps which can now also include steps from supported RAID and BIOS + interfaces at the time of deploy. + - An ``agent`` power interface enables `provisoining operations + `_ + without a Baseboard Management Controller. + - Ironic can now be configured for `HTTP Basic authentication + `_ + without the need for additional services. + - Adds initial support for `DHCP-less based deployments + `_ + with Redfish Virtual Media.