blob: 95c05ef64b82bbb5d1ebc00e5de74f216536aa87 (
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
|
arch: x86_32
configuration-extensions:
- set-hostname
- ssh
- add-config-files
- simple-network
- nfsboot
- install-files
- vdaboot
description: The set of strata required to have a minimal system for a 32-bit x86
system suitable in OpenStack.
kind: system
name: openstack-client-base-system-x86_32-generic
strata:
- morph: build-essential
ref: master
repo: baserock:baserock/morphs
- morph: core
ref: master
repo: baserock:baserock/morphs
- morph: foundation
ref: master
repo: baserock:baserock/morphs
- morph: bsp-x86_32-generic
ref: master
repo: baserock:baserock/morphs
- morph: cloudinit-support
ref: master
repo: baserock:baserock/morphs
|