From: Thierry Parmentelat Date: Thu, 28 Jun 2012 21:51:41 +0000 (+0200) Subject: add portforward in the lxc mix X-Git-Tag: 5.0-rc28~29 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=65eb828622af58af539deaf88f7db6adec7c7e6a;p=build.git add portforward in the lxc mix --- diff --git a/config.lxc/sliceimage.pkgs b/config.lxc/sliceimage.pkgs index d224a680..98ca5f81 100644 --- a/config.lxc/sliceimage.pkgs +++ b/config.lxc/sliceimage.pkgs @@ -32,6 +32,7 @@ package: tar package: findutils package: filesystem package: vsyssh +package: portforward # libvirt lxc containers need this so they can start up their network package: openssh-server dhclient diff --git a/lxc-tags.mk b/lxc-tags.mk index d491b905..5d19286b 100644 --- a/lxc-tags.mk +++ b/lxc-tags.mk @@ -20,6 +20,7 @@ inotify-tools-SVNPATH := http://svn.planet-lab.org/svn/inotify-tools/tags/inoti openvswitch-GITPATH := git://git.planet-lab.org/openvswitch.git@master vsys-GITPATH := git://git.planet-lab.org/vsys.git@vsys-0.99-2 vsys-scripts-GITPATH := git://git.planet-lab.org/vsys-scripts@vsys-scripts-0.95-41 +portforward-GITPATH := git://git.planet-lab.org/portforward@master plcapi-GITPATH := git://git.onelab.eu/plcapi.git@master drupal-GITPATH := git://git.planet-lab.org/drupal.git@drupal-4.7-15 plewww-GITPATH := git://git.planet-lab.org/plewww@plewww-4.3-72 diff --git a/lxc.mk b/lxc.mk index 14bc74f1..9e23601e 100644 --- a/lxc.mk +++ b/lxc.mk @@ -203,6 +203,14 @@ vsys-scripts-SPEC := vsys-scripts.spec IN_NODEIMAGE += vsys-scripts ALL += vsys-scripts +# +# portforward +# +portforward-MODULES := portforward +portforward-SPEC := portforward.spec +IN_SLICEIMAGE += portforward +ALL += portforward + # # plcapi #