summaryrefslogtreecommitdiff
path: root/clusters/ivi-system-x86_64-deploy.morph
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-05-13 09:51:51 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2016-05-13 09:51:51 +0000
commita1d5011d51f83f6c13916e34a24565435217b885 (patch)
tree29ddff21d533eaa02b0f10f668981435601801de /clusters/ivi-system-x86_64-deploy.morph
parent5a10111c049228302e37d495c1a32588a7cc41f6 (diff)
parent0e0a329c086d424452eaa0bfa77e573f77e3b930 (diff)
downloadinfrastructure-pedro/openssl101t.tar.gz
Merge remote-tracking branch 'definitions/master'pedro/openssl101t
Change-Id: I3c7b31d2006dafd8b69386cbee41d0d568b348eb
Diffstat (limited to 'clusters/ivi-system-x86_64-deploy.morph')
-rw-r--r--clusters/ivi-system-x86_64-deploy.morph24
1 files changed, 24 insertions, 0 deletions
diff --git a/clusters/ivi-system-x86_64-deploy.morph b/clusters/ivi-system-x86_64-deploy.morph
new file mode 100644
index 00000000..0833ec8c
--- /dev/null
+++ b/clusters/ivi-system-x86_64-deploy.morph
@@ -0,0 +1,24 @@
+name: ivi-system-x86_64-deploy
+kind: cluster
+description: |
+ Deploy a stock IVI system.
+
+ The resulting image can be copied to a USB and booted from there,
+ as well as in a virtual machine.
+
+systems:
+- morph: systems/ivi-system-x86_64.morph
+ deploy:
+ ivi-system-x86_64:
+ type: extensions/rawdisk
+ location: /ivi-system-x86_64.img
+ HOSTNAME: ivi-system-x86-64
+ DISK_SIZE: 6G
+ KERNEL_ARGS: vga=788
+ INITRAMFS_PATH: boot/initramfs.gz
+ subsystems:
+ - morph: systems/initramfs-x86_64.morph
+ deploy:
+ initramfs:
+ type: initramfs
+ location: boot/initramfs.gz