summaryrefslogtreecommitdiffstats
path: root/packer/templates
diff options
context:
space:
mode:
authorAnil Belur <abelur@linuxfoundation.org>2021-03-18 15:17:00 +1000
committerAnil Belur <abelur@linuxfoundation.org>2021-03-18 15:17:00 +1000
commita2d7fbba9fe03a465c664e825ab0739be3a9e4ca (patch)
tree63c46183418ceada5946bdad072b427fdfd7f0ea /packer/templates
parent74b7ebd9b1f836f10214975ee3041bcc99ec365c (diff)
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>
Diffstat (limited to 'packer/templates')
-rw-r--r--packer/templates/helm.json2
-rw-r--r--packer/templates/memcached.json2
-rw-r--r--packer/templates/redis.json2
3 files changed, 3 insertions, 3 deletions
diff --git a/packer/templates/helm.json b/packer/templates/helm.json
index 51a151cbf..93f9161b9 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`}}",
diff --git a/packer/templates/memcached.json b/packer/templates/memcached.json
index 5bf17839f..cd6daeebe 100644
--- a/packer/templates/memcached.json
+++ b/packer/templates/memcached.json
@@ -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",
diff --git a/packer/templates/redis.json b/packer/templates/redis.json
index 87caeee08..b52a8ac7e 100644
--- a/packer/templates/redis.json
+++ b/packer/templates/redis.json
@@ -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",