summaryrefslogtreecommitdiff
path: root/clusters/test.morph
blob: d596132aeba2805d4c0dc95f3e7e39e3a48a3d19 (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
name: test
kind: cluster
description: |
  Deployments for OSTree testing
systems:
- morph: systems/devel-system-x86_64-generic.morph
  deploy:
    rawdisk:
      type: rawdisk
      location: build-system-x86_64.img
      DISK_SIZE: 6G
      partial-deploy-components:
      - strata/build-essential.morph
    sysroot:
      type: sysroot
      location: build-system-x86_64.sysroot
      HOSTNAME: test
      partial-deploy-components:
      - strata/build-essential.morph
    tar:
      type: tar
      location: test.tar
      DISK_SIZE: 6G
      HOSTNAME: test
      partial-deploy-components:
      - strata/build-essential.morph