From 54583a40dfc896b800d9ab3c8e4425da7a1a240b Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Mon, 12 Jun 2017 10:26:15 -0500 Subject: [PATCH] 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 --- cinder/volume/drivers/zte/zte_ks.py | 3 +++ .../mark-zte-unsupported-3c048e419264eca2.yaml | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 releasenotes/notes/mark-zte-unsupported-3c048e419264eca2.yaml diff --git a/cinder/volume/drivers/zte/zte_ks.py b/cinder/volume/drivers/zte/zte_ks.py index bc650300ae7..8f76426c3a3 100644 --- a/cinder/volume/drivers/zte/zte_ks.py +++ b/cinder/volume/drivers/zte/zte_ks.py @@ -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) diff --git a/releasenotes/notes/mark-zte-unsupported-3c048e419264eca2.yaml b/releasenotes/notes/mark-zte-unsupported-3c048e419264eca2.yaml new file mode 100644 index 00000000000..2e5eddd2aa9 --- /dev/null +++ b/releasenotes/notes/mark-zte-unsupported-3c048e419264eca2.yaml @@ -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. +