foreman_virt_who_configure 0.5.6 → 0.5.9
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_edit.js +20 -0
- data/app/controllers/foreman_virt_who_configure/api/v2/configs_controller.rb +8 -4
- data/app/helpers/foreman_virt_who_configure/configs_helper.rb +5 -5
- data/app/models/foreman_virt_who_configure/config.rb +39 -5
- data/app/models/foreman_virt_who_configure/output_generator.rb +31 -16
- 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 +5 -2
- data/app/views/foreman_virt_who_configure/configs/steps/_connection_form.erb +10 -4
- data/db/migrate/20210608100743_delete_rhevm_profiles.rb +5 -0
- data/db/migrate/20210910184516_add_ahv_to_config.rb +7 -0
- data/lib/foreman_virt_who_configure/version.rb +1 -1
- data/locale/action_names.rb +36 -26
- data/locale/ca/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/ca/foreman_virt_who_configure.po +647 -0
- data/locale/cs_CZ/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/cs_CZ/foreman_virt_who_configure.po +653 -0
- data/locale/de/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/de/foreman_virt_who_configure.po +657 -0
- data/locale/en/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/en/foreman_virt_who_configure.po +56 -47
- data/locale/en_GB/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/en_GB/foreman_virt_who_configure.po +650 -0
- data/locale/es/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/es/foreman_virt_who_configure.po +653 -0
- data/locale/foreman_virt_who_configure.pot +170 -165
- data/locale/fr/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/fr/foreman_virt_who_configure.po +651 -0
- data/locale/gl/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/gl/foreman_virt_who_configure.po +649 -0
- data/locale/it/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/it/foreman_virt_who_configure.po +652 -0
- data/locale/ja/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/ja/foreman_virt_who_configure.po +651 -0
- data/locale/ko/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/ko/foreman_virt_who_configure.po +650 -0
- data/locale/nl_NL/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/nl_NL/foreman_virt_who_configure.po +653 -0
- data/locale/pl/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/pl/foreman_virt_who_configure.po +652 -0
- data/locale/pt_BR/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/pt_BR/foreman_virt_who_configure.po +652 -0
- data/locale/ru/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/ru/foreman_virt_who_configure.po +654 -0
- data/locale/sv_SE/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/sv_SE/foreman_virt_who_configure.po +651 -0
- data/locale/zh_CN/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/zh_CN/foreman_virt_who_configure.po +654 -0
- data/locale/zh_TW/LC_MESSAGES/foreman_virt_who_configure.mo +0 -0
- data/locale/zh_TW/foreman_virt_who_configure.po +651 -0
- data/test/functional/api/v2/configs_controller_test.rb +39 -1
- data/test/unit/output_generator_test.rb +29 -5
- metadata +41 -5
@@ -4,7 +4,7 @@
|
|
4
4
|
#
|
5
5
|
msgid ""
|
6
6
|
msgstr ""
|
7
|
-
"Project-Id-Version:
|
7
|
+
"Project-Id-Version: foreman_virt_who_configure 0.5.2\n"
|
8
8
|
"Report-Msgid-Bugs-To: \n"
|
9
9
|
"PO-Revision-Date: 2014-08-20 08:54+0100\n"
|
10
10
|
"Last-Translator: Foreman Team <foreman-dev@googlegroups.com>\n"
|
@@ -33,10 +33,7 @@ msgstr ""
|
|
33
33
|
msgid "Abstract async task"
|
34
34
|
msgstr ""
|
35
35
|
|
36
|
-
msgid "Account name by which virt-who is to connect to the
|
37
|
-
msgstr ""
|
38
|
-
|
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."
|
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/virt-who.conf</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."
|
40
37
|
msgstr ""
|
41
38
|
|
42
39
|
msgid "Account name by which virt-who is to connect to the hypervisor."
|
@@ -57,6 +54,9 @@ msgstr ""
|
|
57
54
|
msgid "Actions"
|
58
55
|
msgstr ""
|
59
56
|
|
57
|
+
msgid "Agent action"
|
58
|
+
msgstr ""
|
59
|
+
|
60
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."
|
61
61
|
msgstr ""
|
62
62
|
|
@@ -69,10 +69,10 @@ msgstr ""
|
|
69
69
|
msgid "Auto attach subscriptions"
|
70
70
|
msgstr ""
|
71
71
|
|
72
|
-
msgid "
|
72
|
+
msgid "Blacklist"
|
73
73
|
msgstr ""
|
74
74
|
|
75
|
-
msgid "
|
75
|
+
msgid "Bulk generate applicability for hosts"
|
76
76
|
msgstr ""
|
77
77
|
|
78
78
|
msgid "Combined Profile Update"
|
@@ -99,9 +99,6 @@ msgstr ""
|
|
99
99
|
msgid "Configuration script: "
|
100
100
|
msgstr ""
|
101
101
|
|
102
|
-
msgid "Configurations"
|
103
|
-
msgstr ""
|
104
|
-
|
105
102
|
msgid "Config|Interval"
|
106
103
|
msgstr ""
|
107
104
|
|
@@ -120,6 +117,9 @@ msgstr ""
|
|
120
117
|
msgid "Copy to clipboard"
|
121
118
|
msgstr ""
|
122
119
|
|
120
|
+
msgid "Copy version units to library"
|
121
|
+
msgstr ""
|
122
|
+
|
123
123
|
msgid "Count"
|
124
124
|
msgstr ""
|
125
125
|
|
@@ -129,13 +129,16 @@ msgstr ""
|
|
129
129
|
msgid "Create Config"
|
130
130
|
msgstr ""
|
131
131
|
|
132
|
-
msgid "Create
|
132
|
+
msgid "Create Export History"
|
133
133
|
msgstr ""
|
134
134
|
|
135
|
-
msgid "Create
|
135
|
+
msgid "Create Import History"
|
136
|
+
msgstr ""
|
137
|
+
|
138
|
+
msgid "Create Package Group"
|
136
139
|
msgstr ""
|
137
140
|
|
138
|
-
msgid "Create
|
141
|
+
msgid "Create a virt-who configuration"
|
139
142
|
msgstr ""
|
140
143
|
|
141
144
|
msgid "Delete"
|
@@ -237,6 +240,9 @@ msgstr ""
|
|
237
240
|
msgid "Export"
|
238
241
|
msgstr ""
|
239
242
|
|
243
|
+
msgid "Export Library"
|
244
|
+
msgstr ""
|
245
|
+
|
240
246
|
msgid "Fetch pxe files"
|
241
247
|
msgstr ""
|
242
248
|
|
@@ -255,16 +261,25 @@ msgstr ""
|
|
255
261
|
msgid "Filtering"
|
256
262
|
msgstr ""
|
257
263
|
|
264
|
+
msgid "Foreman server FQDN"
|
265
|
+
msgstr ""
|
266
|
+
|
267
|
+
msgid "Foreman server’s fully-qualified host name, for example: foreman.example.com"
|
268
|
+
msgstr ""
|
269
|
+
|
258
270
|
msgid "Fully qualified host name or IP address of the hypervisor"
|
259
271
|
msgstr ""
|
260
272
|
|
261
273
|
msgid "General information"
|
262
274
|
msgstr ""
|
263
275
|
|
264
|
-
msgid "
|
276
|
+
msgid "Generate host applicability"
|
265
277
|
msgstr ""
|
266
278
|
|
267
|
-
msgid "
|
279
|
+
msgid "Generate repository applicability"
|
280
|
+
msgstr ""
|
281
|
+
|
282
|
+
msgid "HTTP Proxy"
|
268
283
|
msgstr ""
|
269
284
|
|
270
285
|
msgid "HTTP proxy that should be used for communication between the server on which virt-who is running and the hypervisors and virtualization managers."
|
@@ -324,6 +339,15 @@ msgstr ""
|
|
324
339
|
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."
|
325
340
|
msgstr ""
|
326
341
|
|
342
|
+
msgid "Import"
|
343
|
+
msgstr ""
|
344
|
+
|
345
|
+
msgid "Import Content View Version"
|
346
|
+
msgstr ""
|
347
|
+
|
348
|
+
msgid "Import Default Content View"
|
349
|
+
msgstr ""
|
350
|
+
|
327
351
|
msgid "Import Puppet classes"
|
328
352
|
msgstr ""
|
329
353
|
|
@@ -351,15 +375,6 @@ msgstr ""
|
|
351
375
|
msgid "Install Applicable Errata"
|
352
376
|
msgstr ""
|
353
377
|
|
354
|
-
msgid "Install erratum"
|
355
|
-
msgstr ""
|
356
|
-
|
357
|
-
msgid "Install package"
|
358
|
-
msgstr ""
|
359
|
-
|
360
|
-
msgid "Install package group"
|
361
|
-
msgstr ""
|
362
|
-
|
363
378
|
msgid "Instance update"
|
364
379
|
msgstr ""
|
365
380
|
|
@@ -459,10 +474,10 @@ msgstr ""
|
|
459
474
|
msgid "Publish Lifecycle Environment Repositories"
|
460
475
|
msgstr ""
|
461
476
|
|
462
|
-
msgid "
|
477
|
+
msgid "Reindex subscriptions"
|
463
478
|
msgstr ""
|
464
479
|
|
465
|
-
msgid "
|
480
|
+
msgid "Remote action:"
|
466
481
|
msgstr ""
|
467
482
|
|
468
483
|
msgid "Remove Content"
|
@@ -477,12 +492,6 @@ msgstr ""
|
|
477
492
|
msgid "Remove from Environment"
|
478
493
|
msgstr ""
|
479
494
|
|
480
|
-
msgid "Remove package"
|
481
|
-
msgstr ""
|
482
|
-
|
483
|
-
msgid "Remove package group"
|
484
|
-
msgstr ""
|
485
|
-
|
486
495
|
msgid "Remove subscriptions"
|
487
496
|
msgstr ""
|
488
497
|
|
@@ -498,12 +507,6 @@ msgstr ""
|
|
498
507
|
msgid "Run Sync Plan:"
|
499
508
|
msgstr ""
|
500
509
|
|
501
|
-
msgid "Satellite Server’s fully-qualified host name, for example: satellite.example.com"
|
502
|
-
msgstr ""
|
503
|
-
|
504
|
-
msgid "Satellite server FQDN"
|
505
|
-
msgstr ""
|
506
|
-
|
507
510
|
msgid "Schedule"
|
508
511
|
msgstr ""
|
509
512
|
|
@@ -517,7 +520,7 @@ msgid ""
|
|
517
520
|
"Specifies that hypervisors will be identified by their <b>hostname</b>, <b>uuid</b> or <b>hwuuid</b>.\n"
|
518
521
|
" Note that some virtualization backends don't have all of them implemented.\n"
|
519
522
|
" 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
|
523
|
+
" 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 only.\n"
|
521
524
|
" 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."
|
522
525
|
msgstr ""
|
523
526
|
|
@@ -527,6 +530,9 @@ msgstr ""
|
|
527
530
|
msgid "Success"
|
528
531
|
msgstr ""
|
529
532
|
|
533
|
+
msgid "Sync capsule"
|
534
|
+
msgstr ""
|
535
|
+
|
530
536
|
msgid "Synchronize"
|
531
537
|
msgstr ""
|
532
538
|
|
@@ -554,10 +560,10 @@ msgstr ""
|
|
554
560
|
msgid "Unable to create virt-who config file"
|
555
561
|
msgstr ""
|
556
562
|
|
557
|
-
msgid "Unable to enable virt-who service using
|
563
|
+
msgid "Unable to enable virt-who service using systemctl"
|
558
564
|
msgstr ""
|
559
565
|
|
560
|
-
msgid "Unable to install virt-who package, make sure the host is properly subscribed and has access to
|
566
|
+
msgid "Unable to install virt-who package, make sure the host is properly subscribed and has access to katello-host-tools repository"
|
561
567
|
msgstr ""
|
562
568
|
|
563
569
|
msgid "Unable to start virt-who service, please see virt-who logs for more details"
|
@@ -590,7 +596,10 @@ msgstr ""
|
|
590
596
|
msgid "Update for host"
|
591
597
|
msgstr ""
|
592
598
|
|
593
|
-
msgid "Update
|
599
|
+
msgid "Update http proxy"
|
600
|
+
msgstr ""
|
601
|
+
|
602
|
+
msgid "Update http proxy details"
|
594
603
|
msgstr ""
|
595
604
|
|
596
605
|
msgid "Update redhat repository"
|
@@ -599,18 +608,21 @@ msgstr ""
|
|
599
608
|
msgid "Update release version for host"
|
600
609
|
msgstr ""
|
601
610
|
|
602
|
-
msgid "
|
611
|
+
msgid "Updating System Purpose for host"
|
603
612
|
msgstr ""
|
604
613
|
|
605
614
|
msgid "Upload into"
|
606
615
|
msgstr ""
|
607
616
|
|
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
|
617
|
+
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 katello-host-tools repository and will run virt-who reporting, preferably Foreman host:"
|
609
618
|
msgstr ""
|
610
619
|
|
611
620
|
msgid "VMware vCenter server’s fully qualified host name or IP address."
|
612
621
|
msgstr ""
|
613
622
|
|
623
|
+
msgid "Verify checksum"
|
624
|
+
msgstr ""
|
625
|
+
|
614
626
|
msgid "Virt-who Configs Status"
|
615
627
|
msgstr ""
|
616
628
|
|
@@ -629,8 +641,5 @@ msgstr ""
|
|
629
641
|
msgid "Whitelist"
|
630
642
|
msgstr ""
|
631
643
|
|
632
|
-
msgid "XenServer server’s fully qualified host name or IP address."
|
633
|
-
msgstr ""
|
634
|
-
|
635
644
|
msgid "every %s hours"
|
636
645
|
msgstr ""
|
Binary file
|