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
124
-
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)
148
+
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)
125
149
}
126
150
127
151
provisioner"ansible" {
@@ -145,7 +169,7 @@ build {
145
169
floating_ip_network="${var.floating_ip_network}"
146
170
source_image="${var.fatimage_source_image}"
147
171
source_image_name="${var.fatimage_source_image_name}"# NB: must already exist in OpenStack
148
-
image_name="${source.name}-${local.timestamp}-${substr(local.git_commit, 0, 8)}.qcow2"# similar to name from slurm_image_builder
172
+
image_name="${source.name}-${local.timestamp}-${substr(local.git_commit, 0, 8)}"# similar to name from slurm_image_builder
0 commit comments