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
source_image_name="${var.source_image_name}"# NB: must already exist in OpenStack
129
-
image_name="ohpc-${source.name}-${local.timestamp}-${substr(local.git_commit, 0, 8)}.qcow2"# also provides a unique legal instance hostname (in case of parallel packer builds)
153
+
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)
130
154
}
131
155
132
156
provisioner"ansible" {
@@ -151,7 +175,7 @@ build {
151
175
floating_ip_network="${var.floating_ip_network}"
152
176
source_image="${var.fatimage_source_image}"
153
177
source_image_name="${var.fatimage_source_image_name}"# NB: must already exist in OpenStack
154
-
image_name="${source.name}-${local.timestamp}-${substr(local.git_commit, 0, 8)}.qcow2"# similar to name from slurm_image_builder
178
+
image_name="${source.name}-${local.timestamp}-${substr(local.git_commit, 0, 8)}"# similar to name from slurm_image_builder
0 commit comments