f13d0bc419d240f274fc7fee7148c8b18b75b83d
[csit.git] / resources / tools / disk-image-builder / ubuntu / ubuntu-14.04.4.json.WITH-ATLAS
1 ####
2 #### Config for Atlas post-processor. Currently not used, as this is
3 #### erroneously uploading a box without metadata. Need to figure out why.
4 ####
5 #### Issues:
6 #### - Image is uploaded as private box. That stinks, because without an
7 ####   Atlas Enterprise account, one cannot even access that box and make it
8 ####   public.
9 #### - Box uploaded has no metadata, causing it to fail in vagrant.
10 ####
11
12     {
13       "type": "atlas",
14       "keep_input_artifact": true,
15       "only": ["{{user `release`}}-virtualbox"],
16       "token": "{{user `atlas_token`}}",
17       "artifact": "fdio-csit/{{user `release`}}",
18       "artifact_type": "vagrant.box",
19       "metadata": {
20          "provider": "virtualbox"
21       }
22     },