Add Zed and update Pure Cinder drivers

1. Add release entry for Zed
2. Update Pure drivers for Cinder to support correct versions
3. Update Pure drivers for Cinder with new NVMe support
4. Update Pure drivers CI name

Change-Id: I7ea4db02b26692145f7fcd1dea685906779a4f47
This commit is contained in:
Simon Dodsley 2023-01-06 16:46:54 -05:00
parent dc61f1c78c
commit 07178af71f
1 changed files with 17 additions and 4 deletions

View File

@ -167,6 +167,12 @@
"wiki": "http://releases.openstack.org/yoga/",
"start": "2022-Mar-30",
"active": true
},
{
"id": "Zed",
"wiki": "http://releases.openstack.org/zed/",
"start": "2022-Oct-05",
"active": true
}
],
@ -1994,7 +2000,7 @@
{
"project_id": "openstack/cinder",
"vendor": "Pure Storage",
"name": "Volume driver for Pure Storage FlashArray iSCSI/FC storage system",
"name": "Volume driver for Pure Storage FlashArray iSCSI/FC/NVMe storage system",
"description": "Pure Storage builds all-flash storage arrays. The active/active controller architecture is based on the Purity Operating Environment and providing an adaptive metadata fabric that is scalable, granular to 512B, and protected. Pure Storage systems are based on durable, resilient MLC flash and providing consistent high performance. Pure Storage FlashArrays leverage deduplication and compression technologies to reduce data written thereby lowering costs and increasing density. FlashArrays are designed for non-disruptive operations and can be upgraded or expanded without disruption or performance degradation.",
"maintainers": [
{
@ -2003,14 +2009,21 @@
"launchpad_id": "pure-storage-openstack-team"
}
],
"wiki": "http://specs.openstack.org/openstack/cinder-specs/specs/juno/pure-iscsi-volume-driver.html",
"wiki": "https://docs.openstack.org/cinder/latest/configuration/block-storage/drivers/pure-storage-driver.html",
"releases": [
"Juno",
"Kilo",
"Liberty"
"Liberty",
"Mitaka",
"Newton",
"Ussuri",
"Victoria",
"Xena",
"Yoga",
"Zed"
],
"ci": {
"id": "purestorage-cinder-ci",
"id": "Pure_Storage_Third-Party_CI",
"success_pattern": "Build succeeded",
"failure_pattern": "Build failed"
}