A project used to hold out-of-tree ironic drivers
Go to file
Lin Tan 38f1ceab35 remove omit in coveragerc
oslo-incubator is deprecated indeed, so we should not expect there
is anything under ironic_staging_drivers/openstack

Change-Id: Iae2242f372da414d1398509997ed96fe7396fe6c
2016-01-29 13:31:34 +08:00
doc/source Skeleton initial commit 2016-01-26 12:48:24 +00:00
ironic_staging_drivers Skeleton initial commit 2016-01-26 12:48:24 +00:00
.coveragerc remove omit in coveragerc 2016-01-29 13:31:34 +08:00
.gitignore Skeleton initial commit 2016-01-26 12:48:24 +00:00
.gitreview Added .gitreview 2016-01-25 14:10:45 +00:00
.mailmap Skeleton initial commit 2016-01-26 12:48:24 +00:00
.testr.conf Skeleton initial commit 2016-01-26 12:48:24 +00:00
CONTRIBUTING.rst Skeleton initial commit 2016-01-26 12:48:24 +00:00
HACKING.rst Skeleton initial commit 2016-01-26 12:48:24 +00:00
LICENSE Skeleton initial commit 2016-01-26 12:48:24 +00:00
README.rst Skeleton initial commit 2016-01-26 12:48:24 +00:00
babel.cfg Skeleton initial commit 2016-01-26 12:48:24 +00:00
requirements.txt Skeleton initial commit 2016-01-26 12:48:24 +00:00
setup.cfg Skeleton initial commit 2016-01-26 12:48:24 +00:00
setup.py Skeleton initial commit 2016-01-26 12:48:24 +00:00
test-requirements.txt Skeleton initial commit 2016-01-26 12:48:24 +00:00
tox.ini Skeleton initial commit 2016-01-26 12:48:24 +00:00

README.rst

Ironic Staging Drivers

The Ironic Staging Drivers is used to hold out-of-tree Ironic drivers which doesn't have means to provide a 3rd Party CI at this point in time which is required by Ironic.

The intention of this project is to provide a common place for useful drivers resolving the "hundreds of different download sites" problem.

What the Ironic Staging Drivers is not

  • The Ironic Staging Drivers is not a project under Ironic's governance, meaning that the Ironic core group is not resposible for the code in this project (even tho, some individuals that work in this project also hold core status in the Ironic project).
  • This project is not a place to dump code and run away hoping that someone else will take care of it for you. Drivers included in this project should be maintained and have their bugs fixed quickly. Therefore, driver owners are going to be asked to "babysit" their driver.