-
-
Save jasehub/89a25c50883cec0d31465a4fd5200d1b 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