From c92c428233df7b42bea05bf5468771c07fa8e51b Mon Sep 17 00:00:00 2001 From: "Jay S. Bryant" Date: Thu, 28 Sep 2017 14:12:59 -0500 Subject: [PATCH] Mark Cisco FC ZM driver as unsupported The Cisco Fibre Channel Zone Manager CI has not run successfully during the required period: Checking name: Cisco CI first seen: 2017-02-14 06:07:46 (226 days, 11:04:34 old) last seen: 2017-03-03 16:52:40 (209 days, 0:19:40 old) last success: 2017-02-23 17:09:46 (217 days, 0:02:34 old) Job cisco_zm_cinder 48% success out of 250 comments S=122, F=128 last success: 2017-02-23 17:09:46 (217 days, 0:02:34 old) Per Cinder's non-compliance policy, this patch marks the driver as unsupported and deprecated. The driver will be removed in the next cycle if the problem is not corrected. Change-Id: I008cd9089568c5ba084f9c1dacb1ab6e47fc7362 --- .../drivers/cisco/cisco_fc_zone_driver.py | 3 +++ ...ark-cisco-zm-unsupported-57e5612f57e2407b.yaml | 15 +++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 releasenotes/notes/mark-cisco-zm-unsupported-57e5612f57e2407b.yaml diff --git a/cinder/zonemanager/drivers/cisco/cisco_fc_zone_driver.py b/cinder/zonemanager/drivers/cisco/cisco_fc_zone_driver.py index bb04b1fba33..7c7ca1a459c 100644 --- a/cinder/zonemanager/drivers/cisco/cisco_fc_zone_driver.py +++ b/cinder/zonemanager/drivers/cisco/cisco_fc_zone_driver.py @@ -75,6 +75,9 @@ class CiscoFCZoneDriver(fc_zone_driver.FCZoneDriver): # ThirdPartySystems wiki name CI_WIKI_NAME = "Cisco_ZM_CI" + # TODO(jsbryant) Remove driver in Rocky if CI is not fixed + SUPPORTED = False + def __init__(self, **kwargs): super(CiscoFCZoneDriver, self).__init__(**kwargs) self.configuration = kwargs.get('configuration', None) diff --git a/releasenotes/notes/mark-cisco-zm-unsupported-57e5612f57e2407b.yaml b/releasenotes/notes/mark-cisco-zm-unsupported-57e5612f57e2407b.yaml new file mode 100644 index 00000000000..18ce1dd5ccb --- /dev/null +++ b/releasenotes/notes/mark-cisco-zm-unsupported-57e5612f57e2407b.yaml @@ -0,0 +1,15 @@ +--- +upgrade: + - | + The Cisco Fibre Channel Zone Manager 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 Cisco Firbre Channel Zone Manager 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. +