HTools/Types.hs: more auto-repair types
[ganeti-local] / qa / qa-sample.json
index 11cc015..9b96484 100644 (file)
@@ -1,6 +1,14 @@
 {
+  "# Note:": null,
+  "# This file is stored in the JSON format and does not support": null,
+  "# comments. As a work-around, comments are keys starting with a hash": null,
+  "# sign (#).": null,
+
   "name": "xen-test",
+
+  "# Name used for renaming cluster": null,
   "rename": "xen-test-rename",
+
   "enabled-hypervisors": "xen-pvm",
   "# Dict of hypervisor name and parameters (like on the cmd line)": null,
   "hypervisor-parameters": {},
   "os-hvp": {},
   "primary_ip_version": 4,
 
+  "# Network interface for master role": null,
+  "#master-netdev": "xen-br0",
+
+  "# Default network interface parameters": null,
+  "#default-nicparams": {
+    "mode": "bridged",
+    "link": "xen-br0",
+  },
+
   "os": "debian-etch",
   "maxmem": "1024M",
   "minmem": "512M",
     "cluster-repair-disk-sizes": true,
 
     "haskell-confd": true,
+    "htools": true,
 
     "group-list": true,
     "group-rwops": true,
     "burnin-check-instances": false,
     "burnin-rename": "xen-test-rename",
     "burnin-reboot": true,
-    "reboot-types": ["soft", "hard", "full"]
+    "reboot-types": ["soft", "hard", "full"],
+    "use-iallocators": false
   },
 
   "# vim: set syntax=javascript :": null