-
Notifications
You must be signed in to change notification settings - Fork 1
/
.kitchen.yml
87 lines (82 loc) · 1.79 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
---
driver:
name: ec2
region: us-east-1
subnet_id: subnet-1c425957
aws_ssh_key_id: test-kitchen
security_group_ids: [sg-c54c4db2]
tags:
created-by: test-kitchen
Name: conjur cookbook test kitchen
transport:
connection_timeout: 10
connection_retries: 5
ssh_key: /var/sshkey.pem
provisioner:
name: chef_zero
data_path: ci
# TODO these platforms need fixing
broken_platforms:
- name: amazon
driver:
image_id: ami-0b33d91d # Amazon Linux 2016.09.1, hvm:ebs-ssd
transport:
username: ec2-user
- name: centos-6
driver:
image_id: ami-57cd8732
transport:
username: centos
- name: centos-7
driver:
image_id: ami-61bbf104
transport:
username: centos
- name: debian-8
driver:
image_id: ami-8b9a63e0
transport:
username: admin
- name: ubuntu-12
driver:
image_id: ami-427a392a
transport:
username: ubuntu
- name: ubuntu-14
driver:
image_id: ami-663a6e0c
transport:
username: ubuntu
platforms:
- name: ubuntu-16
driver:
image_id: ami-2757f631 # Ubuntu 16.04LTS, hvm:ebs-ssd, 20170307
transport:
username: ubuntu
- name: rhel-6
driver:
image_id: ami-0d28fe66
transport:
username: ec2-user
- name: rhel-7
driver:
image_id: ami-a8d369c0
transport:
username: ec2-user
suites:
- name: default
run_list:
- recipe[conjur::client]
- recipe[conjur::conjurrc]
- recipe[conjur::install]
- recipe[conjur::configure]
attributes:
conjur:
identity:
account: cucumber
login: host/test
password: password
configuration:
account: cucumber
appliance_url: https://appliance.test.com
ssl_certificate: "dummysslcertcontent"