From 07178af71f1067d2a8f8027b9eeb9e3ffcfcff5c Mon Sep 17 00:00:00 2001 From: Simon Dodsley Date: Fri, 6 Jan 2023 16:46:54 -0500 Subject: [PATCH] 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 --- etc/default_data.json | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/etc/default_data.json b/etc/default_data.json index 39adf7f..f082e84 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -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" }