From 6f015aa659cf3fa380772cf365a63b058c5df61d Mon Sep 17 00:00:00 2001 From: Gaurang Tapase Date: Mon, 24 Apr 2017 16:24:37 +0530 Subject: [PATCH] Update details for GPFS drivers This patch updates the maintainers for GPFS Cinder driver and add an entry for GPFS Manila driver. Change-Id: I167c1e3a4cf6cda27f4fb95f83232d10960b2f18 --- etc/default_data.json | 56 ++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 9 deletions(-) diff --git a/etc/default_data.json b/etc/default_data.json index c2fa3de..3498f86 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -1290,27 +1290,34 @@ "project_id": "openstack/cinder", "vendor": "IBM", "name": "IBM GPFS volume driver", - "description": "The GPFS driver enables the use of GPFS to provide efficient and scalable storage for Cinder volumes. With the GPFS driver, instances do not actually access a storage device at the block level. Instead, volume backing files are created in a GPFS file system and mapped to instances, which emulate a block device. The GPFS storage is accessed from compute nodes using either a GPFS or NFS client.", + "description": "The GPFS driver enables the use of Spectrum Scale a.k.a GPFS to provide efficient and scalable storage for Cinder volumes. With the GPFS driver, instances do not actually access a storage device at the block level. Instead, volume backing files are created in a Spectrum Scale file system and mapped to instances, which emulate a block device. The storage is accessed from compute nodes using either a GPFS or NFS client.", "maintainers": [ { - "name": "Sasikanth Eda", - "email": "sasikanth.eda@in.ibm.com", - "launchpad_id": "sasikanth" + "name": "Gaurang Tapase", + "email": "gaurang.tapase@in.ibm.com", + "launchpad_id": "gaurangt" + }, + { + "name": "Digvijay Ukirde", + "email": "digvijay.ukirde@in.ibm.com", + "launchpad_id": "digvijay2016" } ], - "wiki": "http://docs.openstack.org/liberty/config-reference/content/GPFS-driver.html", + "wiki": "https://docs.openstack.org/ocata/config-reference/block-storage/drivers/ibm-gpfs-volume-driver.html", "releases": [ "Havana", "Icehouse", "Juno", "Kilo", "Liberty", - "Mitaka" + "Mitaka", + "Newton", + "Ocata" ], "ci": { - "id": "ibm-gpfs-ci", - "success_pattern": "Build Successful", - "failure_pattern": "Build Failed" + "id": "ibmmanilaci", + "success_pattern": "SUCCESS", + "failure_pattern": "FAILURE" } }, { @@ -3920,6 +3927,37 @@ "failure_pattern": "Build failed" } }, + { + "project_id": "openstack/manila", + "vendor": "IBM", + "name": "IBM GPFS Manila driver", + "description": "IBM GPFS driver for Manila provides access to NFS shares on Spectrum Scale storage system. The driver supports Manila driver mode (driver_handles_share_servers = False).", + "maintainers": [ + { + "name": "Gaurang Tapase", + "email": "gaurang.tapase@in.ibm.com", + "launchpad_id": "gaurangt" + }, + { + "name": "Digvijay Ukirde", + "email": "digvijay.ukirde@in.ibm.com", + "launchpad_id": "digvijay2016" + } + ], + "wiki": "https://docs.openstack.org/ocata/config-reference/shared-file-systems/drivers/ibm-gpfs-driver.html", + "releases": [ + "Kilo", + "Liberty", + "Mitaka", + "Newton", + "Ocata" + ], + "ci": { + "id": "ibmmanilaci", + "success_pattern": "SUCCESS", + "failure_pattern": "FAILED" + } + }, { "project_id": "openstack/manila", "vendor": "NetApp",