From 81715605abf322e4c677327250f76a9f1727b9eb Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 18 Mar 2015 21:31:12 +0100 Subject: [PATCH] deploy python3 everywhere --- config.lxc/bootcd.pkgs | 4 ++++ config.lxc/nodeimage.pkgs | 3 +++ config.lxc/sliceimage.pkgs | 3 +++ config.onelab/nodeimage.pkgs | 3 +++ config.onelab/sliceimage.pkgs | 3 +++ config.planetlab/bootcd.pkgs | 5 +++++ 6 files changed, 21 insertions(+) diff --git a/config.lxc/bootcd.pkgs b/config.lxc/bootcd.pkgs index ab39b4fa..39509774 100644 --- a/config.lxc/bootcd.pkgs +++ b/config.lxc/bootcd.pkgs @@ -53,6 +53,10 @@ package: e2fsprogs package: rsyslog package: strace lsof package: net-tools + +# 03/2015: let's move on +package: python3 + # Thierry : january 2015 # the bootcd image has grown out of control in terms of size # which in turn causes timeouts on the server side and all diff --git a/config.lxc/nodeimage.pkgs b/config.lxc/nodeimage.pkgs index 384543c7..9f20050c 100644 --- a/config.lxc/nodeimage.pkgs +++ b/config.lxc/nodeimage.pkgs @@ -130,3 +130,6 @@ package>=f20: libvirt # https://bugzilla.redhat.com/show_bug.cgi?id=1094297 # this is required so that bootmanager can run authconfig in the context of the nodeimage package>=f21: policycoreutils + +# 03/2015: let's move on +package: python3 diff --git a/config.lxc/sliceimage.pkgs b/config.lxc/sliceimage.pkgs index 82af5bdf..7a1633de 100644 --- a/config.lxc/sliceimage.pkgs +++ b/config.lxc/sliceimage.pkgs @@ -43,3 +43,6 @@ package: ipfwslice # convenience package: less emacs-nox + +# 03/2015: let's move on +package: python3 diff --git a/config.onelab/nodeimage.pkgs b/config.onelab/nodeimage.pkgs index 18541898..253fc579 100644 --- a/config.onelab/nodeimage.pkgs +++ b/config.onelab/nodeimage.pkgs @@ -133,3 +133,6 @@ package: ipfwroot package: nrpe # convenience package: emacs-nox + +# 03/2015: let's move on +package: python3 diff --git a/config.onelab/sliceimage.pkgs b/config.onelab/sliceimage.pkgs index e9bb1a40..7c78d485 100644 --- a/config.onelab/sliceimage.pkgs +++ b/config.onelab/sliceimage.pkgs @@ -38,3 +38,6 @@ package: sliver-openvswitch package: planetlab-umts-tools-frontend package: ipfwslice + +# 03/2015: let's move on +package: python3 diff --git a/config.planetlab/bootcd.pkgs b/config.planetlab/bootcd.pkgs index 6f400e38..e4d228a4 100644 --- a/config.planetlab/bootcd.pkgs +++ b/config.planetlab/bootcd.pkgs @@ -54,7 +54,12 @@ package: e2fsprogs # used to be installed until f12, make it explicit for f14, might come in handy package>=f14: rsyslog package: strace lsof + +# 03/2015: let's move on +package: python3 + #################### formerly in prep.sh +# probably very outdated.. junk: lib/obsolete junk: lib/tls junk: usr/share/cracklib -- 2.43.0