-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy path.kitchen.yml
112 lines (106 loc) · 2.99 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
---
driver:
name: vagrant
require_chef_omnibus: true
customize:
memory: 1024
provisioner:
name: chef_zero
product_version: 14
channel: stable
product_name: chef
client_rb:
chef_license: accept
platforms:
- name: ubuntu-16.04
- name: debian-8
- name: debian-9
- name: centos-7
verifier:
name: inspec
suites:
- name: artifactory-adoptopenjdk-distribution-oss
run_list:
- recipe[artifactory]
verifier:
inspec_tests:
- test/integration/default/package-oss.rb
- test/integration/default/service.rb
attributes:
java:
install_flavor: adoptopenjdk
ark_retries: 2
ark_retry_delay: 10
artifactory:
install_flavor: distribution
edition: oss
version: '6.8.7'
# - name: artifactory-adoptopenjdk-distribution-pro
# run_list:
# - recipe[artifactory]
# verifier:
# inspec_tests:
# - test/integration/default/package-pro.rb
# - test/integration/default/service.rb
# attributes:
# java:
# install_flavor: adoptopenjdk
# ark_retries: 2
# ark_retry_delay: 10
# artifactory:
# install_flavor: distribution
# edition: pro
# version: '6.8.7'
- name: artifactory-adoptopenjdk-binary-deb
run_list:
- recipe[artifactory]
excludes:
- centos-7
verifier:
inspec_tests:
- test/integration/default/package-oss.rb
- test/integration/default/service.rb
attributes:
java:
install_flavor: adoptopenjdk
ark_retries: 2
ark_retry_delay: 10
artifactory:
install_flavor: binary
package_uri: 'https://jfrog.bintray.com/artifactory-debs/pool/main/j/jfrog-artifactory-oss-deb/jfrog-artifactory-oss-6.8.7.deb'
package_sha256: 'ceb80f808209579aef287d84c5d7747452498b12f286d21eee2effb0002f4f8e'
- name: artifactory-adoptopenjdk-binary-rpm
run_list:
- recipe[artifactory]
excludes:
- ubuntu-16.04
- debian-8
- debian-9
verifier:
inspec_tests:
- test/integration/default/package-oss.rb
- test/integration/default/service.rb
attributes:
java:
install_flavor: adoptopenjdk
ark_retries: 2
ark_retry_delay: 10
artifactory:
install_flavor: binary
package_uri: 'https://jfrog.bintray.com/artifactory-rpms/jfrog-artifactory-oss-6.8.7.rpm'
package_sha256: 'f9aa12cf7f35e87a23e88e3cb6de95275c82c2d78b4d85a41583b5a64508e3f7'
- name: artifactory-adoptopenjdk-binary-zip
run_list:
- recipe[artifactory]
verifier:
inspec_tests:
- test/integration/default/service.rb
attributes:
java:
install_flavor: adoptopenjdk
ark_retries: 2
ark_retry_delay: 10
artifactory:
install_flavor: binary
package_uri: 'http://dl.bintray.com/jfrog/artifactory/jfrog-artifactory-oss-6.8.7.zip'
package_sha256: '43e29a84e34049f3aa2cf143274e4c25dc130406f88eae902d07f7351b9c6015'