foreman_discovery 16.2.0 → 16.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +24 -11
- data/app/models/host/discovered.rb +1 -1
- data/app/services/foreman_discovery/import_hooks/subnet_and_taxonomy.rb +2 -0
- data/app/views/api/v2/discovery_rules/create.json.rabl +3 -0
- data/app/views/discovered_hosts/welcome.html.erb +15 -9
- data/app/views/discovery_rules/index.html.erb +1 -1
- data/extra/discover-host +3 -3
- data/lib/foreman_discovery/engine.rb +2 -1
- 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 +62 -39
- data/locale/ca/foreman_discovery.po +25 -10
- data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/de/foreman_discovery.edit.po +64 -39
- data/locale/de/foreman_discovery.po +25 -10
- data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en/foreman_discovery.edit.po +59 -39
- data/locale/en/foreman_discovery.po +25 -10
- data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/en_GB/foreman_discovery.edit.po +70 -39
- data/locale/en_GB/foreman_discovery.po +25 -10
- data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/es/foreman_discovery.edit.po +70 -39
- data/locale/es/foreman_discovery.po +25 -10
- data/locale/foreman_discovery.pot +68 -45
- data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/fr/foreman_discovery.edit.po +68 -39
- data/locale/fr/foreman_discovery.po +25 -10
- data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/gl/foreman_discovery.edit.po +59 -39
- data/locale/gl/foreman_discovery.po +25 -10
- data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/it/foreman_discovery.edit.po +59 -39
- data/locale/it/foreman_discovery.po +25 -10
- data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ja/foreman_discovery.edit.po +68 -39
- data/locale/ja/foreman_discovery.po +25 -10
- data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ko/foreman_discovery.edit.po +59 -39
- data/locale/ko/foreman_discovery.po +25 -10
- data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/pt_BR/foreman_discovery.edit.po +68 -39
- data/locale/pt_BR/foreman_discovery.po +25 -10
- data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/ru/foreman_discovery.edit.po +59 -39
- data/locale/ru/foreman_discovery.po +25 -10
- data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/sv_SE/foreman_discovery.edit.po +59 -39
- data/locale/sv_SE/foreman_discovery.po +25 -10
- data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_CN/foreman_discovery.edit.po +68 -39
- data/locale/zh_CN/foreman_discovery.po +25 -10
- data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
- data/locale/zh_TW/foreman_discovery.edit.po +59 -39
- data/locale/zh_TW/foreman_discovery.po +25 -10
- data/package.json +39 -0
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- data/test/functional/discovery_rules_controller_test.rb +1 -1
- 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 +11 -4
Binary file
|
@@ -14,7 +14,7 @@
|
|
14
14
|
# stbenjam <stephen@redhat.com>, 2016
|
15
15
|
msgid ""
|
16
16
|
msgstr ""
|
17
|
-
"Project-Id-Version: foreman_discovery 16.
|
17
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
18
18
|
"Report-Msgid-Bugs-To: \n"
|
19
19
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
20
20
|
"Last-Translator: Transifex Bot <>\n"
|
@@ -49,7 +49,7 @@ msgstr "Anzahl der Einträge pro Anfrage"
|
|
49
49
|
msgid "Show a discovered host"
|
50
50
|
msgstr "Entdeckten Host anzeigen"
|
51
51
|
|
52
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
52
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
|
53
53
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
54
54
|
msgstr "DHCP-Dateinamensoption (Standardmäßig Grub2/PXELinux)"
|
55
55
|
|
@@ -61,6 +61,10 @@ msgstr "Entdeckten Host zum Testen erstellen (verwenden Sie /Fakten zur Erstellu
|
|
61
61
|
msgid "Provision a discovered host"
|
62
62
|
msgstr "Entdeckten Host bereitstellen"
|
63
63
|
|
64
|
+
#: ../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
|
65
|
+
msgid "required if host is managed and value is not inherited from host group"
|
66
|
+
msgstr ""
|
67
|
+
|
64
68
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
65
69
|
msgid "not required if using a subnet with DHCP proxy"
|
66
70
|
msgstr "nicht erforderlich, wenn ein Subnetz mit DHCP-Proxy verwendet wird"
|
@@ -69,71 +73,99 @@ msgstr "nicht erforderlich, wenn ein Subnetz mit DHCP-Proxy verwendet wird"
|
|
69
73
|
msgid "not required if it's a virtual machine"
|
70
74
|
msgstr "nicht erforderlich für eine virtuelle Maschine"
|
71
75
|
|
72
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
76
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
|
77
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
78
|
+
msgstr ""
|
79
|
+
|
80
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
81
|
+
msgid "required if host is managed and custom partition has not been defined"
|
82
|
+
msgstr ""
|
83
|
+
|
84
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
85
|
+
msgid "Host's owner type"
|
86
|
+
msgstr ""
|
87
|
+
|
88
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
89
|
+
msgid "Host's parameters (array or indexed hash)"
|
90
|
+
msgstr ""
|
91
|
+
|
92
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
93
|
+
msgid "Name of the parameter"
|
94
|
+
msgstr ""
|
95
|
+
|
96
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
97
|
+
msgid "Parameter value"
|
98
|
+
msgstr ""
|
99
|
+
|
100
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
101
|
+
msgid "Type of value"
|
102
|
+
msgstr ""
|
103
|
+
|
104
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
73
105
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
74
106
|
msgstr "UUID zum Tracken des Status der Orchestrierungsaufgaben, GET /api/orchestration/:UUID/tasks"
|
75
107
|
|
76
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
108
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
|
77
109
|
msgid "required if value is not inherited from host group or default password in settings"
|
78
110
|
msgstr "erforderlich, falls kein Wert von Hostgruppe geerbt wird oder es nicht das Standardpasswort in Einstellungen ist"
|
79
111
|
|
80
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
112
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
|
81
113
|
msgid "Delete a discovered host"
|
82
114
|
msgstr "Entdeckten Host löschen"
|
83
115
|
|
84
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
116
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
|
85
117
|
msgid "Upload facts for a host, creating the host if required"
|
86
118
|
msgstr "Fakten für einen Host hochladen mit Erstellung des Hosts, wenn erforderlich"
|
87
119
|
|
88
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
120
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
|
89
121
|
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)"
|
90
122
|
msgstr "Hash, der Fakten für den Host mit minimaler Anzahl an Fakten enthält: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (Beispiel für primäre Schnittstelle mit dem Namen eth0) "
|
91
123
|
|
92
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
124
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
|
93
125
|
msgid "Execute rules against a discovered host"
|
94
126
|
msgstr "Regeln auf einem entdeckten Host anwenden"
|
95
127
|
|
96
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
128
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
|
97
129
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
98
130
|
msgstr "Host %{host} wurde bereitgestellt mit Regel %{rule}"
|
99
131
|
|
100
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
132
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
101
133
|
msgid "Unable to provision %{host}: %{errors}"
|
102
134
|
msgstr "%{host} kann nicht bereitgestellt werden: %{errors} "
|
103
135
|
|
104
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
136
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
|
105
137
|
msgid "No rule found for host %s"
|
106
138
|
msgstr "Keine Regel gefunden für Host %s"
|
107
139
|
|
108
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
140
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
|
109
141
|
msgid "Execute rules against all currently discovered hosts"
|
110
142
|
msgstr "Regeln auf allen kürzlich entdeckten Hosts anwenden"
|
111
143
|
|
112
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
144
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
|
113
145
|
msgid "Errors during auto provisioning: %s"
|
114
146
|
msgstr "Fehler bei automatischer Bereitstellung: %s"
|
115
147
|
|
116
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
148
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
|
117
149
|
msgid "No discovered hosts to provision"
|
118
150
|
msgstr "Keine entdeckten Hosts zur Bereitstellung"
|
119
151
|
|
120
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
152
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
|
121
153
|
msgid "%s discovered hosts were provisioned"
|
122
154
|
msgstr "%s entdeckte Hosts wurden bereitgestellt"
|
123
155
|
|
124
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
156
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
|
125
157
|
msgid "Refreshing the facts of a discovered host"
|
126
158
|
msgstr "Fakten eines entdeckten Hosts werden aktualisiert"
|
127
159
|
|
128
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
160
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
|
129
161
|
msgid "Rebooting a discovered host"
|
130
162
|
msgstr "Entdeckten Host neu starten"
|
131
163
|
|
132
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
164
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
|
133
165
|
msgid "Rebooting all discovered hosts"
|
134
166
|
msgstr "Alle entdeckten Hosts neu starten"
|
135
167
|
|
136
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
168
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
|
137
169
|
msgid "Discovered hosts are rebooting now"
|
138
170
|
msgstr "Entdeckte Hosts werden jetzt neu gestartet"
|
139
171
|
|
@@ -377,7 +409,7 @@ msgstr "Berichtet in den letzten 7 Tagen"
|
|
377
409
|
msgid "Provision"
|
378
410
|
msgstr "Bereitstellen"
|
379
411
|
|
380
|
-
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:
|
412
|
+
#: ../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
|
381
413
|
msgid "Discovered Hosts"
|
382
414
|
msgstr "Entdeckte Hosts"
|
383
415
|
|
@@ -847,18 +879,6 @@ msgstr "IP-Adresse"
|
|
847
879
|
msgid "Collapse All"
|
848
880
|
msgstr "Alle einklappen"
|
849
881
|
|
850
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:7
|
851
|
-
msgid "No discovered hosts found in this context."
|
852
|
-
msgstr "Keine entdeckten Hosts gefunden in diesem Kontext."
|
853
|
-
|
854
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
855
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
856
|
-
msgstr ""
|
857
|
-
|
858
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
859
|
-
msgid "Learn more about this in the documentation."
|
860
|
-
msgstr "Mehr dazu in der Dokumentation."
|
861
|
-
|
862
882
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
863
883
|
msgid "Summary report for discovered hosts from Foreman"
|
864
884
|
msgstr "Zusammenfassungsbericht für entdeckte Hosts von Foreman"
|
@@ -951,7 +971,7 @@ msgstr ""
|
|
951
971
|
msgid "Edit %s"
|
952
972
|
msgstr "%s bearbeiten"
|
953
973
|
|
954
|
-
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:
|
974
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
|
955
975
|
msgid "Discovery Rules"
|
956
976
|
msgstr "Entdeckungsregeln"
|
957
977
|
|
@@ -1007,19 +1027,19 @@ msgstr "Einer oder mehrere Hosts wurden entdeckt"
|
|
1007
1027
|
msgid "Details"
|
1008
1028
|
msgstr "Details"
|
1009
1029
|
|
1010
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1030
|
+
#: ../lib/foreman_discovery/engine.rb:180
|
1011
1031
|
msgid "Discovery Kexec template"
|
1012
1032
|
msgstr ""
|
1013
1033
|
|
1014
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1034
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
1015
1035
|
msgid "Discovery Proxy"
|
1016
1036
|
msgstr "Discovery-Proxy"
|
1017
1037
|
|
1018
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1038
|
+
#: ../lib/foreman_discovery/engine.rb:190
|
1019
1039
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1020
1040
|
msgstr ""
|
1021
1041
|
|
1022
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1042
|
+
#: ../lib/foreman_discovery/engine.rb:191
|
1023
1043
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1024
1044
|
msgstr ""
|
1025
1045
|
|
@@ -1032,9 +1052,14 @@ msgid "Import Puppet classes"
|
|
1032
1052
|
msgstr ""
|
1033
1053
|
|
1034
1054
|
#: action_names.rb:4
|
1035
|
-
msgid "
|
1055
|
+
msgid "Action with sub plans"
|
1036
1056
|
msgstr ""
|
1037
1057
|
|
1038
1058
|
#: action_names.rb:5
|
1039
|
-
msgid "
|
1059
|
+
msgid "Import facts"
|
1040
1060
|
msgstr ""
|
1061
|
+
|
1062
|
+
#~ msgid "Learn more about this in the documentation."
|
1063
|
+
#~ msgstr "Mehr dazu in der Dokumentation."
|
1064
|
+
#~ msgid "No discovered hosts found in this context."
|
1065
|
+
#~ msgstr "Keine entdeckten Hosts gefunden in diesem Kontext."
|
@@ -14,7 +14,7 @@
|
|
14
14
|
# stbenjam <stephen@redhat.com>, 2016
|
15
15
|
msgid ""
|
16
16
|
msgstr ""
|
17
|
-
"Project-Id-Version: foreman_discovery 16.
|
17
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
18
18
|
"Report-Msgid-Bugs-To: \n"
|
19
19
|
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
20
20
|
"Last-Translator: Transifex Bot <>\n"
|
@@ -331,6 +331,12 @@ msgstr[1] ""
|
|
331
331
|
msgid "Host of type %s can not be rebooted"
|
332
332
|
msgstr "Host vom Typ %s kann nicht neu gestartet werden"
|
333
333
|
|
334
|
+
msgid "Host's owner type"
|
335
|
+
msgstr ""
|
336
|
+
|
337
|
+
msgid "Host's parameters (array or indexed hash)"
|
338
|
+
msgstr ""
|
339
|
+
|
334
340
|
msgid "Hostname facts"
|
335
341
|
msgstr "Hostnamenfakten"
|
336
342
|
|
@@ -418,9 +424,6 @@ msgstr "Kexec Vorlage ist nicht dem Betriebssystem zugeordnet"
|
|
418
424
|
msgid "Last Facts Upload"
|
419
425
|
msgstr "Letzter Fakten-Upload"
|
420
426
|
|
421
|
-
msgid "Learn more about this in the documentation."
|
422
|
-
msgstr "Mehr dazu in der Dokumentation."
|
423
|
-
|
424
427
|
msgid "List all discovered hosts"
|
425
428
|
msgstr "Alle entdeckten Hosts auflisten"
|
426
429
|
|
@@ -475,6 +478,9 @@ msgstr "N/A"
|
|
475
478
|
msgid "Name"
|
476
479
|
msgstr "Name"
|
477
480
|
|
481
|
+
msgid "Name of the parameter"
|
482
|
+
msgstr ""
|
483
|
+
|
478
484
|
msgid "Network"
|
479
485
|
msgstr "Netzwerk"
|
480
486
|
|
@@ -493,9 +499,6 @@ msgstr "Keine entdeckten Hosts verfügbar"
|
|
493
499
|
msgid "No discovered hosts for the selected period"
|
494
500
|
msgstr "Keine entdeckten Hosts für den ausgewählten Zeitraum"
|
495
501
|
|
496
|
-
msgid "No discovered hosts found in this context."
|
497
|
-
msgstr "Keine entdeckten Hosts gefunden in diesem Kontext."
|
498
|
-
|
499
502
|
msgid "No discovered hosts to provision"
|
500
503
|
msgstr "Keine entdeckten Hosts zur Bereitstellung"
|
501
504
|
|
@@ -538,6 +541,9 @@ msgstr ""
|
|
538
541
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
539
542
|
msgstr ""
|
540
543
|
|
544
|
+
msgid "Parameter value"
|
545
|
+
msgstr ""
|
546
|
+
|
541
547
|
msgid "Please Confirm"
|
542
548
|
msgstr "Bitte bestätigen"
|
543
549
|
|
@@ -685,15 +691,15 @@ msgstr "Die folgenden Hosts wurden nicht gelöscht: %s"
|
|
685
691
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
686
692
|
msgstr "Dieser Vorgang kann eine Weile dauern, da alle Hosts, Fakten und Berichte ebenfalls gelöscht werden"
|
687
693
|
|
688
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
689
|
-
msgstr ""
|
690
|
-
|
691
694
|
msgid "Type"
|
692
695
|
msgstr "Typ"
|
693
696
|
|
694
697
|
msgid "Type of name generator"
|
695
698
|
msgstr "Typ des Namensgenerators"
|
696
699
|
|
700
|
+
msgid "Type of value"
|
701
|
+
msgstr ""
|
702
|
+
|
697
703
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
698
704
|
msgstr "UUID zum Tracken des Status der Orchestrierungsaufgaben, GET /api/orchestration/:UUID/tasks"
|
699
705
|
|
@@ -778,6 +784,15 @@ msgstr "Abfrage zur Übereinstimmung mit entdeckten Hosts für die angegebene Re
|
|
778
784
|
msgid "represents rule name shown to the users"
|
779
785
|
msgstr "repräsentiert den Regelnamen, der Benutzern angezeigt wird"
|
780
786
|
|
787
|
+
msgid "required if host is managed and custom partition has not been defined"
|
788
|
+
msgstr ""
|
789
|
+
|
790
|
+
msgid "required if host is managed and value is not inherited from host group"
|
791
|
+
msgstr ""
|
792
|
+
|
793
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
794
|
+
msgstr ""
|
795
|
+
|
781
796
|
msgid "required if value is not inherited from host group or default password in settings"
|
782
797
|
msgstr "erforderlich, falls kein Wert von Hostgruppe geerbt wird oder es nicht das Standardpasswort in Einstellungen ist"
|
783
798
|
|
Binary file
|
@@ -2,7 +2,7 @@
|
|
2
2
|
# This file is distributed under the same license as the foreman_discovery package.
|
3
3
|
msgid ""
|
4
4
|
msgstr ""
|
5
|
-
"Project-Id-Version: foreman_discovery 16.
|
5
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
6
6
|
"Report-Msgid-Bugs-To: foreman-dev@googlegroups.com\n"
|
7
7
|
"PO-Revision-Date: 2015-12-27 01:18+0000\n"
|
8
8
|
"Last-Translator: \n"
|
@@ -36,7 +36,7 @@ msgstr ""
|
|
36
36
|
msgid "Show a discovered host"
|
37
37
|
msgstr ""
|
38
38
|
|
39
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
39
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
|
40
40
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
41
41
|
msgstr ""
|
42
42
|
|
@@ -48,6 +48,10 @@ msgstr ""
|
|
48
48
|
msgid "Provision a discovered host"
|
49
49
|
msgstr ""
|
50
50
|
|
51
|
+
#: ../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
|
52
|
+
msgid "required if host is managed and value is not inherited from host group"
|
53
|
+
msgstr ""
|
54
|
+
|
51
55
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
52
56
|
msgid "not required if using a subnet with DHCP proxy"
|
53
57
|
msgstr ""
|
@@ -56,71 +60,99 @@ msgstr ""
|
|
56
60
|
msgid "not required if it's a virtual machine"
|
57
61
|
msgstr ""
|
58
62
|
|
59
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
63
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
|
64
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
65
|
+
msgstr ""
|
66
|
+
|
67
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
68
|
+
msgid "required if host is managed and custom partition has not been defined"
|
69
|
+
msgstr ""
|
70
|
+
|
71
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
72
|
+
msgid "Host's owner type"
|
73
|
+
msgstr ""
|
74
|
+
|
75
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
76
|
+
msgid "Host's parameters (array or indexed hash)"
|
77
|
+
msgstr ""
|
78
|
+
|
79
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
80
|
+
msgid "Name of the parameter"
|
81
|
+
msgstr ""
|
82
|
+
|
83
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
84
|
+
msgid "Parameter value"
|
85
|
+
msgstr ""
|
86
|
+
|
87
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
88
|
+
msgid "Type of value"
|
89
|
+
msgstr ""
|
90
|
+
|
91
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
60
92
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
61
93
|
msgstr ""
|
62
94
|
|
63
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
95
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
|
64
96
|
msgid "required if value is not inherited from host group or default password in settings"
|
65
97
|
msgstr ""
|
66
98
|
|
67
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
99
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
|
68
100
|
msgid "Delete a discovered host"
|
69
101
|
msgstr ""
|
70
102
|
|
71
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
103
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
|
72
104
|
msgid "Upload facts for a host, creating the host if required"
|
73
105
|
msgstr ""
|
74
106
|
|
75
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
107
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
|
76
108
|
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)"
|
77
109
|
msgstr ""
|
78
110
|
|
79
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
111
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
|
80
112
|
msgid "Execute rules against a discovered host"
|
81
113
|
msgstr ""
|
82
114
|
|
83
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
115
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
|
84
116
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
85
117
|
msgstr ""
|
86
118
|
|
87
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
119
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
88
120
|
msgid "Unable to provision %{host}: %{errors}"
|
89
121
|
msgstr ""
|
90
122
|
|
91
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
123
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
|
92
124
|
msgid "No rule found for host %s"
|
93
125
|
msgstr ""
|
94
126
|
|
95
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
127
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
|
96
128
|
msgid "Execute rules against all currently discovered hosts"
|
97
129
|
msgstr ""
|
98
130
|
|
99
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
131
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
|
100
132
|
msgid "Errors during auto provisioning: %s"
|
101
133
|
msgstr ""
|
102
134
|
|
103
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
135
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
|
104
136
|
msgid "No discovered hosts to provision"
|
105
137
|
msgstr ""
|
106
138
|
|
107
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
139
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
|
108
140
|
msgid "%s discovered hosts were provisioned"
|
109
141
|
msgstr ""
|
110
142
|
|
111
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
143
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
|
112
144
|
msgid "Refreshing the facts of a discovered host"
|
113
145
|
msgstr ""
|
114
146
|
|
115
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
147
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
|
116
148
|
msgid "Rebooting a discovered host"
|
117
149
|
msgstr ""
|
118
150
|
|
119
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
151
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
|
120
152
|
msgid "Rebooting all discovered hosts"
|
121
153
|
msgstr ""
|
122
154
|
|
123
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
155
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
|
124
156
|
msgid "Discovered hosts are rebooting now"
|
125
157
|
msgstr ""
|
126
158
|
|
@@ -364,7 +396,7 @@ msgstr ""
|
|
364
396
|
msgid "Provision"
|
365
397
|
msgstr ""
|
366
398
|
|
367
|
-
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:
|
399
|
+
#: ../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
|
368
400
|
msgid "Discovered Hosts"
|
369
401
|
msgstr ""
|
370
402
|
|
@@ -834,18 +866,6 @@ msgstr ""
|
|
834
866
|
msgid "Collapse All"
|
835
867
|
msgstr ""
|
836
868
|
|
837
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:7
|
838
|
-
msgid "No discovered hosts found in this context."
|
839
|
-
msgstr ""
|
840
|
-
|
841
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
842
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
843
|
-
msgstr ""
|
844
|
-
|
845
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
846
|
-
msgid "Learn more about this in the documentation."
|
847
|
-
msgstr ""
|
848
|
-
|
849
869
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
850
870
|
msgid "Summary report for discovered hosts from Foreman"
|
851
871
|
msgstr ""
|
@@ -938,7 +958,7 @@ msgstr ""
|
|
938
958
|
msgid "Edit %s"
|
939
959
|
msgstr ""
|
940
960
|
|
941
|
-
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:
|
961
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
|
942
962
|
msgid "Discovery Rules"
|
943
963
|
msgstr ""
|
944
964
|
|
@@ -994,19 +1014,19 @@ msgstr ""
|
|
994
1014
|
msgid "Details"
|
995
1015
|
msgstr ""
|
996
1016
|
|
997
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1017
|
+
#: ../lib/foreman_discovery/engine.rb:180
|
998
1018
|
msgid "Discovery Kexec template"
|
999
1019
|
msgstr ""
|
1000
1020
|
|
1001
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1021
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
1002
1022
|
msgid "Discovery Proxy"
|
1003
1023
|
msgstr ""
|
1004
1024
|
|
1005
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1025
|
+
#: ../lib/foreman_discovery/engine.rb:190
|
1006
1026
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1007
1027
|
msgstr ""
|
1008
1028
|
|
1009
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1029
|
+
#: ../lib/foreman_discovery/engine.rb:191
|
1010
1030
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1011
1031
|
msgstr ""
|
1012
1032
|
|
@@ -1019,9 +1039,9 @@ msgid "Import Puppet classes"
|
|
1019
1039
|
msgstr ""
|
1020
1040
|
|
1021
1041
|
#: action_names.rb:4
|
1022
|
-
msgid "
|
1042
|
+
msgid "Action with sub plans"
|
1023
1043
|
msgstr ""
|
1024
1044
|
|
1025
1045
|
#: action_names.rb:5
|
1026
|
-
msgid "
|
1046
|
+
msgid "Import facts"
|
1027
1047
|
msgstr ""
|