Add centos7 aarch64 image 64/11764/1
authorJeremy Phelps <jphelps@linuxfoundation.org>
Thu, 12 Jul 2018 21:18:41 +0000 (16:18 -0500)
committerJeremy Phelps <jphelps@linuxfoundation.org>
Thu, 12 Jul 2018 21:18:41 +0000 (16:18 -0500)
Change-Id: I4ea3b0690f92d0e70d5653d3918b92989901b000
Signed-off-by: Jeremy Phelps <jphelps@linuxfoundation.org>
vars/centos-7-arm64.json [new file with mode: 0644]

diff --git a/vars/centos-7-arm64.json b/vars/centos-7-arm64.json
new file mode 100644 (file)
index 0000000..b2593a5
--- /dev/null
@@ -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"
+}