dust off images contents after recent cleanup
[build.git] / config.lxc / sliceimage.pkgs
index a83a91b..47d2588 100644 (file)
@@ -5,6 +5,10 @@ groupdesc: PlanetLab Slice Reference Image
 yumexclude: @NODEYUMEXCLUDE@
 
 package: filesystem bash coreutils
+package>=f24: systemd-udev
+# adding this seems to create a dangling btrfs subvolume in
+# /vservers/<>/var/lib/machines
+# package>=f24: systemd-container
 package: findutils diffutils
 package: crontabs logrotate passwd sudo
 package: gzip bzip2 tar rsync
@@ -20,6 +24,9 @@ package: openssh-clients
 package: time
 # this is really old school but well..
 package: rsh which
+# required for the test suite to suceed
+# before f23 this somehow ended up on the slice anyway
+package: procps-ng
 
 package: cronie
 
@@ -30,7 +37,11 @@ package: openssh-server
 package: net-tools
 
 # required for lxc-based nodes
-package: dhclient
+package<=f21: dhclient
+package>=f22: dhcp-client
+# we need /etc/sysconfig/network-scripts
+# which won't show up on its own in f23
+package>=f23: initscripts
 # a PL-specific, also required on lxc-based nodes
 package: bind_public
 
@@ -38,6 +49,11 @@ package: vsyssh
 package: vsys-wrapper
 
 # onelab additions
-package: sliver-openvswitch
-package: ipfwslice
+package<=f27: sliver-openvswitch
+package<=f25: ipfwslice
 
+# convenience
+package: less emacs-nox
+
+# 03/2015: let's move on
+package: python3