handle separate libvirt-python 1.2.1
[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 ship with fedora16's kernel rpm
12
13 #
14 # lxc-userspace: scripts for entering containers
15 #
16 lxc-userspace-MODULES := lxc-userspace
17 lxc-userspace-SPEC := lxc-userspace.spec
18 ALL += lxc-userspace
19 IN_NODEIMAGE += lxc-userspace
20
21 #
22 #
23 # transforward: root context module for transparent port forwarding
24 #
25 transforward-MODULES := transforward
26 transforward-SPEC := transforward.spec
27 ALL += transforward
28 IN_NODEIMAGE += transforward
29
30 #
31 # procprotect: root context module for protecting against weaknesses in /proc
32 #
33 procprotect-MODULES := procprotect
34 procprotect-SPEC := procprotect.spec
35 ALL += procprotect
36 IN_NODEIMAGE += procprotect
37
38 #
39 # ipfw: root context module, and slice companion
40 #
41 # this module won't build yet under f20
42 ifeq "$(DISTRONAME)" "f18"
43 ipfwroot-MODULES := ipfw
44 ipfwroot-SPEC := planetlab/ipfwroot.spec
45 ALL += ipfwroot
46 IN_NODEIMAGE += ipfwroot
47
48 ipfwslice-MODULES := ipfw
49 ipfwslice-SPEC := planetlab/ipfwslice.spec
50 ALL += ipfwslice
51 endif
52
53 #
54 # comgt - a companion to umts tools
55
56 comgt-MODULES := comgt
57 comgt-SPEC := comgt.spec
58 IN_NODEIMAGE += comgt
59 ALL += comgt
60
61 #
62 # umts: root context stuff
63 #
64 umts-backend-MODULES := planetlab-umts-tools
65 umts-backend-SPEC := backend.spec
66 IN_NODEIMAGE += umts-backend
67 ALL += umts-backend
68
69 #
70 # umts: slice tools
71 #
72 umts-frontend-MODULES := planetlab-umts-tools
73 umts-frontend-SPEC := frontend.spec
74 IN_SLICEIMAGE += umts-frontend
75 ALL += umts-frontend
76
77 #
78 # NodeUpdate
79 #
80 nodeupdate-MODULES := nodeupdate
81 nodeupdate-SPEC := NodeUpdate.spec
82 ALL += nodeupdate
83 IN_NODEIMAGE += nodeupdate
84
85 #
86 # ipod
87 #
88 ipod-MODULES := PingOfDeath
89 ipod-SPEC := ipod.spec
90 ALL += ipod
91 IN_NODEIMAGE += ipod
92
93 #
94 # plnode-utils
95
96 plnode-utils-MODULES := plnode-utils
97 plnode-utils-SPEC := plnode-utils-lxc.spec
98 ALL += plnode-utils
99 IN_NODEIMAGE += plnode-utils
100
101 #
102 # nodemanager
103 #
104 nodemanager-lib-MODULES := nodemanager
105 nodemanager-lib-SPEC := nodemanager-lib.spec
106 ALL += nodemanager-lib
107 IN_NODEIMAGE += nodemanager-lib
108
109 nodemanager-lxc-MODULES := nodemanager
110 nodemanager-lxc-SPEC := nodemanager-lxc.spec
111 ALL += nodemanager-lxc
112 IN_NODEIMAGE += nodemanager-lxc
113
114 #
115 # pl_sshd
116 #
117 sshd-MODULES := pl_sshd
118 sshd-SPEC := pl_sshd.spec
119 ALL += sshd
120 IN_NODEIMAGE += sshd
121
122 #
123 # codemux: Port 80 demux
124 #
125 codemux-MODULES := codemux
126 codemux-SPEC   := codemux.spec
127 ALL += codemux
128 IN_NODEIMAGE += codemux
129
130 #
131 # fprobe-ulog
132 #
133 fprobe-ulog-MODULES := fprobe-ulog
134 fprobe-ulog-SPEC := fprobe-ulog.spec
135 ALL += fprobe-ulog
136 IN_NODEIMAGE += fprobe-ulog
137
138 #################### using our own libvirt on f18, and the stock version later on
139 local_libvirt=false
140 separate_libvirt_python=false
141 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f18 f20)"
142 local_libvirt=true
143 ifeq "$(DISTRONAME)" "f20"
144 separate_libvirt_python=true
145 endif
146 endif
147
148
149 ifeq "$(local_libvirt)" "true"
150 #
151 # libvirt
152 #
153 libvirt-MODULES := libvirt
154 libvirt-SPEC    := libvirt.spec
155 libvirt-BUILD-FROM-SRPM := yes
156 # The --without options are breaking spec2make : hard-wired in the specfile instead
157 libvirt-STOCK-DEVEL-RPMS += xhtml1-dtds gettext gettext-devel libtasn1-devel gnutls-devel 
158 libvirt-STOCK-DEVEL-RPMS += libattr-devel augeas libpciaccess-devel yajl-devel 
159 libvirt-STOCK-DEVEL-RPMS += libpcap-devel radvd ebtables device-mapper-devel 
160 libvirt-STOCK-DEVEL-RPMS += ceph-devel numactl-devel libcap-ng-devel scrub 
161 # for 1.2.1 - first seen on f20, not sure for the other ones
162 libvirt-STOCK-DEVEL-RPMS += libblkid-devel glusterfs-api-devel glusterfs-devel
163
164 ifeq "$(DISTRONAME)" "f16"
165 libvirt-STOCK-DEVEL-RPMS += libnl-devel libudev-devel
166 endif
167 # strictly speaking fuse-devel is not required anymore but we might wish to turn fuse back on again in the future
168 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f18 f20)"
169 libvirt-STOCK-DEVEL-RPMS += fuse-devel libssh2-devel dbus-devel numad 
170 libvirt-STOCK-DEVEL-RPMS += systemd-devel libnl3-devel iptables-ipv6 libgcrypt-devel
171 endif
172 libvirt-RPMFLAGS :=     --define 'packager PlanetLab'
173 ALL += libvirt
174 IN_NODEREPO += libvirt
175 IN_NODEIMAGE += libvirt
176 endif
177
178 ifeq "$(separate_libvirt_python)" "true"
179 #
180 ## libvirt-python
181 #
182 libvirt-python-MODULES := libvirt-python
183 libvirt-python-SPEC    := libvirt-python.spec
184 libvirt-python-BUILD-FROM-SRPM := yes
185 libvirt-python-RPMFLAGS :=     --define 'packager PlanetLab'
186 ALL += libvirt-python
187 IN_NODEREPO += libvirt-python
188 IN_NODEIMAGE += libvirt-python
189 endif
190
191 #
192 # DistributedRateLimiting
193 #
194 #DistributedRateLimiting-MODULES := DistributedRateLimiting
195 #DistributedRateLimiting-SPEC := DistributedRateLimiting.spec
196 #ALL += DistributedRateLimiting
197 #IN_NODEREPO += DistributedRateLimiting
198
199 #
200 # pf2slice
201 #
202 pf2slice-MODULES := pf2slice
203 pf2slice-SPEC := pf2slice.spec
204 ALL += pf2slice
205
206 ##
207 ## PlanetLab Mom: Cleans up your mess
208 ##
209 #mom-MODULES := mom
210 #mom-SPEC := pl_mom.spec
211 #ALL += mom
212 #IN_NODEIMAGE += mom
213
214 #
215 # openvswitch
216 #
217 # openvswitch-MODULES := openvswitch
218 # openvswitch-SPEC := openvswitch.spec
219 # openvswitch-STOCK-DEVEL-RPMS += kernel-devel
220 # IN_NODEIMAGE += openvswitch
221 # # build only on f14 as f16 has this natively
222 # ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f14)"
223 # ALL += openvswitch
224 # endif
225
226 #
227 # vsys
228 #
229 vsys-MODULES := vsys
230 vsys-SPEC := vsys.spec
231 # ocaml-docs is not needed anymore but keep it on a tmp basis as some tags may still have it
232 vsys-STOCK-DEVEL-RPMS += ocaml-ocamldoc ocaml-docs
233 IN_NODEIMAGE += vsys
234 ALL += vsys
235
236 #
237 # vsyssh : installed in slivers
238 #
239 vsyssh-MODULES := vsys
240 vsyssh-SPEC := vsyssh.spec
241 IN_SLICEIMAGE += vsyssh
242 ALL += vsyssh
243
244 #
245 # vsys-scripts
246 #
247 vsys-scripts-MODULES := vsys-scripts
248 vsys-scripts-SPEC := root-context/vsys-scripts.spec
249 IN_NODEIMAGE += vsys-scripts
250 ALL += vsys-scripts
251
252 #
253 # bind_public
254 #
255 bind_public-MODULES := bind_public
256 bind_public-SPEC := bind_public.spec
257 IN_SLICEIMAGE += bind_public
258 ALL += bind_public
259
260 #
261 # sliver-openvswitch
262 #
263 sliver-openvswitch-MODULES := sliver-openvswitch
264 sliver-openvswitch-SPEC := sliver-openvswitch.spec
265 IN_SLICEIMAGE += sliver-openvswitch
266 ALL += sliver-openvswitch
267
268 #
269 # plcapi
270 #
271 plcapi-MODULES := plcapi
272 plcapi-SPEC := plcapi.spec
273 ALL += plcapi
274 IN_MYPLC += plcapi
275
276 #
277 # mod_python
278
279 # this was dropped in fedora18, at which point the intention has been to
280 # move to wsgi instead; however our using wsgi currently looks unstable
281 # so you have the option to install this manually, in which case myplc will 
282 # swap to using mod_python - see plc.d/httpd
283 ifeq "$(DISTRO)" "Fedora"
284 ifneq "$(DISTRONAME)" "f16"
285 mod_python-MODULES := mod_python
286 mod_python-SPEC := mod_python.spec
287 mod_python-STOCK-DEVEL-RPMS := httpd-devel
288 mod_python-BUILD-FROM-SRPM := yes
289 ALL += mod_python
290 endif
291 endif
292
293 #
294 # drupal
295
296 drupal-MODULES := drupal
297 drupal-SPEC := drupal.spec
298 drupal-BUILD-FROM-SRPM := yes
299 ALL += drupal
300 IN_MYPLC += drupal
301
302 #
303 # use the plewww module instead
304 #
305 plewww-MODULES := plewww
306 plewww-SPEC := plewww.spec
307 ALL += plewww
308 IN_MYPLC += plewww
309
310 #
311 # www-register-wizard
312 #
313 www-register-wizard-MODULES := www-register-wizard
314 www-register-wizard-SPEC := www-register-wizard.spec
315 ALL += www-register-wizard
316 IN_MYPLC += www-register-wizard
317
318 #
319 # pcucontrol
320 #
321 pcucontrol-MODULES := pcucontrol
322 pcucontrol-SPEC := pcucontrol.spec
323 ALL += pcucontrol
324
325 #
326 # monitor
327 #
328 #monitor-MODULES := monitor
329 #monitor-SPEC := Monitor.spec
330 #monitor-STOCK-DEVEL-RPMS += net-snmp net-snmp-devel
331 #ALL += monitor
332 #IN_NODEIMAGE += monitor
333
334 #
335 # PLC RT
336 #
337 plcrt-MODULES := PLCRT
338 plcrt-SPEC := plcrt.spec
339 ALL += plcrt
340
341 # f12 has 0.9-1 already
342 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 centos5)"
343 #
344 # pyopenssl
345 #
346 pyopenssl-MODULES := pyopenssl
347 pyopenssl-SPEC := pyOpenSSL.spec
348 pyopenssl-BUILD-FROM-SRPM := yes
349 ALL += pyopenssl
350 endif
351
352 #
353 # pyaspects
354 #
355 pyaspects-MODULES := pyaspects
356 pyaspects-SPEC := pyaspects.spec
357 pyaspects-BUILD-FROM-SRPM := yes
358 ALL += pyaspects
359
360 #
361 # nodeconfig
362 #
363 nodeconfig-MODULES := nodeconfig
364 nodeconfig-SPEC := nodeconfig.spec
365 ALL += nodeconfig
366 IN_MYPLC += nodeconfig
367
368 #
369 # bootmanager
370 #
371 bootmanager-MODULES := bootmanager
372 bootmanager-SPEC := bootmanager.spec
373 ALL += bootmanager
374 IN_MYPLC += bootmanager
375
376 #
377 # pypcilib : used in bootcd
378
379 pypcilib-MODULES := pypcilib
380 pypcilib-SPEC := pypcilib.spec
381 ALL += pypcilib
382 IN_BOOTCD += pypcilib
383
384 #
385 # pyplnet
386 #
387 pyplnet-MODULES := pyplnet
388 pyplnet-SPEC := pyplnet.spec
389 ALL += pyplnet
390 IN_NODEIMAGE += pyplnet
391 IN_MYPLC += pyplnet
392 IN_BOOTCD += pyplnet
393
394 #
395 # for OMF resource controller as  a gem : rvm-ruby has right version of ruby and related gem stuff
396 #
397 rvm-ruby-MODULES := rvm-ruby
398 rvm-ruby-SPEC := rpm/rvm-ruby.spec
399 rvm-ruby-STOCK-DEVEL-RPMS := chrpath libyaml-devel libffi-devel libxslt-devel
400 # Since Oct 22. 2013, f18 has a new release of openssl that ruby is not too happy to build against
401 # turning this off for now, Christoph Dwertmann to monitor the status of this bug/incompatibility upstream
402 #ALL += rvm-ruby
403
404 #
405 # OML measurement library
406 #
407 oml-MODULES := oml
408 oml-STOCK-DEVEL-RPMS += sqlite-devel 
409 oml-SPEC := liboml.spec
410 ALL += oml
411
412 #
413 # bootcd
414 #
415 bootcd-MODULES := bootcd build
416 bootcd-SPEC := bootcd.spec
417 bootcd-DEPEND-PACKAGES := $(IN_BOOTCD)
418 bootcd-DEPEND-FILES := RPMS/yumgroups.xml
419 bootcd-RPMDATE := yes
420 ALL += bootcd
421 IN_MYPLC += bootcd
422
423 #
424 # images for slices
425 #
426 sliceimage-MODULES := sliceimage build
427 sliceimage-SPEC := sliceimage.spec
428 sliceimage-DEPEND-PACKAGES := $(IN_SLICEIMAGE)
429 sliceimage-DEPEND-FILES := RPMS/yumgroups.xml
430 sliceimage-RPMDATE := yes
431 ALL += sliceimage
432 IN_NODEIMAGE += sliceimage
433
434 #
435 # lxc-specific sliceimage initialization
436
437 lxc-sliceimage-MODULES  := sliceimage
438 lxc-sliceimage-SPEC     := lxc-sliceimage.spec
439 lxc-sliceimage-RPMDATE  := yes
440 ALL                     += lxc-sliceimage
441 IN_NODEIMAGE            += lxc-sliceimage
442
443 #
444 # nodeimage
445 #
446 nodeimage-MODULES := nodeimage build
447 nodeimage-SPEC := nodeimage.spec
448 nodeimage-DEPEND-PACKAGES := $(IN_NODEIMAGE)
449 nodeimage-DEPEND-FILES := RPMS/yumgroups.xml
450 nodeimage-RPMDATE := yes
451 ALL += nodeimage
452 IN_MYPLC += nodeimage
453
454 #
455 # noderepo
456 #
457 # all rpms resulting from packages marked as being in nodeimage and sliceimage
458 NODEREPO_RPMS = $(foreach package,$(IN_NODEIMAGE) $(IN_NODEREPO) $(IN_SLICEIMAGE),$($(package).rpms))
459 # replace space with +++ (specvars cannot deal with spaces)
460 SPACE=$(subst x, ,x)
461 NODEREPO_RPMS_3PLUS = $(subst $(SPACE),+++,$(NODEREPO_RPMS))
462
463 noderepo-MODULES := nodeimage
464 noderepo-SPEC := noderepo.spec
465 # package requires all embedded packages
466 noderepo-DEPEND-PACKAGES := $(IN_NODEIMAGE) $(IN_NODEREPO) $(IN_SLICEIMAGE)
467 noderepo-DEPEND-FILES := RPMS/yumgroups.xml
468 #export rpm list to the specfile
469 noderepo-SPECVARS = node_rpms_plus=$(NODEREPO_RPMS_3PLUS)
470 noderepo-RPMDATE := yes
471 ALL += noderepo
472 IN_MYPLC += noderepo
473
474 #
475 # slicerepo
476 #
477 # all rpms resulting from packages marked as being in vserver
478 SLICEREPO_RPMS = $(foreach package,$(IN_SLICEIMAGE),$($(package).rpms))
479 # replace space with +++ (specvars cannot deal with spaces)
480 SPACE=$(subst x, ,x)
481 SLICEREPO_RPMS_3PLUS = $(subst $(SPACE),+++,$(SLICEREPO_RPMS))
482
483 slicerepo-MODULES := nodeimage
484 slicerepo-SPEC := slicerepo.spec
485 # package requires all embedded packages
486 slicerepo-DEPEND-PACKAGES := $(IN_SLICEIMAGE)
487 slicerepo-DEPEND-FILES := RPMS/yumgroups.xml
488 #export rpm list to the specfile
489 slicerepo-SPECVARS = slice_rpms_plus=$(SLICEREPO_RPMS_3PLUS)
490 slicerepo-RPMDATE := yes
491 ALL += slicerepo
492
493 #
494 # MyPLC : lightweight packaging, dependencies are yum-installed in a vserver
495 #
496 myplc-MODULES := myplc
497 myplc-SPEC := myplc.spec
498 myplc-DEPEND-FILES := myplc-release RPMS/yumgroups.xml
499 ALL += myplc
500
501 # myplc-docs only contains docs for PLCAPI and NMAPI, but
502 # we still need to pull MyPLC, as it is where the specfile lies, 
503 # together with the utility script docbook2drupal.sh
504 myplc-docs-MODULES := myplc plcapi nodemanager monitor
505 myplc-docs-SPEC := myplc-docs.spec
506 ALL += myplc-docs
507
508 # using some other name than myplc-release, as this is a make target already
509 release-MODULES := myplc
510 release-SPEC := myplc-release.spec
511 release-RPMDATE := yes
512 ALL += release
513
514 ##############################
515 # sfa requires python-2.7
516 build_sfa=true
517 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 f12 centos5)"
518 build_sfa=false
519 endif
520
521 ifeq "$(build_sfa)" "true"
522 #
523 # sfa - Slice Facility Architecture
524 #
525 sfa-MODULES := sfa
526 sfa-SPEC := sfa.spec
527 ALL += sfa
528
529 #sface-MODULES := sface
530 #sface-SPEC := sface.spec
531 #ALL += sface
532 endif
533
534 ##############################
535 # don't build these by default, we have separate builds for that
536 myslice-MODULES := myslice
537 myslice-SPEC := myslice.spec
538 myslice-STOCK-DEVEL-RPMS := python-django
539 myslice-STOCK-DEVEL-DEBS := python-django python-django-south
540 #ALL += myslice
541
542 manifold-MODULES := manifold
543 manifold-SPEC := manifold.spec
544 #ALL += manifold