forked from saltstack-formulas/tomcat-formula
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.kitchen.yml
80 lines (76 loc) · 1.52 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
---
driver:
name: docker
hostname: salt-formula.ci.local
use_sudo: true
require_chef_omnibus: false
# verifier:
# name: inspec
platforms:
- name: ubuntu-14.04
- name: ubuntu-16.04
- name: debian-7
- name: debian-8
- name: centos-6
- name: centos-7
provisioner:
name: salt_solo
salt_install: bootstrap
salt_bootstrap_url: https://bootstrap.saltstack.com
salt_version: latest
salt_pillar_root: pillar.example
log_level: <%= ENV['SALT_DEBUG_LEVEL'] || 'info' %>
formula: tomcat
state_top:
base:
'*':
- tomcat
suites:
- name: tomcat_install
provisioner:
state_top:
base:
'*':
- tomcat
- tomcat.manager
- name: tomcat_config
provisioner:
state_top:
base:
'*':
- tomcat.config
- tomcat.manager
- tomcat.vhosts
- tomcat.expires
- tomcat.context
- tomcat.cluster
- name: tomcat_native
provisioner:
state_top:
base:
'*':
- tomcat.native
- name: tomcat_manager
provisioner:
state_top:
base:
'*':
- tomcat.manager
- name: tomcat_expires
provisioner:
state_top:
base:
'*':
- tomcat.expires
- name: tomcat_context
provisioner:
state_top:
base:
'*':
- tomcat.context
- name: tomcat_cluster
provisioner:
state_top:
base:
'*':
- tomcat.cluster