Skip to content

Instantly share code, notes, and snippets.

@PatOShea
Created March 4, 2016 06:48
Show Gist options
  • Save PatOShea/700c3dd2348aba6c5923 to your computer and use it in GitHub Desktop.
Save PatOShea/700c3dd2348aba6c5923 to your computer and use it in GitHub Desktop.
kitchen-salt diagnose --all (verifier error with serverspec on install)
C:\kitchen-salt-tutorial\beaver-formula>kitchen diagnose --all
---
timestamp: 2016-03-04 06:45:40 UTC
kitchen_version: 1.5.0
plugins:
driver:
Vagrant:
class: Kitchen::Driver::Vagrant
version: 0.19.0
api_version: 2
provisioner:
SaltSolo:
class: Kitchen::Provisioner::SaltSolo
version:
api_version:
transport:
Ssh:
class: Kitchen::Transport::Ssh
version: 1.5.0
api_version: 1
Winrm:
class: Kitchen::Transport::Winrm
version: 1.5.0
api_version: 1
verifier:
Busser:
class: Kitchen::Verifier::Busser
version: 1.5.0
api_version: 1
loader:
process_erb: true
process_local: true
process_global: true
global_config:
project_config:
filename: C:/kitchen-salt-tutorial/beaver-formula/.kitchen.yml
raw_data:
driver:
name: vagrant
driver_config:
require_chef_omnibus: false
provisioner:
name: salt_solo
formula: beaver
pillars:
state_top:
base:
"*":
- beaver
- beaver.ppa
platforms:
- name: ubuntu
driver_config:
box: ps-dev/trusty64
- name: centos
driver_config:
box: ps-dev/centos7-minimal
- name: windows-2012r2
driver_config:
box: mwrock/Windows2012R2
communicator: winrm
wm_hostname: false
transport:
name: winrm
suites:
- name: test-copy-filter
excludes:
- windows
- centos
provisioner:
salt_copy_filter:
- beaver
- name: default
excludes:
- ubuntu
- centos
provisioner:
salt_install: bootstrap
salt_bootstrap_url: https://raw.githubusercontent.com/saltstack/salt-bootstrap/develop/bootstrap-salt.ps1
grains:
roles:
- redemption-web
serverconfig: true
env: stage
- name: tcp-output
excludes:
- windows
- centos
provisioner:
salt_version: 0.16.2
pillars:
top.sls:
base:
"*":
- beaver
beaver.sls:
beaver:
transport: tcp
local_config:
combined_config:
filename:
raw_data:
driver:
name: vagrant
driver_config:
require_chef_omnibus: false
provisioner:
name: salt_solo
formula: beaver
pillars:
state_top:
base:
"*":
- beaver
- beaver.ppa
platforms:
- name: ubuntu
driver_config:
box: ps-dev/trusty64
- name: centos
driver_config:
box: ps-dev/centos7-minimal
- name: windows-2012r2
driver_config:
box: mwrock/Windows2012R2
communicator: winrm
wm_hostname: false
transport:
name: winrm
suites:
- name: test-copy-filter
excludes:
- windows
- centos
provisioner:
salt_copy_filter:
- beaver
- name: default
excludes:
- ubuntu
- centos
provisioner:
salt_install: bootstrap
salt_bootstrap_url: https://raw.githubusercontent.com/saltstack/salt-bootstrap/develop/bootstrap-salt.ps1
grains:
roles:
- redemption-web
serverconfig: true
env: stage
- name: tcp-output
excludes:
- windows
- centos
provisioner:
salt_version: 0.16.2
pillars:
top.sls:
base:
"*":
- beaver
beaver.sls:
beaver:
transport: tcp
instances:
test-copy-filter-ubuntu:
platform:
os_type: unix
shell_type: bourne
state_file: {}
driver:
box: ps-dev/trusty64
box_check_update:
box_url:
box_version:
customize: {}
gui:
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
name: vagrant
network: []
pre_create_command:
provider: virtualbox
provision: false
ssh: {}
synced_folders: []
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
vagrantfile_erb: C:/tools/ruby21/lib/ruby/gems/2.1.0/gems/kitchen-vagrant-0.19.0/templates/Vagrantfile.erb
vagrantfiles: []
vm_hostname: test-copy-filter-ubuntu
provisioner:
chef_bootstrap_url: https://www.getchef.com/chef/install.sh
command_prefix:
dependencies: []
formula: beaver
ftp_proxy:
http_proxy:
https_proxy:
is_file_root: false
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
name: salt_solo
omnibus_cachier: false
pillars:
require_chef_omnibus: false
root_path: "/tmp/kitchen"
salt_bootstrap_options: ''
salt_bootstrap_url: http://bootstrap.saltstack.org
salt_config: "/etc/salt"
salt_copy_filter:
- beaver
salt_file_root: "/srv/salt"
salt_install: bootstrap
salt_minion_config: "/etc/salt/minion"
salt_pillar_root: "/srv/salt/pillar"
salt_run_highstate: true
salt_state_top: "/srv/salt/top.sls"
salt_version: latest
state_collection: false
state_top:
base:
"*":
- beaver
- beaver.ppa
state_top_from_file: false
sudo: true
sudo_command: sudo -E
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
vendor_path:
transport:
compression: true
compression_level: 6
connection_retries: 5
connection_retry_sleep: 1
connection_timeout: 15
keepalive: true
keepalive_interval: 60
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
max_wait_until_ready: 600
name: ssh
port: 22
ssh_key:
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/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:/kitchen-salt-tutorial/beaver-formula
log_level: :info
name: busser
root_path: "/tmp/verifier"
ruby_bindir: "/opt/chef/embedded/bin"
sudo: true
sudo_command: sudo -E
suite_name: test-copy-filter
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
version: busser
test-copy-filter-windows-2012r2:
platform:
os_type: windows
shell_type: powershell
state_file: {}
driver:
box: mwrock/Windows2012R2
box_check_update:
box_url:
box_version:
communicator: winrm
customize: {}
gui:
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
name: vagrant
network: []
pre_create_command:
provider: virtualbox
provision: false
ssh: {}
synced_folders: []
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
vagrantfile_erb: C:/tools/ruby21/lib/ruby/gems/2.1.0/gems/kitchen-vagrant-0.19.0/templates/Vagrantfile.erb
vagrantfiles: []
vm_hostname:
wm_hostname: false
provisioner:
chef_bootstrap_url: https://opscode-omnibus-packages.s3.amazonaws.com/windows/2012r2/i386/chef-client-12.7.2-1-x86.msi
command_prefix:
dependencies: []
formula: beaver
ftp_proxy:
http_proxy:
https_proxy:
is_file_root: false
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
name: salt_solo
omnibus_cachier: false
pillars:
require_chef_omnibus: false
root_path: "$env:TEMP\\kitchen"
salt_bootstrap_options: ''
salt_bootstrap_url: http://boohttps://raw.githubusercontent.com/saltstack/salt-bootstrap/develop/bootstrap-salt.ps1
salt_config: C/salt/conf
salt_copy_filter:
- beaver
salt_file_root: c/srv/salt
salt_install: bootstrap
salt_minion_config: c/salt/conf/minion
salt_pillar_root: c/srv/salt/pillar
salt_run_highstate: true
salt_state_top: c/srv/salt/state/top.sls
salt_version: latest
state_collection: false
state_top:
base:
"*":
- beaver
- beaver.ppa
state_top_from_file: false
sudo:
sudo_command:
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
vendor_path:
transport:
connection_retries: 5
connection_retry_sleep: 1
endpoint_template: http://%{hostname}:%{port}/wsman
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
max_wait_until_ready: 600
name: winrm
password:
port: 5985
rdp_port: 3389
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
username: administrator
winrm_transport: :plaintext
verifier:
busser_bin: "$env:TEMP\\verifier\\bin\\busser.bat"
chef_omnibus_root: "/opt/chef"
command_prefix:
ftp_proxy:
http_proxy:
https_proxy:
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
name: busser
root_path: "$env:TEMP\\verifier"
ruby_bindir: "$env:systemdrive\\opscode\\chef\\embedded\\bin"
sudo:
sudo_command:
suite_name: test-copy-filter
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
version: busser
default-windows-2012r2:
platform:
os_type: windows
shell_type: powershell
state_file:
hostname: 127.0.0.1
last_action: setup
password: vagrant
port: '55985'
rdp_port: '3389'
username: vagrant
driver:
box: mwrock/Windows2012R2
box_check_update:
box_url:
box_version:
communicator: winrm
customize: {}
gui:
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
name: vagrant
network: []
pre_create_command:
provider: virtualbox
provision: false
ssh: {}
synced_folders: []
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
vagrantfile_erb: C:/tools/ruby21/lib/ruby/gems/2.1.0/gems/kitchen-vagrant-0.19.0/templates/Vagrantfile.erb
vagrantfiles: []
vm_hostname:
wm_hostname: false
provisioner:
chef_bootstrap_url: https://opscode-omnibus-packages.s3.amazonaws.com/windows/2012r2/i386/chef-client-12.7.2-1-x86.msi
command_prefix:
dependencies: []
formula: beaver
ftp_proxy:
http_proxy:
https_proxy:
is_file_root: false
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
name: salt_solo
omnibus_cachier: false
pillars:
require_chef_omnibus: false
root_path: "$env:TEMP\\kitchen"
salt_bootstrap_options: ''
salt_bootstrap_url: https://raw.githubusercontent.com/saltstack/salt-bootstrap/develop/bootstrap-salt.ps1
salt_config: C/salt/conf
salt_copy_filter: []
salt_file_root: c/srv/salt
salt_install: bootstrap
salt_minion_config: c/salt/conf/minion
salt_pillar_root: c/srv/salt/pillar
salt_run_highstate: true
salt_state_top: c/srv/salt/state/top.sls
salt_version: latest
state_collection: false
state_top:
base:
"*":
- beaver
- beaver.ppa
state_top_from_file: false
sudo:
sudo_command:
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
vendor_path:
transport:
connection_retries: 5
connection_retry_sleep: 1
endpoint_template: http://%{hostname}:%{port}/wsman
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
max_wait_until_ready: 600
name: winrm
password:
port: 5985
rdp_port: 3389
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
username: administrator
winrm_transport: :plaintext
verifier:
busser_bin: "$env:TEMP\\verifier\\bin\\busser.bat"
chef_omnibus_root: "/opt/chef"
command_prefix:
ftp_proxy:
http_proxy:
https_proxy:
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
name: busser
root_path: "$env:TEMP\\verifier"
ruby_bindir: "$env:systemdrive\\opscode\\chef\\embedded\\bin"
sudo:
sudo_command:
suite_name: default
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
version: busser
tcp-output-ubuntu:
platform:
os_type: unix
shell_type: bourne
state_file: {}
driver:
box: ps-dev/trusty64
box_check_update:
box_url:
box_version:
customize: {}
gui:
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
name: vagrant
network: []
pre_create_command:
provider: virtualbox
provision: false
ssh: {}
synced_folders: []
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
vagrantfile_erb: C:/tools/ruby21/lib/ruby/gems/2.1.0/gems/kitchen-vagrant-0.19.0/templates/Vagrantfile.erb
vagrantfiles: []
vm_hostname: tcp-output-ubuntu
provisioner:
chef_bootstrap_url: https://www.getchef.com/chef/install.sh
command_prefix:
dependencies: []
formula: beaver
ftp_proxy:
http_proxy:
https_proxy:
is_file_root: false
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
name: salt_solo
omnibus_cachier: false
pillars:
top.sls:
base:
"*":
- beaver
beaver.sls:
beaver:
transport: tcp
require_chef_omnibus: false
root_path: "/tmp/kitchen"
salt_bootstrap_options: ''
salt_bootstrap_url: http://bootstrap.saltstack.org
salt_config: "/etc/salt"
salt_copy_filter: []
salt_file_root: "/srv/salt"
salt_install: bootstrap
salt_minion_config: "/etc/salt/minion"
salt_pillar_root: "/srv/salt/pillar"
salt_run_highstate: true
salt_state_top: "/srv/salt/top.sls"
salt_version: 0.16.2
state_collection: false
state_top:
base:
"*":
- beaver
- beaver.ppa
state_top_from_file: false
sudo: true
sudo_command: sudo -E
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
vendor_path:
transport:
compression: true
compression_level: 6
connection_retries: 5
connection_retry_sleep: 1
connection_timeout: 15
keepalive: true
keepalive_interval: 60
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
max_wait_until_ready: 600
name: ssh
port: 22
ssh_key:
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/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:/kitchen-salt-tutorial/beaver-formula
log_level: :info
name: busser
root_path: "/tmp/verifier"
ruby_bindir: "/opt/chef/embedded/bin"
sudo: true
sudo_command: sudo -E
suite_name: tcp-output
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
version: busser
tcp-output-windows-2012r2:
platform:
os_type: windows
shell_type: powershell
state_file: {}
driver:
box: mwrock/Windows2012R2
box_check_update:
box_url:
box_version:
communicator: winrm
customize: {}
gui:
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
name: vagrant
network: []
pre_create_command:
provider: virtualbox
provision: false
ssh: {}
synced_folders: []
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
vagrantfile_erb: C:/tools/ruby21/lib/ruby/gems/2.1.0/gems/kitchen-vagrant-0.19.0/templates/Vagrantfile.erb
vagrantfiles: []
vm_hostname:
wm_hostname: false
provisioner:
chef_bootstrap_url: https://opscode-omnibus-packages.s3.amazonaws.com/windows/2012r2/i386/chef-client-12.7.2-1-x86.msi
command_prefix:
dependencies: []
formula: beaver
ftp_proxy:
http_proxy:
https_proxy:
is_file_root: false
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
name: salt_solo
omnibus_cachier: false
pillars:
top.sls:
base:
"*":
- beaver
beaver.sls:
beaver:
transport: tcp
require_chef_omnibus: false
root_path: "$env:TEMP\\kitchen"
salt_bootstrap_options: ''
salt_bootstrap_url: http://boohttps://raw.githubusercontent.com/saltstack/salt-bootstrap/develop/bootstrap-salt.ps1
salt_config: C/salt/conf
salt_copy_filter: []
salt_file_root: c/srv/salt
salt_install: bootstrap
salt_minion_config: c/salt/conf/minion
salt_pillar_root: c/srv/salt/pillar
salt_run_highstate: true
salt_state_top: c/srv/salt/state/top.sls
salt_version: 0.16.2
state_collection: false
state_top:
base:
"*":
- beaver
- beaver.ppa
state_top_from_file: false
sudo:
sudo_command:
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
vendor_path:
transport:
connection_retries: 5
connection_retry_sleep: 1
endpoint_template: http://%{hostname}:%{port}/wsman
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
max_wait_until_ready: 600
name: winrm
password:
port: 5985
rdp_port: 3389
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
username: administrator
winrm_transport: :plaintext
verifier:
busser_bin: "$env:TEMP\\verifier\\bin\\busser.bat"
chef_omnibus_root: "/opt/chef"
command_prefix:
ftp_proxy:
http_proxy:
https_proxy:
kitchen_root: C:/kitchen-salt-tutorial/beaver-formula
log_level: :info
name: busser
root_path: "$env:TEMP\\verifier"
ruby_bindir: "$env:systemdrive\\opscode\\chef\\embedded\\bin"
sudo:
sudo_command:
suite_name: tcp-output
test_base_path: C:/kitchen-salt-tutorial/beaver-formula/test/integration
version: busser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment