From 71aa3b2e8d09a3fd6568ed0e8c345a65d1c9f098 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Thu, 11 Mar 2010 22:30:38 +0000 Subject: [PATCH] define the 'hrn' node tag --- db-config.d/010-node_tags | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 db-config.d/010-node_tags diff --git a/db-config.d/010-node_tags b/db-config.d/010-node_tags new file mode 100644 index 00000000..6e835e70 --- /dev/null +++ b/db-config.d/010-node_tags @@ -0,0 +1,17 @@ +# -*-python-*- +# $Id: 010-node_tags +# $URL: +#################### node tag types + +# Setup default node tag types +nodetag_types = \ +[ + # Node HRN (SFA specific human readable name) + {'tagname': 'hrn', + 'description': 'SFA specific human readable name', + 'category' : 'sfa/general', + 'min_role_id': 10}, +] + +for nodetag_type in nodetag_types: + SetTagType(nodetag_type) -- 2.47.0