foreman_virt_who_configure 0.0.2 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_virt_who_configure/config_copy_and_paste.js +8 -0
- data/app/assets/javascripts/foreman_virt_who_configure/config_edit.js +23 -8
- data/app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb +120 -0
- data/app/controllers/foreman_virt_who_configure/configs_controller.rb +17 -2
- data/app/helpers/foreman_virt_who_configure/compatibility_helper.rb +9 -0
- data/app/helpers/foreman_virt_who_configure/configs_helper.rb +4 -10
- data/app/models/foreman_virt_who_configure/auth_source_hidden_with_authentication.rb +10 -1
- data/app/models/foreman_virt_who_configure/config.rb +24 -29
- data/app/models/foreman_virt_who_configure/output_generator.rb +99 -17
- data/app/services/sso/basic_with_hidden.rb +1 -1
- data/app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb +7 -8
- data/app/views/foreman_virt_who_configure/api/v2/configs/base.json.rabl +3 -0
- data/app/views/foreman_virt_who_configure/api/v2/configs/create.json.rabl +3 -0
- data/app/views/foreman_virt_who_configure/api/v2/configs/deploy_script.json.rabl +3 -0
- data/app/views/foreman_virt_who_configure/api/v2/configs/index.json.rabl +3 -0
- data/app/views/foreman_virt_who_configure/api/v2/configs/main.json.rabl +8 -0
- data/app/views/foreman_virt_who_configure/api/v2/configs/show.json.rabl +3 -0
- data/app/views/foreman_virt_who_configure/api/v2/configs/update.json.rabl +3 -0
- data/app/views/foreman_virt_who_configure/configs/show.html.erb +10 -4
- data/app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb +13 -13
- data/app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb +4 -4
- data/app/views/foreman_virt_who_configure/configs/steps/_schedule_form.erb +1 -2
- data/config/routes.rb +19 -0
- data/lib/foreman_virt_who_configure/engine.rb +18 -4
- data/lib/foreman_virt_who_configure/version.rb +1 -1
- data/locale/action_names.rb +1 -0
- data/locale/en/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/en/foreman_virt_who_configure.edit.po +733 -0
- data/locale/en/foreman_virt_who_configure.po +262 -2
- data/locale/en/foreman_virt_who_configure.po.time_stamp +0 -0
- data/locale/foreman_virt_who_configure.pot +441 -8
- data/test/functional/api/v2/configs_controller_test.rb +178 -0
- data/test/unit/output_generator_test.rb +29 -0
- metadata +19 -4
@@ -2,12 +2,10 @@
|
|
2
2
|
#
|
3
3
|
# This file is distributed under the same license as foreman_virt_who_configure.
|
4
4
|
#
|
5
|
-
#, fuzzy
|
6
5
|
msgid ""
|
7
6
|
msgstr ""
|
8
7
|
"Project-Id-Version: version 0.0.1\n"
|
9
8
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"POT-Creation-Date: 2014-08-20 08:46+0100\n"
|
11
9
|
"PO-Revision-Date: 2014-08-20 08:54+0100\n"
|
12
10
|
"Last-Translator: Foreman Team <foreman-dev@googlegroups.com>\n"
|
13
11
|
"Language-Team: Foreman Team <foreman-dev@googlegroups.com>\n"
|
@@ -17,3 +15,265 @@ msgstr ""
|
|
17
15
|
"Content-Transfer-Encoding: 8bit\n"
|
18
16
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
19
17
|
|
18
|
+
msgid "1. Copy this configuration script to a safe directory."
|
19
|
+
msgstr ""
|
20
|
+
|
21
|
+
msgid "2. Make the script executable and run it."
|
22
|
+
msgstr ""
|
23
|
+
|
24
|
+
msgid "3. Delete the script."
|
25
|
+
msgstr ""
|
26
|
+
|
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
|
+
msgstr ""
|
29
|
+
|
30
|
+
msgid "A plugin to make virt-who configuration easy"
|
31
|
+
msgstr ""
|
32
|
+
|
33
|
+
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."
|
34
|
+
msgstr ""
|
35
|
+
|
36
|
+
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."
|
37
|
+
msgstr ""
|
38
|
+
|
39
|
+
msgid "Account name by which virt-who is to connect to the hypervisor."
|
40
|
+
msgstr ""
|
41
|
+
|
42
|
+
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."
|
43
|
+
msgstr ""
|
44
|
+
|
45
|
+
msgid "Account password by which virt-who is to connect to the hypervisor instance."
|
46
|
+
msgstr ""
|
47
|
+
|
48
|
+
msgid "Actions"
|
49
|
+
msgstr ""
|
50
|
+
|
51
|
+
msgid "Blacklist"
|
52
|
+
msgstr ""
|
53
|
+
|
54
|
+
msgid "Change this configuration"
|
55
|
+
msgstr ""
|
56
|
+
|
57
|
+
msgid "Configs"
|
58
|
+
msgstr ""
|
59
|
+
|
60
|
+
msgid "Configuration Status"
|
61
|
+
msgstr ""
|
62
|
+
|
63
|
+
msgid "Config|Interval"
|
64
|
+
msgstr ""
|
65
|
+
|
66
|
+
msgid "Config|Last Report"
|
67
|
+
msgstr ""
|
68
|
+
|
69
|
+
msgid "Config|Name"
|
70
|
+
msgstr ""
|
71
|
+
|
72
|
+
msgid "Connection"
|
73
|
+
msgstr ""
|
74
|
+
|
75
|
+
msgid "Count"
|
76
|
+
msgstr ""
|
77
|
+
|
78
|
+
msgid "Create Config"
|
79
|
+
msgstr ""
|
80
|
+
|
81
|
+
msgid "Delete virt-who configuration %s?"
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
msgid "Do you want to enable debugging output?"
|
85
|
+
msgstr ""
|
86
|
+
|
87
|
+
msgid "Edit"
|
88
|
+
msgstr ""
|
89
|
+
|
90
|
+
msgid "Edit Virt-who Config"
|
91
|
+
msgstr ""
|
92
|
+
|
93
|
+
msgid "Error"
|
94
|
+
msgstr ""
|
95
|
+
|
96
|
+
msgid "Every 12 hours"
|
97
|
+
msgstr ""
|
98
|
+
|
99
|
+
msgid "Every 2 hours"
|
100
|
+
msgstr ""
|
101
|
+
|
102
|
+
msgid "Every 4 hours"
|
103
|
+
msgstr ""
|
104
|
+
|
105
|
+
msgid "Every 8 hours"
|
106
|
+
msgstr ""
|
107
|
+
|
108
|
+
msgid "Every hour"
|
109
|
+
msgstr ""
|
110
|
+
|
111
|
+
msgid "Exclude hosts"
|
112
|
+
msgstr ""
|
113
|
+
|
114
|
+
msgid "Filter hosts"
|
115
|
+
msgstr ""
|
116
|
+
|
117
|
+
msgid "Filtering"
|
118
|
+
msgstr ""
|
119
|
+
|
120
|
+
msgid "General information"
|
121
|
+
msgstr ""
|
122
|
+
|
123
|
+
msgid "HTTP Proxy"
|
124
|
+
msgstr ""
|
125
|
+
|
126
|
+
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."
|
127
|
+
msgstr ""
|
128
|
+
|
129
|
+
msgid "Help"
|
130
|
+
msgstr ""
|
131
|
+
|
132
|
+
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."
|
133
|
+
msgstr ""
|
134
|
+
|
135
|
+
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."
|
136
|
+
msgstr ""
|
137
|
+
|
138
|
+
msgid "Hypervisor ID"
|
139
|
+
msgstr ""
|
140
|
+
|
141
|
+
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."
|
142
|
+
msgstr ""
|
143
|
+
|
144
|
+
msgid "Ignore Proxy"
|
145
|
+
msgstr ""
|
146
|
+
|
147
|
+
msgid "Interval was not provided"
|
148
|
+
msgstr ""
|
149
|
+
|
150
|
+
msgid "Latest Out of Date Configurations"
|
151
|
+
msgstr ""
|
152
|
+
|
153
|
+
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"
|
154
|
+
msgstr ""
|
155
|
+
|
156
|
+
msgid "Microsoft Hyper-V fully qualified host name or IP address."
|
157
|
+
msgstr ""
|
158
|
+
|
159
|
+
msgid "Name of this configuration, e.g. the name of the hypervisor"
|
160
|
+
msgstr ""
|
161
|
+
|
162
|
+
msgid "New Config"
|
163
|
+
msgstr ""
|
164
|
+
|
165
|
+
msgid "New Virt-who Config"
|
166
|
+
msgstr ""
|
167
|
+
|
168
|
+
msgid "No Report Yet"
|
169
|
+
msgstr ""
|
170
|
+
|
171
|
+
msgid "No Reports"
|
172
|
+
msgstr ""
|
173
|
+
|
174
|
+
msgid "No configuration found"
|
175
|
+
msgstr ""
|
176
|
+
|
177
|
+
msgid "OK"
|
178
|
+
msgstr ""
|
179
|
+
|
180
|
+
msgid "On the target virt-who host:"
|
181
|
+
msgstr ""
|
182
|
+
|
183
|
+
msgid "On this page you can define virt-who configurations for your hypervisors."
|
184
|
+
msgstr ""
|
185
|
+
|
186
|
+
msgid "One virt-who configuration represents one config file in /etc/virt-who.d directory and maps to single hypervisor, organization and lifecycle environment."
|
187
|
+
msgstr ""
|
188
|
+
|
189
|
+
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."
|
190
|
+
msgstr ""
|
191
|
+
|
192
|
+
msgid "Out Of Date"
|
193
|
+
msgstr ""
|
194
|
+
|
195
|
+
msgid "Owner"
|
196
|
+
msgstr ""
|
197
|
+
|
198
|
+
msgid "Owner was not provided"
|
199
|
+
msgstr ""
|
200
|
+
|
201
|
+
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"
|
202
|
+
msgstr ""
|
203
|
+
|
204
|
+
msgid "Run this script on the target host which will run virt-who reporting, preferably Satellite host:"
|
205
|
+
msgstr ""
|
206
|
+
|
207
|
+
msgid "Satellite Server FQDN"
|
208
|
+
msgstr ""
|
209
|
+
|
210
|
+
msgid "Satellite Server’s fully-qualified host name, for example: satellite.example.com"
|
211
|
+
msgstr ""
|
212
|
+
|
213
|
+
msgid "Schedule"
|
214
|
+
msgstr ""
|
215
|
+
|
216
|
+
msgid ""
|
217
|
+
"Specifies that hypervisors will be identified by their <b>hostname</b>, <b>uuid</b> or <b>hwuuid</b>.\n"
|
218
|
+
" Note that some virtualization backends don't have all of them implemented.\n"
|
219
|
+
" Default is <b>hostname</b>, which provides more meaningful hypervisor\n"
|
220
|
+
" 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"
|
221
|
+
" 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."
|
222
|
+
msgstr ""
|
223
|
+
|
224
|
+
msgid "Status"
|
225
|
+
msgstr ""
|
226
|
+
|
227
|
+
msgid "The configuration was not deployed yet or the virt-who was unable to report the status"
|
228
|
+
msgstr ""
|
229
|
+
|
230
|
+
msgid "The virt-who report arrived within the interval"
|
231
|
+
msgstr ""
|
232
|
+
|
233
|
+
msgid "The virt-who report has not arrived within the interval, please check the virt-who reporter status and logs"
|
234
|
+
msgstr ""
|
235
|
+
|
236
|
+
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."
|
237
|
+
msgstr ""
|
238
|
+
|
239
|
+
msgid "Total Configurations"
|
240
|
+
msgstr ""
|
241
|
+
|
242
|
+
msgid "Unknown"
|
243
|
+
msgstr ""
|
244
|
+
|
245
|
+
msgid "Unknown configuration status"
|
246
|
+
msgstr ""
|
247
|
+
|
248
|
+
msgid "Unknown configuration status, caused by unexpected conditions"
|
249
|
+
msgstr ""
|
250
|
+
|
251
|
+
msgid "Unlimited"
|
252
|
+
msgstr ""
|
253
|
+
|
254
|
+
msgid "Up To Date"
|
255
|
+
msgstr ""
|
256
|
+
|
257
|
+
msgid "VMware vCenter server’s fully qualified host name or IP address."
|
258
|
+
msgstr ""
|
259
|
+
|
260
|
+
msgid "Virt-who Configs Status"
|
261
|
+
msgstr ""
|
262
|
+
|
263
|
+
msgid "Virt-who Configurations"
|
264
|
+
msgstr ""
|
265
|
+
|
266
|
+
msgid "Virt-who Configurations Status"
|
267
|
+
msgstr ""
|
268
|
+
|
269
|
+
msgid "Virt-who configurations"
|
270
|
+
msgstr ""
|
271
|
+
|
272
|
+
msgid "Whitelist"
|
273
|
+
msgstr ""
|
274
|
+
|
275
|
+
msgid "XenServer server’s fully qualified host name or IP address."
|
276
|
+
msgstr ""
|
277
|
+
|
278
|
+
msgid "every %s hours"
|
279
|
+
msgstr ""
|
File without changes
|
@@ -1,19 +1,452 @@
|
|
1
|
-
#
|
2
|
-
#
|
3
|
-
# This file is distributed under the same license as foreman_virt_who_configure.
|
1
|
+
# SOME DESCRIPTIVE TITLE.
|
2
|
+
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
|
+
# This file is distributed under the same license as the foreman_virt_who_configure package.
|
4
|
+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
4
5
|
#
|
5
6
|
#, fuzzy
|
6
7
|
msgid ""
|
7
8
|
msgstr ""
|
8
|
-
"Project-Id-Version:
|
9
|
+
"Project-Id-Version: foreman_virt_who_configure 1.0.0\n"
|
9
10
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"POT-Creation-Date:
|
11
|
-
"PO-Revision-Date:
|
12
|
-
"Last-Translator:
|
13
|
-
"Language-Team:
|
11
|
+
"POT-Creation-Date: 2017-05-03 14:31+0200\n"
|
12
|
+
"PO-Revision-Date: 2017-05-03 14:31+0200\n"
|
13
|
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
|
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
14
15
|
"Language: \n"
|
15
16
|
"MIME-Version: 1.0\n"
|
16
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
17
18
|
"Content-Transfer-Encoding: 8bit\n"
|
18
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
19
20
|
|
21
|
+
#: ../app/helpers/foreman_virt_who_configure/compatibility_helper.rb:7
|
22
|
+
msgid "Create Config"
|
23
|
+
msgstr ""
|
24
|
+
|
25
|
+
#: ../app/helpers/foreman_virt_who_configure/compatibility_helper.rb:9
|
26
|
+
msgid "New Config"
|
27
|
+
msgstr ""
|
28
|
+
|
29
|
+
#: ../app/helpers/foreman_virt_who_configure/compatibility_helper.rb:16
|
30
|
+
msgid "Help"
|
31
|
+
msgstr ""
|
32
|
+
|
33
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:5
|
34
|
+
msgid "VMware vCenter server’s fully qualified host name or IP address."
|
35
|
+
msgstr ""
|
36
|
+
|
37
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:6
|
38
|
+
msgid ""
|
39
|
+
"Red Hat Virtualization Manager’s fully qualified host name or IP address. For "
|
40
|
+
"example, <code>https://hostname:443/ovirt-engine/</code> for v4, <code>https:/"
|
41
|
+
"/hostname_or_IP:443</code> for v3"
|
42
|
+
msgstr ""
|
43
|
+
|
44
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:8
|
45
|
+
msgid "Microsoft Hyper-V fully qualified host name or IP address."
|
46
|
+
msgstr ""
|
47
|
+
|
48
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:9
|
49
|
+
msgid "XenServer server’s fully qualified host name or IP address."
|
50
|
+
msgstr ""
|
51
|
+
|
52
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:10
|
53
|
+
msgid ""
|
54
|
+
"Libvirt server’s fully qualified host name or IP address. You can also specify"
|
55
|
+
" preferred schema, for example: <code>qemu+ssh://libvirt.example.com/system</c"
|
56
|
+
"ode>. If you use SSH, make sure you setup root's SSH key on target host for a "
|
57
|
+
"user specified at hypervisor username field"
|
58
|
+
msgstr ""
|
59
|
+
|
60
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:16
|
61
|
+
msgid ""
|
62
|
+
"Account name by which virt-who is to connect to the hypervisor, in the format "
|
63
|
+
"<code>domain_name\\account_name</code>. Note that only a single backslash separ"
|
64
|
+
"ates the values for domain_name and account_name. If you are using a domain ac"
|
65
|
+
"count, and the global configuration file <code>/etc/sysconfig/virt-who</code>,"
|
66
|
+
" then <b>two</b> backslashes are required. For further details, see <a href=\"h"
|
67
|
+
"ttps://access.redhat.com/solutions/1270223\">Red Hat Knowledgebase solution How"
|
68
|
+
" to use a windows domain account with virt-who</a> for more information."
|
69
|
+
msgstr ""
|
70
|
+
|
71
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:17
|
72
|
+
msgid ""
|
73
|
+
"Account name by which virt-who is to connect to the Red Hat Enterprise Virtual"
|
74
|
+
"ization Manager instance. The username option requires input in the format use"
|
75
|
+
"rname@domain."
|
76
|
+
msgstr ""
|
77
|
+
|
78
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:19
|
79
|
+
msgid ""
|
80
|
+
"Account name by which virt-who is to connect to the hypervisor. By default thi"
|
81
|
+
"s is <code>Administrator</code>. To use an alternate account, create a user ac"
|
82
|
+
"count and assign that account to the following groups (Windows 2012 Server): H"
|
83
|
+
"yper-V Administrators and Remote Management Users."
|
84
|
+
msgstr ""
|
85
|
+
|
86
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:20
|
87
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:21
|
88
|
+
msgid "Account name by which virt-who is to connect to the hypervisor."
|
89
|
+
msgstr ""
|
90
|
+
|
91
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:28
|
92
|
+
msgid "No Report Yet"
|
93
|
+
msgstr ""
|
94
|
+
|
95
|
+
#: ../app/helpers/foreman_virt_who_configure/configs_helper.rb:34
|
96
|
+
msgid "Unknown configuration status"
|
97
|
+
msgstr ""
|
98
|
+
|
99
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:16
|
100
|
+
msgid "Unlimited"
|
101
|
+
msgstr ""
|
102
|
+
|
103
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:17
|
104
|
+
msgid "Whitelist"
|
105
|
+
msgstr ""
|
106
|
+
|
107
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:18
|
108
|
+
msgid "Blacklist"
|
109
|
+
msgstr ""
|
110
|
+
|
111
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:22
|
112
|
+
msgid "General information"
|
113
|
+
msgstr ""
|
114
|
+
|
115
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:23
|
116
|
+
msgid "Schedule"
|
117
|
+
msgstr ""
|
118
|
+
|
119
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:24
|
120
|
+
msgid "Connection"
|
121
|
+
msgstr ""
|
122
|
+
|
123
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:41
|
124
|
+
msgid "Every hour"
|
125
|
+
msgstr ""
|
126
|
+
|
127
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:42
|
128
|
+
msgid "Every 2 hours"
|
129
|
+
msgstr ""
|
130
|
+
|
131
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:43
|
132
|
+
msgid "Every 4 hours"
|
133
|
+
msgstr ""
|
134
|
+
|
135
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:44
|
136
|
+
msgid "Every 8 hours"
|
137
|
+
msgstr ""
|
138
|
+
|
139
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:45
|
140
|
+
msgid "Every 12 hours"
|
141
|
+
msgstr ""
|
142
|
+
|
143
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:51
|
144
|
+
msgid "OK"
|
145
|
+
msgstr ""
|
146
|
+
|
147
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:52
|
148
|
+
msgid "Error"
|
149
|
+
msgstr ""
|
150
|
+
|
151
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:53
|
152
|
+
msgid "Unknown"
|
153
|
+
msgstr ""
|
154
|
+
|
155
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:56
|
156
|
+
msgid "Unknown configuration status, caused by unexpected conditions"
|
157
|
+
msgstr ""
|
158
|
+
|
159
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:58
|
160
|
+
msgid ""
|
161
|
+
"The configuration was not deployed yet or the virt-who was unable to report th"
|
162
|
+
"e status"
|
163
|
+
msgstr ""
|
164
|
+
|
165
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:59
|
166
|
+
msgid "The virt-who report arrived within the interval"
|
167
|
+
msgstr ""
|
168
|
+
|
169
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:60
|
170
|
+
msgid ""
|
171
|
+
"The virt-who report has not arrived within the interval, please check the virt"
|
172
|
+
"-who reporter status and logs"
|
173
|
+
msgstr ""
|
174
|
+
|
175
|
+
#: ../app/models/foreman_virt_who_configure/config.rb:154
|
176
|
+
msgid "every %s hours"
|
177
|
+
msgstr ""
|
178
|
+
|
179
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:15
|
180
|
+
msgid "Owner was not provided"
|
181
|
+
msgstr ""
|
182
|
+
|
183
|
+
#: ../app/models/foreman_virt_who_configure/output_generator.rb:16
|
184
|
+
msgid "Interval was not provided"
|
185
|
+
msgstr ""
|
186
|
+
|
187
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:5
|
188
|
+
msgid "Virt-who Configurations Status"
|
189
|
+
msgstr ""
|
190
|
+
|
191
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:9
|
192
|
+
msgid "Configuration Status"
|
193
|
+
msgstr ""
|
194
|
+
|
195
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:10
|
196
|
+
msgid "Count"
|
197
|
+
msgstr ""
|
198
|
+
|
199
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:15
|
200
|
+
msgid "No Reports"
|
201
|
+
msgstr ""
|
202
|
+
|
203
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:19
|
204
|
+
msgid "Out Of Date"
|
205
|
+
msgstr ""
|
206
|
+
|
207
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:23
|
208
|
+
msgid "Up To Date"
|
209
|
+
msgstr ""
|
210
|
+
|
211
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:27
|
212
|
+
msgid "Total Configurations"
|
213
|
+
msgstr ""
|
214
|
+
|
215
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:33
|
216
|
+
msgid "Latest Out of Date Configurations"
|
217
|
+
msgstr ""
|
218
|
+
|
219
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:35
|
220
|
+
msgid "No configuration found"
|
221
|
+
msgstr ""
|
222
|
+
|
223
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:40
|
224
|
+
#: ../app/views/foreman_virt_who_configure/configs/index.html.erb:8
|
225
|
+
msgid "Config|Name"
|
226
|
+
msgstr ""
|
227
|
+
|
228
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:41
|
229
|
+
msgid "Config|Last Report"
|
230
|
+
msgstr ""
|
231
|
+
|
232
|
+
#: ../app/views/dashboard/_foreman_virt_who_configs_status_widget.html.erb:42
|
233
|
+
#: ../app/views/foreman_virt_who_configure/configs/index.html.erb:9
|
234
|
+
msgid "Config|Interval"
|
235
|
+
msgstr ""
|
236
|
+
|
237
|
+
#: ../app/views/foreman_virt_who_configure/configs/edit.html.erb:1
|
238
|
+
msgid "Edit Virt-who Config"
|
239
|
+
msgstr ""
|
240
|
+
|
241
|
+
#: ../app/views/foreman_virt_who_configure/configs/index.html.erb:1
|
242
|
+
msgid "Virt-who Configurations"
|
243
|
+
msgstr ""
|
244
|
+
|
245
|
+
#: ../app/views/foreman_virt_who_configure/configs/index.html.erb:10
|
246
|
+
msgid "Status"
|
247
|
+
msgstr ""
|
248
|
+
|
249
|
+
#: ../app/views/foreman_virt_who_configure/configs/index.html.erb:11
|
250
|
+
msgid "Actions"
|
251
|
+
msgstr ""
|
252
|
+
|
253
|
+
#: ../app/views/foreman_virt_who_configure/configs/index.html.erb:21
|
254
|
+
msgid "Edit"
|
255
|
+
msgstr ""
|
256
|
+
|
257
|
+
#: ../app/views/foreman_virt_who_configure/configs/index.html.erb:22
|
258
|
+
msgid "Delete virt-who configuration %s?"
|
259
|
+
msgstr ""
|
260
|
+
|
261
|
+
#: ../app/views/foreman_virt_who_configure/configs/new.html.erb:1
|
262
|
+
msgid "New Virt-who Config"
|
263
|
+
msgstr ""
|
264
|
+
|
265
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:7
|
266
|
+
msgid ""
|
267
|
+
"Run this script on the target host which will run virt-who reporting, preferab"
|
268
|
+
"ly Satellite host:"
|
269
|
+
msgstr ""
|
270
|
+
|
271
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:9
|
272
|
+
msgid "On the target virt-who host:"
|
273
|
+
msgstr ""
|
274
|
+
|
275
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:10
|
276
|
+
msgid "1. Copy this configuration script to a safe directory."
|
277
|
+
msgstr ""
|
278
|
+
|
279
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:11
|
280
|
+
msgid "2. Make the script executable and run it."
|
281
|
+
msgstr ""
|
282
|
+
|
283
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:12
|
284
|
+
msgid "3. Delete the script."
|
285
|
+
msgstr ""
|
286
|
+
|
287
|
+
#: ../app/views/foreman_virt_who_configure/configs/show.html.erb:25
|
288
|
+
msgid "Change this configuration"
|
289
|
+
msgstr ""
|
290
|
+
|
291
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:2
|
292
|
+
msgid ""
|
293
|
+
"Satellite Server’s fully-qualified host name, for example: satellite.example.c"
|
294
|
+
"om"
|
295
|
+
msgstr ""
|
296
|
+
|
297
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:2
|
298
|
+
msgid "Satellite Server FQDN"
|
299
|
+
msgstr ""
|
300
|
+
|
301
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:3
|
302
|
+
msgid "Hypervisor ID"
|
303
|
+
msgstr ""
|
304
|
+
|
305
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:4
|
306
|
+
msgid ""
|
307
|
+
"Specifies that hypervisors will be identified by their <b>hostname</b>, <b>uui"
|
308
|
+
"d</b> or <b>hwuuid</b>.\n"
|
309
|
+
" Note that some virtualization backends don't hav"
|
310
|
+
"e all of them implemented.\n"
|
311
|
+
" Default is <b>hostname</b>, which provides more "
|
312
|
+
"meaningful hypervisor\n"
|
313
|
+
" names, but can cause duplicated hypervisor r"
|
314
|
+
"egistrations if the host is renamed. To avoid that, you can use <b>uuid</b> in"
|
315
|
+
"stead. <b>hwuuid</b> is applicable to esx and rhevm only.\n"
|
316
|
+
" This property is meant to be set up before t"
|
317
|
+
"he initial run of virt-who. Changing it later will result in duplicated entrie"
|
318
|
+
"s in the subscription manager."
|
319
|
+
msgstr ""
|
320
|
+
|
321
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:9
|
322
|
+
msgid "Filtering"
|
323
|
+
msgstr ""
|
324
|
+
|
325
|
+
#:
|
326
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:10
|
327
|
+
msgid ""
|
328
|
+
"If you run a hybrid environment, with virtual machines running Red Hat Enterpr"
|
329
|
+
"ise Linux and other operating systems, you may want to limit the scope of virt"
|
330
|
+
"-who’s access to hosts. For example, if some hypervisors host only Microsoft W"
|
331
|
+
"indows Server instances, there is no benefit in having those hypervisors repor"
|
332
|
+
"ted by the virt-who agent."
|
333
|
+
msgstr ""
|
334
|
+
|
335
|
+
#:
|
336
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:11
|
337
|
+
msgid ""
|
338
|
+
"Only hosts which uuid (or hostname or hwuuid, based on <code>hypervisor_id</co"
|
339
|
+
"de>) is specified in comma-separated list in this option will be reported. Wil"
|
340
|
+
"dcards and regular expressions are supported, multiple records must be separat"
|
341
|
+
"ed by comma. Put the value into the double-quotes if it contains special char"
|
342
|
+
"acters like comma. All new line characters will be removed in resulting confi"
|
343
|
+
"guration file, white spaces are removed from beginning and end."
|
344
|
+
msgstr ""
|
345
|
+
|
346
|
+
#:
|
347
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:11
|
348
|
+
msgid "Filter hosts"
|
349
|
+
msgstr ""
|
350
|
+
|
351
|
+
#:
|
352
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:12
|
353
|
+
msgid ""
|
354
|
+
"Hosts which uuid (or hostname or hwuuid, based on <code>hypervisor_id</code>) "
|
355
|
+
"is specified in comma-separated list in this option will <b>NOT</b> be reporte"
|
356
|
+
"d. Wildcards and regular expressions are supported, multiple records must be "
|
357
|
+
"separated by comma. Put the value into the double-quotes if it contains speci"
|
358
|
+
"al characters like comma. All new line characters will be removed in resultin"
|
359
|
+
"g configuration file, white spaces are removed from beginning and end."
|
360
|
+
msgstr ""
|
361
|
+
|
362
|
+
#:
|
363
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:12
|
364
|
+
msgid "Exclude hosts"
|
365
|
+
msgstr ""
|
366
|
+
|
367
|
+
#:
|
368
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:13
|
369
|
+
msgid "Do you want to enable debugging output?"
|
370
|
+
msgstr ""
|
371
|
+
|
372
|
+
#:
|
373
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:14
|
374
|
+
msgid ""
|
375
|
+
"HTTP proxy that should be used for communication between the server on which v"
|
376
|
+
"irt-who is running and the hypervisors and virtualization managers. Leave this"
|
377
|
+
" blank if no proxy is used."
|
378
|
+
msgstr ""
|
379
|
+
|
380
|
+
#:
|
381
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:14
|
382
|
+
msgid "HTTP Proxy"
|
383
|
+
msgstr ""
|
384
|
+
|
385
|
+
#:
|
386
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:15
|
387
|
+
msgid ""
|
388
|
+
"A comma-separated list of hostnames or domains or ip addresses to ignore proxy"
|
389
|
+
" settings for. Optionally this may be set to <code>*</code> to bypass proxy se"
|
390
|
+
"ttings for all hostnames domains or ip addresses."
|
391
|
+
msgstr ""
|
392
|
+
|
393
|
+
#:
|
394
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb:15
|
395
|
+
msgid "Ignore Proxy"
|
396
|
+
msgstr ""
|
397
|
+
|
398
|
+
#:
|
399
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:2
|
400
|
+
msgid "Name of this configuration, e.g. the name of the hypervisor"
|
401
|
+
msgstr ""
|
402
|
+
|
403
|
+
#:
|
404
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:7
|
405
|
+
msgid "Owner"
|
406
|
+
msgstr ""
|
407
|
+
|
408
|
+
#:
|
409
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_general_information_form.erb:13
|
410
|
+
msgid "Account password by which virt-who is to connect to the hypervisor instance."
|
411
|
+
msgstr ""
|
412
|
+
|
413
|
+
#: ../app/views/foreman_virt_who_configure/configs/steps/_schedule_form.erb:2
|
414
|
+
msgid ""
|
415
|
+
"How often to check connected hypervisors for changes? Also affects how often a"
|
416
|
+
" mapping is reported. The recommended value for most environments is every two"
|
417
|
+
" hours."
|
418
|
+
msgstr ""
|
419
|
+
|
420
|
+
#: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:5
|
421
|
+
msgid "Configs"
|
422
|
+
msgstr ""
|
423
|
+
|
424
|
+
#: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:7
|
425
|
+
msgid "On this page you can define virt-who configurations for your hypervisors."
|
426
|
+
msgstr ""
|
427
|
+
|
428
|
+
#: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:8
|
429
|
+
msgid ""
|
430
|
+
"One virt-who configuration represents one config file in /etc/virt-who.d direc"
|
431
|
+
"tory and maps to single hypervisor, organization and lifecycle environment."
|
432
|
+
msgstr ""
|
433
|
+
|
434
|
+
#: ../app/views/foreman_virt_who_configure/configs/welcome.html.erb:9
|
435
|
+
msgid ""
|
436
|
+
"To define a new configuration, click the New Config button and fill in the for"
|
437
|
+
"m. After you provide all required information a virt-who configuration script "
|
438
|
+
"will be generated. You could either install it manually by copying the script "
|
439
|
+
"or deploy it on a selected target host through Remote Execution."
|
440
|
+
msgstr ""
|
441
|
+
|
442
|
+
#: ../lib/foreman_virt_who_configure/engine.rb:59
|
443
|
+
msgid "Virt-who configurations"
|
444
|
+
msgstr ""
|
445
|
+
|
446
|
+
#: ../lib/foreman_virt_who_configure/engine.rb:64
|
447
|
+
msgid "Virt-who Configs Status"
|
448
|
+
msgstr ""
|
449
|
+
|
450
|
+
#: gemspec.rb:2
|
451
|
+
msgid "A plugin to make virt-who configuration easy"
|
452
|
+
msgstr ""
|