A project used to hold out-of-tree ironic drivers
Go to file
Ilya Etingof ab5bb1d3c8 Fix pycurl args types in ovirt driver
Ensure passing text-typed parameters to `ovirtsdk4` calls. Otherwise
`ovirtsdk4` blows up Python 3.

This change prompts `six` version bump.

(cherry picked from commit 935ec1ac69)

Story: 2006170
Task: 35681
Change-Id: I3bbbb6b786d7007e0dd0a45de1b21be909ee588b
2019-07-11 16:50:40 +02:00
devstack Remove Ansible-deploy interface 2017-12-18 14:55:35 +02:00
doc/source Update `enabled_management_interfaces` property 2019-02-19 12:15:34 +05:30
ironic_staging_drivers Fix pycurl args types in ovirt driver 2019-07-11 16:50:40 +02:00
playbooks/legacy/ironic-staging-drivers-dsvm-all-drivers OpenDev Migration Patch 2019-04-19 19:51:43 +00:00
releasenotes Fix pycurl args types in ovirt driver 2019-07-11 16:50:40 +02:00
tools Add hardware types 2017-08-31 11:34:40 +00:00
.coveragerc remove omit in coveragerc 2016-01-29 13:31:34 +08:00
.gitignore Add stestr-specific files 2017-09-22 11:45:29 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:51:43 +00:00
.mailmap Skeleton initial commit 2016-01-26 12:48:24 +00:00
.stestr.conf Add stestr-specific files 2017-09-22 11:45:29 +00:00
.zuul.yaml OpenDev Migration Patch 2019-04-19 19:51:43 +00:00
CONTRIBUTING.rst Skeleton initial commit 2016-01-26 12:48:24 +00:00
HACKING.rst Update the hacking to latst 2018-10-07 12:02:45 -04: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:54 +00:00
babel.cfg Skeleton initial commit 2016-01-26 12:48:24 +00:00
extra-requirements.txt Prepare stable/stein 2019-03-25 14:30:32 +01:00
lower-constraints.txt Fix pycurl args types in ovirt driver 2019-07-11 16:50:40 +02:00
requirements.txt Fix pycurl args types in ovirt driver 2019-07-11 16:50:40 +02:00
setup.cfg Update the home-page link 2018-11-26 00:13:23 -05:00
setup.py Updated from global requirements 2017-03-20 13:20:56 +00:00
test-requirements.txt Fix sphinx versions in test-requirements 2019-07-11 16:00:41 +02:00
tox.ini Prepare stable/stein 2019-03-25 14:30:32 +01: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!