ironic/ironic/drivers/modules/oneview
Sinval Vieira 4483de30ba Add Dynamic Allocation feature for the OneView drivers
This change is about adding the ability to the OneView drivers of
dynamically allocate OneView resources to Ironic. The current
version of the drivers consider what we call "pre-allocation" of
nodes, meaning that when a node is registered in Ironic, even if
it is not in use, this resource is still reserved in OneView.
This change will prevent such situations by allocating OneView
resources only at boot time, allowing both systems to really
share the same pool of hardware.

Change-Id: I43d1db490b4834080562946b8a6ca584ea36864d
Co-Authored-By: Lilia Sampaio <liliars@lsd.ufcg.edu.br>
Co-Authored-By: Xavier <marcusrafael@lsd.ufcg.edu.br>
Co-Authored-By: Hugo Nicodemos <nicodemos@lsd.ufcg.edu.br>
Co-Authored-By: Thiago Paiva Brito <thiagop@lsd.ufcg.edu.br>
Co-Authored-By: Caio Oliveira <caiobo@lsd.ufcg.edu.br>
Partial-Bug: #1541096
2016-08-04 13:10:02 -03:00
..
__init__.py OneView Driver for Ironic 2015-10-09 15:14:32 -03:00
common.py Add Dynamic Allocation feature for the OneView drivers 2016-08-04 13:10:02 -03:00
deploy.py Add Dynamic Allocation feature for the OneView drivers 2016-08-04 13:10:02 -03:00
deploy_utils.py Add Dynamic Allocation feature for the OneView drivers 2016-08-04 13:10:02 -03:00
management.py Add Dynamic Allocation feature for the OneView drivers 2016-08-04 13:10:02 -03:00
power.py Add Dynamic Allocation feature for the OneView drivers 2016-08-04 13:10:02 -03:00
vendor.py Implement new heartbeat for AgentDeploy 2016-07-20 18:24:01 +02:00