reordered
[myplc.git] / db-config.d / 02-nodetags
diff --git a/db-config.d/02-nodetags b/db-config.d/02-nodetags
deleted file mode 100644 (file)
index 8991a9f..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#################### 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} ,
-
-    { 'tagname' : 'exempt_node_until',
-      'description' : 'Exclude this node from MyOps until given date (YYYYMMDD)',
-      'category' : 'node/myops', 
-      'min_role_id' : 10} ,
-    ]
-
-for node_type in default_node_tags: SetTagType (node_type)