-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.yaml
More file actions
34 lines (34 loc) · 806 Bytes
/
manifest.yaml
File metadata and controls
34 lines (34 loc) · 806 Bytes
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
version: "1"
type: Application
metadata:
name: linux-template-demo
labels:
- admin:Scale2025
spec:
resources:
- type: virdomain
name: linux-template-demo
spec:
description: Linux template
cpu: 0
memory: "4294967296" # 4G
storage_devices:
- name: disk2
type: virtio_disk
capacity: 50000000000 # 50G
source: "ubuntu_disk"
boot: 1
network_devices:
- name: eth0
type: virtio
tags:
- template
- ubuntu
- linux
state: shutoff
machine_type: uefi
assets:
- name: ubuntu_disk
type: virtual_disk
format: raw
url: https://cloud-images.ubuntu.com/noble/20250704/noble-server-cloudimg-amd64.img