Default to headless Packer builds 48/61548/2
authorDaniel Farrell <dfarrell@redhat.com>
Fri, 11 Aug 2017 14:42:27 +0000 (10:42 -0400)
committerDaniel Farrell <dfarrell@redhat.com>
Thu, 17 Aug 2017 19:05:17 +0000 (19:05 +0000)
Builds in CI don't have X and fail with obtuse errors when this is true.

Change-Id: Id6ada81d7cd35a21d0def28744f0a1086ad56f64
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
packer/templates/libvirt.json
packer/templates/virtualbox.json

index 617dda082f558c100293ef264212a0d832bf0250..3283436d029b0ef545fdaeaa3b02cdcf6677d26a 100644 (file)
@@ -13,6 +13,7 @@
             "iso_urls": "{{ user `iso_urls` }}",
             "iso_checksum": "{{ user `iso_checksum` }}",
             "iso_checksum_type": "sha256",
+            "headless": "true",
             "ssh_username": "vagrant",
             "ssh_password": "vagrant",
             "ssh_wait_timeout": "60m",
index 1dd5618a0aaa5ba585a9411b7e942634605c43fd..61c63b02b16b6476430a21a6752ca15ce4b863cc 100644 (file)
@@ -15,7 +15,7 @@
             "iso_urls": "{{ user `iso_urls` }}",
             "iso_checksum": "{{ user `iso_checksum` }}",
             "iso_checksum_type": "sha256",
-            "headless": "false",
+            "headless": "true",
             "ssh_username": "vagrant",
             "ssh_password": "vagrant",
             "ssh_wait_timeout": "30m",