From dc27846e2134cc9dee8bb313e05331e226bad505 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Wed, 26 Jun 2019 06:28:09 -0700 Subject: [PATCH] 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 --- templates/builder-aws.json | 1 - 1 file changed, 1 deletion(-) 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`}}", -- 2.16.6