summaryrefslogtreecommitdiff
path: root/clusters/test.morph
blob: 8c74e669035913f476ee4a36d3612c1c020fa469 (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/build-system-x86_64.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