From 2b10a9677817377618e33d2b07ab7caefe316633 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 18 Aug 2014 17:05:22 +0000 Subject: Re-organise definitions with scripts/organise-morphologies.py --- clusters/release.morph | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 clusters/release.morph (limited to 'clusters/release.morph') diff --git a/clusters/release.morph b/clusters/release.morph new file mode 100644 index 00000000..37defb09 --- /dev/null +++ b/clusters/release.morph @@ -0,0 +1,50 @@ +name: release +kind: cluster +description: | + Deploy all the systems for we support in a release. + + This cluster morph is used by the tool 'scripts/do-release'. While + you can deploy the systems yourself, if you are making a Baserock release + then the script should be used. +systems: +- morph: systems/devel-system-x86_32-chroot.morph + deploy: + devel-system-x86_32-chroot: + type: tar + location: devel-system-x86_32-chroot.tar +- morph: systems/devel-system-x86_32-generic.morph + deploy: + devel-system-x86_32-generic: + type: rawdisk + location: devel-system-x86_32-generic.img + DISK_SIZE: 4G +- morph: systems/devel-system-x86_64-chroot.morph + deploy: + devel-system-x86_64-chroot: + type: tar + location: devel-system-x86_64-chroot.tar +- morph: systems/devel-system-x86_64-generic.morph + deploy: + devel-system-x86_64-generic: + type: rawdisk + location: devel-system-x86_64-generic.img + DISK_SIZE: 4G +- morph: systems/devel-system-armv7lhf-wandboard.morph + deploy: + release: + type: tar + location: devel-system-armv7lhf-wandboard.tar +- morph: systems/genivi-baseline-system-x86_64-generic.morph + deploy: + genivi-baseline-system-x86_64-generic: + type: rawdisk + location: genivi-baseline-system-x86_64-generic.img + DISK_SIZE: 4G + KERNEL_ARGS: vga=788 +- morph: systems/genivi-baseline-system-armv7lhf-versatile.morph + deploy: + genivi-baseline-system-armv7lhf-versatile: + type: rawdisk + location: genivi-baseline-system-armv7lhf-versatile.img + DISK_SIZE: 4G + KERNEL_ARGS: vga=788 -- cgit v1.2.1