Ironic host manager.
This host manager will consume all cpu’s, disk space, and ram from a host / node as it is supporting Baremetal hosts, which can not be subdivided into multiple instances.
Bases: nova.scheduler.host_manager.HostManager
Ironic HostManager class.
Factory function/property to create a new HostState.
Bases: nova.scheduler.host_manager.HostState
Mutable and immutable information tracked for a host. This is an attempt to remove the ad-hoc data structures previously used and lock down access.