Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #383 from chef/yzl/atlas
Browse files Browse the repository at this point in the history
Document access to Chef-only private boxes in Atlas.
  • Loading branch information
yzl committed May 1, 2015
2 parents 0d5875d + e13bade commit 8819e5d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,15 @@ platforms:
run_list: apt::default
- name: ubuntu-14.04
run_list: apt::default
# The following (private) boxes are shared via Atlas. Please note this
# requires adding your Atlans account to the `Chef` org and will
# require a `vagrant login`.
# The following (private) boxes are shared via Atlas and are only
# available to users working for Chef. Sorry, it's about software licensing.
#
# Chef-internal users, you will need to:
# 1. Create an Atlas account: https://atlas.hashicorp.com/
# 2. Ping the Release Services room with your Atlas account name
# to be added to the relevant team in Atlas,
# 3. Do `vagrant login` with your Atlas creds so that you can download
# the private boxes.
#
# The Mac OS X boxes are VMware only also. You can enable VMware Fusion
# as the default provider by copying `.kitchen.local.yml.vmware.example`
Expand Down

0 comments on commit 8819e5d

Please sign in to comment.