From 2674ee5dfb5f81d9257e1dcbd5613a9554734bac Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Mon, 23 Aug 2010 15:56:48 +0000 Subject: 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 git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@6032 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Plugins/BB.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3-1-g7c22