split plc.d/ and db-config.d between myplc and plcapi modules as a first step
[plcapi.git] / db-config.d / 011-node_tags
1 # -*-python-*-
2 # $Id$
3 # $URL$
4 #################### node tags
5 default_node_tags = [
6     { 'tagname' : 'arch',
7       'description' : 'architecture name',
8       'category' : 'node/config', 
9       'min_role_id' : 40} ,
10     { 'tagname' : 'pldistro',
11       'description' : 'PlanetLab distribution',
12       'category' : 'node/config', 
13       'min_role_id' : 10} ,
14     { 'tagname' : 'deployment',
15       'description' : 'typically "alpha", "beta", or "production"',
16       'category' : 'node/operation', 
17       'min_role_id' : 10} ,
18
19     ]
20
21 for node_type in default_node_tags: SetTagType (node_type)