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 ### remove procprotect from the nodes on f20 and above, needs more work starting with 3.19
34 ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f20 f21 f22)"
35 procprotect-MODULES := procprotect
36 procprotect-SPEC := procprotect.spec
38 IN_NODEIMAGE += procprotect
42 # ipfw: root context module, and slice companion
44 ### starting August 2015, ipfw module won't build against fedora22
45 # that comes with kernel 4.1.4
46 ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f21 f22)"
47 ipfwroot-MODULES := ipfw
48 ipfwroot-SPEC := planetlab/ipfwroot.spec
50 IN_NODEIMAGE += ipfwroot
53 ipfwslice-MODULES := ipfw
54 ipfwslice-SPEC := planetlab/ipfwslice.spec
58 # comgt - a companion to umts tools
60 comgt-MODULES := comgt
61 comgt-SPEC := comgt.spec
66 # umts: root context stuff
68 umts-backend-MODULES := planetlab-umts-tools
69 umts-backend-SPEC := backend.spec
70 IN_NODEIMAGE += umts-backend
76 umts-frontend-MODULES := planetlab-umts-tools
77 umts-frontend-SPEC := frontend.spec
78 IN_SLICEIMAGE += umts-frontend
84 nodeupdate-MODULES := nodeupdate
85 nodeupdate-SPEC := NodeUpdate.spec
87 IN_NODEIMAGE += nodeupdate
92 ipod-MODULES := PingOfDeath
93 ipod-SPEC := ipod.spec
100 plnode-utils-MODULES := plnode-utils
101 plnode-utils-SPEC := plnode-utils-lxc.spec
103 IN_NODEIMAGE += plnode-utils
108 nodemanager-MODULES := nodemanager
109 nodemanager-SPEC := nodemanager.spec
111 IN_NODEIMAGE += nodemanager
116 sshd-MODULES := pl_sshd
117 sshd-SPEC := pl_sshd.spec
122 # codemux: Port 80 demux
124 codemux-MODULES := codemux
125 codemux-SPEC := codemux.spec
127 IN_NODEIMAGE += codemux
132 # xxx temporarily turning this off on f20 and above
133 ifneq "$(DISTRONAME)" "$(filter $(DISTRONAME),f20 f21 f22)"
134 fprobe-ulog-MODULES := fprobe-ulog
135 fprobe-ulog-SPEC := fprobe-ulog.spec
137 IN_NODEIMAGE += fprobe-ulog
140 #################### libvirt version selection
142 # use fedora's libvirt starting with f22
143 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f18 f20 f21)"
150 ifeq "$(local_libvirt)" "true"
152 libvirt-MODULES := libvirt
153 libvirt-SPEC := libvirt.spec
154 libvirt-BUILD-FROM-SRPM := yes
155 # The --without options are breaking spec2make : hard-wired in the specfile instead
156 libvirt-STOCK-DEVEL-RPMS += xhtml1-dtds
157 libvirt-STOCK-DEVEL-RPMS += libattr-devel augeas libpciaccess-devel yajl-devel
158 libvirt-STOCK-DEVEL-RPMS += libpcap-devel radvd ebtables device-mapper-devel
159 libvirt-STOCK-DEVEL-RPMS += ceph-devel numactl-devel libcap-ng-devel scrub
160 # for 1.2.1 - first seen on f20, not sure for the other ones
161 libvirt-STOCK-DEVEL-RPMS += libblkid-devel glusterfs-api-devel glusterfs-devel
162 # strictly speaking fuse-devel is not required anymore but we might wish to turn fuse back on again in the future
163 libvirt-STOCK-DEVEL-RPMS += fuse-devel libssh2-devel dbus-devel numad
164 libvirt-STOCK-DEVEL-RPMS += systemd-devel libnl3-devel iptables-services netcf-devel
166 libvirt-STOCK-DEVEL-RPMS += wireshark-devel
167 libvirt-STOCK-DEVEL-RPMS += ceph-devel-compat
169 IN_NODEREPO += libvirt
170 IN_NODEIMAGE += libvirt
175 libvirt-python-MODULES := libvirt-python
176 libvirt-python-SPEC := libvirt-python.spec
177 libvirt-python-BUILD-FROM-SRPM := yes
178 libvirt-python-STOCK-DEVEL-RPMS += pm-utils
180 libvirt-python-STOCK-DEVEL-RPMS += python-nose
181 # it would make sense to do something like this if we wanted to
182 # build against python3 as well, but for now I turned this feature off
184 #ifeq "$(distro)" "Fedora"
185 #xxx if $(distrorelease) > 18
186 #libvirt-python-STOCK-DEVEL-RPMS += python3-devel python3-nose python3-lxml
189 libvirt-python-LOCAL-DEVEL-RPMS += libvirt-devel libvirt-docs libvirt-client
190 libvirt-python-RPMFLAGS := --define 'packager PlanetLab'
191 ALL += libvirt-python
192 IN_NODEREPO += libvirt-python
193 IN_NODEIMAGE += libvirt-python
195 endif # local_libvirt
198 # DistributedRateLimiting
200 #DistributedRateLimiting-MODULES := DistributedRateLimiting
201 #DistributedRateLimiting-SPEC := DistributedRateLimiting.spec
202 #ALL += DistributedRateLimiting
203 #IN_NODEREPO += DistributedRateLimiting
208 pf2slice-MODULES := pf2slice
209 pf2slice-SPEC := pf2slice.spec
213 ## PlanetLab Mom: Cleans up your mess
216 #mom-SPEC := pl_mom.spec
223 # openvswitch-MODULES := openvswitch
224 # openvswitch-SPEC := openvswitch.spec
225 # openvswitch-STOCK-DEVEL-RPMS += kernel-devel
226 # IN_NODEIMAGE += openvswitch
227 # # build only on f14 as f16 has this natively
228 # ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f14)"
236 vsys-SPEC := vsys.spec
237 # ocaml-docs is not needed anymore but keep it on a tmp basis as some tags may still have it
238 vsys-STOCK-DEVEL-RPMS += ocaml-ocamldoc ocaml-docs
243 # vsyssh : installed in slivers
245 vsyssh-MODULES := vsys
246 vsyssh-SPEC := vsyssh.spec
247 IN_SLICEIMAGE += vsyssh
253 vsys-scripts-MODULES := vsys-scripts
254 vsys-scripts-SPEC := root-context/vsys-scripts.spec
255 IN_NODEIMAGE += vsys-scripts
258 vsys-wrapper-MODULES := vsys-scripts
259 vsys-wrapper-SPEC := slice-context/vsys-wrapper.spec
260 IN_SLICEIMAGE += vsys-wrapper
266 bind_public-MODULES := bind_public
267 bind_public-SPEC := bind_public.spec
268 IN_SLICEIMAGE += bind_public
274 sliver-openvswitch-MODULES := sliver-openvswitch
275 sliver-openvswitch-SPEC := sliver-openvswitch.spec
276 IN_SLICEIMAGE += sliver-openvswitch
277 ALL += sliver-openvswitch
282 plcapi-MODULES := plcapi
283 plcapi-SPEC := plcapi.spec
290 drupal-MODULES := drupal
291 drupal-SPEC := drupal.spec
292 drupal-BUILD-FROM-SRPM := yes
297 # use the plewww module instead
299 plewww-MODULES := plewww
300 plewww-SPEC := plewww.spec
305 # www-register-wizard
307 www-register-wizard-MODULES := www-register-wizard
308 www-register-wizard-SPEC := www-register-wizard.spec
309 ALL += www-register-wizard
310 IN_MYPLC += www-register-wizard
315 pcucontrol-MODULES := pcucontrol
316 pcucontrol-SPEC := pcucontrol.spec
322 #monitor-MODULES := monitor
323 #monitor-SPEC := Monitor.spec
324 #monitor-STOCK-DEVEL-RPMS += net-snmp net-snmp-devel
326 #IN_NODEIMAGE += monitor
331 plcrt-MODULES := PLCRT
332 plcrt-SPEC := plcrt.spec
335 # f12 has 0.9-1 already
336 ifeq "$(DISTRONAME)" "$(filter $(DISTRONAME),f8 centos5)"
340 pyopenssl-MODULES := pyopenssl
341 pyopenssl-SPEC := pyOpenSSL.spec
342 pyopenssl-BUILD-FROM-SRPM := yes
349 pyaspects-MODULES := pyaspects
350 pyaspects-SPEC := pyaspects.spec
351 pyaspects-BUILD-FROM-SRPM := yes
357 nodeconfig-MODULES := nodeconfig
358 nodeconfig-SPEC := nodeconfig.spec
360 IN_MYPLC += nodeconfig
365 bootmanager-MODULES := bootmanager
366 bootmanager-SPEC := bootmanager.spec
368 IN_MYPLC += bootmanager
371 # pypcilib : used in bootcd
373 pypcilib-MODULES := pypcilib
374 pypcilib-SPEC := pypcilib.spec
376 IN_BOOTCD += pypcilib
381 pyplnet-MODULES := pyplnet
382 pyplnet-SPEC := pyplnet.spec
384 IN_NODEIMAGE += pyplnet
389 # OML measurement library
392 oml-STOCK-DEVEL-RPMS += sqlite-devel
393 oml-SPEC := liboml.spec
399 bootcd-MODULES := bootcd build
400 bootcd-SPEC := bootcd.spec
401 bootcd-DEPEND-PACKAGES := $(IN_BOOTCD)
402 bootcd-DEPEND-FILES := RPMS/yumgroups.xml
403 bootcd-RPMDATE := yes
410 sliceimage-MODULES := sliceimage build
411 sliceimage-SPEC := sliceimage.spec
412 sliceimage-DEPEND-PACKAGES := $(IN_SLICEIMAGE)
413 sliceimage-DEPEND-FILES := RPMS/yumgroups.xml
414 sliceimage-RPMDATE := yes
416 IN_NODEIMAGE += sliceimage
419 # lxc-specific sliceimage initialization
421 lxc-sliceimage-MODULES := sliceimage
422 lxc-sliceimage-SPEC := lxc-sliceimage.spec
423 lxc-sliceimage-RPMDATE := yes
424 ALL += lxc-sliceimage
425 IN_NODEIMAGE += lxc-sliceimage
430 nodeimage-MODULES := nodeimage build
431 nodeimage-SPEC := nodeimage.spec
432 nodeimage-DEPEND-PACKAGES := $(IN_NODEIMAGE)
433 nodeimage-DEPEND-FILES := RPMS/yumgroups.xml
434 nodeimage-RPMDATE := yes
436 IN_MYPLC += nodeimage
441 # all rpms resulting from packages marked as being in nodeimage and sliceimage
442 NODEREPO_RPMS = $(foreach package,$(IN_NODEIMAGE) $(IN_NODEREPO) $(IN_SLICEIMAGE),$($(package).rpms))
443 # replace space with +++ (specvars cannot deal with spaces)
445 NODEREPO_RPMS_3PLUS = $(subst $(SPACE),+++,$(NODEREPO_RPMS))
447 noderepo-MODULES := nodeimage
448 noderepo-SPEC := noderepo.spec
449 # package requires all embedded packages
450 noderepo-DEPEND-PACKAGES := $(IN_NODEIMAGE) $(IN_NODEREPO) $(IN_SLICEIMAGE)
451 noderepo-DEPEND-FILES := RPMS/yumgroups.xml
452 #export rpm list to the specfile
453 noderepo-SPECVARS = node_rpms_plus=$(NODEREPO_RPMS_3PLUS)
454 noderepo-RPMDATE := yes
461 # all rpms resulting from packages marked as being in vserver
462 SLICEREPO_RPMS = $(foreach package,$(IN_SLICEIMAGE),$($(package).rpms))
463 # replace space with +++ (specvars cannot deal with spaces)
465 SLICEREPO_RPMS_3PLUS = $(subst $(SPACE),+++,$(SLICEREPO_RPMS))
467 slicerepo-MODULES := nodeimage
468 slicerepo-SPEC := slicerepo.spec
469 # package requires all embedded packages
470 slicerepo-DEPEND-PACKAGES := $(IN_SLICEIMAGE)
471 slicerepo-DEPEND-FILES := RPMS/yumgroups.xml
472 #export rpm list to the specfile
473 slicerepo-SPECVARS = slice_rpms_plus=$(SLICEREPO_RPMS_3PLUS)
474 slicerepo-RPMDATE := yes
478 # MyPLC : lightweight packaging, dependencies are yum-installed in a vserver
480 myplc-MODULES := myplc
481 myplc-SPEC := myplc.spec
482 myplc-DEPEND-FILES := myplc-release RPMS/yumgroups.xml
485 # myplc-docs only contains docs for PLCAPI and NMAPI, but
486 # we still need to pull MyPLC, as it is where the specfile lies,
487 # together with the utility script docbook2drupal.sh
488 myplc-docs-MODULES := myplc plcapi nodemanager monitor
489 myplc-docs-SPEC := myplc-docs.spec
492 # using some other name than myplc-release, as this is a make target already
493 release-MODULES := myplc
494 release-SPEC := myplc-release.spec
495 release-RPMDATE := yes
498 ##############################
500 # sfa - Slice Facility Architecture