pour sliver-openvswitch in the lxc mix
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 12 Mar 2013 11:26:41 +0000 (12:26 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 12 Mar 2013 11:26:41 +0000 (12:26 +0100)
config.lxc/sliceimage.pkgs
lxc-tags.mk
lxc.mk

index a69e4c1..2c6a506 100644 (file)
@@ -35,6 +35,6 @@ package: vsyssh
 package: bind_public
 # libvirt lxc containers need this so they can start up their network
 package: openssh-server dhclient
-
-package<=f8 package=centos5: vixie-cron
-package>=f10: cronie
+package: cronie
+# preinstall this 
+package: sliver-openvswitch
index ea3a0fa..c9fb3a6 100644 (file)
@@ -21,6 +21,7 @@ openvswitch-GITPATH           := git://git.planet-lab.org/openvswitch.git@openvswitch-1.2
 vsys-GITPATH                   := git://git.planet-lab.org/vsys.git@vsys-0.99-3
 vsys-scripts-GITPATH           := git://git.planet-lab.org/vsys-scripts@vsys-scripts-0.95-45
 bind_public-GITPATH             := git://git.planet-lab.org/bind_public.git@bind_public-0.1-2
+sliver-openvswitch-GITPATH      := git://git.onelab.eu/sliver-openvswitch.git@sliver-openvswitch-1.9.90-3
 plcapi-GITPATH                  := git://git.planet-lab.org/plcapi.git@plcapi-5.2-1
 drupal-GITPATH                  := git://git.planet-lab.org/drupal.git@drupal-4.7-15
 plewww-GITPATH                  := git://git.planet-lab.org/plewww.git@plewww-5.2-1
diff --git a/lxc.mk b/lxc.mk
index 970cc41..12907ea 100644 (file)
--- a/lxc.mk
+++ b/lxc.mk
@@ -244,6 +244,11 @@ bind_public-SPEC := bind_public.spec
 IN_SLICEIMAGE += bind_public
 ALL += bind_public
 
+sliver-openvswitch-MODULES := sliver-openvswitch
+sliver-openvswitch-SPEC := sliver-openvswitch.spec
+IN_SLICEIMAGE += sliver-openvswitch
+ALL += sliver-openvswitch
+
 #
 # plcapi
 #