From 381ec9152ee184ea23472b4d7170c38156ea0f82 Mon Sep 17 00:00:00 2001 From: Jeremy Phelps Date: Thu, 12 Jul 2018 16:18:41 -0500 Subject: [PATCH] Add centos7 aarch64 image Change-Id: I4ea3b0690f92d0e70d5653d3918b92989901b000 Signed-off-by: Jeremy Phelps --- vars/centos-7-arm64.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vars/centos-7-arm64.json diff --git a/vars/centos-7-arm64.json b/vars/centos-7-arm64.json new file mode 100644 index 0000000..b2593a5 --- /dev/null +++ b/vars/centos-7-arm64.json @@ -0,0 +1,9 @@ +{ + "source_ami_filter_name": "*CentOS Linux 7*HVM*", + "source_ami_filter_owner": "679593333241", + "base_image": "CentOS 7 aarch64 (2018-07-12) - LF upload", + "distro": "CentOS 7", + "ssh_user": "centos", + "cloud_user_data": "common-packer/provision/rh-user_data.sh", + "arch": "arm64" +} -- 2.16.6