ironic/ironic/conductor
Shivanand Tendulker 433b1fd197 Adds rescue_interface to base driver class
This commit adds `rescue` interface to `BaseDriver` and implements
it for `fake-hardware` hardware type. It adds configuration
parameters '[DEFAULT]/enabled_rescue_interfaces' and
'[DEFAULT]/default_rescue_interface'. The default value of
configuration parameter '[DEFAULT]/enabled_rescue_interfaces' is
`no-rescue`.

It adds new rescue states and a new 'rescue' field to the Node
object. It adds objects.node.Node._convert_to_version().
The method handles converting the new rescue_interface field
between different versions of the Node.

Partial-bug: #1526449
Co-Authored-By: Jay Faulkner <jay@jvf.cc>
Co-Authored-By: Josh Gachnang <josh@pcsforeducation.com>
Co-Authored-By: Jesse J. Cook <jesse.j.cook@member.fsf.org>
Co-Authored-By: Mario Villaplana <mario.villaplana@gmail.com>
Co-Authored-By: Aparna <aparnavtce@gmail.com>
Co-Authored-By: Shivanand Tendulker <stendulker@gmail.com>

Change-Id: I1534247bf207a20a7a58534988192aef392eaff2
2017-12-21 03:01:48 -05:00
..
__init__.py Remove copyright from empty files 2014-01-07 21:05:01 +08:00
base_manager.py Adds more exception handling for ironic-conductor heartbeat 2017-09-18 12:53:31 +00:00
manager.py Adds rescue_interface to base driver class 2017-12-21 03:01:48 -05:00
notification_utils.py Add node console notifications 2016-12-23 08:51:54 +00:00
rpcapi.py Receive and store agent version on heartbeat 2017-12-11 16:25:47 +00:00
task_manager.py add portgroups in the task_manager docstrings 2017-04-10 04:04:18 +00:00
utils.py ipmitool: reboot: Don't power off node if already off 2017-09-27 17:19:46 -07:00