Files
clr-installer/tests/hyperv-test-config.json
Reagan Lopez f61d7092ab Add support for ister json config
- The new -j flag detects ister json config format and converts it to yaml
- The existing -c flag also detects ister json config format, converts it to yaml
  and continues as usual
- Handles the ister "rest" option for physical targets
- Handles multiple targets

Signed-off-by: Reagan Lopez <reagan.lopez@intel.com>
2019-03-05 13:55:44 -08:00

22 lines
782 B
JSON

{
"DestinationType" : "virtual",
"PartitionLayout" : [ { "disk" : "hyperv-test.img",
"partition" : 1,
"size" : "20G",
"type" : "linux" } ],
"FilesystemTypes" : [ { "disk" : "hyperv-test.img",
"partition" : 1,
"type" : "ext4" } ],
"PartitionMountPoints" : [ { "disk" : "hyperv-test.img",
"partition" : 1,
"mount" : "/" } ],
"Version": 7777,
"Bundles": ["kernel-hyperv",
"os-core",
"os-core-update",
"openssh-server",
"os-cloudguest-azure",
"bat"],
"LegacyBios": true
}