A project used to hold out-of-tree ironic drivers
Go to file
Harald Jensås 93c116a5bb Bump ironic-staging-drivers-all job timout to 90m
Seeing many timeouts on:
  https://review.opendev.org/c/x/ironic-staging-drivers/+/877765

Let's try increasing the timeout.

Change-Id: I8231eda8563cde9a6e98533d9c6e0fe539fdf2ed
(cherry picked from commit a9c4fc2414)
2023-03-31 08:07:00 +00:00
devstack Fix the CI 2022-05-10 15:08:55 +02:00
doc Add releasing docs 2021-09-23 14:59:21 +02:00
ironic_staging_drivers Merge "Remove mentions of the iSCSI deploy" 2021-04-29 11:31:57 +00:00
releasenotes Remove mentions of the iSCSI deploy 2021-03-19 17:40:48 +01:00
tools Bump hacking to 3.0.0 2020-03-31 10:15:18 +02: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 Prepare stable/yoga 2022-05-10 18:47:00 +02: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 Bump ironic-staging-drivers-all job timout to 90m 2023-03-31 08:07:00 +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 Switch from git.openstack.org to opendev.org 2019-07-08 14:03:06 +02:00
babel.cfg Skeleton initial commit 2016-01-26 12:48:24 +00:00
extra-requirements.txt Prepare stable/yoga 2022-05-10 18:47:00 +02:00
requirements.txt Update lower-constraints.txt 2020-05-13 18:04:07 +02:00
setup.cfg [trivial] add python 3.9 in classifier 2021-12-14 09:25:02 +01:00
setup.py Updated from global requirements 2017-03-20 13:20:56 +00:00
test-requirements.txt Fix the CI 2022-05-10 15:08:55 +02:00
tox.ini Prepare stable/yoga 2022-05-10 18:47:00 +02: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://opendev.org/x/ironic-staging-drivers
  4. Make your changes and write a nice commit message explaining the change in details.

  5. Submit the code!