The ironic.drivers.modules.ucs.helper Module

Ironic Cisco UCSM helper functions

class ironic.drivers.modules.ucs.helper.CiscoUcsHelper(task)[source]

Bases: object

Cisco UCS helper. Performs session managemnt.

connect_ucsm()[source]

Creates the UcsHandle

Raises:UcsConnectionError, if ucs helper fails to establish session with UCS Manager.
logout()[source]

Logouts the current active session.