forked from yunionio/ocboot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-example-nodes.yml
More file actions
39 lines (39 loc) · 931 Bytes
/
config-example-nodes.yml
File metadata and controls
39 lines (39 loc) · 931 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
35
36
37
38
39
mariadb_node:
hostname: 10.127.10.156
user: root
db_user: root
db_password: your-sql-password
primary_master_node:
hostname: 10.127.10.156
user: root
db_host: 10.127.10.156
db_user: root
db_password: your-sql-password
onecloud_version: v3.9.8
controlplane_host: 10.127.10.156
controlplane_port: "6443"
as_host: true
registry_mirrors:
- https://lje6zxpk.mirror.aliyuncs.com
- https://lms7sxqp.mirror.aliyuncs.com
insecure_registries:
- 192.168.222.172:3000
master_nodes:
hosts:
- hostname: 10.127.10.157
user: root
use_local: false
controlplane_host: 10.127.10.156
controlplane_port: "6443"
as_controller: true
registry_mirrors:
- https://lje6zxpk.mirror.aliyuncs.com
worker_nodes:
hosts:
- hostname: 10.127.10.158
user: root
controlplane_host: 10.127.10.156
controlplane_port: "6443"
as_host: true
registry_mirrors:
- https://lje6zxpk.mirror.aliyuncs.com