A project used to hold out-of-tree ironic drivers
You cannot 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
Harald Jensås a9c4fc2414 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
2 months ago
devstack Fix the CI 1 year ago
doc Add releasing docs 2 years ago
ironic_staging_drivers Fixes for tox4 5 months ago
releasenotes Remove mentions of the iSCSI deploy 2 years ago
tools Bump hacking to 3.0.0 3 years ago
.coveragerc remove omit in coveragerc 7 years ago
.gitignore Add stestr-specific files 6 years ago
.gitreview OpenDev Migration Patch 4 years ago
.mailmap Skeleton initial commit 7 years ago
.stestr.conf Add stestr-specific files 6 years ago
.zuul.yaml Bump ironic-staging-drivers-all job timout to 90m 2 months ago
CONTRIBUTING.rst Skeleton initial commit 7 years ago
HACKING.rst Update the hacking to latst 5 years ago
LICENSE Skeleton initial commit 7 years ago
README.rst Switch from git.openstack.org to opendev.org 4 years ago
babel.cfg Skeleton initial commit 7 years ago
extra-requirements.txt Switch from git.openstack.org to opendev.org 4 years ago
requirements.txt Update lower-constraints.txt 3 years ago
setup.cfg [trivial] add python 3.9 in classifier 2 years ago
setup.py Updated from global requirements 6 years ago
test-requirements.txt Fixes for tox4 5 months ago
tox.ini Fixes for tox4 5 months 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 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!