X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=db-config.d%2F011-node_tags;fp=db-config.d%2F011-node_tags;h=0000000000000000000000000000000000000000;hb=53829cf14fa108259ab08b168339b9813ebae654;hp=3d0352100ed89429b7d9a38b6916e4500e1fec8d;hpb=50e2adc8f9e2a58efafedbad31b66b347b0ac61f;p=myplc.git diff --git a/db-config.d/011-node_tags b/db-config.d/011-node_tags deleted file mode 100644 index 3d03521..0000000 --- a/db-config.d/011-node_tags +++ /dev/null @@ -1,21 +0,0 @@ -# -*-python-*- -# $Id$ -# $URL$ -#################### node tags -default_node_tags = [ - { 'tagname' : 'arch', - 'description' : 'architecture name', - 'category' : 'node/config', - 'min_role_id' : 40} , - { 'tagname' : 'pldistro', - 'description' : 'PlanetLab distribution', - 'category' : 'node/config', - 'min_role_id' : 10} , - { 'tagname' : 'deployment', - 'description' : 'typically "alpha", "beta", or "production"', - 'category' : 'node/operation', - 'min_role_id' : 10} , - - ] - -for node_type in default_node_tags: SetTagType (node_type)