Add EC2 variables for Windows var file 22/11622/1
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 29 Jun 2018 20:00:52 +0000 (13:00 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Fri, 29 Jun 2018 20:00:52 +0000 (13:00 -0700)
Even though we don't currently have Windows systems in EC2 we need to
have the source_ami_* variables declared as empty strings to pass packer
verification.

Change-Id: Id87435a77827f1c9f35bbb8f54e363b8ddae2b96
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
vars/windows-server-2016.json

index 298121f..aba3a7a 100644 (file)
@@ -1,4 +1,6 @@
 {
+  "source_ami_filter_name": "",
+  "source_ami_filter_owner": "",
   "base_image": "Windows Server Standard 2016 [2017-02-20]",
   "distro": "Windows 2016",
   "ssh_user": "admin",