Skip to content

Instantly share code, notes, and snippets.

@drrk
Last active March 29, 2017 14:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save drrk/12f0f142c5fc03d7dde3c55df84d965d to your computer and use it in GitHub Desktop.
Save drrk/12f0f142c5fc03d7dde3c55df84d965d to your computer and use it in GitHub Desktop.
Chef TTD Azure Workshop Test Kitchen Config
---
driver:
name: azurerm
driver_config:
subscription_id: '4801fa9d-YOUR-GUID-HERE-b265ff49ce21'
location: 'West Europe'
machine_size: 'Standard_D1'
transport:
ssh_key: ~/.ssh/id_kitchen-azurerm
provisioner:
name: chef_zero
always_update_cookbooks: false
verifier: inspec
platforms:
- name: centos-7.2
driver_config:
image_urn: OpenLogic:CentOS:7.2:7.2.20170105
vm_name: centos72-vm
vm_tags:
ostype: linux
distro: centos
suites:
- name: default
run_list:
- recipe[webserver::fixsudo]
- recipe[webserver::default]
verifier:
inspec_tests:
- test/smoke/default
attributes:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment