metalsmith.exceptions module¶
- exception metalsmith.exceptions.CapabilitiesNotFound(message, capabilities)¶
 Bases:
ReservationFailedRequested capabilities do not match any nodes.
- Variables:
 requested_capabilities – Requested node’s capabilities.
- exception metalsmith.exceptions.CustomPredicateFailed(message, nodes)¶
 Bases:
ReservationFailedCustom predicate yielded no nodes.
- Variables:
 nodes – List of nodes that were checked.
- metalsmith.exceptions.DeploymentFailure¶
 alias of
DeploymentFailed
- exception metalsmith.exceptions.DeploymentTimeout¶
 Bases:
DeploymentFailedTimeout during deployment.
- exception metalsmith.exceptions.Error¶
 Bases:
ExceptionBase class for Metalsmith errors.
- exception metalsmith.exceptions.InstanceNotFound¶
 Bases:
ErrorInstance not found or node doesn’t have an instance associated.
- exception metalsmith.exceptions.InvalidImage¶
 Bases:
ErrorRequested image is invalid and cannot be used.
- metalsmith.exceptions.InvalidInstance¶
 alias of
InstanceNotFound
- exception metalsmith.exceptions.InvalidNIC¶
 Bases:
ErrorRequested NIC is invalid and cannot be used.
- exception metalsmith.exceptions.NetworkResourceNotFound¶
 Bases:
ErrorNetwork resource, port, network, subnet not found
- exception metalsmith.exceptions.NodesNotFound(resource_class, conductor_group)¶
 Bases:
ReservationFailedInitial nodes lookup returned an empty list.
- Variables:
 requested_resource_class – Requested resource class.
requested_conductor_group – Requested conductor group to pick nodes from.