oops
[build.git] / lxc.mk
1 #
2 # declare the packages to be built and their dependencies
3 # initial version from Mark Huang
4 # Mark Huang <mlhuang@cs.princeton.edu>
5 # Copyright (C) 2003-2006 The Trustees of Princeton University
6 # rewritten by Thierry Parmentelat - INRIA Sophia Antipolis
7 #
8 # see doc in Makefile  
9 #
10
11 ### the madwifi drivers ahip with fedora16's kernel rpm
12
13 #
14 # lxctools: scripts for entering containers
15 #
16 lxctools-MODULES := lxctools
17 lxctools-SPEC := lxctools.spec
18 ALL += lxctools
19 IN_NODEIMAGE += lxctools
20
21 #
22 # lxcsu: root context module for entering namespaces
23 #
24 lxcsu-MODULES := lxcsu
25 lxcsu-SPEC := lxcsu.spec
26 ALL += lxcsu
27 IN_NODEIMAGE += lxcsu
28
29 #
30 #
31 # transforward: root context module for transparent port forwarding
32 #
33 transforward-MODULES := transforward
34 transforward-SPEC := transforward.spec
35 ALL += transforward
36 IN_NODEIMAGE += transforward
37
38 #
39 # procprotect: root context module for protecting against weaknesses in /proc
40 #
41 procprotect-MODULES := procprotect
42 procprotect-SPEC := procprotect.spec
43 ALL += procprotect
44 IN_NODEIMAGE += procprotect
45
46 #
47 # ipfw: root context module, and slice companion
48 #
49 # starting on 2013-03-05 when f18 has moved to kernel 3.8 this module won't build anymore
50 ifeq "$(DISTRONAME)" "f16"
51 ipfwroot-MODULES := ipfw
52 ipfwroot-SPEC := planetlab/ipfwroot.spec
53 ALL += ipfwroot
54 IN_NODEIMAGE += ipfwroot
55
56 ipfwslice-MODULES := ipfw
57 ipfwslice-SPEC := planetlab/ipfwslice.spec
58 ALL += ipfwslice
59 endif
60
61 #
62 # NodeUpdate
63 #
64 nodeupdate-MODULES := nodeupdate
65 nodeupdate-SPEC := NodeUpdate.spec
66 ALL += nodeupdate
67 IN_NODEIMAGE += nodeupdate
68
69 #
70 # ipod
71 #
72 ipod-MODULES := PingOfDeath
73 ipod-SPEC := ipod.spec
74 ALL += ipod
75 IN_NODEIMAGE += ipod
76
77 #
78 # plnode-utils
79
80 plnode-utils-MODULES := plnode-utils
81 plnode-utils-SPEC := plnode-utils-lxc.spec
82 ALL += plnode-utils
83 IN_NODEIMAGE += plnode-utils
84
85 #
86 # nodemanager
87 #
88 nodemanager-lib-MODULES := nodemanager
89 nodemanager-lib-SPEC := nodemanager-lib.spec
90 ALL += nodemanager-lib
91 IN_NODEIMAGE += nodemanager-lib
92
93 nodemanager-lxc-MODULES := nodemanager
94 nodemanager-lxc-SPEC := nodemanager-lxc.spec
95 ALL += nodemanager-lxc
96 IN_NODEIMAGE += nodemanager-lxc
97
98 #
99 # pl_sshd
100 #
101 sshd-MODULES := pl_sshd
102 sshd-SPEC := pl_sshd.spec
103 ALL += sshd
104 IN_NODEIMAGE += sshd
105
106 #
107 # codemux: Port 80 demux
108 #
109 codemux-MODULES := codemux
110 codemux-SPEC   := codemux.spec
111 ALL += codemux
112 IN_NODEIMAGE += codemux
113
114 #
115 # fprobe-ulog
116 #
117 fprobe-ulog-MODULES := fprobe-ulog
118 fprobe-ulog-SPEC := fprobe-ulog.spec
119 ALL += fprobe-ulog
120 IN_NODEIMAGE += fprobe-ulog
121
122 #################### using our own libvirt on all distros for now
123 #local_libvirt=false
124 #ifeq "$(DISTRONAME)" "f16"
125 local_libvirt=true
126 #endif
127
128 ifeq "$(local_libvirt)" "true"
129 #
130 # libvirt
131 #
132 libvirt-MODULES := libvirt
133 libvirt-SPEC    := libvirt.spec
134 libvirt-BUILD-FROM-SRPM := yes
135 # The --without options are breaking spec2make : hard-wired in the specfile instead
136 libvirt-DEVEL-RPMS += xhtml1-dtds gettext gettext-devel libtasn1-devel gnutls-devel 
137 libvirt-DEVEL-RPMS += libattr-devel augeas libpciaccess-devel yajl-devel 
138 libvirt-DEVEL-RPMS += libpcap-devel radvd ebtables device-mapper-devel 
139 libvirt-DEVEL-RPMS += ceph-devel numactl-devel libcap-ng-devel scrub 
140 ifeq "$(DISTRONAME)" "f16"
141 libvirt-DEVEL-RPMS += libnl-devel libudev-devel
142 endif
143 # strictly speaking fuse-devel is not required anymore but we might wish to turn fuse back on again in the future
144 ifeq "$(DISTRONAME)" "f18"
145 libvirt-DEVEL-RPMS += fuse-devel libssh2-devel dbus-devel numad 
146 libvirt-DEVEL-RPMS += systemd-devel libnl3-devel iptables-ipv6 
147 endif
148 libvirt-RPMFLAGS :=     --define 'packager PlanetLab'
149 ALL += libvirt
150 IN_NODEREPO += libvirt
151 IN_NODEIMAGE += libvirt
152 endif
153
154 #
155 # DistributedRateLimiting
156 #
157 #DistributedRateLimiting-MODULES := DistributedRateLimiting
158 #DistributedRateLimiting-SPEC := DistributedRateLimiting.spec
159 #ALL += DistributedRateLimiting
160 #IN_NODEREPO += DistributedRateLimiting
161
162 #
163 # pf2slice
164 #
165 pf2slice-MODULES := pf2slice
166 pf2slice-SPEC := pf2slice.spec
167 ALL += pf2slice
168
169 ##
170 ## PlanetLab Mom: Cleans up your mess
171 ##
172 #mom-MODULES := mom
173 #mom-SPEC := pl_mom.spec
174 #ALL += mom
175 #IN_NODEIMAGE += mom
176
177 #
178 # inotify-tools - local import
179 # rebuild this on centos5 (not found) - see yumexclude
180 #
181 local_inotify_tools=false
182 ifeq "$(DISTRONAME)" "centos5"
183 local_inotify_tools=true
184 endif
185
186 ifeq "$(DISTRONAME)" "sl6"
187 local_inotify_tools=true
188 endif
189
190 ifeq "$(local_inotify_tools)" "true"
191 inotify-tools-MODULES := inotify-tools
192 inotify-tools-SPEC := inotify-tools.spec
193 inotify-tools-BUILD-FROM-SRPM := yes
194 IN_NODEIMAGE += inotify-tools
195 ALL += inotify-tools
196 endif
197
198 #
199 # openvswitch
200 #
201 # openvswitch-MODULES := openvswitch
202 # openvswitch-SPEC := openvswitch.spec
203 # openvswitch-DEPEND-DEVEL-RPMS += kernel-devel
204 # IN_NODEIMAGE += openvswitch
205 # # build only on f14 as f16 has this natively
206 # ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f14)"
207 # ALL += openvswitch
208 # endif
209
210 #
211 # vsys
212 #
213 vsys-MODULES := vsys
214 vsys-SPEC := vsys.spec
215 # ocaml-docs is not needed anymore but keep it on a tmp basis as some tags may still have it
216 vsys-DEVEL-RPMS += ocaml-ocamldoc ocaml-docs
217 ifeq "$(local_inotify_tools)" "true"
218 vsys-DEPEND-DEVEL-RPMS += inotify-tools inotify-tools-devel
219 endif
220 IN_NODEIMAGE += vsys
221 ALL += vsys
222
223 #
224 # vsyssh : installed in slivers
225 #
226 vsyssh-MODULES := vsys
227 vsyssh-SPEC := vsyssh.spec
228 IN_SLICEIMAGE += vsyssh
229 ALL += vsyssh
230
231 #
232 # vsys-scripts
233 #
234 vsys-scripts-MODULES := vsys-scripts
235 vsys-scripts-SPEC := root-context/vsys-scripts.spec
236 IN_NODEIMAGE += vsys-scripts
237 ALL += vsys-scripts
238
239 #
240 # bind_public
241 #
242 bind_public-MODULES := bind_public
243 bind_public-SPEC := bind_public.spec
244 IN_SLICEIMAGE += bind_public
245 ALL += bind_public
246
247 #
248 # plcapi
249 #
250 plcapi-MODULES := plcapi
251 plcapi-SPEC := plcapi.spec
252 ALL += plcapi
253 IN_MYPLC += plcapi
254
255 #
256 # drupal
257
258 drupal-MODULES := drupal
259 drupal-SPEC := drupal.spec
260 drupal-BUILD-FROM-SRPM := yes
261 ALL += drupal
262 IN_MYPLC += drupal
263
264 #
265 # use the plewww module instead
266 #
267 plewww-MODULES := plewww
268 plewww-SPEC := plewww.spec
269 ALL += plewww
270 IN_MYPLC += plewww
271
272 #
273 # www-register-wizard
274 #
275 www-register-wizard-MODULES := www-register-wizard
276 www-register-wizard-SPEC := www-register-wizard.spec
277 ALL += www-register-wizard
278 IN_MYPLC += www-register-wizard
279
280 #
281 # pcucontrol
282 #
283 pcucontrol-MODULES := pcucontrol
284 pcucontrol-SPEC := pcucontrol.spec
285 ALL += pcucontrol
286
287 #
288 # monitor
289 #
290 #monitor-MODULES := monitor
291 #monitor-SPEC := Monitor.spec
292 #monitor-DEVEL-RPMS += net-snmp net-snmp-devel
293 #ALL += monitor
294 #IN_NODEIMAGE += monitor
295
296 #
297 # PLC RT
298 #
299 plcrt-MODULES := PLCRT
300 plcrt-SPEC := plcrt.spec
301 ALL += plcrt
302
303 # f12 has 0.9-1 already
304 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 centos5)"
305 #
306 # pyopenssl
307 #
308 pyopenssl-MODULES := pyopenssl
309 pyopenssl-SPEC := pyOpenSSL.spec
310 pyopenssl-BUILD-FROM-SRPM := yes
311 ALL += pyopenssl
312 endif
313
314 #
315 # pyaspects
316 #
317 pyaspects-MODULES := pyaspects
318 pyaspects-SPEC := pyaspects.spec
319 pyaspects-BUILD-FROM-SRPM := yes
320 ALL += pyaspects
321
322 # sfa now uses the with statement that's not supported on python-2.4 - not even through __future__
323 # In addition we now use sqlalchemy and 0.5 as per f12 is not compatible with our model
324 build_sfa=true
325 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 f12 centos5)"
326 build_sfa=false
327 endif
328
329 ifeq "$(build_sfa)" "true"
330 #
331 # sfa - Slice Facility Architecture
332 #
333 sfa-MODULES := sfa
334 sfa-SPEC := sfa.spec
335 ALL += sfa
336
337 sface-MODULES := sface
338 sface-SPEC := sface.spec
339 ALL += sface
340 endif
341
342 #
343 # nodeconfig
344 #
345 nodeconfig-MODULES := nodeconfig
346 nodeconfig-SPEC := nodeconfig.spec
347 ALL += nodeconfig
348 IN_MYPLC += nodeconfig
349
350 #
351 # bootmanager
352 #
353 bootmanager-MODULES := bootmanager
354 bootmanager-SPEC := bootmanager.spec
355 ALL += bootmanager
356 IN_MYPLC += bootmanager
357
358 #
359 # pypcilib : used in bootcd
360
361 pypcilib-MODULES := pypcilib
362 pypcilib-SPEC := pypcilib.spec
363 ALL += pypcilib
364 IN_BOOTCD += pypcilib
365
366 #
367 # pyplnet
368 #
369 pyplnet-MODULES := pyplnet
370 pyplnet-SPEC := pyplnet.spec
371 ALL += pyplnet
372 IN_NODEIMAGE += pyplnet
373 IN_MYPLC += pyplnet
374 IN_BOOTCD += pyplnet
375
376 #
377 # OMF resource controller
378 #
379 omf-resctl-MODULES := omf
380 omf-resctl-SPEC := omf-resctl.spec
381 ALL += omf-resctl
382 IN_SLICEIMAGE += omf-resctl
383
384 #
385 # OMF exp controller
386 #
387 omf-expctl-MODULES := omf
388 omf-expctl-SPEC := omf-expctl.spec
389 ALL += omf-expctl
390
391 #
392 # bootcd
393 #
394 bootcd-MODULES := bootcd build
395 bootcd-SPEC := bootcd.spec
396 bootcd-DEPEND-PACKAGES := $(IN_BOOTCD)
397 bootcd-DEPEND-FILES := RPMS/yumgroups.xml
398 bootcd-RPMDATE := yes
399 ALL += bootcd
400 IN_MYPLC += bootcd
401
402 #
403 # images for slices
404 #
405 sliceimage-MODULES := sliceimage build
406 sliceimage-SPEC := sliceimage.spec
407 sliceimage-DEPEND-PACKAGES := $(IN_SLICEIMAGE)
408 sliceimage-DEPEND-FILES := RPMS/yumgroups.xml
409 sliceimage-RPMDATE := yes
410 ALL += sliceimage
411 IN_NODEIMAGE += sliceimage
412
413 #
414 # lxc-specific sliceimage initialization
415
416 lxc-sliceimage-MODULES  := sliceimage
417 lxc-sliceimage-SPEC     := lxc-sliceimage.spec
418 lxc-sliceimage-RPMDATE  := yes
419 ALL                     += lxc-sliceimage
420 IN_NODEIMAGE            += lxc-sliceimage
421
422 #
423 # nodeimage
424 #
425 nodeimage-MODULES := nodeimage build
426 nodeimage-SPEC := nodeimage.spec
427 nodeimage-DEPEND-PACKAGES := $(IN_NODEIMAGE)
428 nodeimage-DEPEND-FILES := RPMS/yumgroups.xml
429 nodeimage-RPMDATE := yes
430 ALL += nodeimage
431 IN_MYPLC += nodeimage
432
433 #
434 # noderepo
435 #
436 # all rpms resulting from packages marked as being in nodeimage and sliceimage
437 NODEREPO_RPMS = $(foreach package,$(IN_NODEIMAGE) $(IN_NODEREPO) $(IN_SLICEIMAGE),$($(package).rpms))
438 # replace space with +++ (specvars cannot deal with spaces)
439 SPACE=$(subst x, ,x)
440 NODEREPO_RPMS_3PLUS = $(subst $(SPACE),+++,$(NODEREPO_RPMS))
441
442 noderepo-MODULES := nodeimage
443 noderepo-SPEC := noderepo.spec
444 # package requires all embedded packages
445 noderepo-DEPEND-PACKAGES := $(IN_NODEIMAGE) $(IN_NODEREPO) $(IN_SLICEIMAGE)
446 noderepo-DEPEND-FILES := RPMS/yumgroups.xml
447 #export rpm list to the specfile
448 noderepo-SPECVARS = node_rpms_plus=$(NODEREPO_RPMS_3PLUS)
449 noderepo-RPMDATE := yes
450 ALL += noderepo
451 IN_MYPLC += noderepo
452
453 #
454 # slicerepo
455 #
456 # all rpms resulting from packages marked as being in vserver
457 SLICEREPO_RPMS = $(foreach package,$(IN_SLICEIMAGE),$($(package).rpms))
458 # replace space with +++ (specvars cannot deal with spaces)
459 SPACE=$(subst x, ,x)
460 SLICEREPO_RPMS_3PLUS = $(subst $(SPACE),+++,$(SLICEREPO_RPMS))
461
462 slicerepo-MODULES := nodeimage
463 slicerepo-SPEC := slicerepo.spec
464 # package requires all embedded packages
465 slicerepo-DEPEND-PACKAGES := $(IN_SLICEIMAGE)
466 slicerepo-DEPEND-FILES := RPMS/yumgroups.xml
467 #export rpm list to the specfile
468 slicerepo-SPECVARS = slice_rpms_plus=$(SLICEREPO_RPMS_3PLUS)
469 slicerepo-RPMDATE := yes
470 ALL += slicerepo
471
472 #
473 # MyPLC : lightweight packaging, dependencies are yum-installed in a vserver
474 #
475 myplc-MODULES := myplc
476 myplc-SPEC := myplc.spec
477 myplc-DEPEND-FILES := myplc-release RPMS/yumgroups.xml
478 ALL += myplc
479
480 # myplc-docs only contains docs for PLCAPI and NMAPI, but
481 # we still need to pull MyPLC, as it is where the specfile lies, 
482 # together with the utility script docbook2drupal.sh
483 myplc-docs-MODULES := myplc plcapi nodemanager monitor
484 myplc-docs-SPEC := myplc-docs.spec
485 ALL += myplc-docs
486
487 # using some other name than myplc-release, as this is a make target already
488 release-MODULES := myplc
489 release-SPEC := myplc-release.spec
490 release-RPMDATE := yes
491 ALL += release