X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=db-config.d%2F010-slice_tags;fp=db-config.d%2F010-slice_tags;h=9910217db8265e048df54130b760753189d8d1e2;hb=8c925aed5e239f233c6c790e3a63fc549f1742cc;hp=91ffa333090f7768fcfa3228df899fcb930b039d;hpb=bad404709267b46468c3bac34b3a5830323cf3be;p=plcapi.git diff --git a/db-config.d/010-slice_tags b/db-config.d/010-slice_tags index 91ffa33..9910217 100644 --- a/db-config.d/010-slice_tags +++ b/db-config.d/010-slice_tags @@ -2,6 +2,9 @@ #################### slice tag types # xxx this should move to PLC/Accessors +# vref is now defined in an accessor +# initscript is now defined in an accessor + # Setup default slice tag types slicetag_types = \ [ @@ -21,18 +24,6 @@ slicetag_types = \ 'description': "Slice enabled (1 or unset) or suspended (0)", 'category' : 'slice/general'}, - # Slice reference image - {'tagname': "vref", - 'description': "Reference image", - 'category' : 'slice/config', - 'roles' : ['admin','pi','user']}, - - # Slice initialization script - {'tagname': "initscript", - 'description': "Slice initialization script", - 'category' : 'slice/usertools', - 'roles' : ['admin','pi','user']}, - # IP Addresses for a Slice {'tagname': "ip_addresses", 'description': "Add an ip address to a slice/sliver.", @@ -83,10 +74,11 @@ slicetag_types = \ 'description': "Disk quota (1k disk blocks)", 'category' : 'slice/rspec'}, + # deprecated in nov. 2010 # Proper operations - {'tagname': "proper_op", - 'description': "Proper operation (e.g. bind_socket)", - 'category' : 'slice/rspec'}, + #{'tagname': "proper_op", + # 'description': "Proper operation (e.g. bind_socket)", + # 'category' : 'slice/rspec'}, # VServer capabilities {'tagname': "capabilities", @@ -95,7 +87,7 @@ slicetag_types = \ # Vsys {'tagname': "vsys", - 'description': "Bind vsys script fd's to a slice's vsys directory.", + 'description': "Bind vsys script fd's to a slice's /vsys directory.", 'category' : 'slice/rspec'}, # CoDemux