forked from Icinga/chef-icinga2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
86 lines (81 loc) · 2.09 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
81
82
83
84
85
86
---
driver:
name: vagrant
provisioner:
name: chef_zero
platforms:
- name: ubuntu-14.04
- name: centos-6.8
- name: centos-7.2
suites:
- name: server
require_chef_omnibus: 12.14.60
run_list:
- recipe[icinga2::server]
- recipe[icinga2-test::default]
attributes:
icinga2:
version: '2.5.4-1'
- name: client
run_list:
- recipe[icinga2::client]
attributes:
icinga2:
version: '2.5.4-1'
- name: web2-package
require_chef_omnibus: 12.14.60
driver:
network:
- ["forwarded_port", {guest: 80, host: 8080, auto_correct: true}]
- ["forwarded_port", {guest: 443, host: 8443, auto_correct: true}]
run_list:
- recipe[icinga2::server]
- recipe[icinga2-test::default]
attributes:
icinga2:
version: '2.5.4-1'
web2:
enable: true
install_method: package
version: 2.3.4
ido:
install_mysql_client: true
db_host: 192.168.1.152
load_schema: true
db_password: rooT-123
- name: web2-source
require_chef_omnibus: 12.14.60
driver:
network:
- ["forwarded_port", {guest: 80, host: 8080, auto_correct: true}]
- ["forwarded_port", {guest: 443, host: 8443, auto_correct: true}]
run_list:
- recipe[icinga2::server]
- recipe[icinga2-test::default]
attributes:
icinga2:
version: '2.5.4-1'
web2:
enable: true
install_method: source
version: 2.3.4
ido:
install_mysql_client: true
db_host: 192.168.1.152
load_schema: true
db_password: rooT-123
- name: classicui
require_chef_omnibus: 12.14.60
driver:
network:
- ["forwarded_port", {guest: 80, host: 8080, auto_correct: true}]
- ["forwarded_port", {guest: 443, host: 8443, auto_correct: true}]
run_list:
- recipe[icinga2::server]
- recipe[icinga2-test::default]
attributes:
icinga2:
version: '2.5.4-1'
classic_ui:
version: '2.5.4-1'
enable: true