foreman_discovery 25.0.0 → 25.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_discovery/locale/ca/foreman_discovery.js +440 -452
- data/app/assets/javascripts/foreman_discovery/locale/cs_CZ/foreman_discovery.js +397 -409
- data/app/assets/javascripts/foreman_discovery/locale/de/foreman_discovery.js +537 -549
- data/app/assets/javascripts/foreman_discovery/locale/en/foreman_discovery.js +280 -291
- data/app/assets/javascripts/foreman_discovery/locale/en_GB/foreman_discovery.js +539 -551
- data/app/assets/javascripts/foreman_discovery/locale/es/foreman_discovery.js +541 -553
- data/app/assets/javascripts/foreman_discovery/locale/fr/foreman_discovery.js +539 -551
- data/app/assets/javascripts/foreman_discovery/locale/gl/foreman_discovery.js +339 -351
- data/app/assets/javascripts/foreman_discovery/locale/it/foreman_discovery.js +468 -480
- data/app/assets/javascripts/foreman_discovery/locale/ja/foreman_discovery.js +536 -548
- data/app/assets/javascripts/foreman_discovery/locale/ka/foreman_discovery.js +525 -537
- data/app/assets/javascripts/foreman_discovery/locale/ko/foreman_discovery.js +493 -505
- data/app/assets/javascripts/foreman_discovery/locale/pt_BR/foreman_discovery.js +538 -550
- data/app/assets/javascripts/foreman_discovery/locale/ru/foreman_discovery.js +510 -522
- data/app/assets/javascripts/foreman_discovery/locale/sv_SE/foreman_discovery.js +361 -373
- data/app/assets/javascripts/foreman_discovery/locale/zh_CN/foreman_discovery.js +540 -552
- data/app/assets/javascripts/foreman_discovery/locale/zh_TW/foreman_discovery.js +400 -412
- data/app/controllers/api/v2/discovered_hosts_controller.rb +2 -0
- data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +41 -35
- data/app/controllers/concerns/foreman/controller/parameters/discovery_rule.rb +18 -12
- data/app/controllers/discovered_hosts_controller.rb +0 -13
- data/app/controllers/discovered_hosts_controller.rb.orig +354 -0
- data/app/models/host/discovered.rb +1 -0
- data/app/services/foreman_discovery/fact_to_category_resolver.rb +11 -6
- data/app/services/foreman_discovery/lldp_neighbors.rb +6 -2
- data/app/views/api/v2/discovered_hosts/main.json.rabl +2 -1
- data/app/views/discovered_hosts/_discovered_host.html.erb +1 -0
- data/app/views/discovered_hosts/_discovered_hosts_list.html.erb +2 -1
- data/app/views/discovered_hosts/show.html.erb +3 -1
- data/app/views/discovered_mailer/_discovered_host.html.erb +5 -0
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.po +2 -14
- data/locale/cs_CZ/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/cs_CZ/foreman_discovery.po +128 -138
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.po +4 -16
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.po +13 -20
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.po +39 -51
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.po +47 -59
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.po +18 -30
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.po +2 -14
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.po +2 -14
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.po +27 -38
- data/locale/ka/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ka/foreman_discovery.po +19 -31
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.po +98 -108
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.po +2 -14
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.po +2 -14
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.po +2 -14
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.po +20 -32
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.po +2 -14
- data/test/facts/facts_with_lldp_bond_candidate.json +7 -0
- data/test/functional/api/v2/discovered_hosts_controller_test.rb +35 -0
- data/test/integration/discovered_hosts_test.rb +3 -1
- data/test/test_helper_discovery.rb +21 -7
- data/test/unit/lldp_neighbors_test.rb +34 -0
- metadata +4 -3
|
@@ -3,843 +3,831 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"foreman_discovery": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "foreman_discovery
|
|
6
|
+
"Project-Id-Version": "foreman_discovery 25.0.0",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
|
-
"PO-Revision-Date": "
|
|
9
|
-
"Last-Translator": "
|
|
10
|
-
"Language-Team": "Czech",
|
|
11
|
-
"Language": "cs_CZ",
|
|
8
|
+
"PO-Revision-Date": "2013-11-15 17:25+0000",
|
|
9
|
+
"Last-Translator": "Pavel Borecki <pavel.borecki@gmail.com>, 2018-2020",
|
|
10
|
+
"Language-Team": "Czech (Czech Republic) (http://app.transifex.com/foreman/foreman/language/cs_CZ/)",
|
|
12
11
|
"MIME-Version": "1.0",
|
|
13
12
|
"Content-Type": "text/plain; charset=UTF-8",
|
|
14
13
|
"Content-Transfer-Encoding": "8bit",
|
|
15
|
-
"
|
|
14
|
+
"Language": "cs_CZ",
|
|
15
|
+
"Plural-Forms": "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;",
|
|
16
16
|
"lang": "cs_CZ",
|
|
17
17
|
"domain": "foreman_discovery",
|
|
18
|
-
"plural_forms": "nplurals
|
|
18
|
+
"plural_forms": "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
|
|
19
19
|
},
|
|
20
|
-
"
|
|
21
|
-
""
|
|
22
|
-
],
|
|
23
|
-
"filter results": [
|
|
24
|
-
""
|
|
20
|
+
"%s - The following hosts are about to be changed": [
|
|
21
|
+
"%s – následující hostitelé budou změněni"
|
|
25
22
|
],
|
|
26
|
-
"
|
|
23
|
+
"%s discovered hosts were provisioned": [
|
|
27
24
|
""
|
|
28
25
|
],
|
|
29
|
-
"
|
|
26
|
+
"<b>Foreman</b> Discovered hosts summary": [
|
|
30
27
|
""
|
|
31
28
|
],
|
|
32
|
-
"
|
|
29
|
+
"A summary of discovered hosts": [
|
|
33
30
|
""
|
|
34
31
|
],
|
|
35
|
-
"
|
|
36
|
-
""
|
|
32
|
+
"Actions": [
|
|
33
|
+
"Akce"
|
|
37
34
|
],
|
|
38
|
-
"
|
|
39
|
-
""
|
|
35
|
+
"Assign Location": [
|
|
36
|
+
"Přiřadit umístění"
|
|
40
37
|
],
|
|
41
|
-
"
|
|
42
|
-
""
|
|
38
|
+
"Assign Organization": [
|
|
39
|
+
"Přiřadit organizaci"
|
|
43
40
|
],
|
|
44
|
-
"
|
|
41
|
+
"Associated Hosts": [
|
|
45
42
|
""
|
|
46
43
|
],
|
|
47
|
-
"
|
|
44
|
+
"Auto Provision": [
|
|
48
45
|
""
|
|
49
46
|
],
|
|
50
|
-
"
|
|
47
|
+
"Auto provisioning": [
|
|
51
48
|
""
|
|
52
49
|
],
|
|
53
|
-
"
|
|
50
|
+
"Automatic bond interface (if another interface is detected on the same VLAN via LLDP)": [
|
|
54
51
|
""
|
|
55
52
|
],
|
|
56
|
-
"
|
|
53
|
+
"Automatically generate PXE configuration to pin a newly discovered host to discovery": [
|
|
57
54
|
""
|
|
58
55
|
],
|
|
59
|
-
"
|
|
56
|
+
"Automatically provision newly discovered hosts, according to the provisioning rules": [
|
|
60
57
|
""
|
|
61
58
|
],
|
|
62
|
-
"
|
|
59
|
+
"Automatically reboot or kexec discovered host during provisioning": [
|
|
63
60
|
""
|
|
64
61
|
],
|
|
65
|
-
"
|
|
66
|
-
""
|
|
62
|
+
"Back": [
|
|
63
|
+
"Zpět"
|
|
67
64
|
],
|
|
68
|
-
"
|
|
69
|
-
""
|
|
65
|
+
"CPUs": [
|
|
66
|
+
"Procesory"
|
|
70
67
|
],
|
|
71
|
-
"
|
|
72
|
-
""
|
|
68
|
+
"Cancel": [
|
|
69
|
+
"Zrušit"
|
|
73
70
|
],
|
|
74
|
-
"
|
|
75
|
-
""
|
|
71
|
+
"Clean all facts": [
|
|
72
|
+
"Vyčistit všechna fakta"
|
|
76
73
|
],
|
|
77
|
-
"
|
|
74
|
+
"Clean all reported facts during provisioning (except discovery facts)": [
|
|
78
75
|
""
|
|
79
76
|
],
|
|
80
|
-
"
|
|
81
|
-
""
|
|
77
|
+
"Clone": [
|
|
78
|
+
"Klonovat"
|
|
82
79
|
],
|
|
83
|
-
"
|
|
84
|
-
""
|
|
80
|
+
"Clone %s": [
|
|
81
|
+
"Klonovat %s"
|
|
85
82
|
],
|
|
86
|
-
"
|
|
87
|
-
""
|
|
83
|
+
"Collapse All": [
|
|
84
|
+
"Sbalit vše"
|
|
88
85
|
],
|
|
89
|
-
"
|
|
86
|
+
"Could not get facts from proxy %{url}: %{error}": [
|
|
90
87
|
""
|
|
91
88
|
],
|
|
92
|
-
"
|
|
93
|
-
""
|
|
89
|
+
"Create Host": [
|
|
90
|
+
"Vytvořit stroj"
|
|
94
91
|
],
|
|
95
|
-
"
|
|
96
|
-
""
|
|
92
|
+
"Create Rule": [
|
|
93
|
+
"Vytvořit pravidlo"
|
|
97
94
|
],
|
|
98
|
-
"
|
|
95
|
+
"Create a discovered host for testing (use /facts to create new hosts)": [
|
|
99
96
|
""
|
|
100
97
|
],
|
|
101
|
-
"
|
|
98
|
+
"Create a discovery rule": [
|
|
102
99
|
""
|
|
103
100
|
],
|
|
104
|
-
"
|
|
105
|
-
""
|
|
101
|
+
"Create bond interfaces": [
|
|
102
|
+
"Vytvořit spřažení rozhraní"
|
|
106
103
|
],
|
|
107
|
-
"
|
|
108
|
-
""
|
|
104
|
+
"Customize Host": [
|
|
105
|
+
"Přizpůsobit stroj"
|
|
109
106
|
],
|
|
110
|
-
"
|
|
107
|
+
"DHCP filename option (Grub2 or PXELinux by default)": [
|
|
111
108
|
""
|
|
112
109
|
],
|
|
113
|
-
"
|
|
114
|
-
""
|
|
110
|
+
"Delete": [
|
|
111
|
+
"Smazat"
|
|
115
112
|
],
|
|
116
|
-
"
|
|
117
|
-
""
|
|
113
|
+
"Delete %s?": [
|
|
114
|
+
"Smazat %s?"
|
|
118
115
|
],
|
|
119
|
-
"
|
|
120
|
-
""
|
|
116
|
+
"Delete a discovered host": [
|
|
117
|
+
"Smazat objevené stroje"
|
|
121
118
|
],
|
|
122
|
-
"
|
|
123
|
-
""
|
|
119
|
+
"Delete a rule": [
|
|
120
|
+
"Smazat pravidlo"
|
|
124
121
|
],
|
|
125
|
-
"
|
|
122
|
+
"Delete rule '%s'?": [
|
|
126
123
|
""
|
|
127
124
|
],
|
|
128
|
-
"
|
|
129
|
-
""
|
|
125
|
+
"Destroyed selected hosts": [
|
|
126
|
+
"Označené stroje zlikvidovány"
|
|
130
127
|
],
|
|
131
|
-
"
|
|
132
|
-
""
|
|
128
|
+
"Details": [
|
|
129
|
+
"Podrobnosti"
|
|
133
130
|
],
|
|
134
|
-
"
|
|
135
|
-
""
|
|
131
|
+
"Disable": [
|
|
132
|
+
"Vypnout"
|
|
136
133
|
],
|
|
137
|
-
"
|
|
134
|
+
"Disable rule '%s'?": [
|
|
138
135
|
""
|
|
139
136
|
],
|
|
140
|
-
"
|
|
137
|
+
"Discovered Host": [
|
|
138
|
+
"",
|
|
141
139
|
""
|
|
142
140
|
],
|
|
143
|
-
"
|
|
144
|
-
""
|
|
141
|
+
"Discovered Hosts": [
|
|
142
|
+
"Objevené stroje"
|
|
145
143
|
],
|
|
146
|
-
"
|
|
144
|
+
"Discovered Rules": [
|
|
147
145
|
""
|
|
148
146
|
],
|
|
149
|
-
"
|
|
147
|
+
"Discovered host '%{host}' has all NICs filtered out, filter: %{filter}": [
|
|
150
148
|
""
|
|
151
149
|
],
|
|
152
|
-
"
|
|
150
|
+
"Discovered host reported from unknown subnet, communication will not be proxied.": [
|
|
153
151
|
""
|
|
154
152
|
],
|
|
155
|
-
"
|
|
156
|
-
""
|
|
153
|
+
"Discovered host: %s": [
|
|
154
|
+
"Objevené stroje: %s"
|
|
157
155
|
],
|
|
158
|
-
"
|
|
156
|
+
"Discovered hosts are provisioning now": [
|
|
159
157
|
""
|
|
160
158
|
],
|
|
161
|
-
"
|
|
159
|
+
"Discovered hosts are rebooting now": [
|
|
162
160
|
""
|
|
163
161
|
],
|
|
164
|
-
"
|
|
162
|
+
"Discovered hosts from Foreman server at %{foreman_url}": [
|
|
165
163
|
""
|
|
166
164
|
],
|
|
167
|
-
"
|
|
165
|
+
"Discovered hosts reported from unknown subnet are %s, communication will not be proxied.": [
|
|
168
166
|
""
|
|
169
167
|
],
|
|
170
|
-
"
|
|
168
|
+
"Discovered hosts summary": [
|
|
171
169
|
""
|
|
172
170
|
],
|
|
173
|
-
"
|
|
171
|
+
"Discovery": [
|
|
174
172
|
""
|
|
175
173
|
],
|
|
176
|
-
"
|
|
177
|
-
""
|
|
174
|
+
"Discovery Proxy": [
|
|
175
|
+
"Proxy pro objevování"
|
|
178
176
|
],
|
|
179
|
-
"
|
|
177
|
+
"Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
|
|
180
178
|
""
|
|
181
179
|
],
|
|
182
|
-
"
|
|
180
|
+
"Discovery Rules": [
|
|
183
181
|
""
|
|
184
182
|
],
|
|
185
|
-
"
|
|
183
|
+
"Discovery fact parser does not work with non-discovery host '%{host}'": [
|
|
186
184
|
""
|
|
187
185
|
],
|
|
188
|
-
"
|
|
186
|
+
"Discovery hostname naming pattern": [
|
|
189
187
|
""
|
|
190
188
|
],
|
|
191
|
-
"
|
|
192
|
-
""
|
|
189
|
+
"Discovery location": [
|
|
190
|
+
"Prozkoumávané umístění"
|
|
193
191
|
],
|
|
194
|
-
"
|
|
195
|
-
""
|
|
192
|
+
"Discovery organization": [
|
|
193
|
+
"Prozkoumávaná organizace"
|
|
196
194
|
],
|
|
197
|
-
"
|
|
198
|
-
""
|
|
195
|
+
"DiscoveryRule|Enabled": [
|
|
196
|
+
"DiscoveryRule|Zapnuto"
|
|
199
197
|
],
|
|
200
|
-
"
|
|
201
|
-
""
|
|
198
|
+
"DiscoveryRule|Name": [
|
|
199
|
+
"DiscoveryRule|Název"
|
|
202
200
|
],
|
|
203
|
-
"
|
|
204
|
-
""
|
|
201
|
+
"DiscoveryRule|Priority": [
|
|
202
|
+
"DiscoveryRule|Priorita"
|
|
205
203
|
],
|
|
206
|
-
"
|
|
207
|
-
""
|
|
204
|
+
"DiscoveryRule|Query": [
|
|
205
|
+
"DiscoveryRule|Dotaz"
|
|
208
206
|
],
|
|
209
|
-
"
|
|
210
|
-
""
|
|
207
|
+
"Disk Count": [
|
|
208
|
+
"Počet jednotek úložiště"
|
|
211
209
|
],
|
|
212
|
-
"
|
|
213
|
-
""
|
|
210
|
+
"Disk count": [
|
|
211
|
+
"Počet jednotek úložiště"
|
|
214
212
|
],
|
|
215
|
-
"
|
|
216
|
-
""
|
|
213
|
+
"Disks Size": [
|
|
214
|
+
"Velikost jednotky úložiště"
|
|
217
215
|
],
|
|
218
|
-
"
|
|
219
|
-
""
|
|
216
|
+
"Disks size": [
|
|
217
|
+
"Velikost jednotek úložiště"
|
|
220
218
|
],
|
|
221
|
-
"
|
|
219
|
+
"Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)": [
|
|
222
220
|
""
|
|
223
221
|
],
|
|
224
|
-
"
|
|
225
|
-
""
|
|
222
|
+
"Domain will be appended automatically. A hostname based on MAC address will be used when left blank.": [
|
|
223
|
+
"Doména bude připsána automaticky. Pokud nebude vyplněno, bude použit název stroje založený na MAC adrese."
|
|
226
224
|
],
|
|
227
|
-
"
|
|
228
|
-
""
|
|
225
|
+
"Edit %s": [
|
|
226
|
+
"Upravit %s"
|
|
229
227
|
],
|
|
230
|
-
"
|
|
231
|
-
""
|
|
228
|
+
"Enable": [
|
|
229
|
+
"Zapnout"
|
|
232
230
|
],
|
|
233
|
-
"
|
|
231
|
+
"Enable rule '%s'?": [
|
|
234
232
|
""
|
|
235
233
|
],
|
|
236
|
-
"
|
|
234
|
+
"Error message goes here": [
|
|
237
235
|
""
|
|
238
236
|
],
|
|
239
|
-
"
|
|
237
|
+
"Error on existing NIC": [
|
|
240
238
|
""
|
|
241
239
|
],
|
|
242
|
-
"
|
|
240
|
+
"Errors during auto provisioning: %s": [
|
|
243
241
|
""
|
|
244
242
|
],
|
|
245
|
-
"
|
|
243
|
+
"Errors during reboot: %s": [
|
|
246
244
|
""
|
|
247
245
|
],
|
|
248
|
-
"
|
|
246
|
+
"Execute rules against a discovered host": [
|
|
249
247
|
""
|
|
250
248
|
],
|
|
251
|
-
"
|
|
249
|
+
"Execute rules against all currently discovered hosts": [
|
|
252
250
|
""
|
|
253
251
|
],
|
|
254
|
-
"
|
|
252
|
+
"Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname": [
|
|
255
253
|
""
|
|
256
254
|
],
|
|
257
|
-
"
|
|
255
|
+
"Extra facter columns to show in host lists": [
|
|
258
256
|
""
|
|
259
257
|
],
|
|
260
|
-
"
|
|
261
|
-
""
|
|
258
|
+
"Fact + prefix": [
|
|
259
|
+
"Fakt + předpona"
|
|
262
260
|
],
|
|
263
|
-
"
|
|
264
|
-
""
|
|
261
|
+
"Fact columns": [
|
|
262
|
+
"Sloupce faktu"
|
|
265
263
|
],
|
|
266
|
-
"
|
|
264
|
+
"Fact name to use for primary interface detection": [
|
|
267
265
|
""
|
|
268
266
|
],
|
|
269
|
-
"
|
|
270
|
-
""
|
|
267
|
+
"Facts could not be imported": [
|
|
268
|
+
"Fakta se nepodařilo importovat"
|
|
271
269
|
],
|
|
272
|
-
"
|
|
273
|
-
""
|
|
270
|
+
"Facts refreshed for %s": [
|
|
271
|
+
"Fakta znovunačtena pro %s"
|
|
274
272
|
],
|
|
275
|
-
"
|
|
273
|
+
"Failed to auto provision host %s: %s": [
|
|
276
274
|
""
|
|
277
275
|
],
|
|
278
|
-
"
|
|
276
|
+
"Failed to reboot host %s": [
|
|
279
277
|
""
|
|
280
278
|
],
|
|
281
|
-
"
|
|
279
|
+
"Failed to reboot host %{hostname} with error %{error_message}": [
|
|
282
280
|
""
|
|
283
281
|
],
|
|
284
|
-
"
|
|
282
|
+
"Failed to reboot hosts with error %s": [
|
|
285
283
|
""
|
|
286
284
|
],
|
|
287
|
-
"
|
|
285
|
+
"Failed to refresh facts for %s": [
|
|
288
286
|
""
|
|
289
287
|
],
|
|
290
|
-
"
|
|
288
|
+
"Failed to refresh facts for %{hostname} with error %{error_message}": [
|
|
291
289
|
""
|
|
292
290
|
],
|
|
293
|
-
"
|
|
291
|
+
"For more information please see ": [
|
|
294
292
|
""
|
|
295
293
|
],
|
|
296
|
-
"
|
|
297
|
-
""
|
|
294
|
+
"Force DNS": [
|
|
295
|
+
"Vynutit DNS"
|
|
298
296
|
],
|
|
299
|
-
"
|
|
297
|
+
"Force DNS entries creation when provisioning discovered host": [
|
|
300
298
|
""
|
|
301
299
|
],
|
|
302
|
-
"
|
|
300
|
+
"Foreman Discovery": [
|
|
303
301
|
""
|
|
304
302
|
],
|
|
305
|
-
"
|
|
303
|
+
"Foreman discovered hosts summary": [
|
|
306
304
|
""
|
|
307
305
|
],
|
|
308
|
-
"
|
|
309
|
-
""
|
|
306
|
+
"Hardware": [
|
|
307
|
+
"Hardware"
|
|
310
308
|
],
|
|
311
|
-
"
|
|
312
|
-
""
|
|
309
|
+
"Hardware facts": [
|
|
310
|
+
"Fakta o hardware"
|
|
313
311
|
],
|
|
314
|
-
"
|
|
315
|
-
""
|
|
312
|
+
"Highlighted facts": [
|
|
313
|
+
"Zvýrazněná fakta"
|
|
316
314
|
],
|
|
317
|
-
"
|
|
315
|
+
"Highlights": [
|
|
318
316
|
""
|
|
319
317
|
],
|
|
320
|
-
"
|
|
321
|
-
""
|
|
318
|
+
"Host": [
|
|
319
|
+
"Stroj"
|
|
322
320
|
],
|
|
323
|
-
"
|
|
321
|
+
"Host %s has been dicovered": [
|
|
324
322
|
""
|
|
325
323
|
],
|
|
326
|
-
"
|
|
324
|
+
"Host %{host} was provisioned with rule %{rule}": [
|
|
327
325
|
""
|
|
328
326
|
],
|
|
329
|
-
"Host
|
|
330
|
-
""
|
|
331
|
-
""
|
|
327
|
+
"Host Group": [
|
|
328
|
+
"Skupina strojů"
|
|
332
329
|
],
|
|
333
330
|
"Host group location %s must also be associated to the discovery rule": [
|
|
334
331
|
"",
|
|
335
332
|
""
|
|
336
333
|
],
|
|
337
|
-
"
|
|
338
|
-
""
|
|
339
|
-
],
|
|
340
|
-
"Random name": [
|
|
341
|
-
""
|
|
342
|
-
],
|
|
343
|
-
"MAC-based name": [
|
|
344
|
-
""
|
|
345
|
-
],
|
|
346
|
-
"Invalid facts, must be a Hash": [
|
|
347
|
-
""
|
|
348
|
-
],
|
|
349
|
-
"Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname": [
|
|
350
|
-
""
|
|
351
|
-
],
|
|
352
|
-
"Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s": [
|
|
353
|
-
""
|
|
354
|
-
],
|
|
355
|
-
"Facts could not be imported": [
|
|
356
|
-
""
|
|
357
|
-
],
|
|
358
|
-
"Could not get facts from proxy %{url}: %{error}": [
|
|
334
|
+
"Host group organization %s must also be associated to the discovery rule": [
|
|
335
|
+
"",
|
|
359
336
|
""
|
|
360
337
|
],
|
|
361
|
-
"
|
|
338
|
+
"Host of type %s can not be rebooted": [
|
|
362
339
|
""
|
|
363
340
|
],
|
|
364
|
-
"
|
|
365
|
-
""
|
|
341
|
+
"Host's owner type": [
|
|
342
|
+
"Typ vlastníka stroje"
|
|
366
343
|
],
|
|
367
|
-
"
|
|
344
|
+
"Host's parameters (array or indexed hash)": [
|
|
368
345
|
""
|
|
369
346
|
],
|
|
370
|
-
"
|
|
371
|
-
""
|
|
347
|
+
"Hostname facts": [
|
|
348
|
+
"Fakta o názvu stroje"
|
|
372
349
|
],
|
|
373
|
-
"
|
|
350
|
+
"Hostname for provisioned hosts": [
|
|
374
351
|
""
|
|
375
352
|
],
|
|
376
|
-
"
|
|
377
|
-
""
|
|
353
|
+
"Hostname prefix": [
|
|
354
|
+
"Předpona názvu stroje"
|
|
378
355
|
],
|
|
379
|
-
"
|
|
356
|
+
"Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID).": [
|
|
380
357
|
""
|
|
381
358
|
],
|
|
382
|
-
"
|
|
383
|
-
""
|
|
359
|
+
"Hosts": [
|
|
360
|
+
"Stroje"
|
|
384
361
|
],
|
|
385
|
-
"
|
|
362
|
+
"Hosts Limit": [
|
|
386
363
|
""
|
|
387
364
|
],
|
|
388
|
-
"
|
|
365
|
+
"Hosts/Limit": [
|
|
389
366
|
""
|
|
390
367
|
],
|
|
391
|
-
"Discovery
|
|
368
|
+
"ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts": [
|
|
392
369
|
""
|
|
393
370
|
],
|
|
394
|
-
"
|
|
395
|
-
""
|
|
371
|
+
"IP Address": [
|
|
372
|
+
"IP adresa"
|
|
396
373
|
],
|
|
397
|
-
"
|
|
398
|
-
""
|
|
374
|
+
"IP address": [
|
|
375
|
+
"IP adresa"
|
|
399
376
|
],
|
|
400
|
-
"
|
|
377
|
+
"IPAM must be configured for subnet '%s'": [
|
|
401
378
|
""
|
|
402
379
|
],
|
|
403
|
-
"
|
|
404
|
-
""
|
|
380
|
+
"IPMI": [
|
|
381
|
+
"IPMI"
|
|
405
382
|
],
|
|
406
|
-
"
|
|
407
|
-
""
|
|
383
|
+
"IPMI facts": [
|
|
384
|
+
"Fakta o IPMI"
|
|
408
385
|
],
|
|
409
|
-
"
|
|
410
|
-
""
|
|
386
|
+
"Identifier": [
|
|
387
|
+
"Identifikátor"
|
|
411
388
|
],
|
|
412
|
-
"
|
|
389
|
+
"Image API processing error: %{msg} (HTTP/%{code}, body: %{body})": [
|
|
413
390
|
""
|
|
414
391
|
],
|
|
415
|
-
"
|
|
392
|
+
"Image API returned HTTP/%{code} with '%{body}": [
|
|
416
393
|
""
|
|
417
394
|
],
|
|
418
|
-
"
|
|
395
|
+
"In addition to @host attribute function rand for random integers is available. Examples:": [
|
|
419
396
|
""
|
|
420
397
|
],
|
|
421
|
-
"
|
|
398
|
+
"Init RAM kexec URL is invalid: '%s'": [
|
|
422
399
|
""
|
|
423
400
|
],
|
|
424
|
-
"
|
|
425
|
-
""
|
|
401
|
+
"Interface fact": [
|
|
402
|
+
"Fakt o rozhraní"
|
|
426
403
|
],
|
|
427
|
-
"
|
|
428
|
-
""
|
|
404
|
+
"Interfaces": [
|
|
405
|
+
"Rozhraní"
|
|
429
406
|
],
|
|
430
|
-
"
|
|
431
|
-
""
|
|
407
|
+
"Invalid facts, must be a Hash": [
|
|
408
|
+
"Neplatný fakt, je třeba, aby byl otisk"
|
|
432
409
|
],
|
|
433
|
-
"
|
|
410
|
+
"Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s": [
|
|
434
411
|
""
|
|
435
412
|
],
|
|
436
|
-
"
|
|
413
|
+
"Invalid hostname: Could not normalize the hostname": [
|
|
437
414
|
""
|
|
438
415
|
],
|
|
439
|
-
"
|
|
416
|
+
"Invalid user type of %s was provided": [
|
|
440
417
|
""
|
|
441
418
|
],
|
|
442
|
-
"
|
|
443
|
-
""
|
|
419
|
+
"Kernel kexec URL is invalid: '%s'": [
|
|
420
|
+
"URL adresa kexec jádra není platná: „%s“"
|
|
444
421
|
],
|
|
445
|
-
"
|
|
446
|
-
"",
|
|
422
|
+
"Kexec template not associated with operating system": [
|
|
447
423
|
""
|
|
448
424
|
],
|
|
449
|
-
"
|
|
425
|
+
"Last Facts Upload": [
|
|
450
426
|
""
|
|
451
427
|
],
|
|
452
|
-
"
|
|
453
|
-
""
|
|
428
|
+
"List all discovered hosts": [
|
|
429
|
+
"Vypsat všechny objevené stroje"
|
|
454
430
|
],
|
|
455
|
-
"
|
|
431
|
+
"List all discovery rules": [
|
|
456
432
|
""
|
|
457
433
|
],
|
|
458
|
-
"
|
|
459
|
-
""
|
|
434
|
+
"List all fact values of a given discovered host": [
|
|
435
|
+
"Vypsat veškerá fakta o daném objeveném stroji"
|
|
460
436
|
],
|
|
461
|
-
"
|
|
437
|
+
"List of facts to use for the hostname (first wins)": [
|
|
462
438
|
""
|
|
463
439
|
],
|
|
464
|
-
"
|
|
465
|
-
""
|
|
440
|
+
"Location": [
|
|
441
|
+
"Umístění"
|
|
466
442
|
],
|
|
467
|
-
"
|
|
468
|
-
""
|
|
443
|
+
"Locations": [
|
|
444
|
+
"Umístění"
|
|
469
445
|
],
|
|
470
|
-
"
|
|
471
|
-
""
|
|
446
|
+
"Lock PXE": [
|
|
447
|
+
"Zamknout PXE"
|
|
472
448
|
],
|
|
473
|
-
"
|
|
449
|
+
"Locked PXEGrub template name": [
|
|
474
450
|
""
|
|
475
451
|
],
|
|
476
|
-
"
|
|
452
|
+
"Locked PXEGrub2 template name": [
|
|
477
453
|
""
|
|
478
454
|
],
|
|
479
|
-
"
|
|
455
|
+
"Locked PXELinux template name": [
|
|
480
456
|
""
|
|
481
457
|
],
|
|
482
|
-
"
|
|
483
|
-
""
|
|
458
|
+
"MAC address": [
|
|
459
|
+
"MAC adresa"
|
|
484
460
|
],
|
|
485
|
-
"
|
|
486
|
-
""
|
|
461
|
+
"MAC-based name": [
|
|
462
|
+
"Název odvozený od MAC adresy"
|
|
487
463
|
],
|
|
488
|
-
"
|
|
464
|
+
"Maximum hosts provisioned with this rule (0 = unlimited)": [
|
|
489
465
|
""
|
|
490
466
|
],
|
|
491
|
-
"
|
|
492
|
-
""
|
|
467
|
+
"Memory": [
|
|
468
|
+
"Operační paměť"
|
|
493
469
|
],
|
|
494
|
-
"
|
|
495
|
-
""
|
|
470
|
+
"Miscellaneous": [
|
|
471
|
+
"Různé"
|
|
496
472
|
],
|
|
497
|
-
"
|
|
498
|
-
""
|
|
473
|
+
"Model": [
|
|
474
|
+
"Model"
|
|
499
475
|
],
|
|
500
|
-
"
|
|
501
|
-
""
|
|
476
|
+
"N/A": [
|
|
477
|
+
"Není"
|
|
502
478
|
],
|
|
503
|
-
"
|
|
504
|
-
""
|
|
479
|
+
"Name": [
|
|
480
|
+
"Název"
|
|
505
481
|
],
|
|
506
|
-
"
|
|
507
|
-
""
|
|
482
|
+
"Name of the parameter": [
|
|
483
|
+
"Název parametru"
|
|
508
484
|
],
|
|
509
|
-
"
|
|
510
|
-
""
|
|
485
|
+
"Network": [
|
|
486
|
+
"Síť"
|
|
511
487
|
],
|
|
512
|
-
"
|
|
513
|
-
""
|
|
488
|
+
"Network facts": [
|
|
489
|
+
"Fakta o síti"
|
|
514
490
|
],
|
|
515
|
-
"
|
|
491
|
+
"New Discovery Rule": [
|
|
516
492
|
""
|
|
517
493
|
],
|
|
518
|
-
"
|
|
494
|
+
"New hosts": [
|
|
519
495
|
""
|
|
520
496
|
],
|
|
521
|
-
"
|
|
522
|
-
""
|
|
497
|
+
"New in the last 24 hours": [
|
|
498
|
+
"Nové v uplynulých 24 hodinách"
|
|
523
499
|
],
|
|
524
|
-
"Discovered
|
|
500
|
+
"No Discovery Rules found in this context. Create Discovery Rules to perform automated provisioning on Discovered Hosts": [
|
|
525
501
|
""
|
|
526
502
|
],
|
|
527
|
-
"
|
|
503
|
+
"No discovered hosts available": [
|
|
528
504
|
""
|
|
529
505
|
],
|
|
530
|
-
"
|
|
506
|
+
"No discovered hosts for the selected period": [
|
|
531
507
|
""
|
|
532
508
|
],
|
|
533
|
-
"
|
|
509
|
+
"No discovered hosts found in this context. This page shows discovered bare-metal or virtual nodes waiting to be provisioned.": [
|
|
534
510
|
""
|
|
535
511
|
],
|
|
536
|
-
"
|
|
512
|
+
"No discovered hosts to provision": [
|
|
537
513
|
""
|
|
538
514
|
],
|
|
539
|
-
"
|
|
515
|
+
"No discovered hosts to reboot": [
|
|
540
516
|
""
|
|
541
517
|
],
|
|
542
|
-
"
|
|
518
|
+
"No hostgroup associated with rule '%s'": [
|
|
543
519
|
""
|
|
544
520
|
],
|
|
545
|
-
"
|
|
546
|
-
""
|
|
521
|
+
"No hosts selected": [
|
|
522
|
+
"Nejsou vybrány žádné stroje"
|
|
547
523
|
],
|
|
548
|
-
"
|
|
524
|
+
"No hosts were found with that id or name": [
|
|
549
525
|
""
|
|
550
526
|
],
|
|
551
|
-
"
|
|
527
|
+
"No new discovered hosts for this period": [
|
|
552
528
|
""
|
|
553
529
|
],
|
|
554
|
-
"
|
|
530
|
+
"No rule found for host %s": [
|
|
555
531
|
""
|
|
556
532
|
],
|
|
557
|
-
"
|
|
533
|
+
"Not reported in more than 7 days": [
|
|
558
534
|
""
|
|
559
535
|
],
|
|
560
|
-
"
|
|
561
|
-
""
|
|
536
|
+
"One or more hosts have been discovered": [
|
|
537
|
+
"Byl objeven jeden či více hostitelů"
|
|
562
538
|
],
|
|
563
|
-
"
|
|
539
|
+
"One or more hosts with failed discovery due to error: %s": [
|
|
564
540
|
""
|
|
565
541
|
],
|
|
566
|
-
"
|
|
542
|
+
"Option 'url' must be provided": [
|
|
567
543
|
""
|
|
568
544
|
],
|
|
569
|
-
"
|
|
545
|
+
"Option 'url' must be valid URI: %s": [
|
|
570
546
|
""
|
|
571
547
|
],
|
|
572
|
-
"
|
|
548
|
+
"Options must be hash": [
|
|
573
549
|
""
|
|
574
550
|
],
|
|
575
|
-
"
|
|
576
|
-
""
|
|
551
|
+
"Organization": [
|
|
552
|
+
"Organizace"
|
|
577
553
|
],
|
|
578
554
|
"Organizations": [
|
|
579
|
-
""
|
|
555
|
+
"Organizace"
|
|
580
556
|
],
|
|
581
|
-
"
|
|
557
|
+
"PXEGrub template to be used when pinning a host to discovery": [
|
|
582
558
|
""
|
|
583
559
|
],
|
|
584
|
-
"
|
|
560
|
+
"PXEGrub2 template to be used when pinning a host to discovery": [
|
|
585
561
|
""
|
|
586
562
|
],
|
|
587
|
-
"
|
|
563
|
+
"PXELinux template to be used when pinning a host to discovery": [
|
|
588
564
|
""
|
|
589
565
|
],
|
|
590
|
-
"
|
|
591
|
-
""
|
|
566
|
+
"Parameter value": [
|
|
567
|
+
"Hodnota parametru"
|
|
592
568
|
],
|
|
593
|
-
"
|
|
594
|
-
""
|
|
569
|
+
"Please Confirm": [
|
|
570
|
+
"Potvrďte"
|
|
595
571
|
],
|
|
596
|
-
"
|
|
572
|
+
"Prefer IPv6": [
|
|
597
573
|
""
|
|
598
574
|
],
|
|
599
|
-
"
|
|
575
|
+
"Prefer IPv6 to IPv4 when calling discovered nodes": [
|
|
600
576
|
""
|
|
601
577
|
],
|
|
602
|
-
"
|
|
603
|
-
""
|
|
578
|
+
"Primary": [
|
|
579
|
+
"Hlavní"
|
|
604
580
|
],
|
|
605
|
-
"
|
|
581
|
+
"Provision": [
|
|
606
582
|
""
|
|
607
583
|
],
|
|
608
|
-
"
|
|
584
|
+
"Provision %s": [
|
|
609
585
|
""
|
|
610
586
|
],
|
|
611
|
-
"
|
|
587
|
+
"Provision a discovered host": [
|
|
612
588
|
""
|
|
613
589
|
],
|
|
614
|
-
"
|
|
615
|
-
""
|
|
590
|
+
"Random name": [
|
|
591
|
+
"Náhodný název"
|
|
616
592
|
],
|
|
617
|
-
"
|
|
618
|
-
""
|
|
593
|
+
"Reboot": [
|
|
594
|
+
"Restart"
|
|
619
595
|
],
|
|
620
|
-
"
|
|
621
|
-
""
|
|
596
|
+
"Rebooting %s": [
|
|
597
|
+
"Restartování %s"
|
|
622
598
|
],
|
|
623
|
-
"
|
|
599
|
+
"Rebooting a discovered host": [
|
|
624
600
|
""
|
|
625
601
|
],
|
|
626
|
-
"
|
|
602
|
+
"Rebooting all discovered hosts": [
|
|
627
603
|
""
|
|
628
604
|
],
|
|
629
|
-
"
|
|
605
|
+
"Rebooting host %s": [
|
|
630
606
|
""
|
|
631
607
|
],
|
|
632
|
-
"
|
|
608
|
+
"Rebuild DNS for %s": [
|
|
633
609
|
""
|
|
634
610
|
],
|
|
635
|
-
"
|
|
636
|
-
""
|
|
611
|
+
"Refresh facts": [
|
|
612
|
+
"Znovu načíst fakta"
|
|
637
613
|
],
|
|
638
|
-
"
|
|
614
|
+
"Refreshing the facts of a discovered host": [
|
|
639
615
|
""
|
|
640
616
|
],
|
|
641
|
-
"
|
|
617
|
+
"Regex to organize facts for hardware section": [
|
|
642
618
|
""
|
|
643
619
|
],
|
|
644
|
-
"
|
|
620
|
+
"Regex to organize facts for highlights section - e.g. ^(abc|cde)$": [
|
|
645
621
|
""
|
|
646
622
|
],
|
|
647
|
-
"
|
|
623
|
+
"Regex to organize facts for ipmi section": [
|
|
648
624
|
""
|
|
649
625
|
],
|
|
650
|
-
"
|
|
626
|
+
"Regex to organize facts for network section": [
|
|
651
627
|
""
|
|
652
628
|
],
|
|
653
|
-
"
|
|
629
|
+
"Regex to organize facts for software section": [
|
|
654
630
|
""
|
|
655
631
|
],
|
|
656
|
-
"
|
|
632
|
+
"Regex to organize facts for storage section": [
|
|
657
633
|
""
|
|
658
634
|
],
|
|
659
|
-
"
|
|
635
|
+
"Reloading kernel on %s": [
|
|
660
636
|
""
|
|
661
637
|
],
|
|
662
|
-
"
|
|
638
|
+
"Reported in the last 7 days": [
|
|
663
639
|
""
|
|
664
640
|
],
|
|
665
|
-
"
|
|
666
|
-
""
|
|
641
|
+
"Rule disabled": [
|
|
642
|
+
"Pravidlo vypnuto"
|
|
667
643
|
],
|
|
668
|
-
"
|
|
669
|
-
""
|
|
644
|
+
"Rule enabled": [
|
|
645
|
+
"Pravidlo zapnuto"
|
|
670
646
|
],
|
|
671
|
-
"
|
|
647
|
+
"Rule priority (lower integer means higher priority)": [
|
|
672
648
|
""
|
|
673
649
|
],
|
|
674
|
-
"
|
|
675
|
-
""
|
|
650
|
+
"Select Action": [
|
|
651
|
+
"Vybrat akci"
|
|
676
652
|
],
|
|
677
|
-
"
|
|
678
|
-
""
|
|
653
|
+
"Select all items in this page": [
|
|
654
|
+
"Vybrat všechny položky na této stránce"
|
|
679
655
|
],
|
|
680
|
-
"
|
|
681
|
-
""
|
|
656
|
+
"Select location": [
|
|
657
|
+
"Vybrat umístění"
|
|
682
658
|
],
|
|
683
|
-
"
|
|
684
|
-
""
|
|
659
|
+
"Select organization": [
|
|
660
|
+
"Vybrat organizaci"
|
|
685
661
|
],
|
|
686
|
-
"
|
|
687
|
-
""
|
|
662
|
+
"Show a discovered host": [
|
|
663
|
+
"Zobrazit objevený stroj"
|
|
688
664
|
],
|
|
689
|
-
"
|
|
665
|
+
"Show a discovery rule": [
|
|
690
666
|
""
|
|
691
667
|
],
|
|
692
|
-
"
|
|
693
|
-
""
|
|
668
|
+
"Software": [
|
|
669
|
+
"Software"
|
|
694
670
|
],
|
|
695
|
-
"
|
|
696
|
-
""
|
|
671
|
+
"Software facts": [
|
|
672
|
+
"Fakta o software"
|
|
697
673
|
],
|
|
698
|
-
"
|
|
699
|
-
""
|
|
674
|
+
"Something went wrong while selecting hosts - %s": [
|
|
675
|
+
"Při vybírání strojů se něco pokazilo – %s"
|
|
700
676
|
],
|
|
701
|
-
"
|
|
677
|
+
"Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB).": [
|
|
702
678
|
""
|
|
703
679
|
],
|
|
704
|
-
"
|
|
705
|
-
""
|
|
680
|
+
"Storage": [
|
|
681
|
+
"Úložiště"
|
|
706
682
|
],
|
|
707
|
-
"
|
|
708
|
-
""
|
|
683
|
+
"Storage facts": [
|
|
684
|
+
"Fakta o úložišti"
|
|
709
685
|
],
|
|
710
|
-
"
|
|
711
|
-
""
|
|
686
|
+
"Submit": [
|
|
687
|
+
"Odeslat"
|
|
712
688
|
],
|
|
713
|
-
"
|
|
714
|
-
""
|
|
689
|
+
"Subnet": [
|
|
690
|
+
"Podsíť"
|
|
715
691
|
],
|
|
716
|
-
"
|
|
692
|
+
"Successfully provisioned %s": [
|
|
717
693
|
""
|
|
718
694
|
],
|
|
719
|
-
"
|
|
695
|
+
"Summary from %{time} ago to %{now}": [
|
|
720
696
|
""
|
|
721
697
|
],
|
|
722
|
-
"
|
|
698
|
+
"Summary report for discovered hosts from Foreman": [
|
|
723
699
|
""
|
|
724
700
|
],
|
|
725
|
-
"
|
|
701
|
+
"Target host group for this rule with all properties set": [
|
|
726
702
|
""
|
|
727
703
|
],
|
|
728
|
-
"
|
|
729
|
-
""
|
|
704
|
+
"The default location to place discovered hosts in": [
|
|
705
|
+
"Výchozí umístění do kterého umisťovat objevené stroje"
|
|
730
706
|
],
|
|
731
|
-
"
|
|
732
|
-
""
|
|
707
|
+
"The default organization to place discovered hosts in": [
|
|
708
|
+
"Výchozí organizace do které umisťovat objevené stroje"
|
|
733
709
|
],
|
|
734
|
-
"
|
|
710
|
+
"The default prefix to use for the host name, must start with a letter": [
|
|
735
711
|
""
|
|
736
712
|
],
|
|
737
|
-
"
|
|
738
|
-
""
|
|
713
|
+
"The following hosts were not deleted: %s": [
|
|
714
|
+
"Následující stroje nebyly smazány: %s"
|
|
739
715
|
],
|
|
740
|
-
"
|
|
716
|
+
"This might take a while, as all hosts, facts and reports will be destroyed as well": [
|
|
741
717
|
""
|
|
742
718
|
],
|
|
743
|
-
"
|
|
744
|
-
""
|
|
719
|
+
"Type": [
|
|
720
|
+
"Typ"
|
|
745
721
|
],
|
|
746
|
-
"
|
|
747
|
-
""
|
|
722
|
+
"Type of name generator": [
|
|
723
|
+
"Typ generátoru názvů"
|
|
748
724
|
],
|
|
749
|
-
"
|
|
750
|
-
""
|
|
725
|
+
"Type of value": [
|
|
726
|
+
"Typ hodnoty"
|
|
751
727
|
],
|
|
752
|
-
"
|
|
728
|
+
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks": [
|
|
753
729
|
""
|
|
754
730
|
],
|
|
755
|
-
"
|
|
731
|
+
"Unable to find a discovery rule, no host provided (check permissions)": [
|
|
756
732
|
""
|
|
757
733
|
],
|
|
758
|
-
"
|
|
734
|
+
"Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}": [
|
|
759
735
|
""
|
|
760
736
|
],
|
|
761
|
-
"
|
|
737
|
+
"Unable to perform %{action} on %{ips}": [
|
|
762
738
|
""
|
|
763
739
|
],
|
|
764
|
-
"
|
|
740
|
+
"Unable to perform kexec on %{name} (%{url}): %{msg}": [
|
|
765
741
|
""
|
|
766
742
|
],
|
|
767
|
-
"
|
|
743
|
+
"Unable to perform reboot on %{name} (%{url}): %{msg}": [
|
|
768
744
|
""
|
|
769
745
|
],
|
|
770
|
-
"
|
|
746
|
+
"Unable to provision %{host}: %{errors}": [
|
|
771
747
|
""
|
|
772
748
|
],
|
|
773
|
-
"
|
|
774
|
-
""
|
|
749
|
+
"Update a rule": [
|
|
750
|
+
"Aktualizovat pravidlo"
|
|
775
751
|
],
|
|
776
|
-
"
|
|
752
|
+
"Upload facts for a host, creating the host if required": [
|
|
777
753
|
""
|
|
778
754
|
],
|
|
779
|
-
"
|
|
755
|
+
"When creating hostname patterns, make sure the resulting host names are unique.": [
|
|
780
756
|
""
|
|
781
757
|
],
|
|
782
|
-
"
|
|
758
|
+
"can't contain white spaces.": [
|
|
783
759
|
""
|
|
784
760
|
],
|
|
785
|
-
"
|
|
761
|
+
"defines a pattern to assign human-readable hostnames to the matching hosts": [
|
|
786
762
|
""
|
|
787
763
|
],
|
|
788
|
-
"
|
|
789
|
-
""
|
|
764
|
+
"documentation": [
|
|
765
|
+
"dokumnetace"
|
|
790
766
|
],
|
|
791
|
-
"
|
|
767
|
+
"enables to limit maximum amount of provisioned hosts per rule": [
|
|
792
768
|
""
|
|
793
769
|
],
|
|
794
|
-
"
|
|
795
|
-
""
|
|
770
|
+
"filter results": [
|
|
771
|
+
"výsledky filtru"
|
|
796
772
|
],
|
|
797
|
-
"
|
|
773
|
+
"flag is used for temporary shutdown of rules": [
|
|
798
774
|
""
|
|
799
775
|
],
|
|
800
|
-
"
|
|
776
|
+
"hash containing facts for the host with minimum set of facts: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (example in case primary interface is named eth0)": [
|
|
801
777
|
""
|
|
802
778
|
],
|
|
803
|
-
"
|
|
804
|
-
""
|
|
779
|
+
"items selected. Uncheck to Clear": [
|
|
780
|
+
"položky označeny. Vyčistíte zrušením zaškrtnutí"
|
|
805
781
|
],
|
|
806
|
-
"
|
|
782
|
+
"location ID for provisioned hosts": [
|
|
807
783
|
""
|
|
808
784
|
],
|
|
809
|
-
"
|
|
785
|
+
"must be present.": [
|
|
810
786
|
""
|
|
811
787
|
],
|
|
812
|
-
"
|
|
788
|
+
"must start with a letter or ERB.": [
|
|
813
789
|
""
|
|
814
790
|
],
|
|
815
|
-
"
|
|
791
|
+
"not required if it's a virtual machine": [
|
|
792
|
+
"není třeba pokud se jedná o virtuální stroj"
|
|
793
|
+
],
|
|
794
|
+
"not required if using a subnet with DHCP proxy": [
|
|
816
795
|
""
|
|
817
796
|
],
|
|
818
|
-
"
|
|
797
|
+
"number of entries per request": [
|
|
798
|
+
"počet položek na požadavek"
|
|
799
|
+
],
|
|
800
|
+
"organization ID for provisioned hosts": [
|
|
819
801
|
""
|
|
820
802
|
],
|
|
821
|
-
"
|
|
803
|
+
"paginate results": [
|
|
804
|
+
"stránkovat výsledky"
|
|
805
|
+
],
|
|
806
|
+
"puts the rules in order, low numbers go first. Must be greater then zero": [
|
|
822
807
|
""
|
|
823
808
|
],
|
|
824
|
-
"
|
|
809
|
+
"query to match discovered hosts for the particular rule": [
|
|
825
810
|
""
|
|
826
811
|
],
|
|
827
|
-
"
|
|
812
|
+
"represents rule name shown to the users": [
|
|
828
813
|
""
|
|
829
814
|
],
|
|
830
|
-
"
|
|
815
|
+
"required if host is managed and custom partition has not been defined": [
|
|
831
816
|
""
|
|
832
817
|
],
|
|
833
|
-
"
|
|
818
|
+
"required if host is managed and value is not inherited from host group": [
|
|
834
819
|
""
|
|
835
820
|
],
|
|
836
|
-
"
|
|
821
|
+
"required if not imaged based provisioning and host is managed and value is not inherited from host group": [
|
|
837
822
|
""
|
|
838
823
|
],
|
|
839
|
-
"
|
|
824
|
+
"required if value is not inherited from host group or default password in settings": [
|
|
840
825
|
""
|
|
841
826
|
],
|
|
842
|
-
"
|
|
827
|
+
"sort results": [
|
|
828
|
+
"seřadit výsledky"
|
|
829
|
+
],
|
|
830
|
+
"the hostgroup that is used to auto provision a host": [
|
|
843
831
|
""
|
|
844
832
|
]
|
|
845
833
|
}
|