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
125
-
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)
154
+
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)
126
155
}
127
156
128
157
provisioner"ansible" {
@@ -134,6 +163,7 @@ build {
134
163
}
135
164
136
165
post-processor"manifest" {
166
+
output="${var.manifest_output_path}"
137
167
custom_data={
138
168
source ="${source.name}"
139
169
}
@@ -146,7 +176,7 @@ build {
146
176
floating_ip_network="${var.floating_ip_network}"
147
177
source_image="${var.fatimage_source_image}"
148
178
source_image_name="${var.fatimage_source_image_name}"# NB: must already exist in OpenStack
149
-
image_name="${source.name}-${local.timestamp}-${substr(local.git_commit, 0, 8)}.qcow2"# similar to name from slurm_image_builder
179
+
image_name="${source.name}-${local.timestamp}-${substr(local.git_commit, 0, 8)}"# similar to name from slurm_image_builder
0 commit comments