-
Notifications
You must be signed in to change notification settings - Fork 4
/
.kitchen.yml
144 lines (140 loc) · 3.51 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
driver:
name: vagrant
customize:
memory: 1024
provisioner:
name: chef_zero
chef_zero_port: 8899
require_chef_omnibus: 14.8
data_path: test/fixtures
nodes_path: test/nodes
transport:
compression: none
platforms:
- name: c7
driver:
box: bento/centos-7.5
suites:
- name: monolithic
run_list:
- recipe[abiquo::default]
- recipe[abiquo::upgrade]
attributes:
abiquo:
db:
enable-master: true
ui_apache_opts:
KeepAlive: "On"
MaxKeepAliveRequests: 100
KeepAliveTimeout: 60
ui_proxies:
/am2:
url: http://some_am:8009/am
options:
Header: add "Access-Control-Allow-Origin" "*"
certificate:
common_name: frontend.bcn.abiquo.com
rabbitmq:
generate_cert: true
rabbitmq:
ssl: true
ssl_cert: /etc/rabbitmq/frontend.bcn.abiquo.com.crt
ssl_key: /etc/rabbitmq/frontend.bcn.abiquo.com.key
- name: server
run_list:
- recipe[abiquo::default]
- recipe[abiquo::upgrade]
attributes:
abiquo:
profile: server
db:
user: abiquo
password: abiquo
ui_apache_opts:
KeepAlive: "On"
MaxKeepAliveRequests: 100
KeepAliveTimeout: 60
ui_proxies:
/am2:
url: http://some_am:8009/am
options:
Header: add "Access-Control-Allow-Origin" "*"
certificate:
common_name: frontend.bcn.abiquo.com
- name: frontend
run_list:
- recipe[abiquo::default]
- recipe[abiquo::upgrade]
attributes:
abiquo:
profile: frontend
ui_config:
config.endpoint: "https://server.abiquo.com/api"
client.backto.url: "http://google.com"
client.google.maps.key: "trocotro"
client.test.timeout: 600
client.themes:
- abicloudDefault
- someothertheme
ui_apache_opts:
KeepAlive: "On"
MaxKeepAliveRequests: 100
KeepAliveTimeout: 60
ui_proxies:
/api:
url: ajp://serverhost:8010/api
/legal:
url: ajp://serverhost:8010/legal
/cms:
url: https://some_cms/blah
options:
Header: add "Access-Control-Allow-Origin" "*"
certificate:
common_name: frontend.bcn.abiquo.com
- name: remoteservices
run_list:
- recipe[abiquo::default]
- recipe[abiquo::upgrade]
attributes:
abiquo:
profile: remoteservices
- name: v2v
run_list:
- recipe[abiquo::default]
- recipe[abiquo::upgrade]
attributes:
abiquo:
profile: v2v
- name: kvm
excludes:
- c6
run_list:
- recipe[abiquo::default]
- recipe[abiquo::upgrade]
attributes:
abiquo:
profile: kvm
aim:
include_neutron: true
- name: monitoring
run_list:
# The Delorean service needs a running RabbitMQ instance
- recipe[abiquo::repository]
- recipe[rabbitmq]
- recipe[abiquo::default]
- recipe[abiquo::upgrade]
attributes:
abiquo:
profile: monitoring
rabbitmq:
username: guest
password: guest
monitoring:
emmett:
ssl: true
kairosdb_config:
kairosdb.datastore.cassandra.datapoint_ttl: 600
kairosdb.datastore.cassandra.keyspace: kitchen
rabbitmq:
version: 3.5.4
ssl: true