foreman_virt_who_configure 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/app/assets/javascripts/foreman_virt_who_configure/config_edit.js +2 -0
- data/app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb +2 -0
- data/app/models/foreman_virt_who_configure/output_generator.rb +9 -1
- data/app/views/foreman_virt_who_configure/api/v2/configs/main.json.rabl +2 -1
- data/app/views/foreman_virt_who_configure/configs/show.html.erb +2 -2
- data/config/routes.rb +1 -0
- data/lib/foreman_virt_who_configure/version.rb +1 -1
- data/locale/en/foreman_virt_who_configure.edit.po +841 -0
- data/locale/en/foreman_virt_who_configure.po +258 -265
- data/locale/en/foreman_virt_who_configure.po.time_stamp +0 -0
- data/locale/foreman_virt_who_configure.pot +337 -175
- metadata +5 -4
@@ -15,629 +15,622 @@ msgstr ""
|
|
15
15
|
"Content-Transfer-Encoding: 8bit\n"
|
16
16
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
17
17
|
|
18
|
-
msgid "
|
18
|
+
msgid "1. Copy this configuration script to a safe directory."
|
19
19
|
msgstr ""
|
20
20
|
|
21
|
-
msgid "
|
21
|
+
msgid "2. Make the script executable and run it."
|
22
22
|
msgstr ""
|
23
23
|
|
24
|
-
msgid "
|
24
|
+
msgid "3. Delete the script."
|
25
25
|
msgstr ""
|
26
26
|
|
27
|
-
msgid "
|
27
|
+
msgid "A comma-separated list of hostnames or domains or ip addresses to ignore proxy settings for. Optionally this may be set to <code>*</code> to bypass proxy settings for all hostnames domains or ip addresses."
|
28
28
|
msgstr ""
|
29
29
|
|
30
|
-
msgid "
|
30
|
+
msgid "A plugin to make virt-who configuration easy"
|
31
31
|
msgstr ""
|
32
32
|
|
33
|
-
msgid "
|
33
|
+
msgid "Abstract async task"
|
34
34
|
msgstr ""
|
35
35
|
|
36
|
-
msgid ""
|
37
|
-
"Hypervisor filtering mode, %{unlimited} means no filtering, %{whitelist} means"
|
38
|
-
" whitelist, %{blacklist} means blacklist"
|
36
|
+
msgid "Account name by which virt-who is to connect to the Red Hat Enterprise Virtualization Manager instance. The username option requires input in the format username@domain."
|
39
37
|
msgstr ""
|
40
38
|
|
41
|
-
msgid ""
|
42
|
-
"Hypervisor whitelist, applicable only when filtering mode is set to 1. Wildcar"
|
43
|
-
"ds and regular expressions are supported, multiple records must be separated b"
|
44
|
-
"y comma."
|
39
|
+
msgid "Account name by which virt-who is to connect to the hypervisor, in the format <code>domain_name\\account_name</code>. Note that only a single backslash separates the values for domain_name and account_name. If you are using a domain account, and the global configuration file <code>/etc/sysconfig/virt-who</code>, then <b>two</b> backslashes are required. For further details, see <a href=\"https://access.redhat.com/solutions/1270223\">Red Hat Knowledgebase solution How to use a windows domain account with virt-who</a> for more information."
|
45
40
|
msgstr ""
|
46
41
|
|
47
|
-
msgid ""
|
48
|
-
"Hypervisor blacklist, applicable only when filtering mode is set to 2. Wildcar"
|
49
|
-
"ds and regular expressions are supported, multiple records must be separated b"
|
50
|
-
"y comma."
|
42
|
+
msgid "Account name by which virt-who is to connect to the hypervisor."
|
51
43
|
msgstr ""
|
52
44
|
|
53
|
-
msgid "
|
45
|
+
msgid "Account name by which virt-who is to connect to the hypervisor. By default this is <code>Administrator</code>. To use an alternate account, create a user account and assign that account to the following groups (Windows 2012 Server): Hyper-V Administrators and Remote Management Users."
|
54
46
|
msgstr ""
|
55
47
|
|
56
|
-
msgid "
|
48
|
+
msgid "Account name by which virt-who is to connect to the hypervisor. Virt-who does not support password based authentication, you must manually setup SSH key, see <a href=\"https://access.redhat.com/solutions/1515983\">Red Hat Knowledgebase solution How to configure virt-who for a KVM host</a> for more information."
|
57
49
|
msgstr ""
|
58
50
|
|
59
|
-
msgid "
|
51
|
+
msgid "Account password by which virt-who is to connect to the hypervisor instance."
|
60
52
|
msgstr ""
|
61
53
|
|
62
|
-
msgid "
|
54
|
+
msgid "Action with sub plans"
|
63
55
|
msgstr ""
|
64
56
|
|
65
|
-
msgid "
|
57
|
+
msgid "Actions"
|
66
58
|
msgstr ""
|
67
59
|
|
68
|
-
msgid "
|
60
|
+
msgid "Applicable only for esx provider type. Hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
|
69
61
|
msgstr ""
|
70
62
|
|
71
|
-
msgid "
|
63
|
+
msgid "Applicable only for esx provider type. Only hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
|
72
64
|
msgstr ""
|
73
65
|
|
74
|
-
msgid ""
|
75
|
-
"HTTP proxy that should be used for communication between the server on which v"
|
76
|
-
"irt-who is running and the hypervisors and virtualization managers."
|
66
|
+
msgid "Attach subscriptions"
|
77
67
|
msgstr ""
|
78
68
|
|
79
|
-
msgid ""
|
80
|
-
"Ignore proxy. A comma-separated list of hostnames or domains or ip addresses t"
|
81
|
-
"o ignore proxy settings for. Optionally this may be set to * to bypass proxy s"
|
82
|
-
"ettings for all hostnames domains or ip addresses."
|
69
|
+
msgid "Auto attach subscriptions"
|
83
70
|
msgstr ""
|
84
71
|
|
85
|
-
msgid "
|
72
|
+
msgid "Auto-attach subscriptions"
|
86
73
|
msgstr ""
|
87
74
|
|
88
|
-
msgid "
|
75
|
+
msgid "Blacklist"
|
89
76
|
msgstr ""
|
90
77
|
|
91
|
-
msgid "
|
78
|
+
msgid "Combined Profile Update"
|
79
|
+
msgstr ""
|
80
|
+
|
81
|
+
msgid "Configs"
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
msgid "Configuration Status"
|
85
|
+
msgstr ""
|
86
|
+
|
87
|
+
msgid "Configuration file containing details about how to connect to the cluster and authentication details"
|
88
|
+
msgstr ""
|
89
|
+
|
90
|
+
msgid "Configuration interval in minutes"
|
91
|
+
msgstr ""
|
92
|
+
|
93
|
+
msgid "Configuration name"
|
92
94
|
msgstr ""
|
93
95
|
|
94
96
|
msgid "Configuration numeric identifier"
|
95
97
|
msgstr ""
|
96
98
|
|
97
|
-
msgid "
|
99
|
+
msgid "Configuration script: "
|
100
|
+
msgstr ""
|
101
|
+
|
102
|
+
msgid "Configurations"
|
103
|
+
msgstr ""
|
104
|
+
|
105
|
+
msgid "Config|Interval"
|
106
|
+
msgstr ""
|
107
|
+
|
108
|
+
msgid "Config|Last Report"
|
109
|
+
msgstr ""
|
110
|
+
|
111
|
+
msgid "Config|Name"
|
112
|
+
msgstr ""
|
113
|
+
|
114
|
+
msgid "Connection"
|
115
|
+
msgstr ""
|
116
|
+
|
117
|
+
msgid "Container-native virtualization’s fully qualified host name or IP address. In order to connect to the cluster it is required to provide path to kubeconfig which contains connection details and authentication token."
|
118
|
+
msgstr ""
|
119
|
+
|
120
|
+
msgid "Copy to clipboard"
|
121
|
+
msgstr ""
|
122
|
+
|
123
|
+
msgid "Count"
|
124
|
+
msgstr ""
|
125
|
+
|
126
|
+
msgid "Create"
|
98
127
|
msgstr ""
|
99
128
|
|
100
129
|
msgid "Create Config"
|
101
130
|
msgstr ""
|
102
131
|
|
103
|
-
msgid "
|
132
|
+
msgid "Create Package Group"
|
104
133
|
msgstr ""
|
105
134
|
|
106
|
-
msgid "
|
135
|
+
msgid "Create a virt-who configuration"
|
107
136
|
msgstr ""
|
108
137
|
|
109
|
-
msgid "
|
138
|
+
msgid "Create repos"
|
110
139
|
msgstr ""
|
111
140
|
|
112
|
-
msgid ""
|
113
|
-
"Red Hat Virtualization Manager’s fully qualified host name or IP address. For "
|
114
|
-
"example, <code>https://hostname:443/ovirt-engine/</code> for v4, <code>https:/"
|
115
|
-
"/hostname_or_IP:443</code> for v3"
|
141
|
+
msgid "Delete"
|
116
142
|
msgstr ""
|
117
143
|
|
118
|
-
msgid "
|
144
|
+
msgid "Delete Activation Key"
|
119
145
|
msgstr ""
|
120
146
|
|
121
|
-
msgid "
|
147
|
+
msgid "Delete Lifecycle Environment"
|
122
148
|
msgstr ""
|
123
149
|
|
124
|
-
msgid ""
|
125
|
-
"Libvirt server’s fully qualified host name or IP address. You can also specify"
|
126
|
-
" preferred schema, for example: <code>qemu+ssh://libvirt.example.com/system</c"
|
127
|
-
"ode>. If you use SSH, make sure you setup root's SSH key on target host for a "
|
128
|
-
"user specified at hypervisor username field"
|
150
|
+
msgid "Delete Package Group"
|
129
151
|
msgstr ""
|
130
152
|
|
131
|
-
msgid ""
|
132
|
-
"Account name by which virt-who is to connect to the hypervisor, in the format "
|
133
|
-
"<code>domain_name\\account_name</code>. Note that only a single backslash separ"
|
134
|
-
"ates the values for domain_name and account_name. If you are using a domain ac"
|
135
|
-
"count, and the global configuration file <code>/etc/sysconfig/virt-who</code>,"
|
136
|
-
" then <b>two</b> backslashes are required. For further details, see <a href=\"h"
|
137
|
-
"ttps://access.redhat.com/solutions/1270223\">Red Hat Knowledgebase solution How"
|
138
|
-
" to use a windows domain account with virt-who</a> for more information."
|
153
|
+
msgid "Delete Product"
|
139
154
|
msgstr ""
|
140
155
|
|
141
|
-
msgid ""
|
142
|
-
"Account name by which virt-who is to connect to the Red Hat Enterprise Virtual"
|
143
|
-
"ization Manager instance. The username option requires input in the format use"
|
144
|
-
"rname@domain."
|
156
|
+
msgid "Delete a virt-who configuration"
|
145
157
|
msgstr ""
|
146
158
|
|
147
|
-
msgid ""
|
148
|
-
"Account name by which virt-who is to connect to the hypervisor. By default thi"
|
149
|
-
"s is <code>Administrator</code>. To use an alternate account, create a user ac"
|
150
|
-
"count and assign that account to the following groups (Windows 2012 Server): H"
|
151
|
-
"yper-V Administrators and Remote Management Users."
|
159
|
+
msgid "Delete virt-who configuration %s?"
|
152
160
|
msgstr ""
|
153
161
|
|
154
|
-
msgid ""
|
155
|
-
"Account name by which virt-who is to connect to the hypervisor. Virt-who does "
|
156
|
-
"not support password based authentication, you must manually setup SSH key, se"
|
157
|
-
"e <a href=\"https://access.redhat.com/solutions/1515983\">Red Hat Knowledgebase "
|
158
|
-
"solution How to configure virt-who for a KVM host</a> for more information."
|
162
|
+
msgid "Deploy"
|
159
163
|
msgstr ""
|
160
164
|
|
161
|
-
msgid "
|
165
|
+
msgid "Destroy"
|
162
166
|
msgstr ""
|
163
167
|
|
164
|
-
msgid "
|
168
|
+
msgid "Destroy Content Host"
|
165
169
|
msgstr ""
|
166
170
|
|
167
|
-
msgid "
|
171
|
+
msgid "Details"
|
168
172
|
msgstr ""
|
169
173
|
|
170
|
-
msgid "
|
174
|
+
msgid "Different debug value can't be set per hypervisor, therefore it will affect all other deployed configurations on the host on which this configuration will be deployed."
|
171
175
|
msgstr ""
|
172
176
|
|
173
|
-
msgid "
|
177
|
+
msgid "Disable"
|
174
178
|
msgstr ""
|
175
179
|
|
176
|
-
msgid "
|
180
|
+
msgid "Discover"
|
177
181
|
msgstr ""
|
178
182
|
|
179
|
-
msgid "
|
183
|
+
msgid "Download the script"
|
180
184
|
msgstr ""
|
181
185
|
|
182
|
-
msgid "
|
186
|
+
msgid "Edit"
|
183
187
|
msgstr ""
|
184
188
|
|
185
|
-
msgid "
|
189
|
+
msgid "Edit Virt-who Config"
|
186
190
|
msgstr ""
|
187
191
|
|
188
|
-
msgid "
|
192
|
+
msgid "Enable"
|
189
193
|
msgstr ""
|
190
194
|
|
191
|
-
msgid "
|
195
|
+
msgid "Enable debugging output"
|
192
196
|
msgstr ""
|
193
197
|
|
194
|
-
msgid "
|
198
|
+
msgid "Enable debugging output?"
|
199
|
+
msgstr ""
|
200
|
+
|
201
|
+
msgid "Errata mail"
|
195
202
|
msgstr ""
|
196
203
|
|
197
204
|
msgid "Every 12 hours"
|
198
205
|
msgstr ""
|
199
206
|
|
200
|
-
msgid "
|
207
|
+
msgid "Every 2 days"
|
201
208
|
msgstr ""
|
202
209
|
|
203
|
-
msgid "
|
210
|
+
msgid "Every 2 hours"
|
204
211
|
msgstr ""
|
205
212
|
|
206
|
-
msgid "
|
213
|
+
msgid "Every 24 hours"
|
207
214
|
msgstr ""
|
208
215
|
|
209
|
-
msgid "
|
216
|
+
msgid "Every 3 days"
|
210
217
|
msgstr ""
|
211
218
|
|
212
|
-
msgid ""
|
213
|
-
"The configuration was not deployed yet or the virt-who was unable to report th"
|
214
|
-
"e status"
|
219
|
+
msgid "Every 4 hours"
|
215
220
|
msgstr ""
|
216
221
|
|
217
|
-
msgid "
|
222
|
+
msgid "Every 8 hours"
|
218
223
|
msgstr ""
|
219
224
|
|
220
|
-
msgid ""
|
221
|
-
"The virt-who report has not arrived within the interval, which indicates there"
|
222
|
-
" was no change on hypervisor"
|
225
|
+
msgid "Every hour"
|
223
226
|
msgstr ""
|
224
227
|
|
225
|
-
msgid "
|
228
|
+
msgid "Exclude Hosts"
|
226
229
|
msgstr ""
|
227
230
|
|
228
|
-
msgid "
|
231
|
+
msgid "Exclude host parents"
|
229
232
|
msgstr ""
|
230
233
|
|
231
|
-
msgid "
|
234
|
+
msgid "Exclude hosts"
|
232
235
|
msgstr ""
|
233
236
|
|
234
|
-
msgid "
|
237
|
+
msgid "Export"
|
235
238
|
msgstr ""
|
236
239
|
|
237
|
-
msgid "
|
240
|
+
msgid "Fetch pxe files"
|
238
241
|
msgstr ""
|
239
242
|
|
240
|
-
msgid "
|
243
|
+
msgid "Filter Hosts"
|
241
244
|
msgstr ""
|
242
245
|
|
243
|
-
msgid "
|
246
|
+
msgid "Filter host parents"
|
244
247
|
msgstr ""
|
245
248
|
|
246
|
-
msgid ""
|
247
|
-
"Unable to install virt-who package, make sure the host is properly subscribed "
|
248
|
-
"and has access to satellite-tools repository"
|
249
|
+
msgid "Filter hosts"
|
249
250
|
msgstr ""
|
250
251
|
|
251
|
-
msgid "
|
252
|
+
msgid "Filtered index content"
|
252
253
|
msgstr ""
|
253
254
|
|
254
|
-
msgid "
|
255
|
+
msgid "Filtering"
|
255
256
|
msgstr ""
|
256
257
|
|
257
|
-
msgid "
|
258
|
+
msgid "Fully qualified host name or IP address of the hypervisor"
|
258
259
|
msgstr ""
|
259
260
|
|
260
|
-
msgid "
|
261
|
+
msgid "General information"
|
261
262
|
msgstr ""
|
262
263
|
|
263
|
-
msgid "
|
264
|
+
msgid "HTTP Proxy"
|
264
265
|
msgstr ""
|
265
266
|
|
266
|
-
msgid "
|
267
|
+
msgid "HTTP proxy"
|
267
268
|
msgstr ""
|
268
269
|
|
269
|
-
msgid "
|
270
|
+
msgid "HTTP proxy that should be used for communication between the server on which virt-who is running and the hypervisors and virtualization managers."
|
270
271
|
msgstr ""
|
271
272
|
|
272
|
-
msgid "
|
273
|
+
msgid "HTTP proxy that should be used for communication between the server on which virt-who is running and the hypervisors and virtualization managers. Leave this blank if no proxy is used."
|
273
274
|
msgstr ""
|
274
275
|
|
275
|
-
msgid "
|
276
|
+
msgid "Hammer command: "
|
276
277
|
msgstr ""
|
277
278
|
|
278
|
-
msgid "
|
279
|
+
msgid "Help"
|
279
280
|
msgstr ""
|
280
281
|
|
281
|
-
msgid "
|
282
|
+
msgid "Hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
|
282
283
|
msgstr ""
|
283
284
|
|
284
|
-
msgid "
|
285
|
+
msgid "Hosts which uuid (or hostname or hwuuid, based on <code>hypervisor_id</code>) is specified in comma-separated list in this option will <b>NOT</b> be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
|
285
286
|
msgstr ""
|
286
287
|
|
287
|
-
msgid "
|
288
|
+
msgid "How often to check connected hypervisors for changes? Also affects how often a mapping is reported. The recommended value for most environments is every two hours. Different interval can't be set per hypervisor, therefore it will affect all other deployed configurations on the host on which this configuration will be deployed."
|
288
289
|
msgstr ""
|
289
290
|
|
290
|
-
msgid "
|
291
|
+
msgid "Hypervisor ID"
|
291
292
|
msgstr ""
|
292
293
|
|
293
|
-
msgid "
|
294
|
+
msgid "Hypervisor blacklist, applicable only when filtering mode is set to 2. Wildcards and regular expressions are supported, multiple records must be separated by comma."
|
294
295
|
msgstr ""
|
295
296
|
|
296
|
-
msgid "
|
297
|
+
msgid "Hypervisor filtering mode, %{unlimited} means no filtering, %{whitelist} means whitelist, %{blacklist} means blacklist"
|
297
298
|
msgstr ""
|
298
299
|
|
299
|
-
msgid "
|
300
|
+
msgid "Hypervisor password, required for all hypervisor types except for libvirt"
|
300
301
|
msgstr ""
|
301
302
|
|
302
|
-
msgid "
|
303
|
+
msgid "Hypervisor type"
|
303
304
|
msgstr ""
|
304
305
|
|
305
|
-
msgid "
|
306
|
+
msgid "Hypervisor whitelist, applicable only when filtering mode is set to 1. Wildcards and regular expressions are supported, multiple records must be separated by comma."
|
306
307
|
msgstr ""
|
307
308
|
|
308
|
-
msgid "
|
309
|
+
msgid "Hypervisors"
|
309
310
|
msgstr ""
|
310
311
|
|
311
|
-
msgid "
|
312
|
+
msgid "Hypervisors update"
|
312
313
|
msgstr ""
|
313
314
|
|
314
|
-
msgid ""
|
315
|
-
"To deploy this configuration. run this script on the target host which has acc"
|
316
|
-
"ess to Red Hat Satellite Tools repository and will run virt-who reporting, pre"
|
317
|
-
"ferably Satellite host:"
|
315
|
+
msgid "If you run a hybrid environment, with virtual machines running Red Hat Enterprise Linux and other operating systems, you may want to limit the scope of virt-who’s access to hosts. For example, if some hypervisors host only Microsoft Windows Server instances, there is no benefit in having those hypervisors reported by the virt-who agent."
|
318
316
|
msgstr ""
|
319
317
|
|
320
|
-
msgid "
|
318
|
+
msgid "Ignore Proxy"
|
321
319
|
msgstr ""
|
322
320
|
|
323
|
-
msgid "
|
321
|
+
msgid "Ignore proxy"
|
324
322
|
msgstr ""
|
325
323
|
|
326
|
-
msgid "
|
324
|
+
msgid "Ignore proxy. A comma-separated list of hostnames or domains or ip addresses to ignore proxy settings for. Optionally this may be set to * to bypass proxy settings for all hostnames domains or ip addresses."
|
327
325
|
msgstr ""
|
328
326
|
|
329
|
-
msgid "
|
327
|
+
msgid "Import Puppet classes"
|
330
328
|
msgstr ""
|
331
329
|
|
332
|
-
msgid "
|
330
|
+
msgid "Import facts"
|
333
331
|
msgstr ""
|
334
332
|
|
335
|
-
msgid "
|
333
|
+
msgid "Incremental Update"
|
336
334
|
msgstr ""
|
337
335
|
|
338
|
-
msgid "
|
336
|
+
msgid "Incremental Update of Content View Version(s) "
|
339
337
|
msgstr ""
|
340
338
|
|
341
|
-
msgid "
|
339
|
+
msgid "Index content"
|
342
340
|
msgstr ""
|
343
341
|
|
344
|
-
msgid ""
|
345
|
-
"Satellite Server’s fully-qualified host name, for example: satellite.example.c"
|
346
|
-
"om"
|
342
|
+
msgid "Index errata"
|
347
343
|
msgstr ""
|
348
344
|
|
349
|
-
msgid "
|
345
|
+
msgid "Index module streams"
|
350
346
|
msgstr ""
|
351
347
|
|
352
|
-
msgid ""
|
353
|
-
"Specifies that hypervisors will be identified by their <b>hostname</b>, <b>uui"
|
354
|
-
"d</b> or <b>hwuuid</b>.\n"
|
355
|
-
" Note that some virtualization backends don't hav"
|
356
|
-
"e all of them implemented.\n"
|
357
|
-
" Default is <b>hostname</b>, which provides more "
|
358
|
-
"meaningful hypervisor\n"
|
359
|
-
" names, but can cause duplicated hypervisor r"
|
360
|
-
"egistrations if the host is renamed. To avoid that, you can use <b>uuid</b> in"
|
361
|
-
"stead. <b>hwuuid</b> is applicable to esx and rhevm only.\n"
|
362
|
-
" This property is meant to be set up before t"
|
363
|
-
"he initial run of virt-who. Changing it later will result in duplicated entrie"
|
364
|
-
"s in the subscription manager."
|
348
|
+
msgid "Index package groups"
|
365
349
|
msgstr ""
|
366
350
|
|
367
|
-
msgid "
|
351
|
+
msgid "Install Applicable Errata"
|
368
352
|
msgstr ""
|
369
353
|
|
370
|
-
msgid ""
|
371
|
-
"If you run a hybrid environment, with virtual machines running Red Hat Enterpr"
|
372
|
-
"ise Linux and other operating systems, you may want to limit the scope of virt"
|
373
|
-
"-who’s access to hosts. For example, if some hypervisors host only Microsoft W"
|
374
|
-
"indows Server instances, there is no benefit in having those hypervisors repor"
|
375
|
-
"ted by the virt-who agent."
|
354
|
+
msgid "Install erratum"
|
376
355
|
msgstr ""
|
377
356
|
|
378
|
-
msgid ""
|
379
|
-
"Only hosts which uuid (or hostname or hwuuid, based on <code>hypervisor_id</co"
|
380
|
-
"de>) is specified in comma-separated list in this option will be reported. Wil"
|
381
|
-
"dcards and regular expressions are supported, multiple records must be separat"
|
382
|
-
"ed by comma. Put the value into the double-quotes if it contains special char"
|
383
|
-
"acters like comma. All new line characters will be removed in resulting confi"
|
384
|
-
"guration file, white spaces are removed from beginning and end."
|
357
|
+
msgid "Install package"
|
385
358
|
msgstr ""
|
386
359
|
|
387
|
-
msgid "
|
360
|
+
msgid "Install package group"
|
388
361
|
msgstr ""
|
389
362
|
|
390
|
-
msgid ""
|
391
|
-
"Hosts which uuid (or hostname or hwuuid, based on <code>hypervisor_id</code>) "
|
392
|
-
"is specified in comma-separated list in this option will <b>NOT</b> be reporte"
|
393
|
-
"d. Wildcards and regular expressions are supported, multiple records must be "
|
394
|
-
"separated by comma. Put the value into the double-quotes if it contains speci"
|
395
|
-
"al characters like comma. All new line characters will be removed in resultin"
|
396
|
-
"g configuration file, white spaces are removed from beginning and end."
|
363
|
+
msgid "Instance update"
|
397
364
|
msgstr ""
|
398
365
|
|
399
|
-
msgid "
|
366
|
+
msgid "Interval was not provided"
|
400
367
|
msgstr ""
|
401
368
|
|
402
|
-
msgid "
|
369
|
+
msgid "Latest Configurations Without Change"
|
403
370
|
msgstr ""
|
404
371
|
|
405
|
-
msgid ""
|
406
|
-
"HTTP proxy that should be used for communication between the server on which v"
|
407
|
-
"irt-who is running and the hypervisors and virtualization managers. Leave this"
|
408
|
-
" blank if no proxy is used."
|
372
|
+
msgid "Libvirt server’s fully qualified host name or IP address. You can also specify preferred schema, for example: <code>qemu+ssh://libvirt.example.com/system</code>. If you use SSH, make sure you setup root's SSH key on target host for a user specified at hypervisor username field"
|
409
373
|
msgstr ""
|
410
374
|
|
411
|
-
msgid "
|
375
|
+
msgid "List of virt-who configurations"
|
412
376
|
msgstr ""
|
413
377
|
|
414
|
-
msgid ""
|
415
|
-
"A comma-separated list of hostnames or domains or ip addresses to ignore proxy"
|
416
|
-
" settings for. Optionally this may be set to <code>*</code> to bypass proxy se"
|
417
|
-
"ttings for all hostnames domains or ip addresses."
|
378
|
+
msgid "List of virt-who configurations per organization"
|
418
379
|
msgstr ""
|
419
380
|
|
420
|
-
msgid "
|
381
|
+
msgid "Microsoft Hyper-V fully qualified host name or IP address."
|
421
382
|
msgstr ""
|
422
383
|
|
423
384
|
msgid "Name of this configuration, e.g. the name of the hypervisor"
|
424
385
|
msgstr ""
|
425
386
|
|
426
|
-
msgid "
|
387
|
+
msgid "New Config"
|
427
388
|
msgstr ""
|
428
389
|
|
429
|
-
msgid "
|
390
|
+
msgid "New Virt-who Config"
|
430
391
|
msgstr ""
|
431
392
|
|
432
|
-
msgid ""
|
433
|
-
"How often to check connected hypervisors for changes? Also affects how often a"
|
434
|
-
" mapping is reported. The recommended value for most environments is every two"
|
435
|
-
" hours."
|
393
|
+
msgid "Newer version of virt-who is required, minimum version is %s"
|
436
394
|
msgstr ""
|
437
395
|
|
438
|
-
msgid "
|
396
|
+
msgid "No Change"
|
397
|
+
msgstr ""
|
398
|
+
|
399
|
+
msgid "No Report Yet"
|
400
|
+
msgstr ""
|
401
|
+
|
402
|
+
msgid "No Reports"
|
403
|
+
msgstr ""
|
404
|
+
|
405
|
+
msgid "No change"
|
406
|
+
msgstr ""
|
407
|
+
|
408
|
+
msgid "No configuration found"
|
409
|
+
msgstr ""
|
410
|
+
|
411
|
+
msgid "OK"
|
412
|
+
msgstr ""
|
413
|
+
|
414
|
+
msgid "On the target virt-who host:"
|
439
415
|
msgstr ""
|
440
416
|
|
441
417
|
msgid "On this page you can define virt-who configurations for your hypervisors."
|
442
418
|
msgstr ""
|
443
419
|
|
444
|
-
msgid ""
|
445
|
-
"One virt-who configuration represents one config file in /etc/virt-who.d direc"
|
446
|
-
"tory and maps to single hypervisor, organization and lifecycle environment."
|
420
|
+
msgid "One virt-who configuration represents one config file in /etc/virt-who.d directory and maps to single hypervisor, organization and lifecycle environment."
|
447
421
|
msgstr ""
|
448
422
|
|
449
|
-
msgid ""
|
450
|
-
"To define a new configuration, click the New Config button and fill in the for"
|
451
|
-
"m. After you provide all required information a virt-who configuration script "
|
452
|
-
"will be generated. You could either install it manually by copying the script "
|
453
|
-
"or deploy it on a selected target host through Remote Execution."
|
423
|
+
msgid "Only hosts which parent (usually ComputeResource) name is specified in comma-separated list in this option will be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
|
454
424
|
msgstr ""
|
455
425
|
|
456
|
-
msgid "
|
426
|
+
msgid "Only hosts which uuid (or hostname or hwuuid, based on <code>hypervisor_id</code>) is specified in comma-separated list in this option will be reported. Wildcards and regular expressions are supported, multiple records must be separated by comma. Put the value into the double-quotes if it contains special characters like comma. All new line characters will be removed in resulting configuration file, white spaces are removed from beginning and end."
|
457
427
|
msgstr ""
|
458
428
|
|
459
|
-
msgid "
|
429
|
+
msgid "Organization of the virt-who configuration"
|
460
430
|
msgstr ""
|
461
431
|
|
462
|
-
msgid "
|
432
|
+
msgid "Overview"
|
463
433
|
msgstr ""
|
464
434
|
|
465
|
-
msgid "
|
435
|
+
msgid "Owner"
|
466
436
|
msgstr ""
|
467
437
|
|
468
|
-
msgid "
|
438
|
+
msgid "Owner was not provided"
|
469
439
|
msgstr ""
|
470
440
|
|
471
|
-
msgid "
|
441
|
+
msgid "Package Profile Update"
|
472
442
|
msgstr ""
|
473
443
|
|
474
|
-
msgid "
|
444
|
+
msgid "Path to kubeconfig file"
|
475
445
|
msgstr ""
|
476
446
|
|
477
|
-
msgid "
|
447
|
+
msgid "Product Create"
|
478
448
|
msgstr ""
|
479
449
|
|
480
|
-
msgid "
|
450
|
+
msgid "Promote"
|
481
451
|
msgstr ""
|
482
452
|
|
483
|
-
msgid "
|
453
|
+
msgid "Promotion to Environment"
|
484
454
|
msgstr ""
|
485
455
|
|
486
|
-
msgid "
|
456
|
+
msgid "Publish"
|
487
457
|
msgstr ""
|
488
458
|
|
489
|
-
msgid "
|
459
|
+
msgid "Publish Lifecycle Environment Repositories"
|
490
460
|
msgstr ""
|
491
461
|
|
492
|
-
msgid "
|
462
|
+
msgid "Red Hat Virtualization Manager’s fully qualified host name or IP address. For example, <code>https://hostname:443/ovirt-engine/</code> for v4, <code>https://hostname_or_IP:443</code> for v3"
|
493
463
|
msgstr ""
|
494
464
|
|
495
|
-
msgid "
|
465
|
+
msgid "Reindex subscriptions"
|
496
466
|
msgstr ""
|
497
467
|
|
498
|
-
msgid "
|
468
|
+
msgid "Remove Content"
|
499
469
|
msgstr ""
|
500
470
|
|
501
|
-
msgid "Remove
|
471
|
+
msgid "Remove Version"
|
502
472
|
msgstr ""
|
503
473
|
|
504
|
-
msgid "
|
474
|
+
msgid "Remove Versions and Associations"
|
505
475
|
msgstr ""
|
506
476
|
|
507
|
-
msgid "
|
477
|
+
msgid "Remove from Environment"
|
508
478
|
msgstr ""
|
509
479
|
|
510
|
-
msgid "Remove package
|
480
|
+
msgid "Remove package"
|
511
481
|
msgstr ""
|
512
482
|
|
513
|
-
msgid "
|
483
|
+
msgid "Remove package group"
|
514
484
|
msgstr ""
|
515
485
|
|
516
486
|
msgid "Remove subscriptions"
|
517
487
|
msgstr ""
|
518
488
|
|
519
|
-
msgid "
|
489
|
+
msgid "Renders a deploy script for the specified virt-who configuration"
|
520
490
|
msgstr ""
|
521
491
|
|
522
|
-
msgid "
|
492
|
+
msgid "Report"
|
523
493
|
msgstr ""
|
524
494
|
|
525
|
-
msgid "
|
495
|
+
msgid "Republish Version Repositories"
|
526
496
|
msgstr ""
|
527
497
|
|
528
|
-
msgid "
|
498
|
+
msgid "Run Sync Plan:"
|
529
499
|
msgstr ""
|
530
500
|
|
531
|
-
msgid "
|
501
|
+
msgid "Satellite Server’s fully-qualified host name, for example: satellite.example.com"
|
532
502
|
msgstr ""
|
533
503
|
|
534
|
-
msgid "
|
504
|
+
msgid "Satellite server FQDN"
|
535
505
|
msgstr ""
|
536
506
|
|
537
|
-
msgid "
|
507
|
+
msgid "Schedule"
|
538
508
|
msgstr ""
|
539
509
|
|
540
|
-
msgid "
|
510
|
+
msgid "Show a virt-who configuration"
|
541
511
|
msgstr ""
|
542
512
|
|
543
|
-
msgid "
|
513
|
+
msgid "Specifies how the hypervisor will be identified."
|
544
514
|
msgstr ""
|
545
515
|
|
546
|
-
msgid "
|
516
|
+
msgid ""
|
517
|
+
"Specifies that hypervisors will be identified by their <b>hostname</b>, <b>uuid</b> or <b>hwuuid</b>.\n"
|
518
|
+
" Note that some virtualization backends don't have all of them implemented.\n"
|
519
|
+
" Default is <b>hostname</b>, which provides more meaningful hypervisor\n"
|
520
|
+
" names, but can cause duplicated hypervisor registrations if the host is renamed. To avoid that, you can use <b>uuid</b> instead. <b>hwuuid</b> is applicable to esx and rhevm only.\n"
|
521
|
+
" This property is meant to be set up before the initial run of virt-who. Changing it later will result in duplicated entries in the subscription manager."
|
547
522
|
msgstr ""
|
548
523
|
|
549
|
-
msgid "
|
524
|
+
msgid "Status"
|
550
525
|
msgstr ""
|
551
526
|
|
552
|
-
msgid "
|
527
|
+
msgid "Success"
|
553
528
|
msgstr ""
|
554
529
|
|
555
|
-
msgid "
|
530
|
+
msgid "Synchronize"
|
556
531
|
msgstr ""
|
557
532
|
|
558
|
-
msgid "
|
533
|
+
msgid "Synchronize smart proxy"
|
559
534
|
msgstr ""
|
560
535
|
|
561
|
-
msgid "
|
536
|
+
msgid "The configuration was not deployed yet or the virt-who was unable to report the status"
|
562
537
|
msgstr ""
|
563
538
|
|
564
|
-
msgid "
|
539
|
+
msgid "The virt-who report arrived within the interval"
|
565
540
|
msgstr ""
|
566
541
|
|
567
|
-
msgid "
|
542
|
+
msgid "The virt-who report has not arrived within the interval, which indicates there was no change on hypervisor"
|
568
543
|
msgstr ""
|
569
544
|
|
570
|
-
msgid "
|
545
|
+
msgid "To define a new configuration, click the New Config button and fill in the form. After you provide all required information a virt-who configuration script will be generated. You could either install it manually by copying the script or deploy it on a selected target host through Remote Execution."
|
571
546
|
msgstr ""
|
572
547
|
|
573
|
-
msgid "
|
548
|
+
msgid "Total Configurations"
|
574
549
|
msgstr ""
|
575
550
|
|
576
|
-
msgid "
|
551
|
+
msgid "Unable to create sysconfig file"
|
577
552
|
msgstr ""
|
578
553
|
|
579
|
-
msgid "
|
554
|
+
msgid "Unable to create virt-who config file"
|
580
555
|
msgstr ""
|
581
556
|
|
582
|
-
msgid "
|
557
|
+
msgid "Unable to enable virt-who service using chkconfig"
|
583
558
|
msgstr ""
|
584
559
|
|
585
|
-
msgid "
|
560
|
+
msgid "Unable to install virt-who package, make sure the host is properly subscribed and has access to satellite-tools repository"
|
586
561
|
msgstr ""
|
587
562
|
|
588
|
-
msgid "
|
563
|
+
msgid "Unable to start virt-who service, please see virt-who logs for more details"
|
589
564
|
msgstr ""
|
590
565
|
|
591
|
-
msgid "
|
566
|
+
msgid "Unknown"
|
592
567
|
msgstr ""
|
593
568
|
|
594
|
-
msgid "
|
569
|
+
msgid "Unknown configuration status"
|
595
570
|
msgstr ""
|
596
571
|
|
597
|
-
msgid "
|
572
|
+
msgid "Unknown configuration status, caused by unexpected conditions"
|
598
573
|
msgstr ""
|
599
574
|
|
600
|
-
msgid "
|
575
|
+
msgid "Unlimited"
|
601
576
|
msgstr ""
|
602
577
|
|
603
|
-
msgid "Update
|
578
|
+
msgid "Update"
|
604
579
|
msgstr ""
|
605
580
|
|
606
|
-
msgid "
|
581
|
+
msgid "Update Content Overrides"
|
607
582
|
msgstr ""
|
608
583
|
|
609
|
-
msgid "
|
584
|
+
msgid "Update a virt-who configuration"
|
610
585
|
msgstr ""
|
611
586
|
|
612
|
-
msgid "
|
587
|
+
msgid "Update content urls"
|
613
588
|
msgstr ""
|
614
589
|
|
615
|
-
msgid "
|
590
|
+
msgid "Update for host"
|
616
591
|
msgstr ""
|
617
592
|
|
618
|
-
msgid "
|
593
|
+
msgid "Update package"
|
619
594
|
msgstr ""
|
620
595
|
|
621
|
-
msgid "
|
596
|
+
msgid "Update redhat repository"
|
622
597
|
msgstr ""
|
623
598
|
|
624
|
-
msgid "
|
599
|
+
msgid "Update release version for host"
|
625
600
|
msgstr ""
|
626
601
|
|
627
|
-
msgid "
|
602
|
+
msgid "Upload errata into"
|
628
603
|
msgstr ""
|
629
604
|
|
630
|
-
msgid "
|
605
|
+
msgid "Upload into"
|
631
606
|
msgstr ""
|
632
607
|
|
633
|
-
msgid "
|
608
|
+
msgid "Use either hammer command or the script below to deploy this configuration. Both require root privileges. Run one of them on the target host which has access to Red Hat Satellite Tools repository and will run virt-who reporting, preferably Satellite host:"
|
634
609
|
msgstr ""
|
635
610
|
|
636
|
-
msgid "
|
611
|
+
msgid "VMware vCenter server’s fully qualified host name or IP address."
|
637
612
|
msgstr ""
|
638
613
|
|
639
|
-
msgid "
|
614
|
+
msgid "Virt-who Configs Status"
|
640
615
|
msgstr ""
|
641
616
|
|
642
|
-
msgid "
|
617
|
+
msgid "Virt-who Configuration %s"
|
618
|
+
msgstr ""
|
619
|
+
|
620
|
+
msgid "Virt-who Configurations"
|
621
|
+
msgstr ""
|
622
|
+
|
623
|
+
msgid "Virt-who Configurations Status"
|
624
|
+
msgstr ""
|
625
|
+
|
626
|
+
msgid "Virt-who configurations"
|
627
|
+
msgstr ""
|
628
|
+
|
629
|
+
msgid "Whitelist"
|
630
|
+
msgstr ""
|
631
|
+
|
632
|
+
msgid "XenServer server’s fully qualified host name or IP address."
|
633
|
+
msgstr ""
|
634
|
+
|
635
|
+
msgid "every %s hours"
|
643
636
|
msgstr ""
|