Files
clr-installer/tests/gce-config.json
T
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

24 lines
768 B
JSON

{
"DestinationType" : "virtual",
"PartitionLayout" : [ { "disk" : "disk.raw",
"partition" : 1,
"size" : "2G",
"type" : "linux" } ],
"FilesystemTypes" : [ { "disk" : "disk.raw",
"partition" : 1,
"type" : "ext4",
"options" : "-b 4096 -O ^64bit"} ],
"PartitionMountPoints" : [ { "disk" : "disk.raw",
"partition" : 1,
"mount" : "/" } ],
"Version": "latest",
"Bundles": [
"kernel-gce",
"os-core",
"os-core-update",
"os-cloudguest-gce",
"openssh-server" ],
"PostNonChroot": ["/home/clrbuilder/projects/clr-release-tools/config/image/gce-image-google-sudoers-setup.sh"],
"LegacyBios": true
}