fixes mod_python
[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 # sliver-openvswitch
249 #
250 sliver-openvswitch-MODULES := sliver-openvswitch
251 sliver-openvswitch-SPEC := sliver-openvswitch.spec
252 IN_SLICEIMAGE += sliver-openvswitch
253 ALL += sliver-openvswitch
254
255 #
256 # plcapi
257 #
258 plcapi-MODULES := plcapi
259 plcapi-SPEC := plcapi.spec
260 ALL += plcapi
261 IN_MYPLC += plcapi
262
263 #
264 # mod_python
265
266 # this was dropped in fedora18, at which point the intention has been to
267 # move to wsgi instead; however our using wsgi currently looks unstable
268 # so you have the option to install this manually, in which case myplc will 
269 # swap to using mod_python - see plc.d/httpd
270 ifeq "$(DISTRO)" "Fedora"
271 ifneq "$(DISTRONAME)" "f16"
272 mod_python-MODULES := mod_python
273 mod_python-SPEC := mod_python.spec
274 mod_python-BUILD-FROM-SRPM := yes
275 ALL += mod_python
276 endif
277 endif
278
279 #
280 # drupal
281
282 drupal-MODULES := drupal
283 drupal-SPEC := drupal.spec
284 drupal-BUILD-FROM-SRPM := yes
285 ALL += drupal
286 IN_MYPLC += drupal
287
288 #
289 # use the plewww module instead
290 #
291 plewww-MODULES := plewww
292 plewww-SPEC := plewww.spec
293 ALL += plewww
294 IN_MYPLC += plewww
295
296 #
297 # www-register-wizard
298 #
299 www-register-wizard-MODULES := www-register-wizard
300 www-register-wizard-SPEC := www-register-wizard.spec
301 ALL += www-register-wizard
302 IN_MYPLC += www-register-wizard
303
304 #
305 # pcucontrol
306 #
307 pcucontrol-MODULES := pcucontrol
308 pcucontrol-SPEC := pcucontrol.spec
309 ALL += pcucontrol
310
311 #
312 # monitor
313 #
314 #monitor-MODULES := monitor
315 #monitor-SPEC := Monitor.spec
316 #monitor-DEVEL-RPMS += net-snmp net-snmp-devel
317 #ALL += monitor
318 #IN_NODEIMAGE += monitor
319
320 #
321 # PLC RT
322 #
323 plcrt-MODULES := PLCRT
324 plcrt-SPEC := plcrt.spec
325 ALL += plcrt
326
327 # f12 has 0.9-1 already
328 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 centos5)"
329 #
330 # pyopenssl
331 #
332 pyopenssl-MODULES := pyopenssl
333 pyopenssl-SPEC := pyOpenSSL.spec
334 pyopenssl-BUILD-FROM-SRPM := yes
335 ALL += pyopenssl
336 endif
337
338 #
339 # pyaspects
340 #
341 pyaspects-MODULES := pyaspects
342 pyaspects-SPEC := pyaspects.spec
343 pyaspects-BUILD-FROM-SRPM := yes
344 ALL += pyaspects
345
346 #
347 # nodeconfig
348 #
349 nodeconfig-MODULES := nodeconfig
350 nodeconfig-SPEC := nodeconfig.spec
351 ALL += nodeconfig
352 IN_MYPLC += nodeconfig
353
354 #
355 # bootmanager
356 #
357 bootmanager-MODULES := bootmanager
358 bootmanager-SPEC := bootmanager.spec
359 ALL += bootmanager
360 IN_MYPLC += bootmanager
361
362 #
363 # pypcilib : used in bootcd
364
365 pypcilib-MODULES := pypcilib
366 pypcilib-SPEC := pypcilib.spec
367 ALL += pypcilib
368 IN_BOOTCD += pypcilib
369
370 #
371 # pyplnet
372 #
373 pyplnet-MODULES := pyplnet
374 pyplnet-SPEC := pyplnet.spec
375 ALL += pyplnet
376 IN_NODEIMAGE += pyplnet
377 IN_MYPLC += pyplnet
378 IN_BOOTCD += pyplnet
379
380 #
381 # OMF resource controller
382 #
383 omf-resctl-MODULES := omf
384 omf-resctl-SPEC := omf-resctl.spec
385 ALL += omf-resctl
386 IN_SLICEIMAGE += omf-resctl
387
388 #
389 # OMF exp controller
390 #
391 omf-expctl-MODULES := omf
392 omf-expctl-SPEC := omf-expctl.spec
393 ALL += omf-expctl
394
395 #
396 # bootcd
397 #
398 bootcd-MODULES := bootcd build
399 bootcd-SPEC := bootcd.spec
400 bootcd-DEPEND-PACKAGES := $(IN_BOOTCD)
401 bootcd-DEPEND-FILES := RPMS/yumgroups.xml
402 bootcd-RPMDATE := yes
403 ALL += bootcd
404 IN_MYPLC += bootcd
405
406 #
407 # images for slices
408 #
409 sliceimage-MODULES := sliceimage build
410 sliceimage-SPEC := sliceimage.spec
411 sliceimage-DEPEND-PACKAGES := $(IN_SLICEIMAGE)
412 sliceimage-DEPEND-FILES := RPMS/yumgroups.xml
413 sliceimage-RPMDATE := yes
414 ALL += sliceimage
415 IN_NODEIMAGE += sliceimage
416
417 #
418 # lxc-specific sliceimage initialization
419
420 lxc-sliceimage-MODULES  := sliceimage
421 lxc-sliceimage-SPEC     := lxc-sliceimage.spec
422 lxc-sliceimage-RPMDATE  := yes
423 ALL                     += lxc-sliceimage
424 IN_NODEIMAGE            += lxc-sliceimage
425
426 #
427 # nodeimage
428 #
429 nodeimage-MODULES := nodeimage build
430 nodeimage-SPEC := nodeimage.spec
431 nodeimage-DEPEND-PACKAGES := $(IN_NODEIMAGE)
432 nodeimage-DEPEND-FILES := RPMS/yumgroups.xml
433 nodeimage-RPMDATE := yes
434 ALL += nodeimage
435 IN_MYPLC += nodeimage
436
437 #
438 # noderepo
439 #
440 # all rpms resulting from packages marked as being in nodeimage and sliceimage
441 NODEREPO_RPMS = $(foreach package,$(IN_NODEIMAGE) $(IN_NODEREPO) $(IN_SLICEIMAGE),$($(package).rpms))
442 # replace space with +++ (specvars cannot deal with spaces)
443 SPACE=$(subst x, ,x)
444 NODEREPO_RPMS_3PLUS = $(subst $(SPACE),+++,$(NODEREPO_RPMS))
445
446 noderepo-MODULES := nodeimage
447 noderepo-SPEC := noderepo.spec
448 # package requires all embedded packages
449 noderepo-DEPEND-PACKAGES := $(IN_NODEIMAGE) $(IN_NODEREPO) $(IN_SLICEIMAGE)
450 noderepo-DEPEND-FILES := RPMS/yumgroups.xml
451 #export rpm list to the specfile
452 noderepo-SPECVARS = node_rpms_plus=$(NODEREPO_RPMS_3PLUS)
453 noderepo-RPMDATE := yes
454 ALL += noderepo
455 IN_MYPLC += noderepo
456
457 #
458 # slicerepo
459 #
460 # all rpms resulting from packages marked as being in vserver
461 SLICEREPO_RPMS = $(foreach package,$(IN_SLICEIMAGE),$($(package).rpms))
462 # replace space with +++ (specvars cannot deal with spaces)
463 SPACE=$(subst x, ,x)
464 SLICEREPO_RPMS_3PLUS = $(subst $(SPACE),+++,$(SLICEREPO_RPMS))
465
466 slicerepo-MODULES := nodeimage
467 slicerepo-SPEC := slicerepo.spec
468 # package requires all embedded packages
469 slicerepo-DEPEND-PACKAGES := $(IN_SLICEIMAGE)
470 slicerepo-DEPEND-FILES := RPMS/yumgroups.xml
471 #export rpm list to the specfile
472 slicerepo-SPECVARS = slice_rpms_plus=$(SLICEREPO_RPMS_3PLUS)
473 slicerepo-RPMDATE := yes
474 ALL += slicerepo
475
476 #
477 # MyPLC : lightweight packaging, dependencies are yum-installed in a vserver
478 #
479 myplc-MODULES := myplc
480 myplc-SPEC := myplc.spec
481 myplc-DEPEND-FILES := myplc-release RPMS/yumgroups.xml
482 ALL += myplc
483
484 # myplc-docs only contains docs for PLCAPI and NMAPI, but
485 # we still need to pull MyPLC, as it is where the specfile lies, 
486 # together with the utility script docbook2drupal.sh
487 myplc-docs-MODULES := myplc plcapi nodemanager monitor
488 myplc-docs-SPEC := myplc-docs.spec
489 ALL += myplc-docs
490
491 # using some other name than myplc-release, as this is a make target already
492 release-MODULES := myplc
493 release-SPEC := myplc-release.spec
494 release-RPMDATE := yes
495 ALL += release
496
497 ##############################
498 # sfa requires python-2.7
499 build_sfa=true
500 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 f12 centos5)"
501 build_sfa=false
502 endif
503
504 ifeq "$(build_sfa)" "true"
505 #
506 # sfa - Slice Facility Architecture
507 #
508 sfa-MODULES := sfa
509 sfa-SPEC := sfa.spec
510 ALL += sfa
511
512 sface-MODULES := sface
513 sface-SPEC := sface.spec
514 ALL += sface
515 endif
516
517 ##############################
518 # don't build these by default, we have separate builds for that
519 myslice-MODULES := myslice
520 myslice-SPEC := myslice.spec
521 #ALL += myslice
522
523 manifold-MODULES := manifold
524 manifold-SPEC := manifold.spec
525 #ALL += manifold