add ipv6 and update_ipv6addr_slivertag to the lxc rpm
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 15 Sep 2014 06:06:10 +0000 (08:06 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Mon, 15 Sep 2014 06:06:10 +0000 (08:06 +0200)
nodemanager.spec
setup.py

index ba4db62..3b3a6c3 100644 (file)
@@ -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
 ##############################
index 55af519..8da2f67 100644 (file)
--- 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',