diff options
author | Julia Kreger <juliaashleykreger@gmail.com> | 2019-04-16 22:05:36 -0700 |
---|---|---|
committer | Julia Kreger <juliaashleykreger@gmail.com> | 2019-06-25 23:44:19 -0700 |
commit | 5f18e52b6443e0f624aaaa6f0b096e91bc34f796 (patch) | |
tree | 13f9ac9354bdfebf94a220f37e91433e9e58e73d /setup.cfg | |
parent | 7a718ee4de6bc04aa6a63c99899a2d6e4e130bb7 (diff) | |
download | ironic-5f18e52b6443e0f624aaaa6f0b096e91bc34f796.tar.gz |
Remove CIMC/UCS drivers
Cisco's Third-Party CI was taken down as a result of the
CTO's office being restructured. Numerous attempts to
re-engage with Cisco directly and address the various
known issues in their drivers have not proven to be
fruitful.
Additionally, the drivers are not Python3 compatible,
and some reports have indicated that the CIMC driver is
no longer compatible with newer versions.
As such, the ironic community has little choice but to
to remove the Cisco UCS/CIMC hardware types and driver
interface code.
Story: 2005033
Task: 29522
Change-Id: Ie12eaf7572ce4d66f6a68025b7fe2d294185ce28
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -94,7 +94,6 @@ ironic.hardware.interfaces.inspect = redfish = ironic.drivers.modules.redfish.inspect:RedfishInspect ironic.hardware.interfaces.management = - cimc = ironic.drivers.modules.cimc.management:CIMCManagement fake = ironic.drivers.modules.fake:FakeManagement ibmc = ironic.drivers.modules.ibmc.management:IBMCManagement idrac = ironic.drivers.modules.drac.management:DracManagement @@ -103,7 +102,6 @@ ironic.hardware.interfaces.management = irmc = ironic.drivers.modules.irmc.management:IRMCManagement noop = ironic.drivers.modules.noop_mgmt:NoopManagement redfish = ironic.drivers.modules.redfish.management:RedfishManagement - ucsm = ironic.drivers.modules.ucs.management:UcsManagement xclarity = ironic.drivers.modules.xclarity.management:XClarityManagement ironic.hardware.interfaces.network = @@ -112,7 +110,6 @@ ironic.hardware.interfaces.network = noop = ironic.drivers.modules.network.noop:NoopNetwork ironic.hardware.interfaces.power = - cimc = ironic.drivers.modules.cimc.power:Power fake = ironic.drivers.modules.fake:FakePower ibmc = ironic.drivers.modules.ibmc.power:IBMCPower idrac = ironic.drivers.modules.drac.power:DracPower @@ -121,7 +118,6 @@ ironic.hardware.interfaces.power = irmc = ironic.drivers.modules.irmc.power:IRMCPower redfish = ironic.drivers.modules.redfish.power:RedfishPower snmp = ironic.drivers.modules.snmp:SNMPPower - ucsm = ironic.drivers.modules.ucs.power:Power xclarity = ironic.drivers.modules.xclarity.power:XClarityPower ironic.hardware.interfaces.raid = @@ -152,8 +148,6 @@ ironic.hardware.interfaces.vendor = no-vendor = ironic.drivers.modules.noop:NoVendor ironic.hardware.types = - cisco-ucs-managed = ironic.drivers.cisco_ucs:CiscoUCSManaged - cisco-ucs-standalone = ironic.drivers.cisco_ucs:CiscoUCSStandalone fake-hardware = ironic.drivers.fake_hardware:FakeHardware ibmc = ironic.drivers.ibmc:IBMCHardware idrac = ironic.drivers.drac:IDRACHardware |