Closed wkharold closed 2 years ago
Add a first-boot-script key to the compute_node_spec map. It identifies a script to be added to the node's set of first boot scripts.
first-boot-script
Modify the compute node module to add the specified script as metadata
Update the compute node first boot script to pull the script out of the metadata and execute it last.
Resolved with PR #21
Add a
first-boot-script
key to the compute_node_spec map. It identifies a script to be added to the node's set of first boot scripts.Modify the compute node module to add the specified script as metadata
Update the compute node first boot script to pull the script out of the metadata and execute it last.