From: Thierry Parmentelat Date: Mon, 15 Sep 2014 06:06:10 +0000 (+0200) Subject: add ipv6 and update_ipv6addr_slivertag to the lxc rpm X-Git-Tag: nodemanager-5.2-15~3^2~11 X-Git-Url: http://git.onelab.eu/?p=nodemanager.git;a=commitdiff_plain;h=86d83f2af1487d1a991237c07b6d5fc4e2e740e7 add ipv6 and update_ipv6addr_slivertag to the lxc rpm --- diff --git a/nodemanager.spec b/nodemanager.spec index ba4db62..3b3a6c3 100644 --- a/nodemanager.spec +++ b/nodemanager.spec @@ -209,6 +209,8 @@ nodemanager-lxc provides the lxc code for the PlanetLab Node Manager. %{_datadir}/NodeManager/sliver_lxc.* %{_datadir}/NodeManager/cgroups.* %{_datadir}/NodeManager/coresched_lxc.* +%{_datadir}/NodeManager/plugins/ipv6.* +%{_datadir}/NodeManager/plugins/update_ipv6addr_slivertag.* %endif ############################## diff --git a/setup.py b/setup.py index 55af519..8da2f67 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,8 @@ setup( 'sliver_lxc', 'cgroups', 'coresched_lxc', + 'plugins.ipv6', + 'plugins.update_ipv6addr_slivertag', # vs 'sliver_vs', 'coresched_vs',