blob: f224281c233b7407942637e12ccccbf51b54065f (
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
|
name: distbuild-system-x86_32
kind: system
description: Morph distributed build node for x86_32
arch: x86_32
strata:
- name: build-essential
morph: strata/build-essential.morph
- name: core
morph: strata/core.morph
- name: foundation
morph: strata/foundation.morph
- name: bsp-x86_32-generic
morph: strata/bsp-x86_32-generic.morph
- name: tools
morph: strata/tools.morph
- name: nfs
morph: strata/nfs.morph
- name: distbuild
morph: strata/distbuild.morph
- name: ansible
morph: strata/ansible.morph
- name: cloudinit-support
morph: strata/cloudinit-support.morph
configuration-extensions:
- set-hostname
- add-config-files
- simple-network
- nfsboot
- install-files
- distbuild
- fstab
- mason
- cloud-init
|