-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathslave.json
More file actions
46 lines (40 loc) · 1.29 KB
/
slave.json
File metadata and controls
46 lines (40 loc) · 1.29 KB
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
{
"ready" : "Y",
"confirm_license": "OK",
"keymap" : "us.kbd",
"hostname" : "myhost2.com",
"proxy" : "",
"interface" : 0,
"ipv4_configure" : "Y",
"ipv4_dhcp" : "N",
"ipv6_configure" : "N",
"network_configuration": {
"inet" : "10.10.10.3",
"netmask" : "255.255.255.224",
"gateway" : "10.10.10.1",
"nameserver": "8.8.8.8",
"inet6" : "",
"gateway6" : ""
},
"ntp" : "0.asia.pool.ntp.org",
"vulture_config": 1,
"node_config" : {
"primary_hostname": "myhost1.com",
"primary_ip" : "10.10.10.2",
"cluster_password": "aePNNzpJ"
},
"email_address" : "",
"registration_key": "",
"pki" : {
"country" : "",
"state" : "",
"city" : "",
"organization" : "",
"organization_unit": ""
},
"admin": {
"username" : "admin",
"password" : "password",
"repassword": "password"
}
}