Commit Graph

8 Commits

Author SHA1 Message Date
Jay S. Bryant 285fbc6447 Remove the CoprHD driver
The CoprHD driver was marked unsupported
in Rocky and the vendor has indicated that
the driver is deprecated.  Given the feedback
I am removing the driver.

Change-Id: I978315402edeb0c5dd6aee28315973fa502b0e20
2018-08-09 21:34:25 +00:00
Jay S. Bryant 19d5e68b46 Mark Dell EMC CoprHD Drivers unsupported
The Dell EMC CoprHD drivers have not run 3rd Party CI
in more than 60 days.  This patch marks them
unsupported and they will be removed in Stein
if the 3rd Party CI Issues are not resolved.

Change-Id: I6f6ff82b0f6d9318c7471d1a94c2fa39e9a003c1
2018-06-12 10:46:22 +00:00
Walter A. Boring IV 3b28cb2a10 FC: refactor fczm utils decorators to functions
This patch changes the Fibre Channel Zone Manager
utility decorators to functions.   Those functions
now have to be called manually.   The intention of this
is to unify how the FC drivers are to be declared and
used vs. the iSCSI.  No more magic decorators for FC
drivers only.

Change-Id: I8e6e964e3694654b8ba93fe432a0dd49fa5e1df0
2018-04-16 16:23:59 -07:00
Ravi Edpuganti b248aad12a Added CG capability to volume group in CoprHD
CoprHD has been supporting consistency group starting from kilo release.
This code change makes sure that cg support is added for generic
volume groups for PIKE. Volume group maps to consistency group in
CoprHD when the consistency group snapshot flag is enabled for the
generic volume group.

Change-Id: I3ec946ca594e7c18a84f0b030607f0cc6f5864fb
Closes-Bug: #1682239
2017-07-19 17:49:59 +05:30
Arnon Yaari e01f24fe3b Rename AddFCZone and RemoveFCZone according to PEP 8
The project adheres to PEP 8, so decorators should be named
with underscores (like functions) and not with upper camel
case (like classes)

Change-Id: Ifa38e5d327c2b1a2cdd77ceb2cbc2a9be468bce8
2017-01-09 11:22:19 +02:00
Walter A. Boring IV 1a5de5d4bd CI: Add CI_WIKI_NAME to all drivers
This patch adds a CI_WIKI_NAME to each driver object.  The value is the exact
name of the ThirdPartySystems wiki page.   This allows us to create an
automated tool to associated jobs to drivers and track their CI reporting
status correctly.

This patch also updates the generate_driver_list.py script to output the
driver list as a python list of dicts that can be directly consumed.

Change-Id: I0ec5f705e91f680a731648cf50738ea219565f70
2016-08-09 08:24:00 -07:00
hallur, parashuram 8d3dada903 Fixing pending comments for CoprHD Drivers
There were few comments on the
day of the merge of the patch set https://review.openstack.org/#/c/317643,
this patch set fixes all those comments made by Michal and Walter.

Change-Id: I6f6807fa12dbb495cc263cfade69bbe0b9498392
2016-08-02 11:18:08 +05:30
hallur, parashuram a7c715b4d0 Implementation for CoprHD Cinder Drivers
This patch set includes following CoprHD Cinder drivers

1-Cinder iSCSI Block Volume Driver for CoprHD
2-Cinder FC Block Volume Driver for CoprHD
3-Cinder ScaleIO Block Volume Driver for CoprHD

CI trigger: run emc-coprhd
DocImpact
Implements: blueprint coprhd-cinder-drivers
Change-Id: I5fe7ac8190edb2405981c4750dcecde00159a3ec
2016-07-11 15:50:23 +05:30