From: Anil Belur Date: Thu, 18 Mar 2021 05:17:00 +0000 (+1000) Subject: Set builder name and type to "openstack" X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a2d7fbba9fe03a465c664e825ab0739be3a9e4ca;p=ci-management.git 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 --- 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",