generator_files/cookbooks/workstation/.kitchen.ec2.yml in wombat-cli-0.6.1 vs generator_files/cookbooks/workstation/.kitchen.ec2.yml in wombat-cli-0.6.2

- old
+ new

@@ -1,30 +1,46 @@ - ---- -driver: - name: ec2 - aws_ssh_key_id: <%= ENV["EC2_SSH_KEY_NAME"] %> - security_group_ids: ["sg-401e0e25"] - region: us-west-2 - availability_zone: b - instance_type: m3.large - -provisioner: - name: chef_zero - chef_omnibus_install_options: -P chefdk - chef_omnibus_root: c:/opscode/chefdk - -platforms: - - name: windows-2012r2 - driver: - image_id: ami-1562d075 - transport: - ssh_key: <%= ENV["EC2_SSH_KEY_PATH"] %> - -suites: - - name: default - run_list: - - recipe[mock_data] - - recipe[workstation] - -verifier: - name: inspec + +--- +driver: + name: ec2 + aws_ssh_key_id: <%= ENV["EC2_SSH_KEY_NAME"] %> + security_group_ids: ["sg-401e0e25"] + region: us-west-2 + instance_type: c4.large + ebs_optimized: true + +provisioner: + name: chef_zero + require_chef_omnibus: latest + +verifier: + name: inspec + +platforms: + - name: windows-2012r2 + # driver_config: + # image_id: ami-8d0c07f4 + - name: windows-2016 + # driver_config: + # image_id: ami-48b4bf31 + +transport: + ssh_key: <%= ENV["EC2_SSH_KEY_PATH"] %> + +suites: + - name: default + run_list: + - recipe[mock_data] + - recipe[workstation] + attributes: + chocolatey: + upgrade: true + demo: + domain_prefix: '' + domain: 'animals.biz' + enterprise: 'mammals' + org: 'marsupials' + hosts: + workstations: 1 + workstation-number: 1 + versions: + chefdk: stable-latest