Skip to content

Instantly share code, notes, and snippets.

@randomcamel
Created November 7, 2014 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randomcamel/9cbaf52e03fab6a3ee66 to your computer and use it in GitHub Desktop.
Save randomcamel/9cbaf52e03fab6a3ee66 to your computer and use it in GitHub Desktop.
kitchen diagnose chef-client-test-centos-65
---
timestamp: 2014-11-07 01:14:47.029690000 Z
kitchen_version: 1.2.1
instances:
chef-client-test-centos-65:
state_file:
hostname: 127.0.0.1
last_action: create
port: '2222'
ssh_key: /Users/cdoherty/.vagrant.d/insecure_private_key
username: vagrant
driver:
box: opscode-centos-6.5
box_url: https://[REDACTED]/opscode_centos-6.5_chef-provisionerless.box
customize:
cpus: 2
memory: 2048
forward_agent: true
kitchen_root: /Users/cdoherty/repos/omnibus-chef
log_level: :info
name: vagrant
network: []
port: 22
pre_create_command:
provider: virtualbox
sudo: true
synced_folders:
- - .
- /home/vagrant/omnibus-chef
- - ../omnibus
- /home/vagrant/omnibus
- - ../omnibus-software
- /home/vagrant/omnibus-software
- - ../chef
- /home/vagrant/chef
test_base_path: /Users/cdoherty/repos/omnibus-chef/test/integration
vagrantfile_erb: /Users/cdoherty/.rbenv/versions/1.9.3-p547/lib/ruby/gems/1.9.1/gems/kitchen-vagrant-0.15.0/templates/Vagrantfile.erb
vm_hostname: chef-client-test-centos-65.vagrantup.com
provisioner:
attributes:
omnibus:
build_user: vagrant
build_user_group: vagrant
build_user_password: vagrant
install_dir: /opt/chef
chef_omnibus_install_options: -P angrychef
chef_omnibus_url: https://www.getchef.com/chef/install.sh
chef_zero_port: 8890
client_rb: {}
clients_path:
cookbook_files_glob: README.*,metadata.{json,rb},attributes/**/*,definitions/**/*,files/**/*,libraries/**/*,providers/**/*,recipes/**/*,resources/**/*,templates/**/*
data_bags_path:
data_path:
encrypted_data_bag_secret_key_path:
environments_path:
json_attributes: true
kitchen_root: /Users/cdoherty/repos/omnibus-chef
log_level: :info
name: chef_zero
nodes_path:
require_chef_omnibus: 11.12.4
roles_path:
root_path: /tmp/kitchen
ruby_bindir: /opt/chef/embedded/bin
run_list:
- yum-epel::default
- omnibus::default
- client_test::build-pkg
- client_test::test-pkg
sudo: true
test_base_path: /Users/cdoherty/repos/omnibus-chef/test/integration
busser:
busser_bin: /tmp/busser/bin/busser
kitchen_root: /Users/cdoherty/repos/omnibus-chef
root_path: /tmp/busser
ruby_bindir: /opt/chef/embedded/bin
sudo: true
suite_name: chef-client-test
test_base_path: /Users/cdoherty/repos/omnibus-chef/test/integration
version: busser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment