GoogleCloudPlatform / scientific-computing-examples

Open Source examples using Google Cloud to solve various Scientific and Technical Computing problems.
Apache License 2.0
17 stars 11 forks source link

Allow specification of additional first boot scripts on compute nodes #13

Closed wkharold closed 2 years ago

wkharold commented 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.

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.

wkharold commented 2 years ago

Resolved with PR #21