From f9206846329cc1f6b89f510698267e5dec1ef2ca Mon Sep 17 00:00:00 2001 From: Christian Rebischke Date: Mon, 17 Jul 2017 18:33:26 +0200 Subject: added vagrant-cloud post-processor I also enabled headless for future headless builds on a buildserver --- vagrant.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/vagrant.json b/vagrant.json index d8429b9..a52f144 100644 --- a/vagrant.json +++ b/vagrant.json @@ -6,7 +6,8 @@ "disk_size": "20480", "memory": "1024", "cpus": "2", - "headless": "false" + "headless": "true", + "atlas_token": "PLACEHOLDER" }, "builders": [ { @@ -133,6 +134,27 @@ "type": "vagrant", "keep_input_artifact": true, "output": "Arch-Linux-x86_64-{{ .Provider }}-{{isotime \"2006-01-02\"}}.box" + }, + { + "type": "vagrant-cloud", + "only": ["virtualbox-iso"], + "access_token": "{{user `atlas_token`}}", + "box_tag": "archlinux/archlinux", + "version": "{{isotime \"2006.01.02\"}}" + }, + { + "type": "vagrant-cloud", + "only": ["qemu"], + "access_token": "{{user `atlas_token`}}", + "box_tag": "archlinux/archlinux", + "version": "{{isotime \"2006.01.02\"}}" + }, + { + "type": "vagrant-cloud", + "only": ["vmware-iso"], + "access_token": "{{user `atlas_token`}}", + "box_tag": "archlinux/archlinux", + "version": "{{isotime \"2006.01.02\"}}" } ] } -- cgit v1.2.3