From 59ef0a6e0bcc107826085992e570a2882b129047 Mon Sep 17 00:00:00 2001 From: Simon Dodsley Date: Tue, 24 Jan 2023 19:00:17 -0500 Subject: [PATCH] Add Pure Manila driver Also update correct versions the cinder driver is available in. Change-Id: Iacda2b269bb1fcae54d25828e7025b5fe6032c36 --- etc/default_data.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/etc/default_data.json b/etc/default_data.json index f082e84..ab566fa 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -2016,6 +2016,12 @@ "Liberty", "Mitaka", "Newton", + "Ocata", + "Pike", + "Queens", + "Rocky", + "Stein", + "Train", "Ussuri", "Victoria", "Xena", @@ -3331,6 +3337,30 @@ "failure_pattern": "Build failed" } }, + { + "project_id": "openstack/manila", + "vendor": "Pure Storage", + "name": "File Service driver for Pure Storage FlashBlade storage system", + "description": "Pure Storage builds all-flash storage arrays. Pure Storage systems are based on durable, resilient MLC flash and providing consistent high performance.", + "maintainers": [ + { + "name": "Pure Storage Openstack Dev Team", + "email": "openstack-dev@purestorage.com", + "launchpad_id": "pure-storage-openstack-team" + } + ], + "wiki": "https://docs.openstack.org/manila/latest/configuration/shared-file-systems/drivers/purestorage-flashblade-driver.html", + "releases": [ + "Xena", + "Yoga", + "Zed" + ], + "ci": { + "id": "Pure_Storage_Third-Party_CI", + "success_pattern": "Build succeeded", + "failure_pattern": "Build failed" + } + }, { "project_id": "openstack/manila", "vendor": "Quobyte Inc.",