You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# NB: build names, split on "-", are used to determine groups to add build to, so could build for a compute gpu group using e.g. `compute-gpu`.
163
-
build {
164
-
source"source.openstack.openhpc" {
165
-
name="compute"
166
-
source_image="${var.source_image}"
167
-
source_image_name="${var.source_image_name}"# NB: must already exist in OpenStack
168
-
image_name="ohpc-${source.name}-${local.timestamp}-${substr(local.git_commit, 0, 8)}"# also provides a unique legal instance hostname (in case of parallel packer builds)
0 commit comments