Bases: pecan.rest.RestController
Controller handling heartbeats from deploy ramdisk.
Bases: pecan.rest.RestController
Controller handling node lookup for a deploy ramdisk.
Look up a node by its MAC addresses and optionally UUID.
If the “restrict_lookup” option is set to True (the default), limit the search to nodes in certain transient states (e.g. deploy wait).
Parameters: |
|
---|---|
Raises: | NotFound if requested API version does not allow this endpoint. |
Raises: | NotFound if suitable node was not found. |