I have tried it to use some data bag search in my recipes but the virtual chef server doesn't have any entries at runtime. Can anyone tell me how to configure kitchen to upload my local data bags to the chef zero server?Regards,OlegDid you get it to work with the chef_zero provisioner by setting 'use_vagrant_provision:false'? I didn't need to do that to get it to work. Simply using 'provisioner:chef_zero' worked for me when I used it a couple months ago. Are you sure you're using a version of test-kitchen with chef_zero support. It's only in 1.0.0.beta1, beta2 and beta3. No final release yet that I see. I just installed directly from master.Here's what worked for me. Just, bundle install and then kitchen verify.-----------------------------------------~ ᐅ grep -v '^#' src/cookbooks/glusterfs/.kitchen.yml---driver_plugin: vagrantdriver_config:require_chef_omnibus: trueprovisioner: chef_zeroplatforms:- name: ubuntu-12.04driver_config:box: opscode-ubuntu-12.04suites:- name: clientrun_list: ["recipe[glusterfs]"]attributes: {}- name: serverrun_list: ["recipe[glusterfs]", "recipe[glusterfs::server]"]attributes: {}~ ᐅ grep -v '^#' src/cookbooks/glusterfs/Gemfilesource 'https://rubygems.org'gem 'berkshelf'group :integration dogem 'kitchen-vagrant', :git => 'https://github.com/opscode/kitchen-vagrant.git'gem 'test-kitchen', :git => 'git://github.com/opscode/test-kitchen.git'endRegards,JohnOn Wed, Sep 25, 2013 at 7:23 AM, Anton Koldaev < " target="_blank"> > wrote:> The test-kitchen chef_zero provisioner seems to install chef-zero on the guestOh, that makes senseOn Tue, Sep 24, 2013 at 4:25 PM, Carlton Stedman < " target="_blank"> > wrote:Whereas the vagrant-chef-zero vagrant plugin can be used with a Vagrantfile to start chef-zero on the host, I have not found a way to get test-kitchen to use chef-zero instance on the host. The test-kitchen chef_zero provisioner seems to install chef-zero on the guest and use it that way.
To get that to work, make sure you do not have a Vagrantfile in the directory you are running test-kitchen, and under the platform section add "use_vagrant_provision: false".
Example:
---driver_plugin: vagrantplatforms:- name: ubuntu-precisedriver_config:box: ubuntu-12.04box_url: <some-url>.boxprovider: virtualboxuse_vagrant_berkshelf_plugin: trueuse_vagrant_provision: falseprovisioner: chef_zerosuites:- name: defaultrun_list: []attributes: {}On Tue, Sep 24, 2013 at 8:02 AM, Anton Koldaev < " target="_blank"> > wrote:updated gist: https://gist.github.com/iroller/54912998eac3ace049a1On Tue, Sep 24, 2013 at 3:58 PM, Anton Koldaev < " target="_blank"> > wrote:It looks like the initial support for chef-zero provisioner has been added to test-kitchen but it's not working for me:https://gist.github.com/iroller/8a297dd53438ce02c5e7 (shows chef-zero as a provisioner, but still trying to use chef-solo on converge)Is there a way to use Chef-zero with test-kitchen in the same way it works with Vagrantfile?Maybe there is some pull request I can clone&merge or a fork where it works?--
Best regards,
Koldaev Anton--
Best regards,
Koldaev Anton--
Best regards,
Koldaev Anton--
John Alberts
Archive powered by MHonArc 2.6.16.