our code is now entirely for mod_wsgi
[plcapi.git] / db-config.d / 010-slice_tags
index 535c735..4aabfd2 100644 (file)
@@ -28,6 +28,9 @@ slicetag_types = \
     {'tagname': "ip_addresses",
      'description': "Add an ip address to a slice/sliver.",
      'category' : 'slice/rspec'},
+    {'tagname': "isolate_loopback",
+     'description': "Create an isolated loopback interface within the vserver rather than sharing with all vservers.",
+     'category' : 'slice/rspec'},
     
     # CPU share
     {'tagname': "cpu_pct",
@@ -39,7 +42,10 @@ slicetag_types = \
     {'tagname': "cpu_cores",
      'description': "Number of CPU cores",
      'category': 'slice/rspec'},
-    
+    {'tagname': "cpu_freezable",
+     'description': "Slice processes should be frozen if cpu_cores is 0",
+     'category': 'slice/rspec'},     
+
     # Bandwidth limits
     {'tagname': "net_min_rate",
      'description': "Minimum bandwidth (kbps)",
@@ -92,6 +98,10 @@ slicetag_types = \
     {'tagname': "vsys",
      'description': "Bind vsys script fd's to a slice's /vsys directory.",
      'category' : 'slice/rspec'},
+    {'tagname': "vsys_vnet",
+     'description': """Specify the IP range that can be used in a given slice
+for virtual devices involved in topologies, e.g. 192.168.100.0/24""",
+     'category': 'slice/rspec'},
     
     # CoDemux
     {'tagname': "codemux",