-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu-ss.yml
62 lines (62 loc) · 992 Bytes
/
menu-ss.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
kind: Network
spec:
ipam-config: ipam.json
asn-base: 64600
internet: 10.0.0.0/24
spine-tor: 10.72.1.0
core-spine: 10.72.2.0/31
core-external: 10.72.3.0/24
core-operation: 10.72.4.0/24
proxy: 10.0.49.3
ntp: 172.16.4.64/29
pod: 10.64.0.0/14
exposed:
loadbalancer: 10.72.32.0/20
bastion: 10.72.48.0/24
egress: 10.72.49.0/25
global: 172.19.0.0/24
---
kind: Inventory
spec:
cluster-id: dev0
spine: 2
rack:
- cs: 2
ss: 1
- cs: 2
ss: 1
- cs: 2
ss: 1
---
kind: Image
name: custom-ubuntu-image
file: cybozu-ubuntu-22.04-server-cloudimg-amd64.img
---
kind: Image
name: flatcar
file: flatcar_production_qemu_image.img
---
kind: Node
type: boot
spec:
cpu: 8
memory: 4G
image: custom-ubuntu-image
cloud-init-template: boot-seed.yml.template
---
kind: Node
type: cs
spec:
cpu: 12
memory: 32G
disk-count: 6
disk-size: 100G
tpm: true
---
kind: Node
type: ss
spec:
cpu: 4
memory: 10G
disk-count: 10
tpm: true