foreman_discovery 16.0.0 → 16.3.1
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/controllers/api/v2/discovered_hosts_controller.rb +24 -11
- data/app/controllers/api/v2/discovery_rules_controller.rb +1 -1
- data/app/controllers/discovered_hosts_controller.rb +5 -3
- data/app/controllers/discovery_rules_controller.rb +1 -1
- data/app/models/discovery_rule.rb +1 -1
- data/app/models/host/discovered.rb +52 -34
- data/app/models/host/managed_extensions.rb +2 -2
- data/app/models/setting/discovered.rb +3 -1
- data/app/services/foreman_discovery/host_converter.rb +15 -7
- data/app/services/foreman_discovery/host_fact_importer.rb +10 -0
- data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
- data/app/services/foreman_discovery/node_api/node_resource.rb +1 -0
- data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
- data/app/views/discovered_hosts/_discovered_host_modal.html.erb +0 -2
- data/app/views/discovered_hosts/welcome.html.erb +15 -9
- data/app/views/discovery_rules/index.html.erb +1 -1
- data/app/views/foreman_discovery/debian_kexec.erb +3 -2
- data/app/views/foreman_discovery/redhat_kexec.erb +2 -1
- data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
- data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
- data/db/migrate/20180412124505_add_priority_score_to_discovery_rules.rb +1 -1
- data/extra/discover-host +14 -8
- data/lib/foreman_discovery/engine.rb +5 -4
- data/lib/foreman_discovery/version.rb +1 -1
- data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ca/foreman_discovery.edit.po +195 -252
- data/locale/ca/foreman_discovery.po +40 -17
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +201 -257
- data/locale/de/foreman_discovery.po +46 -23
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +141 -111
- data/locale/en/foreman_discovery.po +36 -13
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +205 -254
- data/locale/en_GB/foreman_discovery.po +42 -19
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +209 -258
- data/locale/es/foreman_discovery.po +46 -23
- data/locale/foreman_discovery.pot +150 -117
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +203 -255
- data/locale/fr/foreman_discovery.po +44 -21
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +190 -250
- data/locale/gl/foreman_discovery.po +38 -15
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +193 -253
- data/locale/it/foreman_discovery.po +41 -18
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +207 -256
- data/locale/ja/foreman_discovery.po +44 -21
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +196 -255
- data/locale/ko/foreman_discovery.po +44 -21
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +205 -256
- data/locale/pt_BR/foreman_discovery.po +44 -21
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +199 -257
- data/locale/ru/foreman_discovery.po +44 -21
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +190 -250
- data/locale/sv_SE/foreman_discovery.po +38 -15
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +207 -256
- data/locale/zh_CN/foreman_discovery.po +44 -21
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +196 -254
- data/locale/zh_TW/foreman_discovery.po +42 -19
- data/package.json +39 -0
- data/test/facts/only-ipv6.json +205 -0
- data/test/facts/skylake-ipv6.json +223 -0
- data/test/functional/api/v2/settings_controller_test.rb +2 -2
- data/test/functional/discovered_hosts_controller_test.rb +16 -7
- data/test/functional/discovery_rules_controller_test.rb +1 -1
- data/test/unit/discovered_extensions_test.rb +6 -1
- data/test/unit/host_discovered_test.rb +0 -16
- data/test/unit/managed_extensions_test.rb +1 -0
- data/webpack/index.js +18 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/EmptyState.js +28 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/Components/EmptyState/index.js +1 -0
- data/webpack/src/ForemanDiscovery/DiscoveredHosts/index.js +6 -0
- data/webpack/src/reducers.js +7 -0
- metadata +42 -28
@@ -8,10 +8,10 @@
|
|
8
8
|
# Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016-2017
|
9
9
|
msgid ""
|
10
10
|
msgstr ""
|
11
|
-
"Project-Id-Version: foreman_discovery
|
11
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
12
12
|
"Report-Msgid-Bugs-To: \n"
|
13
|
-
"PO-Revision-Date:
|
14
|
-
"Last-Translator:
|
13
|
+
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
14
|
+
"Last-Translator: Transifex Bot <>\n"
|
15
15
|
"Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
|
16
16
|
"MIME-Version: 1.0\n"
|
17
17
|
"Content-Type: text/plain; charset=UTF-8\n"
|
@@ -35,7 +35,7 @@ msgid "A summary of discovered hosts"
|
|
35
35
|
msgstr "Synthèse des hôtes détectés"
|
36
36
|
|
37
37
|
msgid "Action with sub plans"
|
38
|
-
msgstr "
|
38
|
+
msgstr ""
|
39
39
|
|
40
40
|
msgid "Actions"
|
41
41
|
msgstr "Actions"
|
@@ -139,6 +139,11 @@ msgstr "Désactiver"
|
|
139
139
|
msgid "Disable rule '%s'?"
|
140
140
|
msgstr "Désactiver la règle '%s' ?"
|
141
141
|
|
142
|
+
msgid "Discovered Host"
|
143
|
+
msgid_plural "Discovered Hosts"
|
144
|
+
msgstr[0] ""
|
145
|
+
msgstr[1] ""
|
146
|
+
|
142
147
|
msgid "Discovered Hosts"
|
143
148
|
msgstr "Hôtes détectés"
|
144
149
|
|
@@ -320,6 +325,12 @@ msgstr[1] "Les organisations %s du groupe d'hôtes doivent aussi être associée
|
|
320
325
|
msgid "Host of type %s can not be rebooted"
|
321
326
|
msgstr "Impossible de redémarrer l'hôte de type %s"
|
322
327
|
|
328
|
+
msgid "Host's owner type"
|
329
|
+
msgstr ""
|
330
|
+
|
331
|
+
msgid "Host's parameters (array or indexed hash)"
|
332
|
+
msgstr ""
|
333
|
+
|
323
334
|
msgid "Hostname facts"
|
324
335
|
msgstr "Facts du nom d'hôte"
|
325
336
|
|
@@ -369,10 +380,10 @@ msgid "Image API returned HTTP/%{code} with '%{body}"
|
|
369
380
|
msgstr "L'API d'image a retourné HTTP/%{code} avec '%{body}"
|
370
381
|
|
371
382
|
msgid "Import Puppet classes"
|
372
|
-
msgstr "
|
383
|
+
msgstr ""
|
373
384
|
|
374
385
|
msgid "Import facts"
|
375
|
-
msgstr "
|
386
|
+
msgstr ""
|
376
387
|
|
377
388
|
msgid "In addition to @host attribute function rand for random integers is available. Examples:"
|
378
389
|
msgstr "En plus de la fonction d'attribut @host, la fonction ALEA pour les entiers aléatoires est disponible. Exemples :"
|
@@ -407,9 +418,6 @@ msgstr "Modèle kexec non associé à un système d'exploitation"
|
|
407
418
|
msgid "Last Facts Upload"
|
408
419
|
msgstr "Derniers facts téléchargés"
|
409
420
|
|
410
|
-
msgid "Learn more about this in the documentation."
|
411
|
-
msgstr "Approfondissez ce sujet dans la documentation."
|
412
|
-
|
413
421
|
msgid "List all discovered hosts"
|
414
422
|
msgstr "Afficher tous les hôtes détectés"
|
415
423
|
|
@@ -464,6 +472,9 @@ msgstr "N/A"
|
|
464
472
|
msgid "Name"
|
465
473
|
msgstr "Nom"
|
466
474
|
|
475
|
+
msgid "Name of the parameter"
|
476
|
+
msgstr ""
|
477
|
+
|
467
478
|
msgid "Network"
|
468
479
|
msgstr "Réseau"
|
469
480
|
|
@@ -482,9 +493,6 @@ msgstr "Aucun hôte détecté disponible"
|
|
482
493
|
msgid "No discovered hosts for the selected period"
|
483
494
|
msgstr "Aucun hôte détecté pendant la période sélectionnée"
|
484
495
|
|
485
|
-
msgid "No discovered hosts found in this context."
|
486
|
-
msgstr "Aucun hôte détecté trouvé dans ce contexte."
|
487
|
-
|
488
496
|
msgid "No discovered hosts to provision"
|
489
497
|
msgstr "Aucun hôte détecté à provisionner"
|
490
498
|
|
@@ -527,6 +535,9 @@ msgstr "Modèle PXEGrub2 à utiliser lors de l'épinglage d'un hôte pour la dé
|
|
527
535
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
528
536
|
msgstr "Modèle PXELinux à utiliser lors de l'épinglage d'un hôte pour la détection"
|
529
537
|
|
538
|
+
msgid "Parameter value"
|
539
|
+
msgstr ""
|
540
|
+
|
530
541
|
msgid "Please Confirm"
|
531
542
|
msgstr "Merci de confirmer"
|
532
543
|
|
@@ -591,7 +602,7 @@ msgid "Reloading kernel on %s"
|
|
591
602
|
msgstr "Rechargement du noyau sur %s"
|
592
603
|
|
593
604
|
msgid "Remote action:"
|
594
|
-
msgstr "
|
605
|
+
msgstr ""
|
595
606
|
|
596
607
|
msgid "Reported in the last 7 days"
|
597
608
|
msgstr "Signalé au cours des 7 derniers jours"
|
@@ -674,15 +685,15 @@ msgstr "Les hôtes suivants n'ont pas été supprimés : %s"
|
|
674
685
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
675
686
|
msgstr "Cette action peut prendre un certain temps, pour tous les hôtes, les rapports et facts vont aussi être supprimés"
|
676
687
|
|
677
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
678
|
-
msgstr "Cette page montre les nœuds nus ou virtuels en attente de mise en service."
|
679
|
-
|
680
688
|
msgid "Type"
|
681
689
|
msgstr "Type"
|
682
690
|
|
683
691
|
msgid "Type of name generator"
|
684
692
|
msgstr "Générateur type de nom"
|
685
693
|
|
694
|
+
msgid "Type of value"
|
695
|
+
msgstr ""
|
696
|
+
|
686
697
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
687
698
|
msgstr "UUID pour surveiller l'état des tâches d'orchestration : GET /api/orchestration/:UUID/tasks"
|
688
699
|
|
@@ -692,15 +703,18 @@ msgstr "Impossible de trouver une règle de détection, aucun hôte fourni (vér
|
|
692
703
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
693
704
|
msgstr "Impossible de trouver une carte réseau primaire avec %{mac} spécifié via '%{fact}', Filtre de carte réseau: %{filter}"
|
694
705
|
|
695
|
-
msgid "Unable to perform
|
696
|
-
msgstr "
|
706
|
+
msgid "Unable to perform %{action} on %{ips}"
|
707
|
+
msgstr ""
|
708
|
+
|
709
|
+
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
710
|
+
msgstr ""
|
711
|
+
|
712
|
+
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
713
|
+
msgstr ""
|
697
714
|
|
698
715
|
msgid "Unable to provision %{host}: %{errors}"
|
699
716
|
msgstr "Impossible de provisionner %{host} : %{errors}"
|
700
717
|
|
701
|
-
msgid "Unable to reboot %{name} via %{url}: %{msg}"
|
702
|
-
msgstr "Impossible de redémarrer %{name} via %{url} : %{msg}"
|
703
|
-
|
704
718
|
msgid "Update a rule"
|
705
719
|
msgstr "Mettre à jour une règle"
|
706
720
|
|
@@ -764,6 +778,15 @@ msgstr "requête à faire correspondre aux hôtes détectés pour la règle en q
|
|
764
778
|
msgid "represents rule name shown to the users"
|
765
779
|
msgstr "représente le nom de règle affiché aux utilisateurs"
|
766
780
|
|
781
|
+
msgid "required if host is managed and custom partition has not been defined"
|
782
|
+
msgstr ""
|
783
|
+
|
784
|
+
msgid "required if host is managed and value is not inherited from host group"
|
785
|
+
msgstr ""
|
786
|
+
|
787
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
788
|
+
msgstr ""
|
789
|
+
|
767
790
|
msgid "required if value is not inherited from host group or default password in settings"
|
768
791
|
msgstr "requis si la valeur n'est pas héritée d'un groupe d'hôtes ou du mot de passe par défaut défini dans les paramètres"
|
769
792
|
|
Binary file
|
@@ -1,16 +1,16 @@
|
|
1
1
|
# SOME DESCRIPTIVE TITLE.
|
2
2
|
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
3
3
|
# This file is distributed under the same license as the foreman_discovery package.
|
4
|
-
#
|
4
|
+
#
|
5
5
|
# Translators:
|
6
6
|
msgid ""
|
7
7
|
msgstr ""
|
8
|
-
"Project-Id-Version: foreman_discovery
|
8
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
9
9
|
"Report-Msgid-Bugs-To: \n"
|
10
|
-
"
|
11
|
-
"
|
12
|
-
"
|
13
|
-
"
|
10
|
+
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
11
|
+
"Last-Translator: Transifex Bot <>\n"
|
12
|
+
"Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/"
|
13
|
+
")\n"
|
14
14
|
"MIME-Version: 1.0\n"
|
15
15
|
"Content-Type: text/plain; charset=UTF-8\n"
|
16
16
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -21,23 +21,19 @@ msgstr ""
|
|
21
21
|
msgid "List all discovered hosts"
|
22
22
|
msgstr ""
|
23
23
|
|
24
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
25
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
24
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
26
25
|
msgid "filter results"
|
27
26
|
msgstr ""
|
28
27
|
|
29
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
30
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
28
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
31
29
|
msgid "sort results"
|
32
30
|
msgstr ""
|
33
31
|
|
34
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
35
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
32
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
36
33
|
msgid "paginate results"
|
37
34
|
msgstr ""
|
38
35
|
|
39
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
|
40
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
36
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
41
37
|
msgid "number of entries per request"
|
42
38
|
msgstr ""
|
43
39
|
|
@@ -45,8 +41,7 @@ msgstr ""
|
|
45
41
|
msgid "Show a discovered host"
|
46
42
|
msgstr ""
|
47
43
|
|
48
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
|
49
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
|
44
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
|
50
45
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
51
46
|
msgstr ""
|
52
47
|
|
@@ -58,6 +53,10 @@ msgstr ""
|
|
58
53
|
msgid "Provision a discovered host"
|
59
54
|
msgstr ""
|
60
55
|
|
56
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:54 ../app/controllers/api/v2/discovered_hosts_controller.rb:57 ../app/controllers/api/v2/discovered_hosts_controller.rb:58 ../app/controllers/api/v2/discovered_hosts_controller.rb:61 ../app/controllers/api/v2/discovered_hosts_controller.rb:64
|
57
|
+
msgid "required if host is managed and value is not inherited from host group"
|
58
|
+
msgstr ""
|
59
|
+
|
61
60
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
62
61
|
msgid "not required if using a subnet with DHCP proxy"
|
63
62
|
msgstr ""
|
@@ -66,82 +65,99 @@ msgstr ""
|
|
66
65
|
msgid "not required if it's a virtual machine"
|
67
66
|
msgstr ""
|
68
67
|
|
69
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
70
|
-
msgid ""
|
71
|
-
"UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
68
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
|
69
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
72
70
|
msgstr ""
|
73
71
|
|
74
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
75
|
-
msgid ""
|
76
|
-
|
77
|
-
|
72
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
73
|
+
msgid "required if host is managed and custom partition has not been defined"
|
74
|
+
msgstr ""
|
75
|
+
|
76
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
77
|
+
msgid "Host's owner type"
|
78
|
+
msgstr ""
|
79
|
+
|
80
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
81
|
+
msgid "Host's parameters (array or indexed hash)"
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
85
|
+
msgid "Name of the parameter"
|
86
|
+
msgstr ""
|
87
|
+
|
88
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
89
|
+
msgid "Parameter value"
|
90
|
+
msgstr ""
|
91
|
+
|
92
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
93
|
+
msgid "Type of value"
|
94
|
+
msgstr ""
|
95
|
+
|
96
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
97
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
98
|
+
msgstr ""
|
99
|
+
|
100
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
|
101
|
+
msgid "required if value is not inherited from host group or default password in settings"
|
78
102
|
msgstr ""
|
79
103
|
|
80
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
104
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
|
81
105
|
msgid "Delete a discovered host"
|
82
106
|
msgstr ""
|
83
107
|
|
84
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
108
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
|
85
109
|
msgid "Upload facts for a host, creating the host if required"
|
86
110
|
msgstr ""
|
87
111
|
|
88
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
89
|
-
msgid ""
|
90
|
-
"hash containing facts for the host with minimum set of facts: "
|
91
|
-
"discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
|
92
|
-
"eth0 (example in case primary interface is named eth0)"
|
112
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
|
113
|
+
msgid "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)"
|
93
114
|
msgstr ""
|
94
115
|
|
95
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
116
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
|
96
117
|
msgid "Execute rules against a discovered host"
|
97
118
|
msgstr ""
|
98
119
|
|
99
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
100
|
-
#: ../app/controllers/discovered_hosts_controller.rb:160
|
120
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
|
101
121
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
102
122
|
msgstr ""
|
103
123
|
|
104
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
124
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
105
125
|
msgid "Unable to provision %{host}: %{errors}"
|
106
126
|
msgstr ""
|
107
127
|
|
108
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
109
|
-
#: ../app/controllers/discovered_hosts_controller.rb:167
|
128
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
|
110
129
|
msgid "No rule found for host %s"
|
111
130
|
msgstr ""
|
112
131
|
|
113
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
132
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
|
114
133
|
msgid "Execute rules against all currently discovered hosts"
|
115
134
|
msgstr ""
|
116
135
|
|
117
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
118
|
-
#: ../app/controllers/discovered_hosts_controller.rb:173
|
136
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
|
119
137
|
msgid "Errors during auto provisioning: %s"
|
120
138
|
msgstr ""
|
121
139
|
|
122
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
123
|
-
#: ../app/controllers/discovered_hosts_controller.rb:176
|
140
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
|
124
141
|
msgid "No discovered hosts to provision"
|
125
142
|
msgstr ""
|
126
143
|
|
127
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
144
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
|
128
145
|
msgid "%s discovered hosts were provisioned"
|
129
146
|
msgstr ""
|
130
147
|
|
131
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
148
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
|
132
149
|
msgid "Refreshing the facts of a discovered host"
|
133
150
|
msgstr ""
|
134
151
|
|
135
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
152
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
|
136
153
|
msgid "Rebooting a discovered host"
|
137
154
|
msgstr ""
|
138
155
|
|
139
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
156
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
|
140
157
|
msgid "Rebooting all discovered hosts"
|
141
158
|
msgstr ""
|
142
159
|
|
143
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
144
|
-
#: ../app/controllers/discovered_hosts_controller.rb:129
|
160
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
|
145
161
|
msgid "Discovered hosts are rebooting now"
|
146
162
|
msgstr ""
|
147
163
|
|
@@ -166,8 +182,7 @@ msgid "the hostgroup that is used to auto provision a host"
|
|
166
182
|
msgstr ""
|
167
183
|
|
168
184
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
169
|
-
msgid ""
|
170
|
-
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
185
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
171
186
|
msgstr ""
|
172
187
|
|
173
188
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
@@ -175,8 +190,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
|
|
175
190
|
msgstr ""
|
176
191
|
|
177
192
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
178
|
-
msgid ""
|
179
|
-
"puts the rules in order, low numbers go first. Must be greater then zero"
|
193
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
180
194
|
msgstr ""
|
181
195
|
|
182
196
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:38
|
@@ -275,43 +289,43 @@ msgstr ""
|
|
275
289
|
msgid "Discovered hosts are provisioning now"
|
276
290
|
msgstr ""
|
277
291
|
|
278
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
292
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
279
293
|
msgid "Highlights"
|
280
294
|
msgstr ""
|
281
295
|
|
282
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
296
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
283
297
|
msgid "Storage"
|
284
298
|
msgstr ""
|
285
299
|
|
286
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
300
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
287
301
|
msgid "Hardware"
|
288
302
|
msgstr ""
|
289
303
|
|
290
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
304
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
291
305
|
msgid "Network"
|
292
306
|
msgstr ""
|
293
307
|
|
294
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
308
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
295
309
|
msgid "Software"
|
296
310
|
msgstr ""
|
297
311
|
|
298
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
312
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
299
313
|
msgid "IPMI"
|
300
314
|
msgstr ""
|
301
315
|
|
302
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
316
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
303
317
|
msgid "Miscellaneous"
|
304
318
|
msgstr ""
|
305
319
|
|
306
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
320
|
+
#: ../app/controllers/discovered_hosts_controller.rb:304
|
307
321
|
msgid "No hosts were found with that id or name"
|
308
322
|
msgstr "Non se atopou ningún equipos con ese id ou nome"
|
309
323
|
|
310
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
324
|
+
#: ../app/controllers/discovered_hosts_controller.rb:308
|
311
325
|
msgid "No hosts selected"
|
312
326
|
msgstr "Ningún equipo seleccionado"
|
313
327
|
|
314
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
328
|
+
#: ../app/controllers/discovered_hosts_controller.rb:314
|
315
329
|
msgid "Something went wrong while selecting hosts - %s"
|
316
330
|
msgstr "Algo fallou ao seleccionar equipos - %s"
|
317
331
|
|
@@ -327,21 +341,15 @@ msgstr ""
|
|
327
341
|
msgid "%s ago"
|
328
342
|
msgstr "Fai %s"
|
329
343
|
|
330
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14
|
331
|
-
#: ../app/helpers/discovered_hosts_helper.rb:29
|
332
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
|
344
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
|
333
345
|
msgid "Auto Provision"
|
334
346
|
msgstr ""
|
335
347
|
|
336
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15
|
337
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
|
348
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
|
338
349
|
msgid "Refresh facts"
|
339
350
|
msgstr ""
|
340
351
|
|
341
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16
|
342
|
-
#: ../app/helpers/discovered_hosts_helper.rb:30
|
343
|
-
#: ../app/models/setting/discovered.rb:22
|
344
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
|
352
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/models/setting/discovered.rb:24 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
|
345
353
|
msgid "Reboot"
|
346
354
|
msgstr ""
|
347
355
|
|
@@ -349,13 +357,11 @@ msgstr ""
|
|
349
357
|
msgid "Back"
|
350
358
|
msgstr ""
|
351
359
|
|
352
|
-
#: ../app/helpers/discovered_hosts_helper.rb:21
|
353
|
-
#: ../app/helpers/discovered_hosts_helper.rb:35
|
360
|
+
#: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
|
354
361
|
msgid "Select Action"
|
355
362
|
msgstr "Selecciona unha Acción"
|
356
363
|
|
357
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23
|
358
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
364
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
359
365
|
msgid "Delete %s?"
|
360
366
|
msgstr "¿Borrar %s?"
|
361
367
|
|
@@ -375,8 +381,7 @@ msgstr "Borrar"
|
|
375
381
|
msgid "%s - The following hosts are about to be changed"
|
376
382
|
msgstr "%s - Os seguintes equipos están a piques de ser modificados"
|
377
383
|
|
378
|
-
#: ../app/helpers/discovered_hosts_helper.rb:46
|
379
|
-
#: ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
384
|
+
#: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
380
385
|
msgid "N/A"
|
381
386
|
msgstr "N/A"
|
382
387
|
|
@@ -396,12 +401,7 @@ msgstr ""
|
|
396
401
|
msgid "Provision"
|
397
402
|
msgstr "Aprovisionamento"
|
398
403
|
|
399
|
-
#: ../app/helpers/discovery_rules_helper.rb:26
|
400
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
|
401
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:1
|
402
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:6
|
403
|
-
#: ../lib/foreman_discovery/engine.rb:158
|
404
|
-
#: ../lib/foreman_discovery/engine.rb:173
|
404
|
+
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:8 ../lib/foreman_discovery/engine.rb:159 ../lib/foreman_discovery/engine.rb:174
|
405
405
|
msgid "Discovered Hosts"
|
406
406
|
msgstr ""
|
407
407
|
|
@@ -450,17 +450,14 @@ msgid "must be present."
|
|
450
450
|
msgstr ""
|
451
451
|
|
452
452
|
#: ../app/models/discovery_rule.rb:52
|
453
|
-
msgid ""
|
454
|
-
"Host group
|
455
|
-
msgid_plural ""
|
456
|
-
"Host group organizations %s must also be associated to the discovery rule"
|
453
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
454
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
457
455
|
msgstr[0] ""
|
458
456
|
msgstr[1] ""
|
459
457
|
|
460
458
|
#: ../app/models/discovery_rule.rb:56
|
461
459
|
msgid "Host group location %s must also be associated to the discovery rule"
|
462
|
-
msgid_plural ""
|
463
|
-
"Host group locations %s must also be associated to the discovery rule"
|
460
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
464
461
|
msgstr[0] ""
|
465
462
|
msgstr[1] ""
|
466
463
|
|
@@ -476,39 +473,39 @@ msgstr ""
|
|
476
473
|
msgid "MAC-based name"
|
477
474
|
msgstr ""
|
478
475
|
|
479
|
-
#: ../app/models/host/discovered.rb:
|
476
|
+
#: ../app/models/host/discovered.rb:55
|
480
477
|
msgid "Invalid facts, must be a Hash"
|
481
478
|
msgstr ""
|
482
479
|
|
483
|
-
#: ../app/models/host/discovered.rb:
|
484
|
-
msgid ""
|
485
|
-
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
486
|
-
"and set hostname"
|
480
|
+
#: ../app/models/host/discovered.rb:60
|
481
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
487
482
|
msgstr ""
|
488
483
|
|
489
|
-
#: ../app/models/host/discovered.rb:
|
490
|
-
msgid ""
|
491
|
-
"Invalid facts: hash does not contain a valid value for any of the facts in "
|
492
|
-
"the discovery_hostname setting: %s"
|
484
|
+
#: ../app/models/host/discovered.rb:73
|
485
|
+
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
493
486
|
msgstr ""
|
494
487
|
|
495
|
-
#: ../app/models/host/discovered.rb:
|
488
|
+
#: ../app/models/host/discovered.rb:100
|
496
489
|
msgid "Facts could not be imported"
|
497
490
|
msgstr ""
|
498
491
|
|
499
|
-
#: ../app/models/host/discovered.rb:
|
492
|
+
#: ../app/models/host/discovered.rb:146
|
500
493
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
501
494
|
msgstr ""
|
502
495
|
|
503
|
-
#: ../app/models/host/discovered.rb:
|
504
|
-
msgid "Unable to reboot %{name}
|
496
|
+
#: ../app/models/host/discovered.rb:160
|
497
|
+
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
505
498
|
msgstr ""
|
506
499
|
|
507
|
-
#: ../app/models/host/discovered.rb:
|
508
|
-
msgid "Unable to perform
|
500
|
+
#: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
|
501
|
+
msgid "Unable to perform %{action} on %{ips}"
|
509
502
|
msgstr ""
|
510
503
|
|
511
|
-
#: ../app/models/host/discovered.rb:
|
504
|
+
#: ../app/models/host/discovered.rb:179
|
505
|
+
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
506
|
+
msgstr ""
|
507
|
+
|
508
|
+
#: ../app/models/host/discovered.rb:203
|
512
509
|
msgid "Invalid hostname: Could not normalize the hostname"
|
513
510
|
msgstr ""
|
514
511
|
|
@@ -536,191 +533,183 @@ msgstr ""
|
|
536
533
|
msgid "Rebuild DNS for %s"
|
537
534
|
msgstr ""
|
538
535
|
|
539
|
-
#: ../app/models/setting/discovered.rb:
|
536
|
+
#: ../app/models/setting/discovered.rb:17
|
540
537
|
msgid "The default location to place discovered hosts in"
|
541
538
|
msgstr ""
|
542
539
|
|
543
|
-
#: ../app/models/setting/discovered.rb:
|
540
|
+
#: ../app/models/setting/discovered.rb:17
|
544
541
|
msgid "Discovery location"
|
545
542
|
msgstr ""
|
546
543
|
|
547
|
-
#: ../app/models/setting/discovered.rb:
|
544
|
+
#: ../app/models/setting/discovered.rb:18
|
548
545
|
msgid "The default organization to place discovered hosts in"
|
549
546
|
msgstr ""
|
550
547
|
|
551
|
-
#: ../app/models/setting/discovered.rb:
|
548
|
+
#: ../app/models/setting/discovered.rb:18
|
552
549
|
msgid "Discovery organization"
|
553
550
|
msgstr ""
|
554
551
|
|
555
|
-
#: ../app/models/setting/discovered.rb:
|
552
|
+
#: ../app/models/setting/discovered.rb:19
|
556
553
|
msgid "Fact name to use for primary interface detection"
|
557
554
|
msgstr ""
|
558
555
|
|
559
|
-
#: ../app/models/setting/discovered.rb:
|
556
|
+
#: ../app/models/setting/discovered.rb:19
|
560
557
|
msgid "Interface fact"
|
561
558
|
msgstr ""
|
562
559
|
|
563
|
-
#: ../app/models/setting/discovered.rb:
|
564
|
-
msgid ""
|
565
|
-
"Automatic bond interface (if another interface is detected on the same VLAN "
|
566
|
-
"via LLDP)"
|
560
|
+
#: ../app/models/setting/discovered.rb:20
|
561
|
+
msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
|
567
562
|
msgstr ""
|
568
563
|
|
569
|
-
#: ../app/models/setting/discovered.rb:
|
564
|
+
#: ../app/models/setting/discovered.rb:20
|
570
565
|
msgid "Create bond interfaces"
|
571
566
|
msgstr ""
|
572
567
|
|
573
|
-
#: ../app/models/setting/discovered.rb:
|
568
|
+
#: ../app/models/setting/discovered.rb:21
|
574
569
|
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
575
570
|
msgstr ""
|
576
571
|
|
577
|
-
#: ../app/models/setting/discovered.rb:
|
572
|
+
#: ../app/models/setting/discovered.rb:21
|
578
573
|
msgid "Clean all facts"
|
579
574
|
msgstr ""
|
580
575
|
|
581
|
-
#: ../app/models/setting/discovered.rb:
|
576
|
+
#: ../app/models/setting/discovered.rb:22
|
582
577
|
msgid "List of facts to use for the hostname (separated by comma, first wins)"
|
583
578
|
msgstr ""
|
584
579
|
|
585
|
-
#: ../app/models/setting/discovered.rb:
|
580
|
+
#: ../app/models/setting/discovered.rb:22
|
586
581
|
msgid "Hostname facts"
|
587
582
|
msgstr ""
|
588
583
|
|
589
|
-
#: ../app/models/setting/discovered.rb:
|
590
|
-
msgid ""
|
591
|
-
"Automatically provision newly discovered hosts, according to the "
|
592
|
-
"provisioning rules"
|
584
|
+
#: ../app/models/setting/discovered.rb:23
|
585
|
+
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
593
586
|
msgstr ""
|
594
587
|
|
595
|
-
#: ../app/models/setting/discovered.rb:
|
588
|
+
#: ../app/models/setting/discovered.rb:23
|
596
589
|
msgid "Auto provisioning"
|
597
590
|
msgstr ""
|
598
591
|
|
599
|
-
#: ../app/models/setting/discovered.rb:
|
592
|
+
#: ../app/models/setting/discovered.rb:24
|
600
593
|
msgid "Automatically reboot or kexec discovered host during provisioning"
|
601
594
|
msgstr ""
|
602
595
|
|
603
|
-
#: ../app/models/setting/discovered.rb:
|
596
|
+
#: ../app/models/setting/discovered.rb:25
|
604
597
|
msgid "The default prefix to use for the host name, must start with a letter"
|
605
598
|
msgstr ""
|
606
599
|
|
607
|
-
#: ../app/models/setting/discovered.rb:
|
600
|
+
#: ../app/models/setting/discovered.rb:25
|
608
601
|
msgid "Hostname prefix"
|
609
602
|
msgstr ""
|
610
603
|
|
611
|
-
#: ../app/models/setting/discovered.rb:
|
604
|
+
#: ../app/models/setting/discovered.rb:26
|
612
605
|
msgid "Extra facter columns to show in host lists (separate by comma)"
|
613
606
|
msgstr ""
|
614
607
|
|
615
|
-
#: ../app/models/setting/discovered.rb:
|
608
|
+
#: ../app/models/setting/discovered.rb:26
|
616
609
|
msgid "Fact columns"
|
617
610
|
msgstr ""
|
618
611
|
|
619
|
-
#: ../app/models/setting/discovered.rb:
|
612
|
+
#: ../app/models/setting/discovered.rb:27
|
620
613
|
msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
|
621
614
|
msgstr ""
|
622
615
|
|
623
|
-
#: ../app/models/setting/discovered.rb:
|
616
|
+
#: ../app/models/setting/discovered.rb:27
|
624
617
|
msgid "Highlighted facts"
|
625
618
|
msgstr ""
|
626
619
|
|
627
|
-
#: ../app/models/setting/discovered.rb:
|
620
|
+
#: ../app/models/setting/discovered.rb:28
|
628
621
|
msgid "Regex to organize facts for storage section"
|
629
622
|
msgstr ""
|
630
623
|
|
631
|
-
#: ../app/models/setting/discovered.rb:
|
624
|
+
#: ../app/models/setting/discovered.rb:28
|
632
625
|
msgid "Storage facts"
|
633
626
|
msgstr ""
|
634
627
|
|
635
|
-
#: ../app/models/setting/discovered.rb:
|
628
|
+
#: ../app/models/setting/discovered.rb:29
|
636
629
|
msgid "Regex to organize facts for software section"
|
637
630
|
msgstr ""
|
638
631
|
|
639
|
-
#: ../app/models/setting/discovered.rb:
|
632
|
+
#: ../app/models/setting/discovered.rb:29
|
640
633
|
msgid "Software facts"
|
641
634
|
msgstr ""
|
642
635
|
|
643
|
-
#: ../app/models/setting/discovered.rb:
|
636
|
+
#: ../app/models/setting/discovered.rb:30
|
644
637
|
msgid "Regex to organize facts for hardware section"
|
645
638
|
msgstr ""
|
646
639
|
|
647
|
-
#: ../app/models/setting/discovered.rb:
|
640
|
+
#: ../app/models/setting/discovered.rb:30
|
648
641
|
msgid "Hardware facts"
|
649
642
|
msgstr ""
|
650
643
|
|
651
|
-
#: ../app/models/setting/discovered.rb:
|
644
|
+
#: ../app/models/setting/discovered.rb:31
|
652
645
|
msgid "Regex to organize facts for network section"
|
653
646
|
msgstr ""
|
654
647
|
|
655
|
-
#: ../app/models/setting/discovered.rb:
|
648
|
+
#: ../app/models/setting/discovered.rb:31
|
656
649
|
msgid "Network facts"
|
657
650
|
msgstr ""
|
658
651
|
|
659
|
-
#: ../app/models/setting/discovered.rb:
|
652
|
+
#: ../app/models/setting/discovered.rb:32
|
660
653
|
msgid "Regex to organize facts for ipmi section"
|
661
654
|
msgstr ""
|
662
655
|
|
663
|
-
#: ../app/models/setting/discovered.rb:
|
656
|
+
#: ../app/models/setting/discovered.rb:32
|
664
657
|
msgid "IPMI facts"
|
665
658
|
msgstr ""
|
666
659
|
|
667
|
-
#: ../app/models/setting/discovered.rb:
|
668
|
-
msgid ""
|
669
|
-
"Automatically generate PXE configuration to pin a newly discovered host to "
|
670
|
-
"discovery"
|
660
|
+
#: ../app/models/setting/discovered.rb:33
|
661
|
+
msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
671
662
|
msgstr ""
|
672
663
|
|
673
|
-
#: ../app/models/setting/discovered.rb:
|
664
|
+
#: ../app/models/setting/discovered.rb:33
|
674
665
|
msgid "Lock PXE"
|
675
666
|
msgstr ""
|
676
667
|
|
677
|
-
#: ../app/models/setting/discovered.rb:
|
668
|
+
#: ../app/models/setting/discovered.rb:34
|
678
669
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
679
670
|
msgstr ""
|
680
671
|
|
681
|
-
#: ../app/models/setting/discovered.rb:
|
672
|
+
#: ../app/models/setting/discovered.rb:34
|
682
673
|
msgid "Locked PXELinux template name"
|
683
674
|
msgstr ""
|
684
675
|
|
685
|
-
#: ../app/models/setting/discovered.rb:
|
676
|
+
#: ../app/models/setting/discovered.rb:35
|
686
677
|
msgid "PXEGrub template to be used when pinning a host to discovery"
|
687
678
|
msgstr ""
|
688
679
|
|
689
|
-
#: ../app/models/setting/discovered.rb:
|
680
|
+
#: ../app/models/setting/discovered.rb:35
|
690
681
|
msgid "Locked PXEGrub template name"
|
691
682
|
msgstr ""
|
692
683
|
|
693
|
-
#: ../app/models/setting/discovered.rb:
|
684
|
+
#: ../app/models/setting/discovered.rb:36
|
694
685
|
msgid "PXEGrub2 template to be used when pinning a host to discovery"
|
695
686
|
msgstr ""
|
696
687
|
|
697
|
-
#: ../app/models/setting/discovered.rb:
|
688
|
+
#: ../app/models/setting/discovered.rb:36
|
698
689
|
msgid "Locked PXEGrub2 template name"
|
699
690
|
msgstr ""
|
700
691
|
|
701
|
-
#: ../app/models/setting/discovered.rb:
|
692
|
+
#: ../app/models/setting/discovered.rb:37
|
702
693
|
msgid "Force DNS entries creation when provisioning discovered host"
|
703
694
|
msgstr ""
|
704
695
|
|
705
|
-
#: ../app/models/setting/discovered.rb:
|
696
|
+
#: ../app/models/setting/discovered.rb:37
|
706
697
|
msgid "Force DNS"
|
707
698
|
msgstr ""
|
708
699
|
|
709
|
-
#: ../app/models/setting/discovered.rb:
|
710
|
-
msgid ""
|
711
|
-
"Do not allow to discover existing managed host matching MAC of a "
|
712
|
-
"provisioning NIC (errors out early)"
|
700
|
+
#: ../app/models/setting/discovered.rb:38
|
701
|
+
msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
713
702
|
msgstr ""
|
714
703
|
|
715
|
-
#: ../app/models/setting/discovered.rb:
|
704
|
+
#: ../app/models/setting/discovered.rb:38
|
716
705
|
msgid "Error on existing NIC"
|
717
706
|
msgstr ""
|
718
707
|
|
719
|
-
#: ../app/models/setting/discovered.rb:
|
708
|
+
#: ../app/models/setting/discovered.rb:39
|
720
709
|
msgid "Discovery hostname naming pattern"
|
721
710
|
msgstr ""
|
722
711
|
|
723
|
-
#: ../app/models/setting/discovered.rb:
|
712
|
+
#: ../app/models/setting/discovered.rb:39
|
724
713
|
msgid "Type of name generator"
|
725
714
|
msgstr ""
|
726
715
|
|
@@ -733,23 +722,27 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
|
733
722
|
msgstr ""
|
734
723
|
|
735
724
|
#: ../app/services/foreman_discovery/fact_parser.rb:12
|
736
|
-
msgid ""
|
737
|
-
"Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
|
738
|
-
"%{filter}"
|
725
|
+
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
739
726
|
msgstr ""
|
740
727
|
|
741
|
-
#: ../app/services/foreman_discovery/host_converter.rb:
|
728
|
+
#: ../app/services/foreman_discovery/host_converter.rb:47
|
742
729
|
msgid "IPAM must be configured for subnet '%s'"
|
743
730
|
msgstr ""
|
744
731
|
|
745
|
-
#: ../app/services/foreman_discovery/node_api/node_resource.rb:
|
732
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:76
|
746
733
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
747
734
|
msgstr ""
|
748
735
|
|
749
|
-
#: ../app/services/foreman_discovery/node_api/node_resource.rb:
|
736
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:79
|
750
737
|
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
751
738
|
msgstr ""
|
752
739
|
|
740
|
+
#: ../app/views/dashboard/_discovery_widget.html.erb:5
|
741
|
+
msgid "Discovered Host"
|
742
|
+
msgid_plural "Discovered Hosts"
|
743
|
+
msgstr[0] ""
|
744
|
+
msgstr[1] ""
|
745
|
+
|
753
746
|
#: ../app/views/dashboard/_discovery_widget.html.erb:9
|
754
747
|
msgid "No discovered hosts available"
|
755
748
|
msgstr ""
|
@@ -758,33 +751,23 @@ msgstr ""
|
|
758
751
|
msgid "Host"
|
759
752
|
msgstr "Equipo"
|
760
753
|
|
761
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
762
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
|
763
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
|
764
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:18
|
765
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
754
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6 ../app/views/discovered_hosts/_selected_hosts.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:18 ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
766
755
|
msgid "Model"
|
767
756
|
msgstr "Modelo"
|
768
757
|
|
769
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
770
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
|
771
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:20
|
772
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
758
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8 ../app/views/discovered_mailer/discovered_summary.html.erb:20 ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
773
759
|
msgid "CPUs"
|
774
760
|
msgstr "Procesadores"
|
775
761
|
|
776
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
777
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
|
778
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:21
|
779
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
762
|
+
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9 ../app/views/discovered_mailer/discovered_summary.html.erb:21 ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
780
763
|
msgid "Memory"
|
781
764
|
msgstr "Memoria"
|
782
765
|
|
783
|
-
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:
|
766
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
|
784
767
|
msgid "Customize Host"
|
785
768
|
msgstr ""
|
786
769
|
|
787
|
-
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:
|
770
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
|
788
771
|
msgid "Create Host"
|
789
772
|
msgstr ""
|
790
773
|
|
@@ -796,16 +779,11 @@ msgstr "Seleccionar tódolos obxetos desta páxina"
|
|
796
779
|
msgid "items selected. Uncheck to Clear"
|
797
780
|
msgstr "obxetos seleccionados. Desactivar para limpar"
|
798
781
|
|
799
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
800
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
|
801
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:17
|
802
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
782
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5 ../app/views/discovered_hosts/_selected_hosts.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:17 ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
803
783
|
msgid "Name"
|
804
784
|
msgstr "Nome"
|
805
785
|
|
806
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
|
807
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:19
|
808
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
786
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7 ../app/views/discovered_mailer/discovered_summary.html.erb:19 ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
809
787
|
msgid "IP Address"
|
810
788
|
msgstr "Dirección IP"
|
811
789
|
|
@@ -817,13 +795,11 @@ msgstr ""
|
|
817
795
|
msgid "Disks Size"
|
818
796
|
msgstr ""
|
819
797
|
|
820
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
|
821
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
798
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
822
799
|
msgid "Location"
|
823
800
|
msgstr "Lugares"
|
824
801
|
|
825
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
|
826
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
802
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
827
803
|
msgid "Organization"
|
828
804
|
msgstr "Organización"
|
829
805
|
|
@@ -835,8 +811,7 @@ msgstr "Subrede"
|
|
835
811
|
msgid "Last Facts Upload"
|
836
812
|
msgstr ""
|
837
813
|
|
838
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
|
839
|
-
#: ../app/views/discovery_rules/index.html.erb:12
|
814
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
|
840
815
|
msgid "Actions"
|
841
816
|
msgstr "Accións"
|
842
817
|
|
@@ -857,9 +832,7 @@ msgid "Provision %s"
|
|
857
832
|
msgstr ""
|
858
833
|
|
859
834
|
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
|
860
|
-
msgid ""
|
861
|
-
"This might take a while, as all hosts, facts and reports will be destroyed "
|
862
|
-
"as well"
|
835
|
+
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
863
836
|
msgstr "Esta acción pode tardar un anaco, xa que se eliminarán tódolos equipos, datos e informes."
|
864
837
|
|
865
838
|
#: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
|
@@ -898,20 +871,6 @@ msgstr ""
|
|
898
871
|
msgid "Collapse All"
|
899
872
|
msgstr ""
|
900
873
|
|
901
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:7
|
902
|
-
msgid "No discovered hosts found in this context."
|
903
|
-
msgstr ""
|
904
|
-
|
905
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
906
|
-
msgid ""
|
907
|
-
"This page shows discovered bare-metal or virtual nodes waiting to be "
|
908
|
-
"provisioned."
|
909
|
-
msgstr ""
|
910
|
-
|
911
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
912
|
-
msgid "Learn more about this in the documentation."
|
913
|
-
msgstr ""
|
914
|
-
|
915
874
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
916
875
|
msgid "Summary report for discovered hosts from Foreman"
|
917
876
|
msgstr ""
|
@@ -920,23 +879,19 @@ msgstr ""
|
|
920
879
|
msgid "<b>Foreman</b> Discovered hosts summary"
|
921
880
|
msgstr ""
|
922
881
|
|
923
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
924
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
882
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
925
883
|
msgid "Summary from %{time} ago to %{now}"
|
926
884
|
msgstr ""
|
927
885
|
|
928
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
929
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
886
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
930
887
|
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
931
888
|
msgstr ""
|
932
889
|
|
933
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22
|
934
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
890
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
935
891
|
msgid "Disk count"
|
936
892
|
msgstr ""
|
937
893
|
|
938
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23
|
939
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
894
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
940
895
|
msgid "Disks size"
|
941
896
|
msgstr ""
|
942
897
|
|
@@ -985,41 +940,30 @@ msgid "Rule priority (lower integer means higher priority)"
|
|
985
940
|
msgstr ""
|
986
941
|
|
987
942
|
#: ../app/views/discovery_rules/_template_inline.erb:2
|
988
|
-
msgid ""
|
989
|
-
"Specify target hostname template pattern in the same syntax as in "
|
990
|
-
"Provisioning Templates (ERB)."
|
943
|
+
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
991
944
|
msgstr ""
|
992
945
|
|
993
946
|
#: ../app/views/discovery_rules/_template_inline.erb:4
|
994
|
-
msgid ""
|
995
|
-
"Domain will be appended automatically. A hostname based on MAC address will "
|
996
|
-
"be used when left blank."
|
947
|
+
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
|
997
948
|
msgstr ""
|
998
949
|
|
999
950
|
#: ../app/views/discovery_rules/_template_inline.erb:5
|
1000
|
-
msgid ""
|
1001
|
-
"In addition to @host attribute function rand for random integers is "
|
1002
|
-
"available. Examples:"
|
951
|
+
msgid "In addition to @host attribute function rand for random integers is available. Examples:"
|
1003
952
|
msgstr ""
|
1004
953
|
|
1005
954
|
#: ../app/views/discovery_rules/_template_inline.erb:8
|
1006
|
-
msgid ""
|
1007
|
-
"When creating hostname patterns, make sure the resulting host names are "
|
1008
|
-
"unique."
|
955
|
+
msgid "When creating hostname patterns, make sure the resulting host names are unique."
|
1009
956
|
msgstr ""
|
1010
957
|
|
1011
958
|
#: ../app/views/discovery_rules/_template_inline.erb:9
|
1012
|
-
msgid ""
|
1013
|
-
"Hostnames must not start with numbers. A good approach is to use unique "
|
1014
|
-
"information provided by facter (MAC address, BIOS or serial ID)."
|
959
|
+
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
1015
960
|
msgstr ""
|
1016
961
|
|
1017
962
|
#: ../app/views/discovery_rules/edit.html.erb:1
|
1018
963
|
msgid "Edit %s"
|
1019
964
|
msgstr "Editar %s"
|
1020
965
|
|
1021
|
-
#: ../app/views/discovery_rules/index.html.erb:1
|
1022
|
-
#: ../lib/foreman_discovery/engine.rb:163
|
966
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
|
1023
967
|
msgid "Discovery Rules"
|
1024
968
|
msgstr ""
|
1025
969
|
|
@@ -1075,32 +1019,28 @@ msgstr ""
|
|
1075
1019
|
msgid "Details"
|
1076
1020
|
msgstr ""
|
1077
1021
|
|
1078
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1022
|
+
#: ../lib/foreman_discovery/engine.rb:180
|
1079
1023
|
msgid "Discovery Kexec template"
|
1080
1024
|
msgstr ""
|
1081
1025
|
|
1082
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1026
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
1083
1027
|
msgid "Discovery Proxy"
|
1084
1028
|
msgstr ""
|
1085
1029
|
|
1086
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1087
|
-
msgid ""
|
1088
|
-
"Discovery Proxy to use within this subnet for managing connection to "
|
1089
|
-
"discovered hosts"
|
1030
|
+
#: ../lib/foreman_discovery/engine.rb:190
|
1031
|
+
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1090
1032
|
msgstr ""
|
1091
1033
|
|
1092
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1093
|
-
msgid ""
|
1094
|
-
"ID of Discovery Proxy to use within this subnet for managing connection to "
|
1095
|
-
"discovered hosts"
|
1034
|
+
#: ../lib/foreman_discovery/engine.rb:191
|
1035
|
+
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1096
1036
|
msgstr ""
|
1097
1037
|
|
1098
1038
|
#: action_names.rb:2
|
1099
|
-
msgid "
|
1039
|
+
msgid "Remote action:"
|
1100
1040
|
msgstr ""
|
1101
1041
|
|
1102
1042
|
#: action_names.rb:3
|
1103
|
-
msgid "Import
|
1043
|
+
msgid "Import Puppet classes"
|
1104
1044
|
msgstr ""
|
1105
1045
|
|
1106
1046
|
#: action_names.rb:4
|
@@ -1108,5 +1048,5 @@ msgid "Action with sub plans"
|
|
1108
1048
|
msgstr ""
|
1109
1049
|
|
1110
1050
|
#: action_names.rb:5
|
1111
|
-
msgid "
|
1051
|
+
msgid "Import facts"
|
1112
1052
|
msgstr ""
|