Set builder name and type to "openstack" 69/119469/1
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 18 Mar 2021 05:17:00 +0000 (15:17 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 18 Mar 2021 05:17:00 +0000 (15:17 +1000)
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>
packer/templates/helm.json
packer/templates/memcached.json
packer/templates/redis.json

index 51a151c..93f9161 100644 (file)
@@ -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`}}",
index 5bf1783..cd6daee 100644 (file)
@@ -14,7 +14,7 @@
   },
   "builders": [
     {
-      "name": "vexxhost",
+      "name": "openstack",
       "image_name": "{{user `distro`}} - memcached - {{user `arch`}} - {{isotime \"20180101-1003\"}}",
       "source_image_name": "{{user `base_image`}}",
       "type": "openstack",
index 87caeee..b52a8ac 100644 (file)
@@ -14,7 +14,7 @@
   },
   "builders": [
     {
-      "name": "vexxhost",
+      "name": "openstack",
       "image_name": "{{user `distro`}} - redis - {{user `arch`}} - {{isotime \"20180101-1003\"}}",
       "source_image_name": "{{user `base_image`}}",
       "type": "openstack",