A project used to hold out-of-tree ironic drivers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Lucas Alvares Gomes a27e38e50c
Skeleton initial commit
7 years ago
doc/source Skeleton initial commit 7 years ago
ironic_staging_drivers Skeleton initial commit 7 years ago
.coveragerc Skeleton initial commit 7 years ago
.gitignore Skeleton initial commit 7 years ago
.gitreview Added .gitreview 7 years ago
.mailmap Skeleton initial commit 7 years ago
.testr.conf Skeleton initial commit 7 years ago
CONTRIBUTING.rst Skeleton initial commit 7 years ago
HACKING.rst Skeleton initial commit 7 years ago
LICENSE Skeleton initial commit 7 years ago
README.rst Skeleton initial commit 7 years ago
babel.cfg Skeleton initial commit 7 years ago
requirements.txt Skeleton initial commit 7 years ago
setup.cfg Skeleton initial commit 7 years ago
setup.py Skeleton initial commit 7 years ago
test-requirements.txt Skeleton initial commit 7 years ago
tox.ini Skeleton initial commit 7 years ago

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.