forked from gp42/aws_cloudwatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.aws.yml
64 lines (59 loc) · 1.4 KB
/
.kitchen.aws.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
57
58
59
60
61
62
63
64
---
driver:
name: ec2
security_group_ids: ["sg-2fb5ea78"]
region: us-east-1
subnet_id: subnet-779f9410
iam_profile_name: ec2-cloudwatch-logs
instance_type: t2.micro
associate_public_ip: true
interface: dns
tags:
created-by: test-kitchen
transport:
connection_timeout: 10
connection_retries: 3
username: root
# verbose: debug
provisioner:
name: chef_zero
# You may wish to disable always updating cookbooks in CI or other testing environments.
# For example:
# always_update_cookbooks: <%= !ENV['CI'] %>
always_update_cookbooks: true
verifier:
name: inspec
platforms:
- name: centos-7
driver:
image_id: ami-00e87074e52e6c9f9
transport:
username: centos
- name: ubuntu-20.04
transport:
username: ubuntu
- name: ubuntu-18.04
transport:
username: ubuntu
- name: fedora-29
transport:
username: fedora
suites:
- name: default
run_list:
- recipe[test::install_configure_agent]
driver:
tags:
Name: test-kitchen-default
verifier:
inspec_tests:
- test/integration/default
attributes:
aws_cloudwatch:
config:
params:
shared_credential_profile: test_profile
shared_credential_file: /etc/test_credential_file
http_proxy: http://192.168.0.1
https_proxy: https://192.168.0.1
no_proxy: http://192.168.0.10