forked from criteo-cookbooks/nexus3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.docker.yml
57 lines (50 loc) · 1.15 KB
/
.kitchen.docker.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
# Usage: KITCHEN_YAML=.kitchen.docker.yml bundle exec kitchen list
---
driver:
name: dokken
chef_version: 14.7.17
privileged: true # because Docker and SystemD/Upstart
transport:
name: dokken
provisioner:
name: dokken
verifier:
name: inspec
platforms:
- name: centos-7
driver:
image: centos:7
intermediate_instructions:
- RUN yum clean all
- RUN yum -y install net-tools lsof
pid_one_command: /usr/lib/systemd/systemd
- name: fedora-29
driver:
image: fedora:29
intermediate_instructions:
- RUN yum clean all
pid_one_command: /usr/lib/systemd/systemd
intermediate_instructions:
- RUN yum -y install tar yum
- name: ubuntu-16.04
driver:
image: ubuntu:16.04
pid_one_command: /bin/systemd
intermediate_instructions:
- RUN /usr/bin/apt-get update
- RUN /usr/bin/apt-get install apt-transport-https net-tools curl -y
suites:
- name: default
run_list:
- nexus3_test::default
- nexus3_resources_test::default
- nexus3_test::integration
ports:
- 8081
- 8082
attributes:
nexus3_test:
connection_retries: 10
nexus3:
api:
sensitive: false