Set builder name and type to "openstack"
Based on the input provided on the Gihub packer issue
hard-coded for our parser to be able to decode the rest of the config
properly." This would require to hardcode the builder name and type
in the templates.
This change requires an update in global-jjb v0.60.3
and common-packer v0.7.4.
Change-Id: I506959b8c1999619877432ebba7a6947ce0b0c2c
LF-JIRA: https://jira.linuxfoundation.org/browse/RELENG-3448
Issue-ID: CIMAN-33
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
diff --git a/packer/templates/helm.json b/packer/templates/helm.json
index 51a151c..93f9161 100644
--- a/packer/templates/helm.json
+++ b/packer/templates/helm.json
@@ -14,7 +14,7 @@
},
"builders": [
{
- "name": "vexxhost",
+ "name": "openstack",
"image_name": "ZZCI - {{user `distro`}} - helm - {{user `arch`}} - {{isotime \"20060102-150405.000\"}}",
"instance_name": "{{user `distro`}}-builder-{{uuid}}",
"source_image_name": "{{user `base_image`}}",