forked from universityofderby/chef-weblogic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
executable file
·53 lines (50 loc) · 1.5 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
driver:
name: vagrant
driver-config:
use_cachier_plugin: true
provisioner:
name: chef_zero
data_path: test/shared
platforms:
- name: centos-6.7
suites:
- name: weblogic-server-10-3-5
run_list:
- recipe[weblogic-server-10-3-5]
attributes:
common_artifact_repo: <%= ENV['COMMON_ARTIFACT_REPO'] %>
- name: weblogic-server-10-3-6
run_list:
- recipe[weblogic-server-10-3-6]
attributes:
common_artifact_repo: <%= ENV['COMMON_ARTIFACT_REPO'] %>
- name: weblogic-server-12-1-2
run_list:
- recipe[weblogic-server-12-1-2]
attributes:
common_artifact_repo: <%= ENV['COMMON_ARTIFACT_REPO'] %>
- name: weblogic-server-12-1-3
run_list:
- recipe[weblogic-server-12-1-3]
attributes:
common_artifact_repo: <%= ENV['COMMON_ARTIFACT_REPO'] %>
- name: weblogic-server-12-1-3-weblogic-admin
run_list:
- recipe[weblogic-server-12-1-3-weblogic-admin]
attributes:
common_artifact_repo: <%= ENV['COMMON_ARTIFACT_REPO'] %>
- name: weblogic-server-12-2-1
run_list:
- recipe[weblogic-server-12-2-1]
attributes:
common_artifact_repo: <%= ENV['COMMON_ARTIFACT_REPO'] %>
- name: weblogic-server-multi
run_list:
- recipe[weblogic-server-multi]
attributes:
common_artifact_repo: <%= ENV['COMMON_ARTIFACT_REPO'] %>
- name: weblogic-server-usr
run_list:
- recipe[weblogic-server-usr]
attributes:
common_artifact_repo: <%= ENV['COMMON_ARTIFACT_REPO'] %>