Last active
March 29, 2017 14:21
-
-
Save drrk/12f0f142c5fc03d7dde3c55df84d965d to your computer and use it in GitHub Desktop.
Chef TTD Azure Workshop Test Kitchen Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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