Commit 3bdb9a6e authored by Kevin Fishner's avatar Kevin Fishner

add vagrant cloud note

parent 3717ffa0
...@@ -18,9 +18,9 @@ workflow for creating artifacts with Packer and storing them in Atlas using this ...@@ -18,9 +18,9 @@ workflow for creating artifacts with Packer and storing them in Atlas using this
Here is an example workflow: Here is an example workflow:
1. Packer builds an AMI with the [Amazon AMI builder](http://www.packer.io/docs/builders/amazon.html) 1. Packer builds an AMI with the [Amazon AMI builder](/docs/builders/amazon.html)
2. The `atlas` post-processor takes the resulting AMI and uploads it to Atlas. The `atlas` post-processor is configured with the name of the AMI, for example `hashicorp/foobar`, to create the artifact in Atlas or update the version if the artifact already exists 2. The `atlas` post-processor takes the resulting AMI and uploads it to Atlas. The `atlas` post-processor is configured with the name of the AMI, for example `hashicorp/foobar`, to create the artifact in Atlas or update the version if the artifact already exists
4. The version is released and available to be used in deployments with a tool like [Terraform](https://terraform.io) 3. The new version is ready and available to be used in deployments with a tool like [Terraform](https://terraform.io)
## Configuration ## Configuration
...@@ -40,6 +40,8 @@ The configuration allows you to specify and access the artifact in Atlas. ...@@ -40,6 +40,8 @@ The configuration allows you to specify and access the artifact in Atlas.
* `artifact_type` (string) - For uploading AMIs to Atlas, `artifact_type` will always be `aws.ami`. * `artifact_type` (string) - For uploading AMIs to Atlas, `artifact_type` will always be `aws.ami`.
This field must be defined because Atlas can host other artifact types, such as Vagrant boxes. This field must be defined because Atlas can host other artifact types, such as Vagrant boxes.
-> **Note:** If you want to upload Vagrant boxes to Atlas, for now use the [Vagrant Cloud post-processor](/docs/post-processors/vagrant-cloud.html).
### Optional: ### Optional:
* `atlas_url` (string) - Override the base URL for Atlas. This * `atlas_url` (string) - Override the base URL for Atlas. This
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment