From: Andrew Grimberg Date: Wed, 26 Jun 2019 13:28:09 +0000 (-0700) Subject: Remove unknown config value for aws template X-Git-Tag: v0.3.1~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F98%2F15998%2F1;p=releng%2Fcommon-packer.git Remove unknown config value for aws template Change c0dc5f030e259b70533a4d626eae5ab176fdd560 added in an instance_name variable to the aws template. Unfortunately the verification which happens in a cloud not using aws as the cloud itself apparently couldn't pick up the fact that it's not valid with an EC2 definition. Trying to upgrade the LF internal Jenkins to latest common-packer uncovered this problem. Change-Id: Id96671cbe674c2af0df7ad4f4babed2b1ee8a4ed Signed-off-by: Andrew Grimberg --- diff --git a/templates/builder-aws.json b/templates/builder-aws.json index 02aea40..06397e4 100644 --- a/templates/builder-aws.json +++ b/templates/builder-aws.json @@ -22,7 +22,6 @@ "name": "aws", "access_key": "{{user `aws_access_key`}}", "ami_name": "ZZCI - {{user `distro`}} - builder-aws - {{user `arch`}} - {{isotime \"20060102-150405.000\"}}", - "instance_name": "{{user `distro`}}-builder-aws-{{uuid}}", "instance_type": "{{user `aws_instance_type`}}", "region": "{{user `aws_region`}}", "secret_key": "{{user `aws_secret_key`}}",