forked from crowbar/barclamp-crowbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crowbar.yml
307 lines (300 loc) · 6.43 KB
/
crowbar.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
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
# Copyright 2013, Dell
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
barclamp:
name: crowbar
display: Crowbar
description: Self-referential barclamp enabling other barclamps
online_help: 'https://crowbar.github.com/'
version: 2
license: "apache2"
copyright: "Dell, Inc 2013"
api_version: "v2"
api_version_accepts: "v2"
proposal_schema_version: 2
os_support:
- ubuntu-12.04
- redhat-6.2
- centos-6.2
- opensuse-12.2
- fedora-18
roles:
- name: crowbar
jig: script
flags:
- bootstrap
jigs:
- name: script
class: 'BarclampCrowbar::Jig'
description: 'Run arbitrary scripts on nodes via SSH'
- name: noop
class: NoopJig
description: "Jig used when roles have no action to run"
crowbar:
layout: 2.0
order: 0
proposal_schema_version: 2
debs:
ubuntu-12.04:
repos:
- deb http://us.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
- deb-src http://us.archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse
- deb http://us.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
- deb-src http://us.archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse
- deb http://archive.canonical.com/ubuntu precise partner
- deb-src http://archive.canonical.com/ubuntu precise partner
- deb http://extras.ubuntu.com/ubuntu precise main
- deb-src http://extras.ubuntu.com/ubuntu precise main
- deb http://security.ubuntu.com/ubuntu precise-security main restricted universe multiverse
- deb-src http://security.ubuntu.com/ubuntu precise-security main restricted universe multiverse
- deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main
#repos:
# Rabbit MQ repo
#- deb http://www.rabbitmq.com/debian/ testing main
required_pkgs:
- ruby1.9.1
- ruby1.9.1-dev
- gcc
- tcpdump
- libcurl4-gnutls-dev
- build-essential
- libxml2-dev
- zlib1g-dev
- ipmitool
- efibootmgr
- kwalify
- curl
- sqlite3
- libsqlite3-dev
- vim
build_pkgs:
- ruby1.9.1
- ruby1.9.1-dev
- build-essential
- libsqlite3-dev
- dpkg-dev
- libxml2-dev
- zlib1g-dev
- libxslt1-dev
pkgs:
# apache stuff
- apache2
- apache2-prefork-dev
- libopkele-dev
- libopkele3
- libapache2-svn
- libapache2-mod-fcgid
- libapache2-mod-php5
- libapache2-mod-python
- libapache2-mod-wsgi
# apt-cacher stuff
- apt-cacher
# build-essential stuff
- build-essential
- binutils-doc
- autoconf
- flex
- bison
- patch
# crowbar stuff
- curl
- sqlite
- sqlite3
- libsqlite3-dev
- postgresql-9.3
- postgresql-client-9.3
- postgresql-contrib-9.3
- libpq-dev
- kwalify
- libcurl4-gnutls-dev
# minicom stuff
- minicom
# nscd stuff
- nscd
# openldap stuff
- libnss-ldap
- libpam-ldap
- ldap-utils
- db4.8-util
- slapd
# openssh stuff
- openssh-client
- openssh-server
# rabbitmq stuff
- rabbitmq-server
# ruby stuff
- ruby1.9.1
- ruby1.9.1-dev
# runit stuff
- runit
# sudo stuff
#- sudo
# java stuff
#- sun-java6-jdk
#- sun-java6-jre
- dpkg-dev
- screen
- alien
- graphviz
- vim
# for nokogiri
- libxslt1.1
rpms:
redhat-6.2:
repos:
- rpm http://mirrors.servercentral.net/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
build_pkgs:
- libcurl-devel
- yum-plugin-downloadonly
- createrepo
- libxml2-devel
- zlib-devel
centos-6.2:
repos:
- rpm http://mirrors.servercentral.net/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
build_pkgs:
- libcurl-devel
- yum-plugin-downloadonly
- yum-plugin-priorities
- createrepo
- libxml2-devel
- zlib-devel
fedora-18:
build_pkgs:
- libcurl-devel
- yum-plugin-priorities
- createrepo
- libxml2-devel
- zlib-devel
required_pkgs:
- rubygems
- gcc
- gcc-c++
- make
- ruby-devel
- libxml2-devel
- zlib-devel
- tcpdump
- efibootmgr
- curl
- sqlite
- sqlite-devel
- vim
build_pkgs:
- rubygems
- ruby-devel
- make
- gcc
- kernel-devel
- sqlite-devel
- mysql-devel
pkgs:
# apache stuff
- httpd
- httpd-devel
- mod_fcgid
- php
- mod_python
- mod_ssl
- mod_wsgi
# build-essential stuff
- gcc
- gcc-c++
- kernel-devel
- make
- autoconf
- flex
- bison
- patch
# crowbar stuff
- curl
- sqlite
- sqlite-devel
- rubygem-kwalify
- createrepo
# minicom stuff
- minicom
# nscd stuff
- nscd
# openldap stuff
- nss
- nss-tools
- openldap
- openldap-servers
- openldap-clients
- krb5-workstation
# openssh stuff
- openssh-clients
- openssh-server
- openssh
# rabbitmq stuff
# ruby stuff
- ruby
- ruby-devel
- ruby-shadow
# sudo stuff
- sudo
- screen
- graphviz
- vim-enhanced
gems:
pkgs:
- active_scaffold
- amqp
- bluepill
- bluecloth
- builder
- bundler
- bunny-(<0.8.0)
- cancan
- coveralls
- database_cleaner
- devise-(~>3.0.0)
- email_spec
- formtastic
- haml
- highline
- i18n
- jquery-rails
- json
- kwalify
- launchy
- libxml-ruby
- net-http-digest_auth
- net-ssh
- net-ssh-multi
- puma
- pg
- railroad
- rails-(~>3.2.13)
- rails_config
- rails-erd
- rake
- rcov
- rdoc
- rest-client
# Pinned to not interfere with chefspec.
- rspec-rails-(=2.11.4)
- sass
- sass-rails-(~>3.2.3)
- sendfile
- simplecov
- simple-navigation
- sqlite3
- state_machine
- syslogger
- xml-simple
- factory_girl_rails-(~>1.7.0)
- delayed_job_active_record
- delayed_job