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
@@ -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
|
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"
|
@@ -132,6 +132,11 @@ msgstr ""
|
|
132
132
|
msgid "Disable rule '%s'?"
|
133
133
|
msgstr ""
|
134
134
|
|
135
|
+
msgid "Discovered Host"
|
136
|
+
msgid_plural "Discovered Hosts"
|
137
|
+
msgstr[0] ""
|
138
|
+
msgstr[1] ""
|
139
|
+
|
135
140
|
msgid "Discovered Hosts"
|
136
141
|
msgstr ""
|
137
142
|
|
@@ -313,6 +318,12 @@ msgstr[1] ""
|
|
313
318
|
msgid "Host of type %s can not be rebooted"
|
314
319
|
msgstr ""
|
315
320
|
|
321
|
+
msgid "Host's owner type"
|
322
|
+
msgstr ""
|
323
|
+
|
324
|
+
msgid "Host's parameters (array or indexed hash)"
|
325
|
+
msgstr ""
|
326
|
+
|
316
327
|
msgid "Hostname facts"
|
317
328
|
msgstr ""
|
318
329
|
|
@@ -400,9 +411,6 @@ msgstr ""
|
|
400
411
|
msgid "Last Facts Upload"
|
401
412
|
msgstr ""
|
402
413
|
|
403
|
-
msgid "Learn more about this in the documentation."
|
404
|
-
msgstr ""
|
405
|
-
|
406
414
|
msgid "List all discovered hosts"
|
407
415
|
msgstr ""
|
408
416
|
|
@@ -457,6 +465,9 @@ msgstr ""
|
|
457
465
|
msgid "Name"
|
458
466
|
msgstr ""
|
459
467
|
|
468
|
+
msgid "Name of the parameter"
|
469
|
+
msgstr ""
|
470
|
+
|
460
471
|
msgid "Network"
|
461
472
|
msgstr ""
|
462
473
|
|
@@ -475,9 +486,6 @@ msgstr ""
|
|
475
486
|
msgid "No discovered hosts for the selected period"
|
476
487
|
msgstr ""
|
477
488
|
|
478
|
-
msgid "No discovered hosts found in this context."
|
479
|
-
msgstr ""
|
480
|
-
|
481
489
|
msgid "No discovered hosts to provision"
|
482
490
|
msgstr ""
|
483
491
|
|
@@ -520,6 +528,9 @@ msgstr ""
|
|
520
528
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
521
529
|
msgstr ""
|
522
530
|
|
531
|
+
msgid "Parameter value"
|
532
|
+
msgstr ""
|
533
|
+
|
523
534
|
msgid "Please Confirm"
|
524
535
|
msgstr ""
|
525
536
|
|
@@ -667,15 +678,15 @@ msgstr ""
|
|
667
678
|
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
668
679
|
msgstr ""
|
669
680
|
|
670
|
-
msgid "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
671
|
-
msgstr ""
|
672
|
-
|
673
681
|
msgid "Type"
|
674
682
|
msgstr ""
|
675
683
|
|
676
684
|
msgid "Type of name generator"
|
677
685
|
msgstr ""
|
678
686
|
|
687
|
+
msgid "Type of value"
|
688
|
+
msgstr ""
|
689
|
+
|
679
690
|
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
680
691
|
msgstr ""
|
681
692
|
|
@@ -685,13 +696,16 @@ msgstr ""
|
|
685
696
|
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
686
697
|
msgstr ""
|
687
698
|
|
688
|
-
msgid "Unable to perform
|
699
|
+
msgid "Unable to perform %{action} on %{ips}"
|
689
700
|
msgstr ""
|
690
701
|
|
691
|
-
msgid "Unable to
|
702
|
+
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
703
|
+
msgstr ""
|
704
|
+
|
705
|
+
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
692
706
|
msgstr ""
|
693
707
|
|
694
|
-
msgid "Unable to
|
708
|
+
msgid "Unable to provision %{host}: %{errors}"
|
695
709
|
msgstr ""
|
696
710
|
|
697
711
|
msgid "Update a rule"
|
@@ -757,6 +771,15 @@ msgstr ""
|
|
757
771
|
msgid "represents rule name shown to the users"
|
758
772
|
msgstr ""
|
759
773
|
|
774
|
+
msgid "required if host is managed and custom partition has not been defined"
|
775
|
+
msgstr ""
|
776
|
+
|
777
|
+
msgid "required if host is managed and value is not inherited from host group"
|
778
|
+
msgstr ""
|
779
|
+
|
780
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
781
|
+
msgstr ""
|
782
|
+
|
760
783
|
msgid "required if value is not inherited from host group or default password in settings"
|
761
784
|
msgstr ""
|
762
785
|
|
Binary file
|
@@ -1,21 +1,21 @@
|
|
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
|
-
# Andi Chandler <andi@gowling.com>, 2015-
|
6
|
+
# Andi Chandler <andi@gowling.com>, 2015-2019
|
7
7
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2013-2015
|
8
8
|
# 0868a4d1af5275b3f70b0a6dac4c99a4, 2016
|
9
9
|
# Lukáš Zapletal, 2015
|
10
10
|
# Lukáš Zapletal, 2015
|
11
11
|
msgid ""
|
12
12
|
msgstr ""
|
13
|
-
"Project-Id-Version: foreman_discovery
|
13
|
+
"Project-Id-Version: foreman_discovery 16.2.0\n"
|
14
14
|
"Report-Msgid-Bugs-To: \n"
|
15
|
-
"
|
16
|
-
"
|
17
|
-
"
|
18
|
-
"
|
15
|
+
"PO-Revision-Date: 2020-05-26 17:21+0000\n"
|
16
|
+
"Last-Translator: Transifex Bot <>\n"
|
17
|
+
"Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/fore"
|
18
|
+
"man/language/en_GB/)\n"
|
19
19
|
"MIME-Version: 1.0\n"
|
20
20
|
"Content-Type: text/plain; charset=UTF-8\n"
|
21
21
|
"Content-Transfer-Encoding: 8bit\n"
|
@@ -26,23 +26,19 @@ msgstr ""
|
|
26
26
|
msgid "List all discovered hosts"
|
27
27
|
msgstr "List all discovered hosts"
|
28
28
|
|
29
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17
|
30
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
29
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:17 ../app/controllers/api/v2/discovery_rules_controller.rb:15
|
31
30
|
msgid "filter results"
|
32
31
|
msgstr "filter results"
|
33
32
|
|
34
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18
|
35
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
33
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:18 ../app/controllers/api/v2/discovery_rules_controller.rb:16
|
36
34
|
msgid "sort results"
|
37
35
|
msgstr "sort results"
|
38
36
|
|
39
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19
|
40
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
37
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:19 ../app/controllers/api/v2/discovery_rules_controller.rb:17
|
41
38
|
msgid "paginate results"
|
42
39
|
msgstr "paginate results"
|
43
40
|
|
44
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20
|
45
|
-
#: ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
41
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:20 ../app/controllers/api/v2/discovery_rules_controller.rb:18
|
46
42
|
msgid "number of entries per request"
|
47
43
|
msgstr "number of entries per request"
|
48
44
|
|
@@ -50,8 +46,7 @@ msgstr "number of entries per request"
|
|
50
46
|
msgid "Show a discovered host"
|
51
47
|
msgstr "Show a discovered host"
|
52
48
|
|
53
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37
|
54
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:79
|
49
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:37 ../app/controllers/api/v2/discovered_hosts_controller.rb:85
|
55
50
|
msgid "DHCP filename option (Grub2 or PXELinux by default)"
|
56
51
|
msgstr "DHCP filename option (Grub2 or PXELinux by default)"
|
57
52
|
|
@@ -63,6 +58,10 @@ msgstr "Create a discovered host for testing (use /facts to create new hosts)"
|
|
63
58
|
msgid "Provision a discovered host"
|
64
59
|
msgstr "Provision a discovered host"
|
65
60
|
|
61
|
+
#: ../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
|
62
|
+
msgid "required if host is managed and value is not inherited from host group"
|
63
|
+
msgstr ""
|
64
|
+
|
66
65
|
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:55
|
67
66
|
msgid "not required if using a subnet with DHCP proxy"
|
68
67
|
msgstr "not required if using a subnet with DHCP proxy"
|
@@ -71,82 +70,99 @@ msgstr "not required if using a subnet with DHCP proxy"
|
|
71
70
|
msgid "not required if it's a virtual machine"
|
72
71
|
msgstr "not required if it's a virtual machine"
|
73
72
|
|
74
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
75
|
-
msgid ""
|
76
|
-
|
73
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:62
|
74
|
+
msgid "required if not imaged based provisioning and host is managed and value is not inherited from host group"
|
75
|
+
msgstr ""
|
76
|
+
|
77
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:63
|
78
|
+
msgid "required if host is managed and custom partition has not been defined"
|
79
|
+
msgstr ""
|
80
|
+
|
81
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:69
|
82
|
+
msgid "Host's owner type"
|
83
|
+
msgstr ""
|
84
|
+
|
85
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:72
|
86
|
+
msgid "Host's parameters (array or indexed hash)"
|
87
|
+
msgstr ""
|
88
|
+
|
89
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:73
|
90
|
+
msgid "Name of the parameter"
|
91
|
+
msgstr ""
|
92
|
+
|
93
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:74
|
94
|
+
msgid "Parameter value"
|
95
|
+
msgstr ""
|
96
|
+
|
97
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:75
|
98
|
+
msgid "Type of value"
|
99
|
+
msgstr ""
|
100
|
+
|
101
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:82
|
102
|
+
msgid "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
77
103
|
msgstr "UUID to track orchestration tasks status, GET /api/orchestration/:UUID/tasks"
|
78
104
|
|
79
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
80
|
-
msgid ""
|
81
|
-
"required if value is not inherited from host group or default password in "
|
82
|
-
"settings"
|
105
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:84
|
106
|
+
msgid "required if value is not inherited from host group or default password in settings"
|
83
107
|
msgstr "required if value is not inherited from host group or default password in settings"
|
84
108
|
|
85
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
109
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:95
|
86
110
|
msgid "Delete a discovered host"
|
87
111
|
msgstr "Delete a discovered host"
|
88
112
|
|
89
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
113
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:102
|
90
114
|
msgid "Upload facts for a host, creating the host if required"
|
91
115
|
msgstr "Upload facts for a host, creating the host if required"
|
92
116
|
|
93
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
94
|
-
msgid ""
|
95
|
-
"hash containing facts for the host with minimum set of facts: "
|
96
|
-
"discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: "
|
97
|
-
"eth0 (example in case primary interface is named eth0)"
|
117
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:103
|
118
|
+
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)"
|
98
119
|
msgstr "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)"
|
99
120
|
|
100
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
121
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:129
|
101
122
|
msgid "Execute rules against a discovered host"
|
102
123
|
msgstr "Execute rules against a discovered host"
|
103
124
|
|
104
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
105
|
-
#: ../app/controllers/discovered_hosts_controller.rb:160
|
125
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:135 ../app/controllers/discovered_hosts_controller.rb:160
|
106
126
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
107
127
|
msgstr "Host %{host} was provisioned with rule %{rule}"
|
108
128
|
|
109
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
129
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:138
|
110
130
|
msgid "Unable to provision %{host}: %{errors}"
|
111
131
|
msgstr "Unable to provision %{host}: %{errors}"
|
112
132
|
|
113
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
114
|
-
#: ../app/controllers/discovered_hosts_controller.rb:167
|
133
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:144 ../app/controllers/discovered_hosts_controller.rb:167
|
115
134
|
msgid "No rule found for host %s"
|
116
135
|
msgstr "No rule found for host %s"
|
117
136
|
|
118
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
137
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:151
|
119
138
|
msgid "Execute rules against all currently discovered hosts"
|
120
139
|
msgstr "Execute rules against all currently discovered hosts"
|
121
140
|
|
122
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
123
|
-
#: ../app/controllers/discovered_hosts_controller.rb:173
|
141
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:155 ../app/controllers/discovered_hosts_controller.rb:173
|
124
142
|
msgid "Errors during auto provisioning: %s"
|
125
143
|
msgstr "Errors during auto provisioning: %s"
|
126
144
|
|
127
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
128
|
-
#: ../app/controllers/discovered_hosts_controller.rb:176
|
145
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:158 ../app/controllers/discovered_hosts_controller.rb:176
|
129
146
|
msgid "No discovered hosts to provision"
|
130
147
|
msgstr "No discovered hosts to provision"
|
131
148
|
|
132
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
149
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:180
|
133
150
|
msgid "%s discovered hosts were provisioned"
|
134
151
|
msgstr "%s discovered hosts were provisioned"
|
135
152
|
|
136
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
153
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
|
137
154
|
msgid "Refreshing the facts of a discovered host"
|
138
155
|
msgstr "Refreshing the facts of a discovered host"
|
139
156
|
|
140
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
157
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:200
|
141
158
|
msgid "Rebooting a discovered host"
|
142
159
|
msgstr "Rebooting a discovered host"
|
143
160
|
|
144
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
161
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:209
|
145
162
|
msgid "Rebooting all discovered hosts"
|
146
163
|
msgstr "Rebooting all discovered hosts"
|
147
164
|
|
148
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:
|
149
|
-
#: ../app/controllers/discovered_hosts_controller.rb:129
|
165
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:220 ../app/controllers/discovered_hosts_controller.rb:129
|
150
166
|
msgid "Discovered hosts are rebooting now"
|
151
167
|
msgstr "Discovered hosts are rebooting now"
|
152
168
|
|
@@ -171,8 +187,7 @@ msgid "the hostgroup that is used to auto provision a host"
|
|
171
187
|
msgstr "the hostgroup that is used to auto provision a host"
|
172
188
|
|
173
189
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:35
|
174
|
-
msgid ""
|
175
|
-
"defines a pattern to assign human-readable hostnames to the matching hosts"
|
190
|
+
msgid "defines a pattern to assign human-readable hostnames to the matching hosts"
|
176
191
|
msgstr "defines a pattern to assign human-readable hostnames to the matching hosts"
|
177
192
|
|
178
193
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:36
|
@@ -180,8 +195,7 @@ msgid "enables to limit maximum amount of provisioned hosts per rule"
|
|
180
195
|
msgstr "enables to limit maximum amount of provisioned hosts per rule"
|
181
196
|
|
182
197
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:37
|
183
|
-
msgid ""
|
184
|
-
"puts the rules in order, low numbers go first. Must be greater then zero"
|
198
|
+
msgid "puts the rules in order, low numbers go first. Must be greater then zero"
|
185
199
|
msgstr "puts the rules in order, low numbers go first. Must be greater then zero"
|
186
200
|
|
187
201
|
#: ../app/controllers/api/v2/discovery_rules_controller.rb:38
|
@@ -280,43 +294,43 @@ msgstr "Failed to auto provision host %s: %s"
|
|
280
294
|
msgid "Discovered hosts are provisioning now"
|
281
295
|
msgstr "Discovered hosts are provisioning now"
|
282
296
|
|
283
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
297
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
284
298
|
msgid "Highlights"
|
285
299
|
msgstr "Highlights"
|
286
300
|
|
287
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
301
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
288
302
|
msgid "Storage"
|
289
303
|
msgstr "Storage"
|
290
304
|
|
291
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
305
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
292
306
|
msgid "Hardware"
|
293
307
|
msgstr "Hardware"
|
294
308
|
|
295
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
309
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
296
310
|
msgid "Network"
|
297
311
|
msgstr "Network"
|
298
312
|
|
299
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
313
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
300
314
|
msgid "Software"
|
301
315
|
msgstr "Software"
|
302
316
|
|
303
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
317
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
304
318
|
msgid "IPMI"
|
305
319
|
msgstr "IPMI"
|
306
320
|
|
307
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
321
|
+
#: ../app/controllers/discovered_hosts_controller.rb:226
|
308
322
|
msgid "Miscellaneous"
|
309
323
|
msgstr "Miscellaneous"
|
310
324
|
|
311
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
325
|
+
#: ../app/controllers/discovered_hosts_controller.rb:304
|
312
326
|
msgid "No hosts were found with that id or name"
|
313
327
|
msgstr "No hosts were found with that id or name"
|
314
328
|
|
315
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
329
|
+
#: ../app/controllers/discovered_hosts_controller.rb:308
|
316
330
|
msgid "No hosts selected"
|
317
331
|
msgstr "No hosts selected"
|
318
332
|
|
319
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
333
|
+
#: ../app/controllers/discovered_hosts_controller.rb:314
|
320
334
|
msgid "Something went wrong while selecting hosts - %s"
|
321
335
|
msgstr "Something went wrong while selecting hosts - %s"
|
322
336
|
|
@@ -332,21 +346,15 @@ msgstr "Rule disabled"
|
|
332
346
|
msgid "%s ago"
|
333
347
|
msgstr "%s ago"
|
334
348
|
|
335
|
-
#: ../app/helpers/discovered_hosts_helper.rb:14
|
336
|
-
#: ../app/helpers/discovered_hosts_helper.rb:29
|
337
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
|
349
|
+
#: ../app/helpers/discovered_hosts_helper.rb:14 ../app/helpers/discovered_hosts_helper.rb:29 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:37
|
338
350
|
msgid "Auto Provision"
|
339
351
|
msgstr "Auto Provision"
|
340
352
|
|
341
|
-
#: ../app/helpers/discovered_hosts_helper.rb:15
|
342
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
|
353
|
+
#: ../app/helpers/discovered_hosts_helper.rb:15 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:38
|
343
354
|
msgid "Refresh facts"
|
344
355
|
msgstr "Refresh facts"
|
345
356
|
|
346
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16
|
347
|
-
#: ../app/helpers/discovered_hosts_helper.rb:30
|
348
|
-
#: ../app/models/setting/discovered.rb:22
|
349
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:39
|
357
|
+
#: ../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
|
350
358
|
msgid "Reboot"
|
351
359
|
msgstr "Reboot"
|
352
360
|
|
@@ -354,13 +362,11 @@ msgstr "Reboot"
|
|
354
362
|
msgid "Back"
|
355
363
|
msgstr "Back"
|
356
364
|
|
357
|
-
#: ../app/helpers/discovered_hosts_helper.rb:21
|
358
|
-
#: ../app/helpers/discovered_hosts_helper.rb:35
|
365
|
+
#: ../app/helpers/discovered_hosts_helper.rb:21 ../app/helpers/discovered_hosts_helper.rb:35
|
359
366
|
msgid "Select Action"
|
360
367
|
msgstr "Select Action"
|
361
368
|
|
362
|
-
#: ../app/helpers/discovered_hosts_helper.rb:23
|
363
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
369
|
+
#: ../app/helpers/discovered_hosts_helper.rb:23 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:40
|
364
370
|
msgid "Delete %s?"
|
365
371
|
msgstr "Delete %s?"
|
366
372
|
|
@@ -380,8 +386,7 @@ msgstr "Delete"
|
|
380
386
|
msgid "%s - The following hosts are about to be changed"
|
381
387
|
msgstr "%s - The following hosts are about to be changed"
|
382
388
|
|
383
|
-
#: ../app/helpers/discovered_hosts_helper.rb:46
|
384
|
-
#: ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
389
|
+
#: ../app/helpers/discovered_hosts_helper.rb:46 ../app/views/dashboard/_discovery_widget_host.html.erb:2
|
385
390
|
msgid "N/A"
|
386
391
|
msgstr "N/A"
|
387
392
|
|
@@ -401,12 +406,7 @@ msgstr "Reported in the last 7 days"
|
|
401
406
|
msgid "Provision"
|
402
407
|
msgstr "Provision"
|
403
408
|
|
404
|
-
#: ../app/helpers/discovery_rules_helper.rb:26
|
405
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1
|
406
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:1
|
407
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:6
|
408
|
-
#: ../lib/foreman_discovery/engine.rb:158
|
409
|
-
#: ../lib/foreman_discovery/engine.rb:173
|
409
|
+
#: ../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
|
410
410
|
msgid "Discovered Hosts"
|
411
411
|
msgstr "Discovered Hosts"
|
412
412
|
|
@@ -455,17 +455,14 @@ msgid "must be present."
|
|
455
455
|
msgstr "must be present."
|
456
456
|
|
457
457
|
#: ../app/models/discovery_rule.rb:52
|
458
|
-
msgid ""
|
459
|
-
"Host group
|
460
|
-
msgid_plural ""
|
461
|
-
"Host group organizations %s must also be associated to the discovery rule"
|
458
|
+
msgid "Host group organization %s must also be associated to the discovery rule"
|
459
|
+
msgid_plural "Host group organizations %s must also be associated to the discovery rule"
|
462
460
|
msgstr[0] "Host group organisation %s must also be associated to the discovery rule"
|
463
461
|
msgstr[1] "Host group organisations %s must also be associated to the discovery rule"
|
464
462
|
|
465
463
|
#: ../app/models/discovery_rule.rb:56
|
466
464
|
msgid "Host group location %s must also be associated to the discovery rule"
|
467
|
-
msgid_plural ""
|
468
|
-
"Host group locations %s must also be associated to the discovery rule"
|
465
|
+
msgid_plural "Host group locations %s must also be associated to the discovery rule"
|
469
466
|
msgstr[0] "Host group location %s must also be associated to the discovery rule"
|
470
467
|
msgstr[1] "Host group locations %s must also be associated to the discovery rule"
|
471
468
|
|
@@ -481,39 +478,39 @@ msgstr "Random name"
|
|
481
478
|
msgid "MAC-based name"
|
482
479
|
msgstr "MAC-based name"
|
483
480
|
|
484
|
-
#: ../app/models/host/discovered.rb:
|
481
|
+
#: ../app/models/host/discovered.rb:55
|
485
482
|
msgid "Invalid facts, must be a Hash"
|
486
483
|
msgstr "Invalid facts, must be a Hash"
|
487
484
|
|
488
|
-
#: ../app/models/host/discovered.rb:
|
489
|
-
msgid ""
|
490
|
-
"Expected discovery_fact '%s' is missing, unable to detect primary interface "
|
491
|
-
"and set hostname"
|
485
|
+
#: ../app/models/host/discovered.rb:60
|
486
|
+
msgid "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
492
487
|
msgstr "Expected discovery_fact '%s' is missing, unable to detect primary interface and set hostname"
|
493
488
|
|
494
|
-
#: ../app/models/host/discovered.rb:
|
495
|
-
msgid ""
|
496
|
-
"Invalid facts: hash does not contain a valid value for any of the facts in "
|
497
|
-
"the discovery_hostname setting: %s"
|
489
|
+
#: ../app/models/host/discovered.rb:73
|
490
|
+
msgid "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
498
491
|
msgstr "Invalid facts: hash does not contain a valid value for any of the facts in the discovery_hostname setting: %s"
|
499
492
|
|
500
|
-
#: ../app/models/host/discovered.rb:
|
493
|
+
#: ../app/models/host/discovered.rb:100
|
501
494
|
msgid "Facts could not be imported"
|
502
495
|
msgstr "Facts could not be imported"
|
503
496
|
|
504
|
-
#: ../app/models/host/discovered.rb:
|
497
|
+
#: ../app/models/host/discovered.rb:146
|
505
498
|
msgid "Could not get facts from proxy %{url}: %{error}"
|
506
499
|
msgstr "Could not get facts from proxy %{url}: %{error}"
|
507
500
|
|
508
|
-
#: ../app/models/host/discovered.rb:
|
509
|
-
msgid "Unable to reboot %{name}
|
510
|
-
msgstr "
|
501
|
+
#: ../app/models/host/discovered.rb:160
|
502
|
+
msgid "Unable to perform reboot on %{name} (%{url}): %{msg}"
|
503
|
+
msgstr ""
|
511
504
|
|
512
|
-
#: ../app/models/host/discovered.rb:
|
513
|
-
msgid "Unable to perform
|
514
|
-
msgstr "
|
505
|
+
#: ../app/models/host/discovered.rb:164 ../app/models/host/discovered.rb:183
|
506
|
+
msgid "Unable to perform %{action} on %{ips}"
|
507
|
+
msgstr ""
|
515
508
|
|
516
|
-
#: ../app/models/host/discovered.rb:
|
509
|
+
#: ../app/models/host/discovered.rb:179
|
510
|
+
msgid "Unable to perform kexec on %{name} (%{url}): %{msg}"
|
511
|
+
msgstr ""
|
512
|
+
|
513
|
+
#: ../app/models/host/discovered.rb:203
|
517
514
|
msgid "Invalid hostname: Could not normalize the hostname"
|
518
515
|
msgstr "Invalid hostname: Could not normalise the hostname"
|
519
516
|
|
@@ -541,191 +538,183 @@ msgstr "Init RAM kexec URL is invalid: '%s'"
|
|
541
538
|
msgid "Rebuild DNS for %s"
|
542
539
|
msgstr "Rebuild DNS for %s"
|
543
540
|
|
544
|
-
#: ../app/models/setting/discovered.rb:
|
541
|
+
#: ../app/models/setting/discovered.rb:17
|
545
542
|
msgid "The default location to place discovered hosts in"
|
546
543
|
msgstr "The default location to place discovered hosts in"
|
547
544
|
|
548
|
-
#: ../app/models/setting/discovered.rb:
|
545
|
+
#: ../app/models/setting/discovered.rb:17
|
549
546
|
msgid "Discovery location"
|
550
547
|
msgstr "Discovery location"
|
551
548
|
|
552
|
-
#: ../app/models/setting/discovered.rb:
|
549
|
+
#: ../app/models/setting/discovered.rb:18
|
553
550
|
msgid "The default organization to place discovered hosts in"
|
554
551
|
msgstr "The default organisation to place discovered hosts in"
|
555
552
|
|
556
|
-
#: ../app/models/setting/discovered.rb:
|
553
|
+
#: ../app/models/setting/discovered.rb:18
|
557
554
|
msgid "Discovery organization"
|
558
555
|
msgstr "Discovery organisation"
|
559
556
|
|
560
|
-
#: ../app/models/setting/discovered.rb:
|
557
|
+
#: ../app/models/setting/discovered.rb:19
|
561
558
|
msgid "Fact name to use for primary interface detection"
|
562
559
|
msgstr "Fact name to use for primary interface detection"
|
563
560
|
|
564
|
-
#: ../app/models/setting/discovered.rb:
|
561
|
+
#: ../app/models/setting/discovered.rb:19
|
565
562
|
msgid "Interface fact"
|
566
563
|
msgstr "Interface fact"
|
567
564
|
|
568
|
-
#: ../app/models/setting/discovered.rb:
|
569
|
-
msgid ""
|
570
|
-
"Automatic bond interface (if another interface is detected on the same VLAN "
|
571
|
-
"via LLDP)"
|
565
|
+
#: ../app/models/setting/discovered.rb:20
|
566
|
+
msgid "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
|
572
567
|
msgstr "Automatic bond interface (if another interface is detected on the same VLAN via LLDP)"
|
573
568
|
|
574
|
-
#: ../app/models/setting/discovered.rb:
|
569
|
+
#: ../app/models/setting/discovered.rb:20
|
575
570
|
msgid "Create bond interfaces"
|
576
571
|
msgstr "Create bond interfaces"
|
577
572
|
|
578
|
-
#: ../app/models/setting/discovered.rb:
|
573
|
+
#: ../app/models/setting/discovered.rb:21
|
579
574
|
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
580
575
|
msgstr "Clean all reported facts during provisioning (except discovery facts)"
|
581
576
|
|
582
|
-
#: ../app/models/setting/discovered.rb:
|
577
|
+
#: ../app/models/setting/discovered.rb:21
|
583
578
|
msgid "Clean all facts"
|
584
579
|
msgstr "Clean all facts"
|
585
580
|
|
586
|
-
#: ../app/models/setting/discovered.rb:
|
581
|
+
#: ../app/models/setting/discovered.rb:22
|
587
582
|
msgid "List of facts to use for the hostname (separated by comma, first wins)"
|
588
583
|
msgstr "List of facts to use for the hostname (separated by comma, first wins)"
|
589
584
|
|
590
|
-
#: ../app/models/setting/discovered.rb:
|
585
|
+
#: ../app/models/setting/discovered.rb:22
|
591
586
|
msgid "Hostname facts"
|
592
587
|
msgstr "Hostname facts"
|
593
588
|
|
594
|
-
#: ../app/models/setting/discovered.rb:
|
595
|
-
msgid ""
|
596
|
-
"Automatically provision newly discovered hosts, according to the "
|
597
|
-
"provisioning rules"
|
589
|
+
#: ../app/models/setting/discovered.rb:23
|
590
|
+
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
598
591
|
msgstr "Automatically provision newly discovered hosts, according to the provisioning rules"
|
599
592
|
|
600
|
-
#: ../app/models/setting/discovered.rb:
|
593
|
+
#: ../app/models/setting/discovered.rb:23
|
601
594
|
msgid "Auto provisioning"
|
602
595
|
msgstr "Auto provisioning"
|
603
596
|
|
604
|
-
#: ../app/models/setting/discovered.rb:
|
597
|
+
#: ../app/models/setting/discovered.rb:24
|
605
598
|
msgid "Automatically reboot or kexec discovered host during provisioning"
|
606
599
|
msgstr "Automatically reboot or kexec discovered host during provisioning"
|
607
600
|
|
608
|
-
#: ../app/models/setting/discovered.rb:
|
601
|
+
#: ../app/models/setting/discovered.rb:25
|
609
602
|
msgid "The default prefix to use for the host name, must start with a letter"
|
610
603
|
msgstr "The default prefix to use for the host name, must start with a letter"
|
611
604
|
|
612
|
-
#: ../app/models/setting/discovered.rb:
|
605
|
+
#: ../app/models/setting/discovered.rb:25
|
613
606
|
msgid "Hostname prefix"
|
614
607
|
msgstr "Hostname prefix"
|
615
608
|
|
616
|
-
#: ../app/models/setting/discovered.rb:
|
609
|
+
#: ../app/models/setting/discovered.rb:26
|
617
610
|
msgid "Extra facter columns to show in host lists (separate by comma)"
|
618
611
|
msgstr "Extra facter columns to show in host lists (separate by comma)"
|
619
612
|
|
620
|
-
#: ../app/models/setting/discovered.rb:
|
613
|
+
#: ../app/models/setting/discovered.rb:26
|
621
614
|
msgid "Fact columns"
|
622
615
|
msgstr "Fact columns"
|
623
616
|
|
624
|
-
#: ../app/models/setting/discovered.rb:
|
617
|
+
#: ../app/models/setting/discovered.rb:27
|
625
618
|
msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
|
626
619
|
msgstr "Regex to organise facts for highlights section - e.g. ^(abc|cde)$"
|
627
620
|
|
628
|
-
#: ../app/models/setting/discovered.rb:
|
621
|
+
#: ../app/models/setting/discovered.rb:27
|
629
622
|
msgid "Highlighted facts"
|
630
623
|
msgstr "Highlighted facts"
|
631
624
|
|
632
|
-
#: ../app/models/setting/discovered.rb:
|
625
|
+
#: ../app/models/setting/discovered.rb:28
|
633
626
|
msgid "Regex to organize facts for storage section"
|
634
627
|
msgstr "Regex to organise facts for storage section"
|
635
628
|
|
636
|
-
#: ../app/models/setting/discovered.rb:
|
629
|
+
#: ../app/models/setting/discovered.rb:28
|
637
630
|
msgid "Storage facts"
|
638
631
|
msgstr "Storage facts"
|
639
632
|
|
640
|
-
#: ../app/models/setting/discovered.rb:
|
633
|
+
#: ../app/models/setting/discovered.rb:29
|
641
634
|
msgid "Regex to organize facts for software section"
|
642
635
|
msgstr "Regex to organise facts for software section"
|
643
636
|
|
644
|
-
#: ../app/models/setting/discovered.rb:
|
637
|
+
#: ../app/models/setting/discovered.rb:29
|
645
638
|
msgid "Software facts"
|
646
639
|
msgstr "Software facts"
|
647
640
|
|
648
|
-
#: ../app/models/setting/discovered.rb:
|
641
|
+
#: ../app/models/setting/discovered.rb:30
|
649
642
|
msgid "Regex to organize facts for hardware section"
|
650
643
|
msgstr "Regex to organise facts for hardware section"
|
651
644
|
|
652
|
-
#: ../app/models/setting/discovered.rb:
|
645
|
+
#: ../app/models/setting/discovered.rb:30
|
653
646
|
msgid "Hardware facts"
|
654
647
|
msgstr "Hardware facts"
|
655
648
|
|
656
|
-
#: ../app/models/setting/discovered.rb:
|
649
|
+
#: ../app/models/setting/discovered.rb:31
|
657
650
|
msgid "Regex to organize facts for network section"
|
658
651
|
msgstr "Regex to organise facts for network section"
|
659
652
|
|
660
|
-
#: ../app/models/setting/discovered.rb:
|
653
|
+
#: ../app/models/setting/discovered.rb:31
|
661
654
|
msgid "Network facts"
|
662
655
|
msgstr "Network facts"
|
663
656
|
|
664
|
-
#: ../app/models/setting/discovered.rb:
|
657
|
+
#: ../app/models/setting/discovered.rb:32
|
665
658
|
msgid "Regex to organize facts for ipmi section"
|
666
659
|
msgstr "Regex to organise facts for IPMI section"
|
667
660
|
|
668
|
-
#: ../app/models/setting/discovered.rb:
|
661
|
+
#: ../app/models/setting/discovered.rb:32
|
669
662
|
msgid "IPMI facts"
|
670
663
|
msgstr "IPMI facts"
|
671
664
|
|
672
|
-
#: ../app/models/setting/discovered.rb:
|
673
|
-
msgid ""
|
674
|
-
"Automatically generate PXE configuration to pin a newly discovered host to "
|
675
|
-
"discovery"
|
665
|
+
#: ../app/models/setting/discovered.rb:33
|
666
|
+
msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
676
667
|
msgstr "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
677
668
|
|
678
|
-
#: ../app/models/setting/discovered.rb:
|
669
|
+
#: ../app/models/setting/discovered.rb:33
|
679
670
|
msgid "Lock PXE"
|
680
671
|
msgstr "Lock PXE"
|
681
672
|
|
682
|
-
#: ../app/models/setting/discovered.rb:
|
673
|
+
#: ../app/models/setting/discovered.rb:34
|
683
674
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
684
675
|
msgstr "PXELinux template to be used when pinning a host to discovery"
|
685
676
|
|
686
|
-
#: ../app/models/setting/discovered.rb:
|
677
|
+
#: ../app/models/setting/discovered.rb:34
|
687
678
|
msgid "Locked PXELinux template name"
|
688
679
|
msgstr "Locked PXELinux template name"
|
689
680
|
|
690
|
-
#: ../app/models/setting/discovered.rb:
|
681
|
+
#: ../app/models/setting/discovered.rb:35
|
691
682
|
msgid "PXEGrub template to be used when pinning a host to discovery"
|
692
683
|
msgstr "PXEGrub template to be used when pinning a host to discovery"
|
693
684
|
|
694
|
-
#: ../app/models/setting/discovered.rb:
|
685
|
+
#: ../app/models/setting/discovered.rb:35
|
695
686
|
msgid "Locked PXEGrub template name"
|
696
687
|
msgstr "Locked PXEGrub template name"
|
697
688
|
|
698
|
-
#: ../app/models/setting/discovered.rb:
|
689
|
+
#: ../app/models/setting/discovered.rb:36
|
699
690
|
msgid "PXEGrub2 template to be used when pinning a host to discovery"
|
700
691
|
msgstr "PXEGrub2 template to be used when pinning a host to discovery"
|
701
692
|
|
702
|
-
#: ../app/models/setting/discovered.rb:
|
693
|
+
#: ../app/models/setting/discovered.rb:36
|
703
694
|
msgid "Locked PXEGrub2 template name"
|
704
695
|
msgstr "Locked PXEGrub2 template name"
|
705
696
|
|
706
|
-
#: ../app/models/setting/discovered.rb:
|
697
|
+
#: ../app/models/setting/discovered.rb:37
|
707
698
|
msgid "Force DNS entries creation when provisioning discovered host"
|
708
699
|
msgstr "Force DNS entries creation when provisioning discovered host"
|
709
700
|
|
710
|
-
#: ../app/models/setting/discovered.rb:
|
701
|
+
#: ../app/models/setting/discovered.rb:37
|
711
702
|
msgid "Force DNS"
|
712
703
|
msgstr "Force DNS"
|
713
704
|
|
714
|
-
#: ../app/models/setting/discovered.rb:
|
715
|
-
msgid ""
|
716
|
-
"Do not allow to discover existing managed host matching MAC of a "
|
717
|
-
"provisioning NIC (errors out early)"
|
705
|
+
#: ../app/models/setting/discovered.rb:38
|
706
|
+
msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
718
707
|
msgstr "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
719
708
|
|
720
|
-
#: ../app/models/setting/discovered.rb:
|
709
|
+
#: ../app/models/setting/discovered.rb:38
|
721
710
|
msgid "Error on existing NIC"
|
722
711
|
msgstr "Error on existing NIC"
|
723
712
|
|
724
|
-
#: ../app/models/setting/discovered.rb:
|
713
|
+
#: ../app/models/setting/discovered.rb:39
|
725
714
|
msgid "Discovery hostname naming pattern"
|
726
715
|
msgstr "Discovery hostname naming pattern"
|
727
716
|
|
728
|
-
#: ../app/models/setting/discovered.rb:
|
717
|
+
#: ../app/models/setting/discovered.rb:39
|
729
718
|
msgid "Type of name generator"
|
730
719
|
msgstr "Type of name generator"
|
731
720
|
|
@@ -738,23 +727,27 @@ msgid "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
|
738
727
|
msgstr "Discovered host '%{host}' has all NICs filtered out, filter: %{filter}"
|
739
728
|
|
740
729
|
#: ../app/services/foreman_discovery/fact_parser.rb:12
|
741
|
-
msgid ""
|
742
|
-
"Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: "
|
743
|
-
"%{filter}"
|
730
|
+
msgid "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
744
731
|
msgstr "Unable to find primary NIC with %{mac} specified via '%{fact}', NIC filter: %{filter}"
|
745
732
|
|
746
|
-
#: ../app/services/foreman_discovery/host_converter.rb:
|
733
|
+
#: ../app/services/foreman_discovery/host_converter.rb:47
|
747
734
|
msgid "IPAM must be configured for subnet '%s'"
|
748
|
-
msgstr ""
|
735
|
+
msgstr "IPAM must be configured for subnet '%s'"
|
749
736
|
|
750
|
-
#: ../app/services/foreman_discovery/node_api/node_resource.rb:
|
737
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:76
|
751
738
|
msgid "Image API returned HTTP/%{code} with '%{body}"
|
752
739
|
msgstr "Image API returned HTTP/%{code} with '%{body}"
|
753
740
|
|
754
|
-
#: ../app/services/foreman_discovery/node_api/node_resource.rb:
|
741
|
+
#: ../app/services/foreman_discovery/node_api/node_resource.rb:79
|
755
742
|
msgid "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
756
743
|
msgstr "Image API processing error: %{msg} (HTTP/%{code}, body: %{body})"
|
757
744
|
|
745
|
+
#: ../app/views/dashboard/_discovery_widget.html.erb:5
|
746
|
+
msgid "Discovered Host"
|
747
|
+
msgid_plural "Discovered Hosts"
|
748
|
+
msgstr[0] ""
|
749
|
+
msgstr[1] ""
|
750
|
+
|
758
751
|
#: ../app/views/dashboard/_discovery_widget.html.erb:9
|
759
752
|
msgid "No discovered hosts available"
|
760
753
|
msgstr "No discovered hosts available"
|
@@ -763,33 +756,23 @@ msgstr "No discovered hosts available"
|
|
763
756
|
msgid "Host"
|
764
757
|
msgstr "Host"
|
765
758
|
|
766
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:4
|
767
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:6
|
768
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:8
|
769
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:18
|
770
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:10
|
759
|
+
#: ../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
|
771
760
|
msgid "Model"
|
772
761
|
msgstr "Model"
|
773
762
|
|
774
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:5
|
775
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:8
|
776
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:20
|
777
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:12
|
763
|
+
#: ../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
|
778
764
|
msgid "CPUs"
|
779
765
|
msgstr "CPUs"
|
780
766
|
|
781
|
-
#: ../app/views/dashboard/_discovery_widget_host_list.html.erb:6
|
782
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:9
|
783
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:21
|
784
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:13
|
767
|
+
#: ../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
|
785
768
|
msgid "Memory"
|
786
769
|
msgstr "Memory"
|
787
770
|
|
788
|
-
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:
|
771
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:23
|
789
772
|
msgid "Customize Host"
|
790
773
|
msgstr "Customise Host"
|
791
774
|
|
792
|
-
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:
|
775
|
+
#: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
|
793
776
|
msgid "Create Host"
|
794
777
|
msgstr "Create Host"
|
795
778
|
|
@@ -801,16 +784,11 @@ msgstr "Select all items in this page"
|
|
801
784
|
msgid "items selected. Uncheck to Clear"
|
802
785
|
msgstr "items selected. Uncheck to Clear"
|
803
786
|
|
804
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
|
805
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:7
|
806
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:17
|
807
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:9
|
787
|
+
#: ../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
|
808
788
|
msgid "Name"
|
809
789
|
msgstr "Name"
|
810
790
|
|
811
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:7
|
812
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:19
|
813
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:11
|
791
|
+
#: ../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
|
814
792
|
msgid "IP Address"
|
815
793
|
msgstr "IP Address"
|
816
794
|
|
@@ -822,13 +800,11 @@ msgstr "Disk Count"
|
|
822
800
|
msgid "Disks Size"
|
823
801
|
msgstr "Disks Size"
|
824
802
|
|
825
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15
|
826
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
803
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:15 ../app/views/discovered_hosts/_selected_hosts.html.erb:9
|
827
804
|
msgid "Location"
|
828
805
|
msgstr "Location"
|
829
806
|
|
830
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16
|
831
|
-
#: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
807
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:16 ../app/views/discovered_hosts/_selected_hosts.html.erb:10
|
832
808
|
msgid "Organization"
|
833
809
|
msgstr "Organisation"
|
834
810
|
|
@@ -840,8 +816,7 @@ msgstr "Subnet"
|
|
840
816
|
msgid "Last Facts Upload"
|
841
817
|
msgstr "Last Facts Upload"
|
842
818
|
|
843
|
-
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19
|
844
|
-
#: ../app/views/discovery_rules/index.html.erb:12
|
819
|
+
#: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:19 ../app/views/discovery_rules/index.html.erb:12
|
845
820
|
msgid "Actions"
|
846
821
|
msgstr "Actions"
|
847
822
|
|
@@ -862,9 +837,7 @@ msgid "Provision %s"
|
|
862
837
|
msgstr "Provision %s"
|
863
838
|
|
864
839
|
#: ../app/views/discovered_hosts/multiple_destroy.html.erb:3
|
865
|
-
msgid ""
|
866
|
-
"This might take a while, as all hosts, facts and reports will be destroyed "
|
867
|
-
"as well"
|
840
|
+
msgid "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
868
841
|
msgstr "This might take a while, as all hosts, facts and reports will be destroyed as well"
|
869
842
|
|
870
843
|
#: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
|
@@ -903,20 +876,6 @@ msgstr "IP address"
|
|
903
876
|
msgid "Collapse All"
|
904
877
|
msgstr "Collapse All"
|
905
878
|
|
906
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:7
|
907
|
-
msgid "No discovered hosts found in this context."
|
908
|
-
msgstr "No discovered hosts found in this context."
|
909
|
-
|
910
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:8
|
911
|
-
msgid ""
|
912
|
-
"This page shows discovered bare-metal or virtual nodes waiting to be "
|
913
|
-
"provisioned."
|
914
|
-
msgstr "This page shows discovered bare-metal or virtual nodes waiting to be provisioned."
|
915
|
-
|
916
|
-
#: ../app/views/discovered_hosts/welcome.html.erb:9
|
917
|
-
msgid "Learn more about this in the documentation."
|
918
|
-
msgstr "Learn more about this in the documentation."
|
919
|
-
|
920
879
|
#: ../app/views/discovered_mailer/discovered_summary.html.erb:6
|
921
880
|
msgid "Summary report for discovered hosts from Foreman"
|
922
881
|
msgstr "Summary report for discovered hosts from Foreman"
|
@@ -925,23 +884,19 @@ msgstr "Summary report for discovered hosts from Foreman"
|
|
925
884
|
msgid "<b>Foreman</b> Discovered hosts summary"
|
926
885
|
msgstr "<b>Foreman</b> Discovered hosts summary"
|
927
886
|
|
928
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10
|
929
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
887
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:10 ../app/views/discovered_mailer/discovered_summary.text.erb:5
|
930
888
|
msgid "Summary from %{time} ago to %{now}"
|
931
889
|
msgstr "Summary from %{time} ago to %{now}"
|
932
890
|
|
933
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11
|
934
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
891
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:11 ../app/views/discovered_mailer/discovered_summary.text.erb:3
|
935
892
|
msgid "Discovered hosts from Foreman server at %{foreman_url}"
|
936
893
|
msgstr "Discovered hosts from Foreman server at %{foreman_url}"
|
937
894
|
|
938
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22
|
939
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
895
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:22 ../app/views/discovered_mailer/discovered_summary.text.erb:14
|
940
896
|
msgid "Disk count"
|
941
897
|
msgstr "Disk count"
|
942
898
|
|
943
|
-
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23
|
944
|
-
#: ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
899
|
+
#: ../app/views/discovered_mailer/discovered_summary.html.erb:23 ../app/views/discovered_mailer/discovered_summary.text.erb:15
|
945
900
|
msgid "Disks size"
|
946
901
|
msgstr "Disks size"
|
947
902
|
|
@@ -990,41 +945,30 @@ msgid "Rule priority (lower integer means higher priority)"
|
|
990
945
|
msgstr "Rule priority (lower integer means higher priority)"
|
991
946
|
|
992
947
|
#: ../app/views/discovery_rules/_template_inline.erb:2
|
993
|
-
msgid ""
|
994
|
-
"Specify target hostname template pattern in the same syntax as in "
|
995
|
-
"Provisioning Templates (ERB)."
|
948
|
+
msgid "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
996
949
|
msgstr "Specify target hostname template pattern in the same syntax as in Provisioning Templates (ERB)."
|
997
950
|
|
998
951
|
#: ../app/views/discovery_rules/_template_inline.erb:4
|
999
|
-
msgid ""
|
1000
|
-
"Domain will be appended automatically. A hostname based on MAC address will "
|
1001
|
-
"be used when left blank."
|
952
|
+
msgid "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
|
1002
953
|
msgstr "Domain will be appended automatically. A hostname based on MAC address will be used when left blank."
|
1003
954
|
|
1004
955
|
#: ../app/views/discovery_rules/_template_inline.erb:5
|
1005
|
-
msgid ""
|
1006
|
-
"In addition to @host attribute function rand for random integers is "
|
1007
|
-
"available. Examples:"
|
956
|
+
msgid "In addition to @host attribute function rand for random integers is available. Examples:"
|
1008
957
|
msgstr "In addition to @host attribute function rand for random integers is available. Examples:"
|
1009
958
|
|
1010
959
|
#: ../app/views/discovery_rules/_template_inline.erb:8
|
1011
|
-
msgid ""
|
1012
|
-
"When creating hostname patterns, make sure the resulting host names are "
|
1013
|
-
"unique."
|
960
|
+
msgid "When creating hostname patterns, make sure the resulting host names are unique."
|
1014
961
|
msgstr "When creating hostname patterns, make sure the resulting host names are unique."
|
1015
962
|
|
1016
963
|
#: ../app/views/discovery_rules/_template_inline.erb:9
|
1017
|
-
msgid ""
|
1018
|
-
"Hostnames must not start with numbers. A good approach is to use unique "
|
1019
|
-
"information provided by facter (MAC address, BIOS or serial ID)."
|
964
|
+
msgid "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
1020
965
|
msgstr "Hostnames must not start with numbers. A good approach is to use unique information provided by facter (MAC address, BIOS or serial ID)."
|
1021
966
|
|
1022
967
|
#: ../app/views/discovery_rules/edit.html.erb:1
|
1023
968
|
msgid "Edit %s"
|
1024
969
|
msgstr "Edit %s"
|
1025
970
|
|
1026
|
-
#: ../app/views/discovery_rules/index.html.erb:1
|
1027
|
-
#: ../lib/foreman_discovery/engine.rb:163
|
971
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:164
|
1028
972
|
msgid "Discovery Rules"
|
1029
973
|
msgstr "Discovery Rules"
|
1030
974
|
|
@@ -1080,32 +1024,28 @@ msgstr "One or more hosts have been discovered"
|
|
1080
1024
|
msgid "Details"
|
1081
1025
|
msgstr "Details"
|
1082
1026
|
|
1083
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1027
|
+
#: ../lib/foreman_discovery/engine.rb:180
|
1084
1028
|
msgid "Discovery Kexec template"
|
1085
1029
|
msgstr "Discovery Kexec template"
|
1086
1030
|
|
1087
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1031
|
+
#: ../lib/foreman_discovery/engine.rb:189
|
1088
1032
|
msgid "Discovery Proxy"
|
1089
1033
|
msgstr "Discovery Proxy"
|
1090
1034
|
|
1091
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1092
|
-
msgid ""
|
1093
|
-
"Discovery Proxy to use within this subnet for managing connection to "
|
1094
|
-
"discovered hosts"
|
1035
|
+
#: ../lib/foreman_discovery/engine.rb:190
|
1036
|
+
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1095
1037
|
msgstr "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1096
1038
|
|
1097
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1098
|
-
msgid ""
|
1099
|
-
"ID of Discovery Proxy to use within this subnet for managing connection to "
|
1100
|
-
"discovered hosts"
|
1039
|
+
#: ../lib/foreman_discovery/engine.rb:191
|
1040
|
+
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1101
1041
|
msgstr "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1102
1042
|
|
1103
1043
|
#: action_names.rb:2
|
1104
|
-
msgid "
|
1044
|
+
msgid "Remote action:"
|
1105
1045
|
msgstr ""
|
1106
1046
|
|
1107
1047
|
#: action_names.rb:3
|
1108
|
-
msgid "Import
|
1048
|
+
msgid "Import Puppet classes"
|
1109
1049
|
msgstr ""
|
1110
1050
|
|
1111
1051
|
#: action_names.rb:4
|
@@ -1113,5 +1053,16 @@ msgid "Action with sub plans"
|
|
1113
1053
|
msgstr ""
|
1114
1054
|
|
1115
1055
|
#: action_names.rb:5
|
1116
|
-
msgid "
|
1056
|
+
msgid "Import facts"
|
1117
1057
|
msgstr ""
|
1058
|
+
|
1059
|
+
#~ msgid "Learn more about this in the documentation."
|
1060
|
+
#~ msgstr "Learn more about this in the documentation."
|
1061
|
+
#~ msgid "No discovered hosts found in this context."
|
1062
|
+
#~ msgstr "No discovered hosts found in this context."
|
1063
|
+
#~ msgid ""
|
1064
|
+
#~ "This page shows discovered bare-metal or virtual nodes waiting to be provision"
|
1065
|
+
#~ "ed."
|
1066
|
+
#~ msgstr ""
|
1067
|
+
#~ "This page shows discovered bare-metal or virtual nodes waiting to be provision"
|
1068
|
+
#~ "ed."
|