Ramakrishnan G
c4d3abcca8
Clear ilo_boot_iso before deploy for glance images
This commit clears instance_info['ilo_boot_iso'] in iscsi_ilo driver for glance images before beginning deploy. This will make sure that in rebuild event with glance images, we don't end up using previously generated (or used) boot ISOs. It also ejects any virtual media devices connected to make sure that deploy images can be connected later on during deploy. The proliantutils version is updated to 2.1.1, which makes sure that we silently return on ilo_client.eject_vmedia_device() when virtual media is not connected (instead of raising an exception). Change-Id: I68fcfc2b62cb58dd1c16f312c3a6a2ebd383c170 Closes-Bug: 1466729
Ironic
Ironic is an integrated OpenStack project which aims to provision bare metal machines instead of virtual machines, forked from the Nova Baremetal driver. It is best thought of as a bare metal hypervisor API and a set of plugins which interact with the bare metal hypervisors. By default, it will use PXE and IPMI in concert to provision and turn on/off machines, but Ironic also supports vendor-specific plugins which may implement additional functionality.
Project Resources
Project status, bugs, and blueprints are tracked on Launchpad:
Developer documentation can be found here:
Additional resources are linked from the project wiki page:
Anyone wishing to contribute to an OpenStack project should find a good reference here:
Description
Languages
Python
98.1%
Shell
1.9%