forked from chriswgerber/artifact-cookbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
35 lines (33 loc) · 970 Bytes
/
.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
---
driver_plugin: vagrant
platforms:
- name: centos-6.3
- name: ubuntu-12.04
- name: ubuntu-14.04
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]"]
- 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"