forked from RiotGamesCookbooks/artifact-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
37 lines (35 loc) · 1.12 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
---
driver_plugin: vagrant
platforms:
- name: centos-6.8
suites:
- name: default
run_list: ["recipe[artifact_test]"]
attributes:
artifact_test:
version: "1.2.3"
location: "/tmp/kitchen-chef-solo/cookbooks/artifact/fixtures/artifact_test-1.2.3.tgz"
# - name: forcing
# run_list: ["recipe[artifact_test::default]", "recipe[artifact_test::force_install]"]
# attributes:
# artifact_test:
# version: "1.2.3"
# location: "/tmp/kitchen-chef-solo/cookbooks/artifact/fixtures/artifact_test-1.2.3.tgz"
- name: file
run_list: ["recipe[artifact_test::file]"]
attributes:
artifact_test:
version: "1.2.3"
location: "/tmp/kitchen-chef-solo/cookbooks/artifact/fixtures/artifact_test-1.2.3.tgz"
# - name: nexus-file
# run_list: ["recipe[artifact_test::file]"]
# attributes:
# artifact_test:
# file_url: "com.test:mytest:1.0.0:tgz"
# - name: s3-file
# run_list: ["recipe[artifact_test]"]
# attributes:
# artifact_test:
# version: "1.2.3"
# location: "s3://s3-us-east-1.amazonaws.com/bucket/path/to/file.tgz"
# deploy_to: "1.2.3"