From dbd1a13f0d53e3ee99bb66ef1735d55ba4f3d526 Mon Sep 17 00:00:00 2001 From: Jon Benson Date: Fri, 4 Sep 2015 14:51:35 -0500 Subject: [PATCH 1/4] Document recommended artifact-types --- website/source/docs/post-processors/atlas.html.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/source/docs/post-processors/atlas.html.markdown b/website/source/docs/post-processors/atlas.html.markdown index 435bec7c4..d803ad874 100644 --- a/website/source/docs/post-processors/atlas.html.markdown +++ b/website/source/docs/post-processors/atlas.html.markdown @@ -58,9 +58,10 @@ you can also use `token` configuration option. You must have access to the organization—hashicorp in this example—in order to add an artifact to the organization in Atlas. -- `artifact_type` (string) - For uploading AMIs to Atlas, `artifact_type` will - always be `amazon.ami`. This field must be defined because Atlas can host - other artifact types, such as Vagrant boxes. +- `artifact_type` (string) - For uploading artifacts to Atlas. `artifact_type` + can be set to any unique identifier, however, we recommend using the + following for consistency - `amazon.ami`, `vagrant.box`, `google.image`, + and `docker.image`. ### Optional: From 5e27f9353f44a33150edde0ea5ad7f7ae820f942 Mon Sep 17 00:00:00 2001 From: Jon Benson Date: Fri, 4 Sep 2015 15:01:35 -0500 Subject: [PATCH 2/4] Document recommended artifact_type --- website/source/docs/post-processors/atlas.html.markdown | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/source/docs/post-processors/atlas.html.markdown b/website/source/docs/post-processors/atlas.html.markdown index d803ad874..81338b818 100644 --- a/website/source/docs/post-processors/atlas.html.markdown +++ b/website/source/docs/post-processors/atlas.html.markdown @@ -59,9 +59,8 @@ you can also use `token` configuration option. to add an artifact to the organization in Atlas. - `artifact_type` (string) - For uploading artifacts to Atlas. `artifact_type` - can be set to any unique identifier, however, we recommend using the - following for consistency - `amazon.ami`, `vagrant.box`, `google.image`, - and `docker.image`. + can be set to any unique identifier, however, the following are recommended + for consistency - `vagrant.box`, `amazon.ami`, `google.image`, and `docker.image`. ### Optional: From 673baa12d03b6ab337b3c4df3e7d394f5ed8fb08 Mon Sep 17 00:00:00 2001 From: Jon Benson Date: Fri, 4 Sep 2015 15:08:27 -0500 Subject: [PATCH 3/4] Add vmware and virtual box to artifact_types --- website/source/docs/post-processors/atlas.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/post-processors/atlas.html.markdown b/website/source/docs/post-processors/atlas.html.markdown index 81338b818..72ef27af9 100644 --- a/website/source/docs/post-processors/atlas.html.markdown +++ b/website/source/docs/post-processors/atlas.html.markdown @@ -60,7 +60,8 @@ you can also use `token` configuration option. - `artifact_type` (string) - For uploading artifacts to Atlas. `artifact_type` can be set to any unique identifier, however, the following are recommended - for consistency - `vagrant.box`, `amazon.ami`, `google.image`, and `docker.image`. + for consistency - `vagrant.box`, `amazon.ami`, `google.image`, `docker.image`, + `vmware.image`, and `virtualbox.image`. ### Optional: From dd286ff63c18f134ffd8bf07b41ffaba78e48868 Mon Sep 17 00:00:00 2001 From: Jon Benson Date: Tue, 8 Sep 2015 12:51:24 -0500 Subject: [PATCH 4/4] Add artifact_types --- website/source/docs/post-processors/atlas.html.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/source/docs/post-processors/atlas.html.markdown b/website/source/docs/post-processors/atlas.html.markdown index 72ef27af9..8272ce159 100644 --- a/website/source/docs/post-processors/atlas.html.markdown +++ b/website/source/docs/post-processors/atlas.html.markdown @@ -60,8 +60,9 @@ you can also use `token` configuration option. - `artifact_type` (string) - For uploading artifacts to Atlas. `artifact_type` can be set to any unique identifier, however, the following are recommended - for consistency - `vagrant.box`, `amazon.ami`, `google.image`, `docker.image`, - `vmware.image`, and `virtualbox.image`. + for consistency - `amazon.image`, `digitalocean.image`, `docker.image`, + `googlecompute.image`, `openstack.image`, `parallels.image`, `qemu.image`, + `virtualbox.image`, `vmware.image`, `custom.image`, and `vagrant.box`. ### Optional: