From: Andrew Grimberg Date: Wed, 25 Jan 2017 22:06:09 +0000 (-0800) Subject: Packer templates should properly name their builds X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=377c6a5194e1fe38359c67d14c882cf1e1c2c279;p=ci-management.git Packer templates should properly name their builds Templates shouldn't have the same image build name as it's confusing Change-Id: I84bbd0d6b8fbfcda62f906b3dc434d3c12100000 Signed-off-by: Andrew Grimberg --- diff --git a/packer/templates/basebuild-control-slave.json b/packer/templates/basebuild-control-slave.json index 40c42977..7a20ce0c 100644 --- a/packer/templates/basebuild-control-slave.json +++ b/packer/templates/basebuild-control-slave.json @@ -19,7 +19,7 @@ "password": "{{user `stack_pass`}}", "region": "ca-ymq-1", "ssh_username": "{{user `cloud_user`}}", - "image_name": "{{user `distro`}} - basebuild - {{isotime \"20060102-1504\"}}", + "image_name": "{{user `distro`}} - basebuild-control-slave - {{isotime \"20060102-1504\"}}", "source_image_name": "{{user `base_image`}}", "flavor": "v1-standard-1", "availability_zone": "ca-ymq-2",