diff options
author | Seth Chisamore <schisamo@chef.io> | 2016-04-21 21:19:32 -0400 |
---|---|---|
committer | Seth Chisamore <schisamo@chef.io> | 2016-04-22 14:27:10 -0400 |
commit | b55b2234d4cea186e22dc9a231edb3e1c12f6e29 (patch) | |
tree | a1ca7fb3c27b389e444af99f93d955d218a8ab57 /omnibus/.kitchen.yml | |
parent | 85794891bcbc59946130534f8a73a2473bf51699 (diff) | |
download | chef-b55b2234d4cea186e22dc9a231edb3e1c12f6e29.tar.gz |
Update the `.kitchen.vmware.yml` usage
Diffstat (limited to 'omnibus/.kitchen.yml')
-rw-r--r-- | omnibus/.kitchen.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/omnibus/.kitchen.yml b/omnibus/.kitchen.yml index 0b98730294..03638558ee 100644 --- a/omnibus/.kitchen.yml +++ b/omnibus/.kitchen.yml @@ -57,14 +57,16 @@ platforms: # # 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 + # 2. Ping #eng-services-support 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` - # over to `.kitchen.local.yml`. + # by activating the `.kitchen.vmware.yml` file with the `KITCHEN_LOCAL_YAML` + # environment variable: + # + # KITCHEN_LOCAL_YAML=.kitchen.vmware.yml kitchen converge chefdk-macosx-109 # <% %w( 10.9 |