diff --git a/etc/default_data.json b/etc/default_data.json index d8bc554..662434f 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -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" } }, {