cheffish
cheffish copied to clipboard
Resources and tools for testing and interacting with Chef and Chef Server.
## Description The `raw_json` property of the `chef_data_bag_item` resource is not used/respected when creating a data bag item ## Chef Version v16.11.7 ## Platform Version Ubuntu-20.04 ## Replication Case The...
See https://github.com/chef/cheffish/pull/57 We pinned to v0 and we should update everything to use v1
If you attempt to use an existing encrypted ssh_key but do not provide a pass_phrase, the keyformatter can't read key and is 'rescued' by returning nil. The private_key class receives...
The `expect_recipe` matcher currently converges the recipe. The matchers inside the AWS integration tests [run converge](https://github.com/chef/chef-provisioning-aws/blob/master/spec/aws_support/matchers/create_an_aws_object.rb#L35) themselves. We need to expose a new matcher that basically calls `expect( recipe {...})`...
https://github.com/chef/chef-provisioning-aws/pull/250 and https://github.com/chef/cheffish/issues/52 indicate that the behavior of `expect_recipe` - may be different from what the README says, and - may differ between Chef 12.3 and 12.4.
The documented workaround in #37 doesn't seem to get passed through the HTTP client. I posted a wrapper cookbook against the chef-server cookbook to bootstrap users (and organizations eventually) in...
Similar problem to https://github.com/chef/cheffish/issues/83 but this time with chef_group lwrp. On subsequent runs it keeps reporting its removing orgname for this group. ``` * chef_group[noc] action create - update group...
Similar problem to https://github.com/chef/cheffish/issues/83 but this time with chef_organization lwrp. On subsequent runs it keeps reporting its removing guid for this organization. ``` * chef_organization[blackberry] action create - update organization...
I'm not sure which gem's fault this is but story is I'm setting up cluster with chef-provisioning, my knife.rb is: ``` drivers({ 'fog:DigitalOcean:staging' => { :driver_options => { :compute_options =>...
I found the documentation was unclear on how to set users key on :create action. The `use in conjunction` phrase is very misleading. After reviewing the code it seems you...