summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKartik Null Cating-Subramanian <ksubramanian@chef.io>2016-01-08 14:19:36 -0800
committerKartik Null Cating-Subramanian <ksubramanian@chef.io>2016-01-08 14:19:36 -0800
commit075e738ed484b6b9ff3a2417cc0de51b17d5b830 (patch)
tree676b03125785c3aebf5d186a5b18e59120175d86
parent5e12a304e5eacfcd40e7c63a8b48d088dcf4a218 (diff)
downloadchef-075e738ed484b6b9ff3a2417cc0de51b17d5b830.tar.gz
Update kitchen.yml to look in the right place
-rw-r--r--omnibus/.kitchen.local.yml.vmware.example4
-rw-r--r--omnibus/.kitchen.yml11
2 files changed, 9 insertions, 6 deletions
diff --git a/omnibus/.kitchen.local.yml.vmware.example b/omnibus/.kitchen.local.yml.vmware.example
index c165fc4da4..69f001ef97 100644
--- a/omnibus/.kitchen.local.yml.vmware.example
+++ b/omnibus/.kitchen.local.yml.vmware.example
@@ -2,5 +2,5 @@ driver:
name: vagrant
provider: vmware_fusion
customize:
- numvcpus: 2
- memsize: 2048
+ numvcpus: 4
+ memsize: 4096
diff --git a/omnibus/.kitchen.yml b/omnibus/.kitchen.yml
index 6139599685..054658695d 100644
--- a/omnibus/.kitchen.yml
+++ b/omnibus/.kitchen.yml
@@ -11,13 +11,16 @@ driver:
cpus: 4
memory: 4096
synced_folders:
- - ['.', '/home/vagrant/omnibus-chef']
- - ['../omnibus', '/home/vagrant/omnibus']
- - ['../omnibus-software', '/home/vagrant/omnibus-software']
+ - ['..', '/home/vagrant/chef']
+ - ['../../omnibus', '/home/vagrant/omnibus']
+ - ['../../omnibus-software', '/home/vagrant/omnibus-software']
provisioner:
name: chef_zero
- require_chef_omnibus: true # Always install the latest version of Chef
+ # Always install the latest version of Chef.
+ # This is not the version of chef that we're building - this is the version
+ # of chef that omnibus needs to build chef/chef.
+ require_chef_omnibus: true
platforms:
- name: centos-5.10