Bases: ironic.drivers.base.NetworkInterface
Noop network interface.
Add the cleaning network to a node.
task – A TaskManager instance.
Add the provisioning network to a node.
task – A TaskManager instance.
Configure tenant networks for a node.
task – A TaskManager instance.
Returns the currently used VIF associated with port or portgroup
We are booting the node only in one network at a time, and presence of cleaning_vif_port_id means we’re doing cleaning, of provisioning_vif_port_id - provisioning of rescuing_vif_port_id - rescuing. Otherwise it’s a tenant network
task – A TaskManager instance.
p_obj – Ironic port or portgroup object.
VIF ID associated with p_obj or None.
Handle any actions required when a port changes
task – a TaskManager instance.
port_obj – a changed Port object.
Conflict, FailedToUpdateDHCPOptOnPort
Handle any actions required when a portgroup changes
task – a TaskManager instance.
portgroup_obj – a changed Portgroup object.
Conflict, FailedToUpdateDHCPOptOnPort
Remove the cleaning network from a node.
task – A TaskManager instance.
Remove the provisioning network from a node.
task – A TaskManager instance.
Unconfigure tenant networks for a node.
task – A TaskManager instance.
Validate that the node has required properties for inspection.
task – A TaskManager instance with the node being checked
Attach a virtual network interface to a node
task – A TaskManager instance.
vif_info – a dictionary of information about a VIF. It must have an ‘id’ key, whose value is a unique identifier for that VIF.
NetworkError, VifAlreadyAttached, NoFreePhysicalPorts
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.