Update Ocata info for Dell EMC drivers

This patch adds new Ocata drivers and update doc info for
existing drivers.

Change-Id: I710d48ce083116a34f1782c0be4a5b0e457b456f
This commit is contained in:
xing-yang 2016-12-10 16:21:31 -05:00
parent f9f6bd561a
commit e4c507a1ad
1 changed files with 146 additions and 57 deletions

View File

@ -111,6 +111,12 @@
"wiki": "http://releases.openstack.org/newton/",
"start": "2016-Apr-05",
"active": true
},
{
"id": "Ocata",
"wiki": "http://releases.openstack.org/ocata/",
"start": "2017-Feb-22",
"active": true
}
],
"drivers": [
@ -382,9 +388,10 @@
"launchpad_id": "xing-yang"
}
],
"wiki": "http://docs.openstack.org/newton/config-reference/block-storage/drivers/coprhd-driver.html",
"wiki": "https://docs.openstack.org/ocata/config-reference/block-storage/drivers/coprhd-driver.html",
"releases": [
"Newton"
"Newton",
"Ocata"
],
"ci": {
"id": "emc-corphd-ci",
@ -404,9 +411,10 @@
"launchpad_id": "xing-yang"
}
],
"wiki": "http://docs.openstack.org/newton/config-reference/block-storage/drivers/coprhd-driver.html",
"wiki": "https://docs.openstack.org/ocata/config-reference/block-storage/drivers/coprhd-driver.html",
"releases": [
"Newton"
"Newton",
"Ocata"
],
"ci": {
"id": "emc-corphd-ci",
@ -426,9 +434,10 @@
"launchpad_id": "xing-yang"
}
],
"wiki": "http://docs.openstack.org/newton/config-reference/block-storage/drivers/coprhd-driver.html",
"wiki": "https://docs.openstack.org/ocata/config-reference/block-storage/drivers/coprhd-driver.html",
"releases": [
"Newton"
"Newton",
"Ocata"
],
"ci": {
"id": "emc-corphd-ci",
@ -500,7 +509,7 @@
"launchpad_id": "rajinir"
}
],
"wiki": "http://docs.openstack.org/newton/config-reference/block-storage/drivers/dell-equallogic-driver.html",
"wiki": "https://docs.openstack.org/ocata/config-reference/block-storage/drivers/dell-equallogic-driver.html",
"releases": [
"Havana",
"Icehouse",
@ -508,7 +517,8 @@
"Kilo",
"Liberty",
"Mitaka",
"Newton"
"Newton",
"Ocata"
],
"ci": {
"id": "dell-storage-ci",
@ -528,11 +538,12 @@
"launchpad_id": "xing-yang"
}
],
"wiki": "http://docs.openstack.org/newton/config-reference/block-storage/drivers/emc-scaleio-driver.html",
"wiki": "https://docs.openstack.org/ocata/config-reference/block-storage/drivers/emc-scaleio-driver.html",
"releases": [
"Liberty",
"Mitaka",
"Newton"
"Newton",
"Ocata"
],
"ci": {
"id": "emc-scaleio-ci",
@ -540,33 +551,6 @@
"failure_pattern": "EMC_SCALEIO \\S+ : FAILURE"
}
},
{
"project_id": "openstack/cinder",
"vendor": "Dell EMC",
"name": "Dell EMC VMAX FC driver",
"description": "The Dell EMC VMAX FC driver runs volume operations by communicating with the back-end VMAX storage, using the EMC SMI-S Provider.",
"maintainers": [
{
"name": "Xing Yang",
"email": "xing.yang@emc.com",
"launchpad_id": "xing-yang"
}
],
"wiki": "http://docs.openstack.org/newton/config-reference/block-storage/drivers/emc-vmax-driver.html",
"releases": [
"Icehouse",
"Juno",
"Kilo",
"Liberty",
"Mitaka",
"Newton"
],
"ci": {
"id": "emc-vmax-ci",
"success_pattern": "EMC_VMAX_FC \\S+ : SUCCESS",
"failure_pattern": "EMC_VMAX_FC \\S+ : FAILURE"
}
},
{
"project_id": "openstack/cinder",
"vendor": "Dell EMC",
@ -580,12 +564,13 @@
"launchpad_id": "sean-mcginnis"
}
],
"wiki": "http://docs.openstack.org/newton/config-reference/block-storage/drivers/dell-storagecenter-driver.html",
"wiki": "https://docs.openstack.org/ocata/config-reference/block-storage/drivers/dell-storagecenter-driver.html",
"releases": [
"Kilo",
"Liberty",
"Mitaka",
"Newton"
"Newton",
"Ocata"
],
"ci": {
"id": "dell-storage-ci",
@ -606,12 +591,13 @@
"launchpad_id": "sean-mcginnis"
}
],
"wiki": "http://docs.openstack.org/newton/config-reference/block-storage/drivers/dell-storagecenter-driver.html",
"wiki": "https://docs.openstack.org/ocata/config-reference/block-storage/drivers/dell-storagecenter-driver.html",
"releases": [
"Kilo",
"Liberty",
"Mitaka",
"Newton"
"Newton",
"Ocata"
],
"ci": {
"id": "dell-storage-ci",
@ -619,6 +605,78 @@
"failure_pattern": "dell-sc-fc-dsvm-volume \\S+ : FAILURE"
}
},
{
"project_id": "openstack/cinder",
"vendor": "Dell EMC",
"name": "Dell EMC Unity FC driver",
"description": "The Dell EMC Unity FC driver runs volume operations by communicating with the back-end Unity storage.",
"maintainers": [
{
"name": "Xing Yang",
"email": "xing.yang@emc.com",
"launchpad_id": "xing-yang"
}
],
"wiki": "https://docs.openstack.org/ocata/config-reference/block-storage/drivers/dell-emc-unity-driver.html",
"releases": [
"Ocata"
],
"ci": {
"id": "emc-unity-ci",
"success_pattern": "EMC_UNITY_FC \\S+ : SUCCESS",
"failure_pattern": "EMC_UNITY_FC \\S+ : FAILURE"
}
},
{
"project_id": "openstack/cinder",
"vendor": "Dell EMC",
"name": "Dell EMC Unity iSCSI driver",
"description": "The Dell EMC Unity iSCSI driver runs volume operations by communicating with the back-end Unity storage.",
"maintainers": [
{
"name": "Xing Yang",
"email": "xing.yang@emc.com",
"launchpad_id": "xing-yang"
}
],
"wiki": "https://docs.openstack.org/ocata/config-reference/block-storage/drivers/dell-emc-unity-driver.html",
"releases": [
"Ocata"
],
"ci": {
"id": "emc-unity-ci",
"success_pattern": "EMC_UNITY_FC \\S+ : SUCCESS",
"failure_pattern": "EMC_UNITY_FC \\S+ : FAILURE"
}
},
{
"project_id": "openstack/cinder",
"vendor": "Dell EMC",
"name": "Dell EMC VMAX FC driver",
"description": "The Dell EMC VMAX FC driver runs volume operations by communicating with the back-end VMAX storage, using the EMC SMI-S Provider.",
"maintainers": [
{
"name": "Xing Yang",
"email": "xing.yang@emc.com",
"launchpad_id": "xing-yang"
}
],
"wiki": "https://docs.openstack.org/ocata/config-reference/block-storage/drivers/emc-vmax-driver.html",
"releases": [
"Icehouse",
"Juno",
"Kilo",
"Liberty",
"Mitaka",
"Newton",
"Ocata"
],
"ci": {
"id": "emc-vmax-ci",
"success_pattern": "EMC_VMAX_FC \\S+ : SUCCESS",
"failure_pattern": "EMC_VMAX_FC \\S+ : FAILURE"
}
},
{
"project_id": "openstack/cinder",
"vendor": "Dell EMC",
@ -631,7 +689,7 @@
"launchpad_id": "xing-yang"
}
],
"wiki": "http://docs.openstack.org/newton/config-reference/block-storage/drivers/emc-vmax-driver.html",
"wiki": "https://docs.openstack.org/ocata/config-reference/block-storage/drivers/emc-vmax-driver.html",
"releases": [
"Grizzly",
"Havana",
@ -640,7 +698,8 @@
"Kilo",
"Liberty",
"Mitaka",
"Newton"
"Newton",
"Ocata"
],
"ci": {
"id": "emc-vmax-ci",
@ -660,13 +719,14 @@
"launchpad_id": "xing-yang"
}
],
"wiki": "http://docs.openstack.org/newton/config-reference/block-storage/drivers/emc-vnx-driver.html",
"wiki": "https://docs.openstack.org/ocata/config-reference/block-storage/drivers/emc-vnx-driver.html",
"releases": [
"Juno",
"Kilo",
"Liberty",
"Mitaka",
"Newton"
"Newton",
"Ocata"
],
"ci": {
"id": "emc-vnx-ci",
@ -686,14 +746,15 @@
"launchpad_id": "xing-yang"
}
],
"wiki": "http://docs.openstack.org/newton/config-reference/block-storage/drivers/emc-vnx-driver.html",
"wiki": "https://docs.openstack.org/ocata/config-reference/block-storage/drivers/emc-vnx-driver.html",
"releases": [
"Icehouse",
"Juno",
"Kilo",
"Liberty",
"Mitaka",
"Newton"
"Newton",
"Ocata"
],
"ci": {
"id": "emc-vnx-ci",
@ -713,13 +774,14 @@
"launchpad_id": "xing-yang"
}
],
"wiki": "http://docs.openstack.org/newton/config-reference/block-storage/drivers/emc-xtremio-driver.html",
"wiki": "https://docs.openstack.org/ocata/config-reference/block-storage/drivers/emc-xtremio-driver.html",
"releases": [
"Juno",
"Kilo",
"Liberty",
"Mitaka",
"Newton"
"Newton",
"Ocata"
],
"ci": {
"id": "emc-xio-ci",
@ -739,13 +801,14 @@
"launchpad_id": "xing-yang"
}
],
"wiki": "http://docs.openstack.org/newton/config-reference/block-storage/drivers/emc-xtremio-driver.html",
"wiki": "https://docs.openstack.org/ocata/config-reference/block-storage/drivers/emc-xtremio-driver.html",
"releases": [
"Juno",
"Kilo",
"Liberty",
"Mitaka",
"Newton"
"Newton",
"Ocata"
],
"ci": {
"id": "emc-xio-ci",
@ -3660,12 +3723,13 @@
"launchpad_id": "xing-yang"
}
],
"wiki": "http://docs.openstack.org/newton/config-reference/shared-file-systems/drivers/emc-isilon-driver.html",
"wiki": "https://docs.openstack.org/ocata/config-reference/shared-file-systems/drivers/emc-isilon-driver.html",
"releases": [
"Kilo",
"Liberty",
"Mitaka",
"Newton"
"Newton",
"Ocata"
],
"ci": {
"id": "emc-isilon-ci",
@ -3686,9 +3750,10 @@
"launchpad_id": "xing-yang"
}
],
"wiki": "http://docs.openstack.org/newton/config-reference/shared-file-systems/drivers/emc-unity-driver.html",
"wiki": "https://docs.openstack.org/ocata/config-reference/shared-file-systems/drivers/emc-unity-driver.html",
"releases": [
"Newton"
"Newton",
"Ocata"
],
"ci": {
"id": "emc-unity-ci",
@ -3696,6 +3761,29 @@
"failure_pattern": "EMC_UNITY_MANILA \\S+ : FAILURE"
}
},
{
"project_id": "openstack/manila",
"vendor": "Dell EMC",
"name": "Dell EMC VMAX Manila Driver",
"description": "The Dell EMC VMAX Manila driver is a plugin for the EMC Manila driver framework which allows Manila to interface with a VMAX backend to provide shared filesystems. The driver supports Manila driver mode (driver_handles_share_servers = True).",
"maintainers": [
{
"name": "Xing Yang",
"irc": "xyang",
"email": "xing.yang@emc.com",
"launchpad_id": "xing-yang"
}
],
"wiki": "https://docs.openstack.org/ocata/config-reference/shared-file-systems/drivers/dell-emc-vmax-driver.html",
"releases": [
"Ocata"
],
"ci": {
"id": "emc-vmax-ci",
"success_pattern": "EMC_VMAX_MANILA \\S+ : SUCCESS",
"failure_pattern": "EMC_VMAX_MANILA \\S+ : FAILURE"
}
},
{
"project_id": "openstack/manila",
"vendor": "Dell EMC",
@ -3709,13 +3797,14 @@
"launchpad_id": "xing-yang"
}
],
"wiki": "http://docs.openstack.org/newton/config-reference/shared-file-systems/drivers/emc-vnx-driver.html",
"wiki": "https://docs.openstack.org/ocata/config-reference/shared-file-systems/drivers/emc-vnx-driver.html",
"releases": [
"Juno",
"Kilo",
"Liberty",
"Mitaka",
"Newton"
"Newton",
"Ocata"
],
"ci": {
"id": "emc-vnx-ci",