forked from cloudify-cosmo/cloudify-packager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
packages.yaml
317 lines (303 loc) · 11.5 KB
/
packages.yaml
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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
packages:
cloudify-ui:
name: "cloudify-ui"
version: "3.3.0"
depends:
- "nodejs"
package_path: "/cloudify"
sources_path: "/packages/cloudify-ui"
source_package_type: "dir"
destination_package_types:
- "deb"
bootstrap_script: "package-scripts/cloudify-ui-bootstrap.sh"
bootstrap_template: "cloudify-ui-bootstrap.template"
bootstrap_log: "/var/log/cloudify-bootstrap.log"
config_templates:
template_file_init:
template: "package-configuration/cloudify-ui/init/cloudify-ui.conf.template"
output_file: "cloudify-ui.conf"
config_dir: "config/init"
dst_dir: "/etc/init"
params_init:
log_file: "/var/log/cloudify-ui/cosmo-ui.log"
user: "root"
run_dir: "/opt/cloudify-ui"
params_ui:
port: "9001"
config_dir_grafana:
files: "package-configuration/cloudify-ui/grafana"
config_dir: "config/grafana"
dst_dir: "/opt/grafana"
cloudify-ubuntu-agent:
name: "cloudify-trusty-agent"
version: "3.3.0"
package_path: "/cloudify"
sources_path: "/tmp/Ubuntu-agent"
source_package_type: "dir"
destination_package_types:
- "deb"
bootstrap_script: "package-scripts/agent-ubuntu-bootstrap.sh"
bootstrap_template: "agent-ubuntu-bootstrap.template"
bootstrap_params:
file_server_path: "/opt/manager/resources"
dst_agent_location: "packages/agents"
dst_template_location: "packages/templates"
dst_script_location: "packages/scripts"
bootstrap_log: "/var/log/cloudify3-bootstrap.log"
config_templates:
config_dir:
files: "package-configuration/ubuntu-agent"
config_dir: "config"
dst_dir: "/opt/manager/resources/packages/agents/templates/"
cloudify-ubuntu-commercial-agent:
name: "cloudify-trusty-agent"
version: "3.3.0"
package_path: "/cloudify"
sources_path: "/tmp/Ubuntu-agent"
source_package_type: "dir"
destination_package_types:
- "deb"
bootstrap_script: "package-scripts/agent-ubuntu-bootstrap.sh"
bootstrap_template: "agent-ubuntu-bootstrap.template"
bootstrap_params:
file_server_path: "/opt/manager/resources"
dst_agent_location: "packages/agents"
dst_template_location: "packages/templates"
dst_script_location: "packages/scripts"
bootstrap_log: "/var/log/cloudify3-bootstrap.log"
config_templates:
config_dir:
files: "package-configuration/ubuntu-commercial-agent"
config_dir: "config"
dst_dir: "/opt/manager/resources/packages/agents/templates/"
cloudify-ubuntu-precise-commercial-agent:
name: "cloudify-ubuntu-precise-agent"
version: "3.3.0"
package_path: "/cloudify"
sources_path: "/agents/Ubuntu-agent"
source_package_type: "dir"
destination_package_types:
- "deb"
bootstrap_script: "package-scripts/agent-ubuntu-bootstrap.sh"
bootstrap_template: "agent-ubuntu-bootstrap.template"
bootstrap_params:
file_server_path: "/opt/manager/resources"
dst_agent_location: "packages/agents"
dst_template_location: "packages/templates"
dst_script_location: "packages/scripts"
bootstrap_log: "/var/log/cloudify3-bootstrap.log"
config_templates:
config_dir:
files: "package-configuration/ubuntu-commercial-agent"
config_dir: "config"
dst_dir: "/opt/manager/resources/packages/agents/templates/"
cloudify-ubuntu-trusty-commercial-agent:
name: "cloudify-ubuntu-trusty-agent"
version: "3.3.0"
package_path: "/cloudify"
sources_path: "/agents/Ubuntu-agent"
source_package_type: "dir"
destination_package_types:
- "deb"
bootstrap_script: "package-scripts/agent-ubuntu-bootstrap.sh"
bootstrap_template: "agent-ubuntu-bootstrap.template"
bootstrap_params:
file_server_path: "/opt/manager/resources"
dst_agent_location: "packages/agents"
dst_template_location: "packages/templates"
dst_script_location: "packages/scripts"
bootstrap_log: "/var/log/cloudify3-bootstrap.log"
config_templates:
config_dir:
files: "package-configuration/ubuntu-commercial-agent"
config_dir: "config"
dst_dir: "/opt/manager/resources/packages/agents/templates/"
cloudify-debian-jessie-agent:
name: "cloudify-debian-jessie-agent"
version: "3.3.0"
package_path: "/cloudify"
sources_path: "/agents/debian-agent"
source_package_type: "dir"
destination_package_types:
- "deb"
bootstrap_script: "package-scripts/agent-debian-bootstrap.sh"
bootstrap_template: "agent-debian-bootstrap.template"
bootstrap_params:
file_server_path: "/opt/manager/resources"
dst_agent_location: "packages/agents"
dst_template_location: "packages/templates"
dst_script_location: "packages/scripts"
bootstrap_log: "/var/log/cloudify3-bootstrap.log"
config_templates:
config_dir:
files: "package-configuration/debian-agent"
config_dir: "config"
dst_dir: "/opt/manager/resources/packages/agents/templates/"
debian-jessie-agent:
name: "debian--agent"
version: "3.3.0"
source_urls:
- "https://github.com/cloudify-cosmo/cloudify-manager/archive/master.tar.gz"
package_path: "/agents/debian-agent"
sources_path: "/debian-agent/env"
python_modules:
- "billiard==2.7.3.28"
- "celery==3.1.17"
- "pika"
- "https://github.com/cloudify-cosmo/cloudify-rest-client/archive/master.tar.gz"
- "https://github.com/cloudify-cosmo/cloudify-plugins-common/archive/master.tar.gz"
- "/Ubuntu-agent/env/cloudify-manager-master/plugins/agent-installer/"
- "/Ubuntu-agent/env/cloudify-manager-master/plugins/plugin-installer/"
- "/Ubuntu-agent/env/cloudify-manager-master/plugins/windows-agent-installer/"
source_package_type: "dir"
destination_package_types:
- "tar.gz"
cloudify-ubuntu-trusty-agent:
name: "cloudify-ubuntu-trusty-agent"
version: "3.3.0"
package_path: "/cloudify"
sources_path: "/agents/Ubuntu-agent"
source_package_type: "dir"
destination_package_types:
- "deb"
bootstrap_script: "package-scripts/agent-ubuntu-bootstrap.sh"
bootstrap_template: "agent-ubuntu-bootstrap.template"
bootstrap_params:
file_server_path: "/opt/manager/resources"
dst_agent_location: "packages/agents"
dst_template_location: "packages/templates"
dst_script_location: "packages/scripts"
bootstrap_log: "/var/log/cloudify3-bootstrap.log"
config_templates:
config_dir:
files: "package-configuration/ubuntu-agent"
config_dir: "config"
dst_dir: "/opt/manager/resources/packages/agents/templates/"
Ubuntu-trusty-agent:
name: "Ubuntu-trusty-agent"
version: "3.3.0"
source_urls:
- "https://github.com/cloudify-cosmo/cloudify-manager/archive/master.tar.gz"
package_path: "/agents/Ubuntu-agent"
sources_path: "/Ubuntu-agent/env"
python_modules:
- "billiard==2.7.3.28"
- "celery==3.1.17"
- "pika"
- "https://github.com/cloudify-cosmo/cloudify-rest-client/archive/master.tar.gz"
- "https://github.com/cloudify-cosmo/cloudify-plugins-common/archive/master.tar.gz"
- "/Ubuntu-agent/env/cloudify-manager-master/plugins/agent-installer/"
- "/Ubuntu-agent/env/cloudify-manager-master/plugins/plugin-installer/"
- "/Ubuntu-agent/env/cloudify-manager-master/plugins/windows-agent-installer/"
source_package_type: "dir"
destination_package_types:
- "tar.gz"
cloudify-ubuntu-precise-agent:
name: "cloudify-ubuntu-precise-agent"
version: "3.3.0"
package_path: "/cloudify"
sources_path: "/agents/Ubuntu-agent"
source_package_type: "dir"
destination_package_types:
- "deb"
bootstrap_script: "package-scripts/agent-ubuntu-bootstrap.sh"
bootstrap_template: "agent-ubuntu-bootstrap.template"
bootstrap_params:
file_server_path: "/opt/manager/resources"
dst_agent_location: "packages/agents"
dst_template_location: "packages/templates"
dst_script_location: "packages/scripts"
bootstrap_log: "/var/log/cloudify3-bootstrap.log"
config_templates:
config_dir:
files: "package-configuration/ubuntu-agent"
config_dir: "config"
dst_dir: "/opt/manager/resources/packages/agents/templates/"
Ubuntu-precise-agent:
name: "Ubuntu-precise-agent"
version: "3.3.0"
source_urls:
- "https://github.com/cloudify-cosmo/cloudify-manager/archive/master.tar.gz"
package_path: "/agents/Ubuntu-agent"
sources_path: "/Ubuntu-agent/env"
python_modules:
- "billiard==2.7.3.28"
- "celery==3.1.17"
- "pika"
- "https://github.com/cloudify-cosmo/cloudify-rest-client/archive/master.tar.gz"
- "https://github.com/cloudify-cosmo/cloudify-plugins-common/archive/master.tar.gz"
- "/Ubuntu-agent/env/cloudify-manager-master/plugins/agent-installer/"
- "/Ubuntu-agent/env/cloudify-manager-master/plugins/plugin-installer/"
- "/Ubuntu-agent/env/cloudify-manager-master/plugins/windows-agent-installer/"
source_package_type: "dir"
destination_package_types:
- "tar.gz"
cloudify-centos-final-agent:
name: "cloudify-centos-final-agent"
version: "3.3.0"
package_path: "/cloudify"
sources_path: "/agents/centos-agent"
source_package_type: "dir"
destination_package_types:
- "deb"
bootstrap_script: "package-scripts/agent-centos-bootstrap.sh"
bootstrap_template: "agent-centos-bootstrap.template"
bootstrap_params:
file_server_path: "/opt/manager/resources"
dst_agent_location: "packages/agents"
dst_template_location: "packages/templates"
dst_script_location: "packages/scripts"
bootstrap_log: "/var/log/cloudify3-bootstrap.log"
config_templates:
config_dir:
files: "package-configuration/centos-agent"
config_dir: "config"
dst_dir: "/opt/manager/resources/packages/agents/templates/"
centos-Final-agent:
name: "centos-Final-agent"
version: "3.3.0"
source_urls:
- "https://github.com/cloudify-cosmo/cloudify-manager/archive/master.tar.gz"
package_path: "/agents/centos-agent"
sources_path: "/centos-agent/env"
python_modules:
- "billiard==2.7.3.28"
- "celery==3.1.17"
- "bernhard"
- "pika"
- "https://github.com/cloudify-cosmo/cloudify-rest-client/archive/master.tar.gz"
- "https://github.com/cloudify-cosmo/cloudify-plugins-common/archive/master.tar.gz"
- "/centos-agent/env/cloudify-manager-master/plugins/plugin-installer/"
source_package_type: "dir"
destination_package_types:
- "tar.gz"
cloudify-windows-agent:
name: "cloudify-windows-agent"
version: "3.3.0"
package_path: "/cloudify"
sources_path: "/agents/windows-agent"
source_package_type: "dir"
destination_package_types:
- "deb"
bootstrap_script: "package-scripts/agent-windows-bootstrap.sh"
bootstrap_template: "agent-windows-bootstrap.template"
bootstrap_params:
file_server_path: "/opt/manager/resources"
dst_agent_location: "packages/agents"
bootstrap_log: "/var/log/cloudify3-bootstrap.log"
cloudify-linux-cli:
name: "cloudify-linux_cli"
version: "3.3.0"
package_path: "/cloudify"
sources_path: "/cfy"
source_package_type: "dir"
destination_package_types:
- "deb"
- "rpm"
- "tar.gz"
bootstrap_script: "package-scripts/cli-installer.sh"
bootstrap_template: "cli-linux.template"
config_templates:
config_dir:
files: "package-configuration/linux-cli"
config_dir: ""