Created
September 19, 2017 17:23
-
-
Save aw230012/02309c4e05c6fe5d6d7555f8fd291ad0 to your computer and use it in GitHub Desktop.
Kitchen Diagnose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
timestamp: 2017-09-19 17:22:44 UTC | |
kitchen_version: 1.17.0 | |
plugins: | |
driver: | |
Vagrant: | |
class: Kitchen::Driver::Vagrant | |
version: 1.2.1 | |
api_version: 2 | |
provisioner: | |
ChefSolo: | |
class: Kitchen::Provisioner::ChefSolo | |
version: 1.17.0 | |
api_version: 2 | |
transport: | |
Ssh: | |
class: Kitchen::Transport::Ssh | |
version: 1.17.0 | |
api_version: 1 | |
verifier: | |
Busser: | |
class: Kitchen::Verifier::Busser | |
version: 1.17.0 | |
api_version: 1 | |
loader: | |
process_erb: true | |
process_local: true | |
process_global: true | |
global_config: | |
project_config: | |
filename: C:/users/ajwood/source/kitchen/.kitchen.yml | |
raw_data: | |
driver: | |
name: vagrant | |
provisioner: | |
name: chef_solo | |
platforms: | |
- name: ubuntu-14.04 | |
- name: centos-7.2 | |
suites: | |
- name: default | |
run_list: | |
attributes: | |
local_config: | |
combined_config: | |
filename: | |
raw_data: | |
driver: | |
name: vagrant | |
provisioner: | |
name: chef_solo | |
platforms: | |
- name: ubuntu-14.04 | |
- name: centos-7.2 | |
suites: | |
- name: default | |
run_list: | |
attributes: | |
instances: | |
default-ubuntu-1404: | |
platform: | |
os_type: unix | |
shell_type: bourne | |
state_file: | |
hostname: 127.0.0.1 | |
port: '2222' | |
ssh_key: "/c/users/ajwood/source/kitchen/.kitchen/kitchen-vagrant/default-ubuntu-1404/.vagrant/machines/default/virtualbox/private_key" | |
username: vagrant | |
driver: | |
boot_timeout: | |
box: bento/ubuntu-14.04 | |
box_check_update: | |
box_download_ca_cert: | |
box_download_insecure: | |
box_url: | |
box_version: | |
cache_directory: "/tmp/omnibus/cache" | |
cachier: | |
customize: {} | |
gui: | |
kitchen_cache_directory: C:/Users/ajwood/.kitchen/cache | |
kitchen_root: C:/users/ajwood/source/kitchen | |
linked_clone: | |
log_level: :info | |
name: vagrant | |
network: [] | |
pre_create_command: | |
provider: virtualbox | |
provision: false | |
ssh: {} | |
synced_folders: | |
- - C:/Users/ajwood/.kitchen/cache | |
- "/tmp/omnibus/cache" | |
- 'create: true' | |
test_base_path: C:/users/ajwood/source/kitchen/test/integration | |
vagrant_binary: vagrant | |
vagrantfile_erb: C:/Users/ajwood/AppData/Local/chefdk/gem/ruby/2.4.0/gems/kitchen-vagrant-1.2.1/templates/Vagrantfile.erb | |
vagrantfiles: [] | |
vm_hostname: default-ubuntu-1404.vagrantup.com | |
provisioner: | |
always_update_cookbooks: false | |
attributes: {} | |
chef_omnibus_install_options: | |
chef_omnibus_url: https://omnitruck.chef.io/install.sh | |
chef_solo_path: "/bin/chef-solo" | |
clients_path: | |
command_prefix: | |
config_path: | |
cookbook_files_glob: README.*,metadata.{json,rb},attributes/**/*,definitions/**/*,files/**/*,libraries/**/*,providers/**/*,recipes/**/*,resources/**/*,templates/**/* | |
data_bags_path: | |
data_path: | |
deprecations_as_errors: false | |
encrypted_data_bag_secret_key_path: | |
enforce_idempotency: false | |
environments_path: | |
ftp_proxy: | |
http_proxy: | |
https_proxy: | |
kitchen_root: C:/users/ajwood/source/kitchen | |
log_file: | |
log_level: auto | |
max_retries: 1 | |
multiple_converge: 1 | |
name: chef_solo | |
nodes_path: | |
policyfile: | |
policyfile_path: | |
profile_ruby: false | |
require_chef_omnibus: true | |
retry_on_exit_code: [] | |
roles_path: | |
root_path: "/tmp/kitchen" | |
run_list: [] | |
solo_rb: {} | |
sudo: true | |
sudo_command: sudo -E | |
test_base_path: C:/users/ajwood/source/kitchen/test/integration | |
wait_for_retry: 30 | |
transport: | |
compression: false | |
compression_level: 0 | |
connection_retries: 5 | |
connection_retry_sleep: 1 | |
connection_timeout: 15 | |
keepalive: true | |
keepalive_interval: 60 | |
kitchen_root: C:/users/ajwood/source/kitchen | |
log_level: :info | |
max_ssh_sessions: 9 | |
max_wait_until_ready: 600 | |
name: ssh | |
port: 22 | |
ssh_gateway: | |
ssh_gateway_username: | |
ssh_key: | |
test_base_path: C:/users/ajwood/source/kitchen/test/integration | |
username: root | |
verifier: | |
busser_bin: "/tmp/verifier/bin/busser" | |
chef_omnibus_root: "/opt/chef" | |
command_prefix: | |
ftp_proxy: | |
http_proxy: | |
https_proxy: | |
kitchen_root: C:/users/ajwood/source/kitchen | |
log_level: :info | |
name: busser | |
root_path: "/tmp/verifier" | |
ruby_bindir: "/opt/chef/embedded/bin" | |
sudo: true | |
sudo_command: sudo -E | |
suite_name: default | |
test_base_path: C:/users/ajwood/source/kitchen/test/integration | |
version: busser | |
default-centos-72: | |
platform: | |
os_type: unix | |
shell_type: bourne | |
state_file: {} | |
driver: | |
boot_timeout: | |
box: bento/centos-7.2 | |
box_check_update: | |
box_download_ca_cert: | |
box_download_insecure: | |
box_url: | |
box_version: | |
cache_directory: "/tmp/omnibus/cache" | |
cachier: | |
customize: {} | |
gui: | |
kitchen_cache_directory: C:/Users/ajwood/.kitchen/cache | |
kitchen_root: C:/users/ajwood/source/kitchen | |
linked_clone: | |
log_level: :info | |
name: vagrant | |
network: [] | |
pre_create_command: | |
provider: virtualbox | |
provision: false | |
ssh: {} | |
synced_folders: | |
- - C:/Users/ajwood/.kitchen/cache | |
- "/tmp/omnibus/cache" | |
- 'create: true' | |
test_base_path: C:/users/ajwood/source/kitchen/test/integration | |
vagrant_binary: vagrant | |
vagrantfile_erb: C:/Users/ajwood/AppData/Local/chefdk/gem/ruby/2.4.0/gems/kitchen-vagrant-1.2.1/templates/Vagrantfile.erb | |
vagrantfiles: [] | |
vm_hostname: default-centos-72.vagrantup.com | |
provisioner: | |
always_update_cookbooks: false | |
attributes: {} | |
chef_omnibus_install_options: | |
chef_omnibus_url: https://omnitruck.chef.io/install.sh | |
chef_solo_path: "/bin/chef-solo" | |
clients_path: | |
command_prefix: | |
config_path: | |
cookbook_files_glob: README.*,metadata.{json,rb},attributes/**/*,definitions/**/*,files/**/*,libraries/**/*,providers/**/*,recipes/**/*,resources/**/*,templates/**/* | |
data_bags_path: | |
data_path: | |
deprecations_as_errors: false | |
encrypted_data_bag_secret_key_path: | |
enforce_idempotency: false | |
environments_path: | |
ftp_proxy: | |
http_proxy: | |
https_proxy: | |
kitchen_root: C:/users/ajwood/source/kitchen | |
log_file: | |
log_level: auto | |
max_retries: 1 | |
multiple_converge: 1 | |
name: chef_solo | |
nodes_path: | |
policyfile: | |
policyfile_path: | |
profile_ruby: false | |
require_chef_omnibus: true | |
retry_on_exit_code: [] | |
roles_path: | |
root_path: "/tmp/kitchen" | |
run_list: [] | |
solo_rb: {} | |
sudo: true | |
sudo_command: sudo -E | |
test_base_path: C:/users/ajwood/source/kitchen/test/integration | |
wait_for_retry: 30 | |
transport: | |
compression: false | |
compression_level: 0 | |
connection_retries: 5 | |
connection_retry_sleep: 1 | |
connection_timeout: 15 | |
keepalive: true | |
keepalive_interval: 60 | |
kitchen_root: C:/users/ajwood/source/kitchen | |
log_level: :info | |
max_ssh_sessions: 9 | |
max_wait_until_ready: 600 | |
name: ssh | |
port: 22 | |
ssh_gateway: | |
ssh_gateway_username: | |
ssh_key: | |
test_base_path: C:/users/ajwood/source/kitchen/test/integration | |
username: root | |
verifier: | |
busser_bin: "/tmp/verifier/bin/busser" | |
chef_omnibus_root: "/opt/chef" | |
command_prefix: | |
ftp_proxy: | |
http_proxy: | |
https_proxy: | |
kitchen_root: C:/users/ajwood/source/kitchen | |
log_level: :info | |
name: busser | |
root_path: "/tmp/verifier" | |
ruby_bindir: "/opt/chef/embedded/bin" | |
sudo: true | |
sudo_command: sudo -E | |
suite_name: default | |
test_base_path: C:/users/ajwood/source/kitchen/test/integration | |
version: busser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment