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
11 ### the madwifi drivers ship with fedora16's kernel rpm
14 # lxc-userspace: scripts for entering containers
16 lxc-userspace-MODULES := lxc-userspace
17 lxc-userspace-SPEC := lxc-userspace.spec
19 IN_NODEIMAGE += lxc-userspace
23 # transforward: root context module for transparent port forwarding
25 transforward-MODULES := transforward
26 transforward-SPEC := transforward.spec
28 IN_NODEIMAGE += transforward
31 # procprotect: root context module for protecting against weaknesses in /proc
33 procprotect-MODULES := procprotect
34 procprotect-SPEC := procprotect.spec
36 IN_NODEIMAGE += procprotect
39 # ipfw: root context module, and slice companion
41 # this module won't build yet under f20
42 ifeq "$(DISTRONAME)" "f18"
43 ipfwroot-MODULES := ipfw
44 ipfwroot-SPEC := planetlab/ipfwroot.spec
46 IN_NODEIMAGE += ipfwroot
48 ipfwslice-MODULES := ipfw
49 ipfwslice-SPEC := planetlab/ipfwslice.spec
54 # comgt - a companion to umts tools
56 comgt-MODULES := comgt
57 comgt-SPEC := comgt.spec
62 # umts: root context stuff
64 umts-backend-MODULES := planetlab-umts-tools
65 umts-backend-SPEC := backend.spec
66 IN_NODEIMAGE += umts-backend
72 umts-frontend-MODULES := planetlab-umts-tools
73 umts-frontend-SPEC := frontend.spec
74 IN_SLICEIMAGE += umts-frontend
80 nodeupdate-MODULES := nodeupdate
81 nodeupdate-SPEC := NodeUpdate.spec
83 IN_NODEIMAGE += nodeupdate
88 ipod-MODULES := PingOfDeath
89 ipod-SPEC := ipod.spec
96 plnode-utils-MODULES := plnode-utils
97 plnode-utils-SPEC := plnode-utils-lxc.spec
99 IN_NODEIMAGE += plnode-utils
104 nodemanager-lib-MODULES := nodemanager
105 nodemanager-lib-SPEC := nodemanager-lib.spec
106 ALL += nodemanager-lib
107 IN_NODEIMAGE += nodemanager-lib
109 nodemanager-lxc-MODULES := nodemanager
110 nodemanager-lxc-SPEC := nodemanager-lxc.spec
111 ALL += nodemanager-lxc
112 IN_NODEIMAGE += nodemanager-lxc
117 sshd-MODULES := pl_sshd
118 sshd-SPEC := pl_sshd.spec
123 # codemux: Port 80 demux
125 codemux-MODULES := codemux
126 codemux-SPEC := codemux.spec
128 IN_NODEIMAGE += codemux
133 fprobe-ulog-MODULES := fprobe-ulog
134 fprobe-ulog-SPEC := fprobe-ulog.spec
136 IN_NODEIMAGE += fprobe-ulog
138 #################### using our own libvirt on f18, and the stock version later on
140 separate_libvirt_python=false
141 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f18 f20)"
143 ifeq "$(DISTRONAME)" "f20"
144 separate_libvirt_python=true
149 ifeq "$(local_libvirt)" "true"
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
164 ifeq "$(DISTRONAME)" "f16"
165 libvirt-STOCK-DEVEL-RPMS += libnl-devel libudev-devel
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
172 libvirt-RPMFLAGS := --define 'packager PlanetLab'
174 IN_NODEREPO += libvirt
175 IN_NODEIMAGE += libvirt
178 ifeq "$(separate_libvirt_python)" "true"
182 libvirt-python-MODULES := libvirt-python
183 libvirt-python-SPEC := libvirt-python.spec
184 libvirt-python-BUILD-FROM-SRPM := yes
185 libvirt-python-STOCK-DEVEL-RPMS += gnutls-utils nc pm-utils
186 libvirt-python-LOCAL-DEVEL-RPMS += libvirt-devel libvirt-docs libvirt-client
187 libvirt-python-RPMFLAGS := --define 'packager PlanetLab'
188 ALL += libvirt-python
189 IN_NODEREPO += libvirt-python
190 IN_NODEIMAGE += libvirt-python
194 # DistributedRateLimiting
196 #DistributedRateLimiting-MODULES := DistributedRateLimiting
197 #DistributedRateLimiting-SPEC := DistributedRateLimiting.spec
198 #ALL += DistributedRateLimiting
199 #IN_NODEREPO += DistributedRateLimiting
204 pf2slice-MODULES := pf2slice
205 pf2slice-SPEC := pf2slice.spec
209 ## PlanetLab Mom: Cleans up your mess
212 #mom-SPEC := pl_mom.spec
219 # openvswitch-MODULES := openvswitch
220 # openvswitch-SPEC := openvswitch.spec
221 # openvswitch-STOCK-DEVEL-RPMS += kernel-devel
222 # IN_NODEIMAGE += openvswitch
223 # # build only on f14 as f16 has this natively
224 # ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f14)"
232 vsys-SPEC := vsys.spec
233 # ocaml-docs is not needed anymore but keep it on a tmp basis as some tags may still have it
234 vsys-STOCK-DEVEL-RPMS += ocaml-ocamldoc ocaml-docs
239 # vsyssh : installed in slivers
241 vsyssh-MODULES := vsys
242 vsyssh-SPEC := vsyssh.spec
243 IN_SLICEIMAGE += vsyssh
249 vsys-scripts-MODULES := vsys-scripts
250 vsys-scripts-SPEC := root-context/vsys-scripts.spec
251 IN_NODEIMAGE += vsys-scripts
257 bind_public-MODULES := bind_public
258 bind_public-SPEC := bind_public.spec
259 IN_SLICEIMAGE += bind_public
265 sliver-openvswitch-MODULES := sliver-openvswitch
266 sliver-openvswitch-SPEC := sliver-openvswitch.spec
267 IN_SLICEIMAGE += sliver-openvswitch
268 ALL += sliver-openvswitch
273 plcapi-MODULES := plcapi
274 plcapi-SPEC := plcapi.spec
281 # this was dropped in fedora18, at which point the intention has been to
282 # move to wsgi instead; however our using wsgi currently looks unstable
283 # so you have the option to install this manually, in which case myplc will
284 # swap to using mod_python - see plc.d/httpd
285 ifeq "$(DISTRO)" "Fedora"
286 ifneq "$(DISTRONAME)" "f16"
287 mod_python-MODULES := mod_python
288 mod_python-SPEC := mod_python.spec
289 mod_python-STOCK-DEVEL-RPMS := httpd-devel
290 mod_python-BUILD-FROM-SRPM := yes
298 drupal-MODULES := drupal
299 drupal-SPEC := drupal.spec
300 drupal-BUILD-FROM-SRPM := yes
305 # use the plewww module instead
307 plewww-MODULES := plewww
308 plewww-SPEC := plewww.spec
313 # www-register-wizard
315 www-register-wizard-MODULES := www-register-wizard
316 www-register-wizard-SPEC := www-register-wizard.spec
317 ALL += www-register-wizard
318 IN_MYPLC += www-register-wizard
323 pcucontrol-MODULES := pcucontrol
324 pcucontrol-SPEC := pcucontrol.spec
330 #monitor-MODULES := monitor
331 #monitor-SPEC := Monitor.spec
332 #monitor-STOCK-DEVEL-RPMS += net-snmp net-snmp-devel
334 #IN_NODEIMAGE += monitor
339 plcrt-MODULES := PLCRT
340 plcrt-SPEC := plcrt.spec
343 # f12 has 0.9-1 already
344 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 centos5)"
348 pyopenssl-MODULES := pyopenssl
349 pyopenssl-SPEC := pyOpenSSL.spec
350 pyopenssl-BUILD-FROM-SRPM := yes
357 pyaspects-MODULES := pyaspects
358 pyaspects-SPEC := pyaspects.spec
359 pyaspects-BUILD-FROM-SRPM := yes
365 nodeconfig-MODULES := nodeconfig
366 nodeconfig-SPEC := nodeconfig.spec
368 IN_MYPLC += nodeconfig
373 bootmanager-MODULES := bootmanager
374 bootmanager-SPEC := bootmanager.spec
376 IN_MYPLC += bootmanager
379 # pypcilib : used in bootcd
381 pypcilib-MODULES := pypcilib
382 pypcilib-SPEC := pypcilib.spec
384 IN_BOOTCD += pypcilib
389 pyplnet-MODULES := pyplnet
390 pyplnet-SPEC := pyplnet.spec
392 IN_NODEIMAGE += pyplnet
397 # for OMF resource controller as a gem : rvm-ruby has right version of ruby and related gem stuff
399 rvm-ruby-MODULES := rvm-ruby
400 rvm-ruby-SPEC := rpm/rvm-ruby.spec
401 rvm-ruby-STOCK-DEVEL-RPMS := chrpath libyaml-devel libffi-devel libxslt-devel
402 # Since Oct 22. 2013, f18 has a new release of openssl that ruby is not too happy to build against
403 # turning this off for now, Christoph Dwertmann to monitor the status of this bug/incompatibility upstream
407 # OML measurement library
410 oml-STOCK-DEVEL-RPMS += sqlite-devel
411 oml-SPEC := liboml.spec
417 bootcd-MODULES := bootcd build
418 bootcd-SPEC := bootcd.spec
419 bootcd-DEPEND-PACKAGES := $(IN_BOOTCD)
420 bootcd-DEPEND-FILES := RPMS/yumgroups.xml
421 bootcd-RPMDATE := yes
428 sliceimage-MODULES := sliceimage build
429 sliceimage-SPEC := sliceimage.spec
430 sliceimage-DEPEND-PACKAGES := $(IN_SLICEIMAGE)
431 sliceimage-DEPEND-FILES := RPMS/yumgroups.xml
432 sliceimage-RPMDATE := yes
434 IN_NODEIMAGE += sliceimage
437 # lxc-specific sliceimage initialization
439 lxc-sliceimage-MODULES := sliceimage
440 lxc-sliceimage-SPEC := lxc-sliceimage.spec
441 lxc-sliceimage-RPMDATE := yes
442 ALL += lxc-sliceimage
443 IN_NODEIMAGE += lxc-sliceimage
448 nodeimage-MODULES := nodeimage build
449 nodeimage-SPEC := nodeimage.spec
450 nodeimage-DEPEND-PACKAGES := $(IN_NODEIMAGE)
451 nodeimage-DEPEND-FILES := RPMS/yumgroups.xml
452 nodeimage-RPMDATE := yes
454 IN_MYPLC += nodeimage
459 # all rpms resulting from packages marked as being in nodeimage and sliceimage
460 NODEREPO_RPMS = $(foreach package,$(IN_NODEIMAGE) $(IN_NODEREPO) $(IN_SLICEIMAGE),$($(package).rpms))
461 # replace space with +++ (specvars cannot deal with spaces)
463 NODEREPO_RPMS_3PLUS = $(subst $(SPACE),+++,$(NODEREPO_RPMS))
465 noderepo-MODULES := nodeimage
466 noderepo-SPEC := noderepo.spec
467 # package requires all embedded packages
468 noderepo-DEPEND-PACKAGES := $(IN_NODEIMAGE) $(IN_NODEREPO) $(IN_SLICEIMAGE)
469 noderepo-DEPEND-FILES := RPMS/yumgroups.xml
470 #export rpm list to the specfile
471 noderepo-SPECVARS = node_rpms_plus=$(NODEREPO_RPMS_3PLUS)
472 noderepo-RPMDATE := yes
479 # all rpms resulting from packages marked as being in vserver
480 SLICEREPO_RPMS = $(foreach package,$(IN_SLICEIMAGE),$($(package).rpms))
481 # replace space with +++ (specvars cannot deal with spaces)
483 SLICEREPO_RPMS_3PLUS = $(subst $(SPACE),+++,$(SLICEREPO_RPMS))
485 slicerepo-MODULES := nodeimage
486 slicerepo-SPEC := slicerepo.spec
487 # package requires all embedded packages
488 slicerepo-DEPEND-PACKAGES := $(IN_SLICEIMAGE)
489 slicerepo-DEPEND-FILES := RPMS/yumgroups.xml
490 #export rpm list to the specfile
491 slicerepo-SPECVARS = slice_rpms_plus=$(SLICEREPO_RPMS_3PLUS)
492 slicerepo-RPMDATE := yes
496 # MyPLC : lightweight packaging, dependencies are yum-installed in a vserver
498 myplc-MODULES := myplc
499 myplc-SPEC := myplc.spec
500 myplc-DEPEND-FILES := myplc-release RPMS/yumgroups.xml
503 # myplc-docs only contains docs for PLCAPI and NMAPI, but
504 # we still need to pull MyPLC, as it is where the specfile lies,
505 # together with the utility script docbook2drupal.sh
506 myplc-docs-MODULES := myplc plcapi nodemanager monitor
507 myplc-docs-SPEC := myplc-docs.spec
510 # using some other name than myplc-release, as this is a make target already
511 release-MODULES := myplc
512 release-SPEC := myplc-release.spec
513 release-RPMDATE := yes
516 ##############################
517 # sfa requires python-2.7
519 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 f12 centos5)"
523 ifeq "$(build_sfa)" "true"
525 # sfa - Slice Facility Architecture
531 #sface-MODULES := sface
532 #sface-SPEC := sface.spec
536 ##############################
537 # don't build these by default, we have separate builds for that
538 myslice-MODULES := myslice
539 myslice-SPEC := myslice.spec
540 myslice-STOCK-DEVEL-RPMS := python-django
541 myslice-STOCK-DEVEL-DEBS := python-django python-django-south
544 manifold-MODULES := manifold
545 manifold-SPEC := manifold.spec