modularize db-config
[myplc.git] / db-config.d / 02-nodetags
diff --git a/db-config.d/02-nodetags b/db-config.d/02-nodetags
new file mode 100644 (file)
index 0000000..02f441c
--- /dev/null
@@ -0,0 +1,16 @@
+#################### node tags
+default_node_types = [
+    { '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} ,
+    ]
+