diff options
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 |