A project used to hold out-of-tree ironic drivers
Go to file
OpenDev Sysadmins 16039b049e OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:51:43 +00:00
devstack Change python vs other dependencies install order 2017-08-08 15:14:41 +00:00
doc/source Removes unnecessary utf-8 encoding 2017-07-19 18:04:35 +05:30
imagebuild Re-use tinyipa image for ansbile-deploy 2017-02-13 16:39:34 +00:00
ironic_staging_drivers Cap Ansible version 2017-11-09 16:04:02 +02:00
playbooks/legacy OpenDev Migration Patch 2019-04-19 19:51:43 +00:00
releasenotes [ansible] add journald and syslog loggers 2017-07-10 12:26:12 +00:00
zuul.d OpenDev Migration Patch 2019-04-19 19:51:43 +00:00
.coveragerc remove omit in coveragerc 2016-01-29 13:31:34 +08:00
.gitignore Update .gitignore 2017-07-19 17:59:03 +05:30
.gitreview OpenDev Migration Patch 2019-04-19 19:51:43 +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 Replace openstack.org git:// URLs with https:// 2019-03-24 20:33:55 +00:00
babel.cfg Skeleton initial commit 2016-01-26 12:48:24 +00:00
extra-requirements.txt Replace openstack.org git:// URLs with https:// 2019-03-24 20:33:55 +00:00
requirements.txt Updated from global requirements 2017-06-15 16:24:17 +00:00
setup.cfg Remove pxe_ssh_ansible driver 2017-07-08 19:39:26 +03:00
setup.py Updated from global requirements 2017-03-20 13:20:56 +00:00
test-requirements.txt Updated from global requirements 2017-06-30 12:15:44 +00:00
tox.ini Pin ironic and constraints to stable/pike 2017-08-31 09:11:38 +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 responsible for the code in this project (even though, 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.

How to contribute

We want to make sure that the Ironic Staging Drivers project is a welcoming and friendly place to contribute code. Therefore, we want to avoid bureaucratic processes as much as possible. If you want to propose a driver to be included in the repository: Just submit the code!

How do I submit the code?

  1. Before we can accept your patches, you'll have to agree to a contributor license agreement.

  2. Learn about how to use our Gerrit review system.

  3. Get the code:

    git clone https://git.openstack.org/openstack/ironic-staging-drivers
  4. Make your changes and write a nice commit message explaining the change in details.

  5. Submit the code!