Skip to content

Instantly share code, notes, and snippets.

@jugatsu
Created December 18, 2016 09:43
Show Gist options
  • Save jugatsu/b1290d85667c41cbcc4f5f4696d54b03 to your computer and use it in GitHub Desktop.
Save jugatsu/b1290d85667c41cbcc4f5f4696d54b03 to your computer and use it in GitHub Desktop.
---
timestamp: 2016-12-18 09:41:22 UTC
kitchen_version: 1.14.2
plugins:
driver:
Vagrant:
class: Kitchen::Driver::Vagrant
version: 0.21.1
api_version: 2
provisioner:
ChefZero:
class: Kitchen::Provisioner::ChefZero
version: 1.14.2
api_version: 2
transport:
Winrm:
class: Kitchen::Transport::Winrm
version: 1.14.2
api_version: 1
verifier:
Inspec:
class: Kitchen::Verifier::Inspec
version: 0.17.0
api_version: 1
loader:
process_erb: true
process_local: true
process_global: true
global_config:
project_config:
filename: "/home/ak/Dropbox/devops/learn-chef/chef-repo/.kitchen.yml"
raw_data:
driver:
name: vagrant
provisioner:
name: chef_zero
require_chef_omnibus: 12.17.44
always_update_cookbooks: true
retry_on_exit_code:
- 35
max_retries: 100
wait_for_retry: 60
client_rb:
exit_status: ":enabled"
client_fork: false
diff_disabled: true
verifier:
name: inspec
transport:
name: winrm
connection_retries: 60
connection_retry_sleep: 5
elevated: true
username: vagrant
password: vagrant
platforms:
- name: windows2008r2
driver:
box: win2k8r2
linked_clone: true
gui: true
customize:
memory: 2048
suites:
- name: default
provisioner:
policyfile: policies/base.rb
attributes:
local_config:
combined_config:
filename:
raw_data:
driver:
name: vagrant
provisioner:
name: chef_zero
require_chef_omnibus: 12.17.44
always_update_cookbooks: true
retry_on_exit_code:
- 35
max_retries: 100
wait_for_retry: 60
client_rb:
exit_status: ":enabled"
client_fork: false
diff_disabled: true
verifier:
name: inspec
transport:
name: winrm
connection_retries: 60
connection_retry_sleep: 5
elevated: true
username: vagrant
password: vagrant
platforms:
- name: windows2008r2
driver:
box: win2k8r2
linked_clone: true
gui: true
customize:
memory: 2048
suites:
- name: default
provisioner:
policyfile: policies/base.rb
attributes:
instances:
default-windows2008r2:
platform:
os_type: windows
shell_type: powershell
state_file:
hostname: 127.0.0.1
last_action: converge
last_error: Encoding::CompatibilityError
password: vagrant
port: '5985'
rdp_port: '3389'
username: vagrant
driver:
boot_timeout:
box: win2k8r2
box_check_update:
box_download_insecure:
box_url:
box_version:
cache_directory: "/omnibus/cache"
customize:
memory: 2048
gui: true
kitchen_root: "/home/ak/Dropbox/devops/learn-chef/chef-repo"
linked_clone: true
log_level: :info
name: vagrant
network: []
pre_create_command:
provider: virtualbox
provision: false
ssh: {}
synced_folders:
- - "/home/ak/.kitchen/cache"
- "/omnibus/cache"
- 'create: true'
test_base_path: "/home/ak/Dropbox/devops/learn-chef/chef-repo/test/integration"
vagrant_binary: vagrant
vagrantfile_erb: "/opt/chefdk/embedded/lib/ruby/gems/2.3.0/gems/kitchen-vagrant-0.21.1/templates/Vagrantfile.erb"
vagrantfiles: []
vm_hostname:
provisioner:
always_update_cookbooks: true
attributes: {}
chef_client_path: "\\bin\\chef-client.bat"
chef_omnibus_install_options:
chef_omnibus_url: https://omnitruck.chef.io/install.sh
chef_zero_host:
chef_zero_port: 8889
client_rb:
exit_status: ":enabled"
client_fork: false
diff_disabled: true
clients_path:
command_prefix:
config_path:
cookbook_files_glob: README.*,metadata.{json,rb},attributes/**/*,definitions/**/*,files/**/*,libraries/**/*,providers/**/*,recipes/**/*,resources/**/*,templates/**/*
data_bags_path: "/home/ak/Dropbox/devops/learn-chef/chef-repo/data_bags"
data_path:
deprecations_as_errors: false
encrypted_data_bag_secret_key_path:
environments_path: "/home/ak/Dropbox/devops/learn-chef/chef-repo/environments"
ftp_proxy:
http_proxy:
https_proxy:
json_attributes: true
kitchen_root: "/home/ak/Dropbox/devops/learn-chef/chef-repo"
log_file:
log_level: auto
max_retries: 100
name: chef_zero
named_run_list: {}
nodes_path: "/home/ak/Dropbox/devops/learn-chef/chef-repo/nodes"
policyfile: policies/base.rb
policyfile_path:
profile_ruby: false
require_chef_omnibus: 12.17.44
retry_on_exit_code:
- 35
roles_path: "/home/ak/Dropbox/devops/learn-chef/chef-repo/roles"
root_path: "$env:TEMP\\kitchen"
ruby_bindir: "\\embedded\\bin"
run_list: []
sudo:
sudo_command:
test_base_path: "/home/ak/Dropbox/devops/learn-chef/chef-repo/test/integration"
wait_for_retry: 60
transport:
connection_retries: 60
connection_retry_sleep: 5
elevated: true
endpoint_template: http://%{hostname}:%{port}/wsman
kitchen_root: "/home/ak/Dropbox/devops/learn-chef/chef-repo"
log_level: :info
max_wait_until_ready: 600
name: winrm
password: vagrant
port: 5985
rdp_port: 3389
test_base_path: "/home/ak/Dropbox/devops/learn-chef/chef-repo/test/integration"
username: vagrant
winrm_transport: :negotiate
verifier:
chef_omnibus_root: "/opt/chef"
command_prefix:
ftp_proxy:
http_proxy:
https_proxy:
inspec_tests: []
kitchen_root: "/home/ak/Dropbox/devops/learn-chef/chef-repo"
log_level: :info
name: inspec
root_path: "$env:TEMP\\verifier"
sudo:
sudo_command:
suite_name: default
test_base_path: "/home/ak/Dropbox/devops/learn-chef/chef-repo/test/integration"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment