Remove some projects from ironic governance

ironic-webclient no longer has contributors working on it, and will be
retired. It was never even close to production-ready.

python-dracclient is intended to only interact with a single vendor's
hardware, which the ironic team decided[0] we no longer wish to maintain
in ironic's governance. It will continue to be maintained outside of the
ironic governance.

python-wsmanclient is only used by our AMT driver, which is being
dropped from ironic governance soon.[1] Furthermore, it is code to speak
a particular flavor of XML, as I understand things, and so isn't really
part of ironic's mission. This will continue to be maintained outside of
ironic governance.

[0] https://review.openstack.org/#/c/392685/
[1] http://lists.openstack.org/pipermail/openstack-dev/2016-November/106862.html

Change-Id: I4fb9bfb69a75ed5aa0277959c88e6f2f753deebb
This commit is contained in:
Jim Rollenhagen 2016-11-15 15:23:51 -05:00
parent 35d8b777bd
commit 003d9d8247
2 changed files with 19 additions and 9 deletions

View File

@ -227,3 +227,22 @@ neutron:
retired-on: 2016-10-31 retired-on: 2016-10-31
repos: repos:
- openstack/python-neutron-pd-driver - openstack/python-neutron-pd-driver
ironic:
irc-channel: openstack-ironic
service: Bare Metal service
url: https://wiki.openstack.org/wiki/Ironic
partial: yes
deliverables:
- ironic-webclient
retired-on: 2016-11-28
repos:
- openstack/ironic-webclient
- python-dracclient
retired-on: 2016-11-28
repos:
- openstack/python-dracclient
- python-wsmanclient
retired-on: 2016-11-28
repos:
- openstack/python-wsmanclient

View File

@ -1740,12 +1740,6 @@ ironic:
ironic-ui: ironic-ui:
repos: repos:
- openstack/ironic-ui - openstack/ironic-ui
ironic-webclient:
repos:
- openstack/ironic-webclient
python-dracclient:
repos:
- openstack/python-dracclient
python-ironic-inspector-client: python-ironic-inspector-client:
repos: repos:
- openstack/python-ironic-inspector-client - openstack/python-ironic-inspector-client
@ -1756,9 +1750,6 @@ ironic:
- openstack/python-ironicclient - openstack/python-ironicclient
tags: tags:
- stable:follows-policy - stable:follows-policy
python-wsmanclient:
repos:
- openstack/python-wsmanclient
virtualbmc: virtualbmc:
repos: repos:
- openstack/virtualbmc - openstack/virtualbmc