attempt to start the network in the f31 vms
[build.git] / config.lxc / sliceimage.pkgs
index 1b67136..7cc1a24 100644 (file)
@@ -5,28 +5,44 @@ 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
 package: wget curl
 package: perl
-package: python python-devel
+package<=f27: python python-devel
+package>=f29: python2 python-unversioned-command python2-devel
 package: yum
 package: iputils
-package: tcpdump traceroute 
-package: telnet nc
+package: tcpdump traceroute telnet
+package<=f18: nc
+package>=f20: nmap-ncat
 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
 
 # xxx not entirely sure this is required any more
 package: openssh-server
 
+# for ifconfig
+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
 
@@ -34,6 +50,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