forked from universityofderby/chef-weblogic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
43 lines (40 loc) · 1.15 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
driver:
name: vagrant
driver-config:
use_cachier_plugin: true
provisioner:
name: chef_zero
data_path: test/shared
platforms:
- name: centos-6.6
suites:
- 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-1
run_list:
- recipe[weblogic-server-12-1-1]
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-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'] %>