coderanger / kitchen-kubernetes

A Test Kitchen driver for testing on top of a Kubernetes cluster.
Apache License 2.0
29 stars 10 forks source link

Chef Zero provisioner #10

Closed CatCassie closed 5 years ago

CatCassie commented 5 years ago

The current provisioner: Chef Solo does not support policyfiles. It will be awesome to include chef zero as one of the options so that use of policyfiles will be supported. Also, chef_zero allowed you to do in-memory runs.

CatCassie commented 5 years ago

I was new to chef, I just found chef zero is part of Class: Kitchen::Provisioner::ChefBase. I was able to use add chef-zero as my provisioner in the test/.kitchen.yml file.

Ref link: https://www.rubydoc.info/github/test-kitchen/test-kitchen/windows-guest-support/Kitchen/Provisioner/ChefBase