The nova.virt.baremetal.ipmi Module

Baremetal IPMI power manager.

class IPMI(node, **kwargs)

Bases: nova.virt.baremetal.base.PowerManager

IPMI Power Driver for Baremetal Nova Compute

This PowerManager class provides mechanism for controlling the power state of physical hardware via IPMI calls. It also provides serial console access where available.

activate_node()

Turns the power to node ON.

deactivate_node()

Turns the power to node OFF, regardless of current state.

is_power_on()
reboot_node()

Cycles the power to a node.

start_console()
stop_console()

Previous topic

The nova.virt.baremetal.fake Module

Next topic

The nova.virt.baremetal.pxe Module

This Page