diff options
author | Sol Jerome <solj@ices.utexas.edu> | 2010-08-23 15:56:48 +0000 |
---|---|---|
committer | Sol Jerome <sol.jerome@gmail.com> | 2010-08-23 11:01:16 -0500 |
commit | 2674ee5dfb5f81d9257e1dcbd5613a9554734bac (patch) | |
tree | 94c60007ad8a6bb763d3af5d8c073fc16d469f92 /src | |
parent | 68f2fa13c1d5e7913d8a62f2c712f866b44221cf (diff) | |
download | bcfg2-2674ee5dfb5f81d9257e1dcbd5613a9554734bac.tar.gz bcfg2-2674ee5dfb5f81d9257e1dcbd5613a9554734bac.tar.bz2 bcfg2-2674ee5dfb5f81d9257e1dcbd5613a9554734bac.zip |
BB: Deprecate BB plugin (Resolves Ticket #923)
The BB plugin is no longer in use. It has been replaced at Argonne by
Heckle (https://trac.mcs.anl.gov/projects/Heckle). More information
about Heckle should be available soon.
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6032 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/Server/Plugins/BB.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Plugins/BB.py b/src/lib/Server/Plugins/BB.py index b243a6545..137142b66 100644 --- a/src/lib/Server/Plugins/BB.py +++ b/src/lib/Server/Plugins/BB.py @@ -63,7 +63,7 @@ class BB(Bcfg2.Server.Plugin.Plugin, """The BB plugin maps users to machines and metadata to machines.""" name = 'BB' version = '$Revision$' - experimental = True + deprecated = True def __init__(self, core, datastore): Bcfg2.Server.Plugin.Plugin.__init__(self, core, datastore) |