Skip to content

Instantly share code, notes, and snippets.

@nellshamrell
Created May 27, 2016 17:46
Show Gist options
  • Save nellshamrell/cd0f57f95311dcfe2fd8d2b713140cc3 to your computer and use it in GitHub Desktop.
Save nellshamrell/cd0f57f95311dcfe2fd8d2b713140cc3 to your computer and use it in GitHub Desktop.
10:45:37-nshamrell~/Projects/supermarket/omnibus (add-option-to-configure-s3-url-type)$ kitchen diagnose --all
---
timestamp: 2016-05-27 17:45:40 UTC
kitchen_version: 1.7.3
plugins:
driver:
Vagrant:
class: Kitchen::Driver::Vagrant
version: 0.20.0
api_version: 2
provisioner:
ChefZero:
class: Kitchen::Provisioner::ChefZero
version: 1.7.3
api_version: 2
transport:
Ssh:
class: Kitchen::Transport::Ssh
version: 1.7.3
api_version: 1
verifier:
Busser:
class: Kitchen::Verifier::Busser
version: 1.7.3
api_version: 1
loader:
process_erb: true
process_local: true
process_global: true
global_config:
project_config:
filename: "/Users/nshamrell/Projects/supermarket/omnibus/.kitchen.yml"
raw_data:
driver:
name: vagrant
forward_agent: true
customize:
cpus: 2
memory: 2048
synced_folders:
- - ".."
- "/home/vagrant/supermarket"
provisioner:
name: chef_zero
require_chef_omnibus: 12.4.1
platforms:
- name: ubuntu-10.04
run_list: apt::default
- name: ubuntu-12.04
run_list: apt::default
- name: centos-5.11
run_list: yum-epel::default
- name: centos-6.7
run_list: yum-epel::default
- name: centos-7.1
run_list: yum-epel::default
suites:
- name: default
run_list:
- omnibus::default
attributes:
omnibus:
build_user: vagrant
build_dir: "/home/vagrant/supermarket"
install_dir: "/opt/supermarket"
local_config:
combined_config:
filename:
raw_data:
driver:
name: vagrant
forward_agent: true
customize:
cpus: 2
memory: 2048
synced_folders:
- - ".."
- "/home/vagrant/supermarket"
provisioner:
name: chef_zero
require_chef_omnibus: 12.4.1
platforms:
- name: ubuntu-10.04
run_list: apt::default
- name: ubuntu-12.04
run_list: apt::default
- name: centos-5.11
run_list: yum-epel::default
- name: centos-6.7
run_list: yum-epel::default
- name: centos-7.1
run_list: yum-epel::default
suites:
- name: default
run_list:
- omnibus::default
attributes:
omnibus:
build_user: vagrant
build_dir: "/home/vagrant/supermarket"
install_dir: "/opt/supermarket"
instances:
default-ubuntu-1004:
platform:
os_type: unix
shell_type: bourne
state_file:
hostname: 127.0.0.1
last_action: create
port: '2222'
ssh_key: "/Users/nshamrell/Projects/supermarket/omnibus/.kitchen/kitchen-vagrant/kitchen-omnibus-default-ubuntu-1004/.vagrant/machines/default/virtualbox/private_key"
username: vagrant
driver:
boot_timeout:
box: bento/ubuntu-10.04
box_check_update:
box_download_insecure:
box_url:
box_version:
customize:
cpus: 2
memory: 2048
forward_agent: true
gui:
kitchen_root: "/Users/nshamrell/Projects/supermarket/omnibus"
linked_clone:
log_level: :info
name: vagrant
network: []
pre_create_command:
provider: virtualbox
provision: false
ssh: {}
synced_folders:
- - "/Users/nshamrell/Projects/supermarket"
- "/home/vagrant/supermarket"
- nil
test_base_path: "/Users/nshamrell/Projects/supermarket/omnibus/test/integration"
vagrant_binary: vagrant
vagrantfile_erb: "/opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/kitchen-vagrant-0.20.0/templates/Vagrantfile.erb"
vagrantfiles: []
vm_hostname: default-ubuntu-1004
provisioner:
attributes:
omnibus:
build_user: vagrant
build_dir: "/home/vagrant/supermarket"
install_dir: "/opt/supermarket"
chef_client_path: "/bin/chef-client"
chef_omnibus_install_options:
chef_omnibus_url: https://www.chef.io/chef/install.sh
chef_zero_host:
chef_zero_port: 8889
client_rb: {}
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:
encrypted_data_bag_secret_key_path:
environments_path:
ftp_proxy:
http_proxy:
https_proxy:
json_attributes: true
kitchen_root: "/Users/nshamrell/Projects/supermarket/omnibus"
log_file:
log_level: auto
name: chef_zero
nodes_path:
profile_ruby: false
require_chef_omnibus: 12.4.1
roles_path:
root_path: "/tmp/kitchen"
ruby_bindir: "/embedded/bin"
run_list:
- apt::default
- omnibus::default
sudo: true
sudo_command: sudo -E
test_base_path: "/Users/nshamrell/Projects/supermarket/omnibus/test/integration"
transport:
compression: true
compression_level: 6
connection_retries: 5
connection_retry_sleep: 1
connection_timeout: 15
keepalive: true
keepalive_interval: 60
kitchen_root: "/Users/nshamrell/Projects/supermarket/omnibus"
log_level: :info
max_wait_until_ready: 600
name: ssh
port: 22
ssh_key:
test_base_path: "/Users/nshamrell/Projects/supermarket/omnibus/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: "/Users/nshamrell/Projects/supermarket/omnibus"
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: "/Users/nshamrell/Projects/supermarket/omnibus/test/integration"
version: busser
default-ubuntu-1204:
platform:
os_type: unix
shell_type: bourne
state_file: {}
driver:
boot_timeout:
box: bento/ubuntu-12.04
box_check_update:
box_download_insecure:
box_url:
box_version:
customize:
cpus: 2
memory: 2048
forward_agent: true
gui:
kitchen_root: "/Users/nshamrell/Projects/supermarket/omnibus"
linked_clone:
log_level: :info
name: vagrant
network: []
pre_create_command:
provider: virtualbox
provision: false
ssh: {}
synced_folders:
- - "/Users/nshamrell/Projects/supermarket"
- "/home/vagrant/supermarket"
- nil
test_base_path: "/Users/nshamrell/Projects/supermarket/omnibus/test/integration"
vagrant_binary: vagrant
vagrantfile_erb: "/opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/kitchen-vagrant-0.20.0/templates/Vagrantfile.erb"
vagrantfiles: []
vm_hostname: default-ubuntu-1204
provisioner:
attributes:
omnibus:
build_user: vagrant
build_dir: "/home/vagrant/supermarket"
install_dir: "/opt/supermarket"
chef_client_path: "/bin/chef-client"
chef_omnibus_install_options:
chef_omnibus_url: https://www.chef.io/chef/install.sh
chef_zero_host:
chef_zero_port: 8889
client_rb: {}
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:
encrypted_data_bag_secret_key_path:
environments_path:
ftp_proxy:
http_proxy:
https_proxy:
json_attributes: true
kitchen_root: "/Users/nshamrell/Projects/supermarket/omnibus"
log_file:
log_level: auto
name: chef_zero
nodes_path:
profile_ruby: false
require_chef_omnibus: 12.4.1
roles_path:
root_path: "/tmp/kitchen"
ruby_bindir: "/embedded/bin"
run_list:
- apt::default
- omnibus::default
sudo: true
sudo_command: sudo -E
test_base_path: "/Users/nshamrell/Projects/supermarket/omnibus/test/integration"
transport:
compression: true
compression_level: 6
connection_retries: 5
connection_retry_sleep: 1
connection_timeout: 15
keepalive: true
keepalive_interval: 60
kitchen_root: "/Users/nshamrell/Projects/supermarket/omnibus"
log_level: :info
max_wait_until_ready: 600
name: ssh
port: 22
ssh_key:
test_base_path: "/Users/nshamrell/Projects/supermarket/omnibus/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: "/Users/nshamrell/Projects/supermarket/omnibus"
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: "/Users/nshamrell/Projects/supermarket/omnibus/test/integration"
version: busser
default-centos-511:
platform:
os_type: unix
shell_type: bourne
state_file: {}
driver:
boot_timeout:
box: bento/centos-5.11
box_check_update:
box_download_insecure:
box_url:
box_version:
customize:
cpus: 2
memory: 2048
forward_agent: true
gui:
kitchen_root: "/Users/nshamrell/Projects/supermarket/omnibus"
linked_clone:
log_level: :info
name: vagrant
network: []
pre_create_command:
provider: virtualbox
provision: false
ssh: {}
synced_folders:
- - "/Users/nshamrell/Projects/supermarket"
- "/home/vagrant/supermarket"
- nil
test_base_path: "/Users/nshamrell/Projects/supermarket/omnibus/test/integration"
vagrant_binary: vagrant
vagrantfile_erb: "/opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/kitchen-vagrant-0.20.0/templates/Vagrantfile.erb"
vagrantfiles: []
vm_hostname: default-centos-511
provisioner:
attributes:
omnibus:
build_user: vagrant
build_dir: "/home/vagrant/supermarket"
install_dir: "/opt/supermarket"
chef_client_path: "/bin/chef-client"
chef_omnibus_install_options:
chef_omnibus_url: https://www.chef.io/chef/install.sh
chef_zero_host:
chef_zero_port: 8889
client_rb: {}
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:
encrypted_data_bag_secret_key_path:
environments_path:
ftp_proxy:
http_proxy:
https_proxy:
json_attributes: true
kitchen_root: "/Users/nshamrell/Projects/supermarket/omnibus"
log_file:
log_level: auto
name: chef_zero
nodes_path:
profile_ruby: false
require_chef_omnibus: 12.4.1
roles_path:
root_path: "/tmp/kitchen"
ruby_bindir: "/embedded/bin"
run_list:
- yum-epel::default
- omnibus::default
sudo: true
sudo_command: sudo -E
test_base_path: "/Users/nshamrell/Projects/supermarket/omnibus/test/integration"
transport:
compression: true
compression_level: 6
connection_retries: 5
connection_retry_sleep: 1
connection_timeout: 15
keepalive: true
keepalive_interval: 60
kitchen_root: "/Users/nshamrell/Projects/supermarket/omnibus"
log_level: :info
max_wait_until_ready: 600
name: ssh
port: 22
ssh_key:
test_base_path: "/Users/nshamrell/Projects/supermarket/omnibus/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: "/Users/nshamrell/Projects/supermarket/omnibus"
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: "/Users/nshamrell/Projects/supermarket/omnibus/test/integration"
version: busser
default-centos-67:
platform:
os_type: unix
shell_type: bourne
state_file: {}
driver:
boot_timeout:
box: bento/centos-6.7
box_check_update:
box_download_insecure:
box_url:
box_version:
customize:
cpus: 2
memory: 2048
forward_agent: true
gui:
kitchen_root: "/Users/nshamrell/Projects/supermarket/omnibus"
linked_clone:
log_level: :info
name: vagrant
network: []
pre_create_command:
provider: virtualbox
provision: false
ssh: {}
synced_folders:
- - "/Users/nshamrell/Projects/supermarket"
- "/home/vagrant/supermarket"
- nil
test_base_path: "/Users/nshamrell/Projects/supermarket/omnibus/test/integration"
vagrant_binary: vagrant
vagrantfile_erb: "/opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/kitchen-vagrant-0.20.0/templates/Vagrantfile.erb"
vagrantfiles: []
vm_hostname: default-centos-67
provisioner:
attributes:
omnibus:
build_user: vagrant
build_dir: "/home/vagrant/supermarket"
install_dir: "/opt/supermarket"
chef_client_path: "/bin/chef-client"
chef_omnibus_install_options:
chef_omnibus_url: https://www.chef.io/chef/install.sh
chef_zero_host:
chef_zero_port: 8889
client_rb: {}
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:
encrypted_data_bag_secret_key_path:
environments_path:
ftp_proxy:
http_proxy:
https_proxy:
json_attributes: true
kitchen_root: "/Users/nshamrell/Projects/supermarket/omnibus"
log_file:
log_level: auto
name: chef_zero
nodes_path:
profile_ruby: false
require_chef_omnibus: 12.4.1
roles_path:
root_path: "/tmp/kitchen"
ruby_bindir: "/embedded/bin"
run_list:
- yum-epel::default
- omnibus::default
sudo: true
sudo_command: sudo -E
test_base_path: "/Users/nshamrell/Projects/supermarket/omnibus/test/integration"
transport:
compression: true
compression_level: 6
connection_retries: 5
connection_retry_sleep: 1
connection_timeout: 15
keepalive: true
keepalive_interval: 60
kitchen_root: "/Users/nshamrell/Projects/supermarket/omnibus"
log_level: :info
max_wait_until_ready: 600
name: ssh
port: 22
ssh_key:
test_base_path: "/Users/nshamrell/Projects/supermarket/omnibus/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: "/Users/nshamrell/Projects/supermarket/omnibus"
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: "/Users/nshamrell/Projects/supermarket/omnibus/test/integration"
version: busser
default-centos-71:
platform:
os_type: unix
shell_type: bourne
state_file: {}
driver:
boot_timeout:
box: bento/centos-7.1
box_check_update:
box_download_insecure:
box_url:
box_version:
customize:
cpus: 2
memory: 2048
forward_agent: true
gui:
kitchen_root: "/Users/nshamrell/Projects/supermarket/omnibus"
linked_clone:
log_level: :info
name: vagrant
network: []
pre_create_command:
provider: virtualbox
provision: false
ssh: {}
synced_folders:
- - "/Users/nshamrell/Projects/supermarket"
- "/home/vagrant/supermarket"
- nil
test_base_path: "/Users/nshamrell/Projects/supermarket/omnibus/test/integration"
vagrant_binary: vagrant
vagrantfile_erb: "/opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/kitchen-vagrant-0.20.0/templates/Vagrantfile.erb"
vagrantfiles: []
vm_hostname: default-centos-71
provisioner:
attributes:
omnibus:
build_user: vagrant
build_dir: "/home/vagrant/supermarket"
install_dir: "/opt/supermarket"
chef_client_path: "/bin/chef-client"
chef_omnibus_install_options:
chef_omnibus_url: https://www.chef.io/chef/install.sh
chef_zero_host:
chef_zero_port: 8889
client_rb: {}
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:
encrypted_data_bag_secret_key_path:
environments_path:
ftp_proxy:
http_proxy:
https_proxy:
json_attributes: true
kitchen_root: "/Users/nshamrell/Projects/supermarket/omnibus"
log_file:
log_level: auto
name: chef_zero
nodes_path:
profile_ruby: false
require_chef_omnibus: 12.4.1
roles_path:
root_path: "/tmp/kitchen"
ruby_bindir: "/embedded/bin"
run_list:
- yum-epel::default
- omnibus::default
sudo: true
sudo_command: sudo -E
test_base_path: "/Users/nshamrell/Projects/supermarket/omnibus/test/integration"
transport:
compression: true
compression_level: 6
connection_retries: 5
connection_retry_sleep: 1
connection_timeout: 15
keepalive: true
keepalive_interval: 60
kitchen_root: "/Users/nshamrell/Projects/supermarket/omnibus"
log_level: :info
max_wait_until_ready: 600
name: ssh
port: 22
ssh_key:
test_base_path: "/Users/nshamrell/Projects/supermarket/omnibus/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: "/Users/nshamrell/Projects/supermarket/omnibus"
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: "/Users/nshamrell/Projects/supermarket/omnibus/test/integration"
version: busser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment