From 1dfc88561e72e747a97769f246b2d322f9ec4d7c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 16 Feb 2011 18:36:09 +0100 Subject: [PATCH] svn-keywords --- logger.py | 2 -- nodemanager.py | 3 --- plugins/omf_resctl.py | 4 +--- plugins/reservation.py | 4 ++-- plugins/sliverauth.py | 7 +++---- 5 files changed, 6 insertions(+), 14 deletions(-) diff --git a/logger.py b/logger.py index b44abe2..64fa5ae 100644 --- a/logger.py +++ b/logger.py @@ -1,5 +1,3 @@ -# $Id$ -# $URL$ """A very simple logger that tries to be concurrency-safe.""" diff --git a/nodemanager.py b/nodemanager.py index 162d1fd..68a8be4 100755 --- a/nodemanager.py +++ b/nodemanager.py @@ -1,8 +1,5 @@ #!/usr/bin/python # -# $Id$ -# $URL$ -# # Useful information can be found at https://svn.planet-lab.org/wiki/NodeManager # diff --git a/plugins/omf_resctl.py b/plugins/omf_resctl.py index 0ee1da0..9b0efa8 100644 --- a/plugins/omf_resctl.py +++ b/plugins/omf_resctl.py @@ -1,8 +1,6 @@ # -# $Id$ -# $URL$ -# # NodeManager plugin - first step of handling omf_controlled slices +# """ Overwrites the 'resctl' tag of slivers controlled by OMF so slivermanager.py does the right thing diff --git a/plugins/reservation.py b/plugins/reservation.py index 985f45e..63c44b3 100644 --- a/plugins/reservation.py +++ b/plugins/reservation.py @@ -1,7 +1,7 @@ -# $Id$ -# $URL$ # # NodeManager plugin - first step of handling reservable nodes +# Thierry Parmentelat +# """ Manages running slices when reservation_policy is 'lease_or_idle' or 'lease_or_shared' diff --git a/plugins/sliverauth.py b/plugins/sliverauth.py index 9e872c5..69de1d9 100644 --- a/plugins/sliverauth.py +++ b/plugins/sliverauth.py @@ -1,14 +1,13 @@ #!/usr/bin/python -tt # vim:set ts=4 sw=4 expandtab: # -# $Id$ -# $URL$ -# # NodeManager plugin for creating credentials in slivers # (*) empower slivers to make API calls throught hmac # (*) also create a ssh key - used by the OMF resource controller # for authenticating itself with its Experiment Controller -# xxx todo : a config option for turning these 2 things on or off ? +# in order to avoid spamming the DB with huge amounts of such tags, +# (*) slices need to have the 'enable_hmac' tag set +# (*) or the 'omf_control' tag set, respectively """ Sliver authentication support for NodeManager. -- 2.43.0