X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/7803e37ca4fc9140a62d678bd76f82badbc927f8..7ec2f76bf6519ad4a49f6049e5b49da71f4c2d4c:/qa/qa-sample.json diff --git a/qa/qa-sample.json b/qa/qa-sample.json index 11cc015..9b96484 100644 --- a/qa/qa-sample.json +++ b/qa/qa-sample.json @@ -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": {}, @@ -12,6 +20,15 @@ "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", @@ -96,6 +113,7 @@ "cluster-repair-disk-sizes": true, "haskell-confd": true, + "htools": true, "group-list": true, "group-rwops": true, @@ -163,7 +181,8 @@ "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