Skip to content

Instantly share code, notes, and snippets.

@qvallance-ctc
Created February 15, 2017 17:32
Show Gist options
  • Save qvallance-ctc/e1a8d2d48c5beede3882e1a616027b0d to your computer and use it in GitHub Desktop.
Save qvallance-ctc/e1a8d2d48c5beede3882e1a616027b0d to your computer and use it in GitHub Desktop.
test-kitchen diagnose --all
/mnt # kitchen diagnose --all
Terraform v0.8.6
$$$$$$ DEPRECATION NOTICE
$$$$$$ Support for Kitchen::Provisioner::Terraform<core-rhel7-rhel7>#config[:variables] as a list or string will be dropped in kitchen-terraform v1.0
$$$$$$ Use a mapping
---
timestamp: 2017-02-15 17:24:40 UTC
kitchen_version: 1.15.0
plugins:
driver:
Terraform:
class: Kitchen::Driver::Terraform
version: 0.5.0
api_version: 2
provisioner:
Terraform:
class: Kitchen::Provisioner::Terraform
version: 0.5.0
api_version: 2
transport:
Ssh:
class: Kitchen::Transport::Ssh
version: 1.15.0
api_version: 1
verifier:
Terraform:
class: Kitchen::Verifier::Terraform
version: 0.5.0
api_version: 2
loader:
process_erb: true
process_local: true
process_global: true
global_config:
project_config:
filename: "/mnt/.kitchen.yml"
raw_data:
driver:
name: terraform
provisioner:
name: terraform
apply_timeout: 600
color: true
directory: terraform
variables:
- gcp_account_file=
- gcp_project_id=
- gcp_region=
- gcp_zone=
- gcp_network= [87/731]
- gcp_subnetwork=
- gcp_image_name=
- gcp_instance_name=
- gcp_machine_type='n1-standard-1'
platforms:
- name: rhel7
transport:
name: ssh
ssh_key: <removed>
verifier:
name: terraform
format: junit
output: inspec_output.xml
sudo: true
groups:
- name: <removed>
hostnames: instance_ip
username: <removed>
suites:
- name: <removed>
local_config:
combined_config:
filename:
raw_data:
driver:
name: terraform
provisioner:
name: terraform
apply_timeout: 600
color: true
directory: terraform
variables:
- gcp_account_file=
- gcp_project_id=
- gcp_region=
- gcp_zone=
- gcp_network=
- gcp_subnetwork=
- gcp_image_name=
- gcp_instance_name=
- gcp_machine_type='n1-standard-1'
platforms:
- name: rhel7
transport:
name: ssh
ssh_key: <removed>
verifier:
name: terraform
format: junit
output: inspec_output.xml
sudo: true
groups:
- name: <removed>
hostnames: instance_ip
username: <removed>
suites:
- name: <removed>
instances: [29/731]
<removed>:
platform:
os_type: unix
shell_type: bourne
state_file: {}
driver:
kitchen_root: "/mnt"
log_level: :info
name: terraform
test_base_path: "/mnt/test/integration"
provisioner:
apply_timeout: 600
color: true
command_prefix:
directory: "/mnt/terraform"
ftp_proxy:
http_proxy:
https_proxy:
kitchen_root: "/mnt"
max_retries: 1
name: terraform
parallelism: 10
plan: "/mnt/.kitchen/kitchen-terraform/core-rhel7-rhel7/terraform.tfplan"
retry_on_exit_code: []
root_path: "/tmp/kitchen"
state: "/mnt/.kitchen/kitchen-terraform/core-rhel7-rhel7/terraform.tfstate"
sudo: true
sudo_command: sudo -E
test_base_path: "/mnt/test/integration"
variable_files: []
variables:
gcp_account_file:
gcp_project_id:
gcp_region:
gcp_zone:
gcp_network:
gcp_subnetwork:
gcp_image_name:
gcp_instance_name:
gcp_machine_type: "'n1-standard-1'"
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: "/mnt"
log_level: :info
max_ssh_sessions: 9
max_wait_until_ready: 600
name: ssh
port: 22
ssh_gateway:
ssh_gateway_username:
ssh_key: "<removed>"
test_base_path: "/mnt/test/integration"
username: root
verifier:
chef_omnibus_root: "/opt/chef"
command_prefix:
format: junit
ftp_proxy:
groups:
- !ruby/object:Terraform::Group
data:
:name: core-rhel7
:hostnames: instance_ip
:username: packer
:attributes: {}
:controls: []
:port: 22
http_proxy:
https_proxy:
inspec_tests: []
kitchen_root: "/mnt"
log_level: :info
name: terraform
output: inspec_output.xml
root_path: "/tmp/verifier"
sudo: true
sudo_command: sudo -E
suite_name: <removed>
test_base_path: "/mnt/test/integration"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment