A project used to hold out-of-tree ironic drivers
Go to file
Pavlo Shchelokovskyy ffd006e098 Add Ansible-deploy driver
Requires Ironic API >= 1.22 when using heartbeats to Ironic API.

For better logging and proper deployment failure handling,
Ironic should be > '6.1.1.dev147' version.

Tested with and targets Ansible >= 2.1

Experimental DIB element: I3f6c3baf0197d27f2d423f52611666ca186cd0a4
Experimental TinyCore-based bootstrap:
Ie39ce67dc93e7d53bf75937c7defacafad5fbfcf

Tested with DevStack, Bifrost and Mirantis OpenStack,
with both VMs and real IPMI hardware.
Tempest's baremetal_server_basic_ops test reliably passes on DevStack
with `pxe_ssh_ansible` driver.

More elaborate documentation will be proposed in next changes.

Change-Id: Ib9317d365d7bc39aa00a9d9e1eadddd2f9b2947f
Related-bug: #1526308
Co-Authored-By: Yuriy Zveryanskyy <yzveryanskyy@mirantis.com>
2016-09-16 21:54:24 +03:00
devstack Add Ansible-deploy driver 2016-09-16 21:54:24 +03:00
doc/source Fix reference in WoL driver docs 2016-08-25 14:47:26 +03:00
ironic_staging_drivers Add Ansible-deploy driver 2016-09-16 21:54:24 +03:00
releasenotes Add Ansible-deploy driver 2016-09-16 21:54:24 +03:00
.coveragerc remove omit in coveragerc 2016-01-29 13:31:34 +08:00
.gitignore Skeleton initial commit 2016-01-26 12:48:24 +00:00
.gitreview Added .gitreview 2016-01-25 14:10:45 +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 Add documentation links 2016-02-08 21:06:55 +00:00
babel.cfg Skeleton initial commit 2016-01-26 12:48:24 +00:00
extra-requirements.txt Install "ironic" in the unittest environment 2016-01-28 15:16:30 +00:00
requirements.txt Add iBoot driver 2016-08-10 16:04:28 +01:00
setup.cfg Add Ansible-deploy driver 2016-09-16 21:54:24 +03:00
setup.py Skeleton initial commit 2016-01-26 12:48:24 +00:00
test-requirements.txt Mock the 'libvirt' import on tests 2016-08-26 15:52:00 +01:00
tox.ini Add reno for release notes management 2016-02-08 14:41:18 +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 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.

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 git://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!