summaryrefslogtreecommitdiffstats
path: root/modules-available/baseconfig_bwlp/baseconfig/settings.json
blob: d10e2a9e12676f5ceaf8cca5499677b4692f5635 (plain) (blame)
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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
	"SLX_ADDONS": {
		"catid": "other",
		"defaultvalue": "vmware",
		"permissions": "2",
		"validator": ""
	},
	"SLX_BIOS_CLOCK": {
		"catid": "timesync",
		"defaultvalue": "off",
		"permissions": "2",
		"validator": "list:off|local|utc"
	},
	"SLX_LOGOUT_TIMEOUT": {
		"catid": "power",
		"defaultvalue": "2700",
		"permissions": "2",
		"validator": "regex:\/^\\d*$\/"
	},
	"SLX_NET_DOMAIN": {
		"catid": "networking",
		"defaultvalue": "",
		"permissions": "2",
		"validator": ""
	},
	"SLX_NTP_SERVER": {
		"catid": "timesync",
		"defaultvalue": "0.de.pool.ntp.org 1.de.pool.ntp.org",
		"permissions": "2",
		"validator": "multiinput"
	},
	"SLX_PROXY_BLACKLIST": {
		"catid": "networking",
		"defaultvalue": "",
		"permissions": "2",
		"validator": "multiinput"
	},
	"SLX_PROXY_IP": {
		"catid": "networking",
		"defaultvalue": "",
		"permissions": "2",
		"validator": ""
	},
	"SLX_PROXY_MODE": {
		"catid": "networking",
		"defaultvalue": "off",
		"permissions": "2",
		"validator": "list:off|on|auto"
	},
	"SLX_PROXY_PORT": {
		"catid": "networking",
		"defaultvalue": "",
		"permissions": "2",
		"validator": "regex:\/^\\d*$\/"
	},
	"SLX_PROXY_TYPE": {
		"catid": "networking",
		"defaultvalue": "socks5",
		"permissions": "2",
		"validator": "list:socks4|socks5|http-connect|http-relay"
	},
	"SLX_REMOTE_LOG_SESSIONS": {
		"catid": "other",
		"defaultvalue": "anonymous",
		"permissions": "2",
		"validator": "list:yes|anonymous|no"
	},
	"SLX_ROOT_PASS": {
		"catid": "sysconfig",
		"defaultvalue": "",
		"permissions": "2",
		"validator": "function:linuxPassword"
	},
	"SLX_DEMO_PASS": {
		"catid": "sysconfig",
		"defaultvalue": "",
		"permissions": "2",
		"validator": "function:linuxPassword"
	},
	"SLX_BWIDM_AUTH": {
		"catid": "sysconfig",
		"defaultvalue": "no",
		"permissions": "2",
		"validator": "list:yes|no"
	},
	"SLX_SHUTDOWN_SCHEDULE": {
		"catid": "power",
		"defaultvalue": "22:10 00:00",
		"permissions": "2",
		"validator": "regex:\/^(\\s*\\d{1,2}:\\d{1,2})*\\s*$\/"
	},
	"SLX_SHUTDOWN_TIMEOUT": {
		"catid": "power",
		"defaultvalue": "1200",
		"permissions": "2",
		"validator": "regex:\/^\\d*$\/"
	},
	"SLX_BENCHMARK_VM": {
		"catid": "other",
		"defaultvalue": "",
		"permissions": "2",
		"validator": ""
	},
	"SLX_VMCHOOSER_TAB": {
		"catid": "vmchooser",
		"defaultvalue": "AUTO",
		"permissions": "2",
		"validator": "list:0|1|2|AUTO"
	},
	"SLX_VMCHOOSER_TEMPLATES": {
		"catid": "vmchooser",
		"defaultvalue": "IGNORE",
		"permissions": "2",
		"validator": "list:IGNORE|BUMP"
	},
	"SLX_VMCHOOSER_FORLOCATION": {
		"catid": "vmchooser",
		"defaultvalue": "BUMP",
		"permissions": "2",
		"validator": "list:IGNORE|BUMP|EXCLUSIVE"
	},
	"SLX_VMCHOOSER_DUMMYSETTING1": {
		"catid": "vmchooser",
		"defaultvalue": "",
		"permissions": "2",
		"validator": "list:ON|OFF",
		"shadows": "OFF -> SLX_LOGOUT_TIMEOUT, OFF -> SLX_VMCHOOSER_DUMMYSETTING2"
	},
	"SLX_VMCHOOSER_DUMMYSETTING2": {
		"catid": "vmchooser",
		"defaultvalue": "",
		"permissions": "2",
		"validator": "multilist:Apples|Bananas|Pears"
	},
	"SLX_VMCHOOSER_DUMMYSETTING3": {
		"catid": "vmchooser",
		"defaultvalue": "",
		"permissions": "2",
		"validator": "multiinput"
	}
}