-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaster.json
47 lines (40 loc) · 1.29 KB
/
master.json
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" : "myhost1.com",
"proxy" : "",
"interface" : 0,
"ipv4_configure" : "Y",
"ipv4_dhcp" : "N",
"ipv6_configure" : "N",
"network_configuration": {
"inet" : "10.10.10.2",
"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": 0,
"node_config" : {
"primary_hostname": "",
"primary_ip" : "",
"cluster_password": ""
},
"email_address" : "[email protected]",
"registration_key": "",
"pki" : {
"country" : "IN",
"state" : "MH",
"city" : "NSK",
"organization" : "sky",
"organization_unit": "Re"
},
"admin": {
"username" : "admin",
"password" : "password",
"repassword": "password"
}
}