A project used to hold out-of-tree ironic drivers
Go to file
Lucas Alvares Gomes a27e38e50c Skeleton initial commit
Change-Id: I6b2c34135c79931defaccc6480e382f54a95d9a6
2016-01-26 12:48:24 +00: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 Skeleton initial commit 2016-01-26 12:48:24 +00: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.