-
When launching an AWS EC2 instance using knife ec2 server create and using an AMI that contains a secondary EBS volume which is encrypted (using EBS encryption), the EC2 instance immediately goes to t…
-
While the _About Policyfile_ page at https://docs.chef.io/policy.html seems to cover the latest implementation, the _Policyfile.rb_ page at https://docs.chef.io/config_rb_policyfile.html is currently …
-
I worked round this by editing `~/.chefdk/gem/ruby/2.1.0/specifications/json-schema-2.6.1.gemspec` to change the `addressable 2.3.8` dependency to `2.4.0`. It works for my use of json-schema, but I'm …
-
Hi,
I have a raised conflicts error when I run "chef verify" command.
I've Chef 12.6.0 and knife-zero 1.13.0:
...
chef (12.6.0, 12.5.1)
chef-config (12.6.0, 12.5.1)
chef-dk (0.10.0)
chef-provisioning…
-
I've installed chef dk and then I did a bundle `gem install knife-google` inside my `chef-repo` folder which I downloaded and unpacked from my chef server starter kit.
I've started with this command …
-
See also issue https://github.com/chef/chef/issues/4756
This commit seems to be the culprit: https://github.com/higanworks/knife-zero/commit/9844574da456a5bd82da462cebdc002c3a614744
-
I am seeing an error running knife-zero to bootstrap an EC2 instance that I do not fully understand.
**Full stack trace:**
```
$ knife zero bootstrap --sudo 10.0.1.205 -E qa --run-list 'recipe[O2O-g…
-
README.mdの手順に沿って環境を構築していますが、chef-soloがエラーとなりVagrantによる環境構築ができません。必ず同じ処理でこけてしまいます。Macは2台ありますが、いずれも同じ結果になります。
環境は以下の通りです。違いはHomebrewではなくMacPortsであることと、各ソフトウェアのバージョンがREADME.mdと異なる点ですが、vagrant up実行後にVM側で…
-
動作環境
Ruby 2.0.0
Chef Development Kit Version: 0.10.0
chef-client version: 12.5.1
berks version: 4.0.1
kitchen version: 1.4.2
この状態で
`chef gem install knife-zero`
をするとchef-dkからインストールされた`chef-12.5.1`とk…
-
I have the following files:
**Gemfile**
```
source 'https://rubygems.org'
gem 'berkshelf'
gem "test-kitchen"
gem "kitchen-vagrant"
gem "poise-ruby-build", github: "poise/poise-ruby-build"
gem "hal…