Merge "Updating PowerVault maintainer info and splitting entry into FC and ISCSI drivers."

This commit is contained in:
Zuul 2021-04-23 07:18:11 +00:00 committed by Gerrit Code Review
commit cbeb8743e1
1 changed files with 29 additions and 6 deletions

View File

@ -995,12 +995,13 @@
{
"project_id": "openstack/cinder",
"vendor": "Dell EMC",
"name": "Dell EMC PowerVault driver",
"description": "The Dell EMC Power Vault iSCSI and FC driver.",
"name": "Dell EMC PowerVault ME iSCSI driver",
"description": "The Dell EMC PowerVault ME iSCSI driver.",
"maintainers": [
{
"name": "Chris Maio",
"email": "chris.maio@seagate.com"
"name": "Chris M",
"email": "cinder@tristero.net",
"launchpad_id": "pots"
}
],
"wiki": "https://docs.openstack.org/cinder/wallaby/configuration/block-storage/drivers/dell-emc-powervault-me.html",
@ -1009,8 +1010,30 @@
],
"ci": {
"id": "dellpvme-ci",
"success_pattern": "DELLEMC_POWERVAULT_ME \\S+ : SUCCESS",
"failure_pattern": "DELLEMC_POWERVAULT_ME \\S+ : FAILURE"
"success_pattern": "PVME-iSCSI \\S+ : SUCCESS",
"failure_pattern": "PVME-iSCSI \\S+ : FAILURE"
}
},
{
"project_id": "openstack/cinder",
"vendor": "Dell EMC",
"name": "Dell EMC PowerVault ME FC driver",
"description": "The Dell EMC PowerVault ME FC driver.",
"maintainers": [
{
"name": "Chris M",
"email": "cinder@tristero.net",
"launchpad_id": "pots"
}
],
"wiki": "https://docs.openstack.org/cinder/wallaby/configuration/block-storage/drivers/dell-emc-powervault-me.html",
"releases": [
"Wallaby"
],
"ci": {
"id": "dellpvme-ci",
"success_pattern": "PVME-FC \\S+ : SUCCESS",
"failure_pattern": "PVME-FC \\S+ : FAILURE"
}
},
{