summaryrefslogtreecommitdiff
path: root/release.morph
blob: 083cefa7633393ade8d1ac1ec96e97bb86f0dd5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
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: devel-system-x86_32-chroot
  deploy:
    devel-system-x86_32-chroot:
      type: tar
      location: devel-system-x86_32-chroot.tar
- morph: devel-system-x86_32-generic
  deploy:
    devel-system-x86_32-generic:
      type: rawdisk
      location: devel-system-x86_32-generic.img
      DISK_SIZE: 4G
- morph: devel-system-x86_64-chroot
  deploy:
    devel-system-x86_64-chroot:
      type: tar
      location: devel-system-x86_64-chroot.tar
- morph: devel-system-x86_64-generic
  deploy:
    devel-system-x86_64-generic:
      type: rawdisk
      location: devel-system-x86_64-generic.img
      DISK_SIZE: 4G
- morph: devel-system-armv7lhf-wandboard
  deploy:
    devel-system-armv7lhf-wandboard:
      type: tar
      location: devel-system-armv7lhf-wandboard.tar
- morph: genivi-baseline-system-x86_64-generic
  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: genivi-baseline-system-armv7lhf-versatile
  deploy:
    genivi-baseline-system-armv7lhf-versatile:
      type: rawdisk
      location: genivi-baseline-system-armv7lhf-versatile.img
      DISK_SIZE: 4G
      KERNEL_ARGS: vga=788
- morph: devel-system-x86_64-generic
  deploy:
    cloud-devel-system-x86_64-generic:
      type: rawdisk
      location: cloud-devel-system-x86_64-generic.img
      DISK_SIZE: 4G
      INITRAMFS_PATH: boot/initramfs.gz
      CLOUD_INIT: yes
      KERNEL_ARGS: console=tty0 console=ttyS0
  subsystems:
  - morph: initramfs-x86_64
    deploy:
      cloud-devel-system-x86_64-generic-initramfs:
        type: initramfs
        location: boot/initramfs.gz
- morph: trove-system-x86_64
  deploy:
    cloud-trove-system-x86_64:
      type: rawdisk
      location: cloud-trove-system-x86_64.img
      DISK_SIZE: 4G
      TROVE_GENERIC: yes
      INITRAMFS_PATH: boot/initramfs.gz
      CLOUD_INIT: yes
      KERNEL_ARGS: console=tty0 console=ttyS0
  subsystems:
  - morph: initramfs-x86_64
    deploy:
      cloud-trove-system-x86_64-initramfs:
        type: initramfs
        location: boot/initramfs.gz