-
Notifications
You must be signed in to change notification settings - Fork 0
/
registry.yml
120 lines (120 loc) · 2.46 KB
/
registry.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
globals:
language: da
default_instance: c1-smaller
default_machine: q35
default_disk_size: 64g
default_datastore: default
default_isostore: iso
default_network: default
default_domainname: test.home
default_bpstotal: 16777216
default_registry: "https://raw.githubusercontent.com/redcathedral/cloud-recipe/main"
default_profile: dhcp
networks:
- name: default
topology: bridge
cidr: 10.0.96.0/24
router: 10.0.96.1
namespace: default
nat: true
- name: macvtap
interface: enp2s0
topology: macvtap
namespace: default
mode: bridge
- name: tun
topology: tuntap
datastores:
- default: "/media/gandalf/d63cdc3e-58e5-44c4-bc26-1bd2f5547c99"
- slow: "/media/gandalf/da3e8718-0b61-44d6-8553-1f0c1cf89c4d"
- iso: "/home/gandalf/Applications"
images:
- name: default
datastore: default
filename: ubuntu2004backingfile.img
media: disc
- name: ubuntu2004-master
datastore: default
backingimage: default
filename: ubuntu2004-master.img
media: disc
- name: dhcp-master
datastore: default
backingimage: ubuntu2004-master
size: 32g
media: disc
bps-total: 16777216
- name: dhcp
datastore: slow
backingimage: dhcp-master
size: 32g
media: disc
bps-total: 16777216
- name: ami-master
datastore: default
backingimage: ubuntu2004-master
size: 32g
media: disc
- name: ami
datastore: slow
backingimage: ami-master
size: 32g
media: disc
bps-total: 16777216
- name: wgclient
datastore: default
backingimage: ami-master
media: disc
bps-total: 33554432
size: 32g
models:
- name: t1-small
memory: 1024
cpus: 1
flags: host
arch: amd64
- name: t1-medium
memory: 2048
cpus: 2
flags: host
arch: amd64
- name: t1-large
memory: 4096
cpus: 4
flags: host
arch: amd64
- name: t1-xlarge
memory: 8192
cpus: 8
flags: host
arch: amd64
- name: c1-smaller
memory: 512
cpus: 2
flags: host
arch: amd64
- name: c1-faster
memory: 1024
cpus: 4
flags: host
arch: amd64
- name: m1-small
memory: 4096
cpus: 1
flags: host
arch: amd64
- name: m1-medium
memory: 8192
cpus: 2
flags: host
arch: amd64
- name: m1-large
memory: 16384
cpus: 4
flags: host
arch: amd64
- name: m1-xlarge
memory: 32768
cpus: 8
flags: host
arch: amd64