-
Notifications
You must be signed in to change notification settings - Fork 14
/
.kitchen.yml
56 lines (51 loc) · 1.23 KB
/
.kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
---
driver:
name: ec2
interface: private
transport:
name: winrm
port: 5986
winrm_transport: ssl
ssl: true
connect_timeout: 60
connection_retries: 5
username: Administrator
password: Nopass123
provisioner:
name: ansible_push
verbose: "vvv"
chef_bootstrap_url: nil
remote_user: Administrator
ansible_port: 5986
ansible_connection: winrm
pass_transport_password: true
raw_arguments: "--timeout=3600"
ansible_config: tests/ansible.cfg
ansible_playbook_bin: .testenv/bin/ansible-playbook
playbook: tests/default.yml
platforms:
- name: psm
driver_plugin: ec2
driver_config:
instance_type: c4.2xlarge
associate_public_ip: false
subnet_filter:
tag: 'Name'
value: 'Jenkins Private Subnet'
security_group_filter:
name: 'ansible-sg'
tags:
created-by: test-kitchen
component-type: psm
kitchen-type: psm
block_device_mappings:
- device_name: /dev/sda1
ebs:
volume_size: 30
delete_on_termination: true
image_search:
owner-id: 801119661308
name: Windows_Server-2016-English-Full-Base-20*
user_data: tests/scripts/user_data_windows_2016.ps1
suites:
- name: default