-
Notifications
You must be signed in to change notification settings - Fork 10
/
default.yml
124 lines (124 loc) · 2.37 KB
/
default.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
121
122
123
124
---
# SPDX-license-identifier: Apache-2.0
##############################################################################
# Copyright (c) 2018
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
- name: "controller01"
os:
name: ubuntu
release: jammy
networks:
- name: public-net
ip: "10.10.16.3"
memory: 8192
cpus: 2
roles:
- kube-master
- etcd
- name: "controller02"
os:
name: ubuntu
release: jammy
networks:
- name: public-net
ip: "10.10.16.4"
memory: 8192
cpus: 2
roles:
- kube-master
- etcd
- name: "controller03"
os:
name: ubuntu
release: jammy
networks:
- name: public-net
ip: "10.10.16.5"
memory: 8192
cpus: 2
roles:
- kube-master
- etcd
- name: "compute01"
os:
name: "ubuntu"
release: "focal"
networks:
- name: public-net
ip: "10.10.16.6"
memory: 32768
sriov_numvfs: 3
qat_dev:
- "3d:00.0"
sriov_dev:
- "41:02.0"
- "41:02.1"
- "41:02.2"
- "41:02.3"
- "41:02.4"
- "41:02.5"
- "41:02.6"
- "41:02.7"
cpus: 16
numa_nodes: # Total memory for NUMA nodes must be equal to RAM size
- cpus: 0-3
memory: 8192
- cpus: 4-7
memory: 8192
- cpus: 8-11
memory: 8192
- cpus: 12-15
memory: 8192
volumes:
- name: sdb
size: 25
mount: /var/lib/docker/
port: 1
device: 0
- name: sdc
size: 50
port: 1
device: 1
roles:
- kube-node
- qat-node
- name: "compute02"
os:
name: "ubuntu"
release: "focal"
networks:
- name: public-net
ip: "10.10.16.7"
memory: 8192
pmem:
size: 8G # This value may affect the currentMemory libvirt tag
slots: 4
max_size: 32G
vNVDIMMs:
- mem_id: mem0
id: nv0
share: "on"
path: /dev/shm
size: 4G
- mem_id: mem1
id: nv1
share: "on"
path: /dev/shm
size: 4G
cpus: 4
volumes:
- name: sdc
size: 25
mount: /var/lib/docker/
port: 1
device: 0
- name: sdd
size: 50
port: 1
device: 1
roles:
- kube-node