Load Image#
Workflows → LILoad Images
Documentation coming soon!
Custom Resource Definition#
To browse the Custom Resource Definition go to crd.eda.dev.
LoadImage
SPEC
LoadImageSpec defines the desired state of LoadImage
-
Destination profile to use for imaging. This profile contains the image to deploy, and other configuration for the node.
-
List of node selectors to select nodes to down/upload images on. This matches labels on TopoNode resources, including those TopoNodes in the list of nodes that will be imaged. If no nodes are specified, and no node selectors are specified, all nodes in the given namespace will be selected. This is a list of label expressions, e.g. ["eda.nokia.com/role=leaf"].
-
List of nodes to down/upload images on.
-
Options for loading images.
default: {"activate": true}-
Activate the image after loading. The no_reboot option will be set to true for the gNOI OS Activate RPC, so the node will not be rebooted after activation. It is expected to run the RebootNode workflow separately to handle reboots after images are loaded and activated.
default: true -
Force reloading the image even when the node is already at the target version. Useful for 0.0.0 builds and patch releases.
default: false
-
STATUS
LoadImageStatus defines the observed state of LoadImage
-
Per-node image deployment details.
-
LoadImageResultDetail defines per-node details of the image loading operation, such as which images were loaded on which nodes, and any errors that occurred during the operation.
-
Error message if the operation was unsuccessful for this node.
-
Displays the image that was loaded on the node. If the operation was unsuccessful, this contains the image that was attempted to be loaded.
-
The name of the node this result is for.
-
Displays the operating system of the Node.
-
Indicates if the imaging operation was successful for this node. This is true if the imaging operation was successful, false if it failed.
-
Displays the software version of the Image that was loaded on the node.
-
-
-
Result is the overall result of the image operation. It can be one of the following values: - "Success": All images were successfully deployed. - "Failed": No images were successfully deployed. - "PartialSuccess": Some images were successfully deployed, but not all.
enum: "Success", "Failed", "PartialSuccess"