Mark ZTE driver as unsupported

The ZTE CI has not reported success past our CI required period.

Checking name: ZTE cinder2 CI
  first seen: 2017-01-09 14:41:08 (154 days, 0:31:49 old)
  last seen: 2017-03-01 05:53:37 (103 days, 9:19:20 old)
  last success: 2017-02-13 13:00:31 (119 days, 2:12:26 old)
  Job zte-cinder-tempest 9% success out of 182 comments S=17, F=165
      last success: 2017-02-13 13:00:31 (119 days, 2:12:26 old)
Overall success rate: 9% of 250 comments

Per Cinder's non-compliance policy, this patch marks the driver
as unsupported and deprecated and it will be removed in the next
cycle if the issue is not corrected.

Change-Id: Iaa82848bff503bde00cb6abaea94445529ecc6ee
This commit is contained in:
Sean McGinnis 2017-06-12 10:26:15 -05:00
parent 31c2328c86
commit 54583a40df
2 changed files with 18 additions and 0 deletions

View File

@ -688,6 +688,9 @@ class ZteISCSIDriver(ZTEVolumeDriver, driver.ISCSIDriver):
# ThirdPartySystems wiki page
WIKI_CI_NAME = "ZTE_cinder2_CI"
# TODO(smcginnis) Remove driver in Queens if CI issues not fixed
SUPPORTED = False
def __init__(self, *args, **kwargs):
super(ZteISCSIDriver, self).__init__(*args, **kwargs)

View File

@ -0,0 +1,15 @@
---
upgrade:
- |
The ZTE driver has been marked as unsupported and is now
deprecated. ``enable_unsupported_driver`` will need to be set
to ``True`` in the driver's section in cinder.conf to continue
to use it.
deprecations:
- |
The ZTE driver has been marked as unsupported and is now
deprecated. ``enable_unsupported_driver`` will need to be set
to ``True`` in the driver's section in cinder.conf to continue
to use it. If its support status does not change, they will be
removed in the Queens development cycle.