foreman_discovery 9.1.1 → 9.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/discovered_hosts_controller.rb +1 -0
  3. data/app/models/host/discovered.rb +4 -2
  4. data/app/models/host/managed_extensions.rb +1 -1
  5. data/db/seeds.d/90_add_permissions_from_default_roles.rb +9 -7
  6. data/extra/discover-host +80 -0
  7. data/extra/discovery/default.json +7 -0
  8. data/extra/discovery/rhel-dl380-1kdisks.json +3722 -0
  9. data/extra/discovery/rhel-r730.json +264 -0
  10. data/extra/discovery/suse-vmware.json +149 -0
  11. data/lib/foreman_discovery/version.rb +1 -1
  12. data/locale/ca/foreman_discovery.edit.po +70 -48
  13. data/locale/de/foreman_discovery.edit.po +72 -50
  14. data/locale/en/foreman_discovery.edit.po +1 -1
  15. data/locale/en_GB/foreman_discovery.edit.po +72 -50
  16. data/locale/es/foreman_discovery.edit.po +90 -68
  17. data/locale/fr/foreman_discovery.edit.po +72 -50
  18. data/locale/gl/foreman_discovery.edit.po +65 -43
  19. data/locale/it/foreman_discovery.edit.po +70 -48
  20. data/locale/ja/foreman_discovery.edit.po +79 -57
  21. data/locale/ko/foreman_discovery.edit.po +70 -48
  22. data/locale/messages.mo +0 -0
  23. data/locale/pt_BR/foreman_discovery.edit.po +70 -48
  24. data/locale/ru/foreman_discovery.edit.po +70 -48
  25. data/locale/sv_SE/foreman_discovery.edit.po +66 -44
  26. data/locale/zh_CN/foreman_discovery.edit.po +70 -48
  27. data/locale/zh_TW/foreman_discovery.edit.po +70 -48
  28. data/test/functional/discovered_hosts_controller_test.rb +7 -0
  29. data/test/unit/host_discovered_test.rb +13 -1
  30. data/test/unit/managed_extensions_test.rb +1 -1
  31. metadata +8 -10
  32. data/extra/build_iso.sh +0 -195
  33. data/extra/discover_host +0 -93
  34. data/extra/discovery_init.sh.example +0 -11
  35. data/extra/disk_facts.rb +0 -33
  36. data/extra/foreman_startup.rb +0 -60
  37. data/extra/ovirt-node-build/Vagrantfile +0 -55
  38. data/extra/ovirt-node-build/build_image.sh +0 -96
  39. data/extra/wait_for_network.sh +0 -23
@@ -12,10 +12,10 @@
12
12
  # stbenjam <stephen@redhat.com>, 2016
13
13
  msgid ""
14
14
  msgstr ""
15
- "Project-Id-Version: foreman_discovery 9.0.0\n"
15
+ "Project-Id-Version: foreman_discovery 9.1.2\n"
16
16
  "Report-Msgid-Bugs-To: \n"
17
- "POT-Creation-Date: 2017-04-07 13:02+0200\n"
18
- "PO-Revision-Date: 2017-04-08 10:07+0000\n"
17
+ "POT-Creation-Date: 2017-06-14 13:49+0200\n"
18
+ "PO-Revision-Date: 2017-08-03 17:21+0000\n"
19
19
  "Last-Translator: Lukáš Zapletal\n"
20
20
  "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
21
21
  "MIME-Version: 1.0\n"
@@ -94,55 +94,55 @@ msgid ""
94
94
  "eth0 (example in case primary interface is named eth0)"
95
95
  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) "
96
96
 
97
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
97
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:113
98
98
  msgid "Execute rules against a discovered host"
99
99
  msgstr "Regeln auf einem entdeckten Host anwenden"
100
100
 
101
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
101
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:119
102
102
  #: ../app/controllers/discovered_hosts_controller.rb:162
103
103
  msgid "Host %{host} was provisioned with rule %{rule}"
104
104
  msgstr "Host %{host} wurde bereitgestellt mit Regel %{rule}"
105
105
 
106
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:120
106
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
107
107
  msgid "Unable to provision %{host}: %{errors}"
108
108
  msgstr "%{host} kann nicht bereitgestellt werden: %{errors} "
109
109
 
110
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
110
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:128
111
111
  #: ../app/controllers/discovered_hosts_controller.rb:169
112
112
  msgid "No rule found for host %s"
113
113
  msgstr "Keine Regel gefunden für Host %s"
114
114
 
115
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:133
115
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135
116
116
  msgid "Execute rules against all currently discovered hosts"
117
117
  msgstr "Regeln auf allen kürzlich entdeckten Hosts anwenden"
118
118
 
119
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
119
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
120
120
  #: ../app/controllers/discovered_hosts_controller.rb:175
121
121
  msgid "Errors during auto provisioning: %s"
122
122
  msgstr "Fehler bei automatischer Bereitstellung: %s"
123
123
 
124
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
125
125
  #: ../app/controllers/discovered_hosts_controller.rb:178
126
126
  msgid "No discovered hosts to provision"
127
127
  msgstr "Keine entdeckten Hosts zur Bereitstellung"
128
128
 
129
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:162
129
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:164
130
130
  msgid "%s discovered hosts were provisioned"
131
131
  msgstr "%s entdeckte Hosts wurden bereitgestellt"
132
132
 
133
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:173
133
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:175
134
134
  msgid "Refreshing the facts of a discovered host"
135
135
  msgstr "Fakten eines entdeckten Hosts werden aktualisiert"
136
136
 
137
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:182
137
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:184
138
138
  msgid "Rebooting a discovered host"
139
139
  msgstr "Entdeckten Host neu starten"
140
140
 
141
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
141
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:193
142
142
  msgid "Rebooting all discovered hosts"
143
143
  msgstr "Alle entdeckten Hosts neu starten"
144
144
 
145
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
145
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:204
146
146
  #: ../app/controllers/discovered_hosts_controller.rb:120
147
147
  msgid "Discovered hosts are rebooting now"
148
148
  msgstr "Entdeckte Hosts werden jetzt neu gestartet"
@@ -209,11 +209,11 @@ msgstr "Keine Entdeckungsregel gefunden, kein Host bereitgestellt (Berechtigunge
209
209
  msgid "No hostgroup associated with rule '%s'"
210
210
  msgstr " Der Regel '%s' ist keine Hostgruppe zugewiesen"
211
211
 
212
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:66
212
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:71
213
213
  msgid "Errors during reboot: %s"
214
214
  msgstr "Fehler bei Neustart: %s"
215
215
 
216
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:84
216
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:89
217
217
  msgid "No discovered hosts to reboot"
218
218
  msgstr "Keine entdeckten Hosts zum Neustarten"
219
219
 
@@ -393,6 +393,7 @@ msgid "Provision"
393
393
  msgstr "Bereitstellen"
394
394
 
395
395
  #: ../app/helpers/discovery_rules_helper.rb:26
396
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
396
397
  #: ../lib/foreman_discovery/engine.rb:165
397
398
  msgid "Discovered Hosts"
398
399
  msgstr "Entdeckte Hosts"
@@ -476,19 +477,19 @@ msgstr "Fakten konnten nicht importiert werden"
476
477
  msgid "Unable to assign subnet, primary interface is missing IP address"
477
478
  msgstr "Subnetz kann nicht zugewiesen werden, IP-Adresse der primären Schnittstelle fehlt"
478
479
 
479
- #: ../app/models/host/discovered.rb:173
480
+ #: ../app/models/host/discovered.rb:174
480
481
  msgid "Could not get facts from proxy %{url}: %{error}"
481
482
  msgstr "Fakten konnten nicht vom Proxy %{url} abgerufen werden: %{error}"
482
483
 
483
- #: ../app/models/host/discovered.rb:189
484
+ #: ../app/models/host/discovered.rb:190
484
485
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
485
486
  msgstr "%{name} kann nicht über %{url} neu gestartet werden: %{msg}"
486
487
 
487
- #: ../app/models/host/discovered.rb:197
488
+ #: ../app/models/host/discovered.rb:198
488
489
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
489
490
  msgstr "kexec kann nicht auf %{name} über %{url} ausgeführt werden: %{msg}"
490
491
 
491
- #: ../app/models/host/discovered.rb:216
492
+ #: ../app/models/host/discovered.rb:217
492
493
  msgid "Invalid hostname: Could not normalize the hostname"
493
494
  msgstr "Ungültiger Hostname: Konnte den Hostnamen nicht normalisieren"
494
495
 
@@ -500,10 +501,18 @@ msgstr "Kernel auf %s wird neu geladen"
500
501
  msgid "Rebooting %s"
501
502
  msgstr "%s wird neu gestartet"
502
503
 
503
- #: ../app/models/host/managed_extensions.rb:45
504
+ #: ../app/models/host/managed_extensions.rb:46
504
505
  msgid "Kexec template not associated with operating system"
505
506
  msgstr "Kexec Vorlage ist nicht dem Betriebssystem zugeordnet"
506
507
 
508
+ #: ../app/models/host/managed_extensions.rb:51
509
+ msgid "Kernel kexec URL is invalid: '%s'"
510
+ msgstr ""
511
+
512
+ #: ../app/models/host/managed_extensions.rb:52
513
+ msgid "Init RAM kexec URL is invalid: '%s'"
514
+ msgstr ""
515
+
507
516
  #: ../app/models/nic/managed_extensions.rb:14
508
517
  msgid "Rebuild DNS for %s"
509
518
  msgstr "DNS für %s neu bauen"
@@ -717,17 +726,12 @@ msgid "Select initial host properties"
717
726
  msgstr "Initiale Hosteigenschaften auswählen"
718
727
 
719
728
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
720
- msgid "Quick create"
721
- msgstr "Schnell erstellen"
729
+ msgid "Quick Create"
730
+ msgstr ""
722
731
 
723
732
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
724
- msgid "Create host"
725
- msgstr "Host erstellen"
726
-
727
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
728
- #: ../lib/foreman_discovery/engine.rb:150
729
- msgid "Discovered hosts"
730
- msgstr "Entdeckte Hosts"
733
+ msgid "Create Host"
734
+ msgstr ""
731
735
 
732
736
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
733
737
  msgid "Select all items in this page"
@@ -751,16 +755,12 @@ msgid "IP Address"
751
755
  msgstr "IP-Adresse"
752
756
 
753
757
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
754
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
755
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
756
- msgid "Disk count"
757
- msgstr "Festplattenanzahl"
758
+ msgid "Disk Count"
759
+ msgstr ""
758
760
 
759
761
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
760
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
761
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
762
- msgid "Disks size"
763
- msgstr "Festplattengröße"
762
+ msgid "Disks Size"
763
+ msgstr ""
764
764
 
765
765
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
766
766
  #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
@@ -777,8 +777,8 @@ msgid "Subnet"
777
777
  msgstr "Subnetz"
778
778
 
779
779
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:23
780
- msgid "Last facts upload"
781
- msgstr "Letzter Fakten-Upload"
780
+ msgid "Last Facts Upload"
781
+ msgstr ""
782
782
 
783
783
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:60
784
784
  msgid "Please Confirm"
@@ -792,6 +792,10 @@ msgstr "Abbrechen"
792
792
  msgid "Submit"
793
793
  msgstr "Absenden"
794
794
 
795
+ #: ../app/views/discovered_hosts/edit.html.erb:1
796
+ msgid "Provision %s"
797
+ msgstr ""
798
+
795
799
  #: ../app/views/discovered_hosts/index.html.erb:2
796
800
  msgid "Reboot All"
797
801
  msgstr "Alle neu starten"
@@ -860,6 +864,16 @@ msgstr "Zusammenfassung von %{time} bis %{now}"
860
864
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
861
865
  msgstr "Vom Foreman-Server unter %{foreman_url} entdeckte Hosts"
862
866
 
867
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
868
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
869
+ msgid "Disk count"
870
+ msgstr "Festplattenanzahl"
871
+
872
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
873
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
874
+ msgid "Disks size"
875
+ msgstr "Festplattengröße"
876
+
863
877
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:31
864
878
  msgid "No discovered hosts for the selected period"
865
879
  msgstr "Keine entdeckten Hosts für den ausgewählten Zeitraum"
@@ -893,8 +907,8 @@ msgid "Hostname for provisioned hosts"
893
907
  msgstr "Hostname für bereitgestellte Hosts"
894
908
 
895
909
  #: ../app/views/discovery_rules/_form.html.erb:26
896
- msgid "Hosts limit"
897
- msgstr "Hostgrenze"
910
+ msgid "Hosts Limit"
911
+ msgstr ""
898
912
 
899
913
  #: ../app/views/discovery_rules/_form.html.erb:26
900
914
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
@@ -959,12 +973,12 @@ msgid "DiscoveryRule|Query"
959
973
  msgstr "Abfrage"
960
974
 
961
975
  #: ../app/views/discovery_rules/index.html.erb:9
962
- msgid "Host group"
963
- msgstr "Hostgruppe"
976
+ msgid "Host Group"
977
+ msgstr ""
964
978
 
965
979
  #: ../app/views/discovery_rules/index.html.erb:10
966
- msgid "Hosts/limit"
967
- msgstr "Hosts/Grenze"
980
+ msgid "Hosts/Limit"
981
+ msgstr ""
968
982
 
969
983
  #: ../app/views/discovery_rules/index.html.erb:11
970
984
  msgid "DiscoveryRule|Enabled"
@@ -990,21 +1004,29 @@ msgstr ""
990
1004
  msgid "Details"
991
1005
  msgstr ""
992
1006
 
1007
+ #: ../lib/foreman_discovery/engine.rb:150
1008
+ msgid "Discovered hosts"
1009
+ msgstr "Entdeckte Hosts"
1010
+
993
1011
  #: ../lib/foreman_discovery/engine.rb:155
994
1012
  msgid "Discovery rules"
995
1013
  msgstr "Entdeckungsregeln"
996
1014
 
997
- #: ../lib/foreman_discovery/engine.rb:178
1015
+ #: ../lib/foreman_discovery/engine.rb:171
1016
+ msgid "Discovery Kexec template"
1017
+ msgstr ""
1018
+
1019
+ #: ../lib/foreman_discovery/engine.rb:180
998
1020
  msgid "Discovery Proxy"
999
1021
  msgstr ""
1000
1022
 
1001
- #: ../lib/foreman_discovery/engine.rb:179
1023
+ #: ../lib/foreman_discovery/engine.rb:181
1002
1024
  msgid ""
1003
1025
  "Discovery Proxy to use within this subnet for managing connection to "
1004
1026
  "discovered hosts"
1005
1027
  msgstr ""
1006
1028
 
1007
- #: ../lib/foreman_discovery/engine.rb:180
1029
+ #: ../lib/foreman_discovery/engine.rb:182
1008
1030
  msgid ""
1009
1031
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1010
1032
  "discovered hosts"
@@ -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 9.0.0\n"
5
+ "Project-Id-Version: foreman_discovery 9.1.2\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"
@@ -10,10 +10,10 @@
10
10
  # Lukáš Zapletal, 2015
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: foreman_discovery 9.0.0\n"
13
+ "Project-Id-Version: foreman_discovery 9.1.2\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2017-04-07 13:02+0200\n"
16
- "PO-Revision-Date: 2017-04-08 10:07+0000\n"
15
+ "POT-Creation-Date: 2017-06-14 13:49+0200\n"
16
+ "PO-Revision-Date: 2017-08-03 17:21+0000\n"
17
17
  "Last-Translator: Lukáš Zapletal\n"
18
18
  "Language-Team: English (United Kingdom) (http://www.transifex.com/foreman/foreman/language/en_GB/)\n"
19
19
  "MIME-Version: 1.0\n"
@@ -92,55 +92,55 @@ msgid ""
92
92
  "eth0 (example in case primary interface is named eth0)"
93
93
  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)"
94
94
 
95
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
95
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:113
96
96
  msgid "Execute rules against a discovered host"
97
97
  msgstr "Execute rules against a discovered host"
98
98
 
99
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
99
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:119
100
100
  #: ../app/controllers/discovered_hosts_controller.rb:162
101
101
  msgid "Host %{host} was provisioned with rule %{rule}"
102
102
  msgstr "Host %{host} was provisioned with rule %{rule}"
103
103
 
104
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:120
104
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
105
105
  msgid "Unable to provision %{host}: %{errors}"
106
106
  msgstr "Unable to provision %{host}: %{errors}"
107
107
 
108
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
108
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:128
109
109
  #: ../app/controllers/discovered_hosts_controller.rb:169
110
110
  msgid "No rule found for host %s"
111
111
  msgstr "No rule found for host %s"
112
112
 
113
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:133
113
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135
114
114
  msgid "Execute rules against all currently discovered hosts"
115
115
  msgstr "Execute rules against all currently discovered hosts"
116
116
 
117
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
117
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
118
118
  #: ../app/controllers/discovered_hosts_controller.rb:175
119
119
  msgid "Errors during auto provisioning: %s"
120
120
  msgstr "Errors during auto provisioning: %s"
121
121
 
122
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
122
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
123
123
  #: ../app/controllers/discovered_hosts_controller.rb:178
124
124
  msgid "No discovered hosts to provision"
125
125
  msgstr "No discovered hosts to provision"
126
126
 
127
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:162
127
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:164
128
128
  msgid "%s discovered hosts were provisioned"
129
129
  msgstr "%s discovered hosts were provisioned"
130
130
 
131
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:173
131
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:175
132
132
  msgid "Refreshing the facts of a discovered host"
133
133
  msgstr "Refreshing the facts of a discovered host"
134
134
 
135
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:182
135
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:184
136
136
  msgid "Rebooting a discovered host"
137
137
  msgstr "Rebooting a discovered host"
138
138
 
139
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
139
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:193
140
140
  msgid "Rebooting all discovered hosts"
141
141
  msgstr "Rebooting all discovered hosts"
142
142
 
143
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
143
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:204
144
144
  #: ../app/controllers/discovered_hosts_controller.rb:120
145
145
  msgid "Discovered hosts are rebooting now"
146
146
  msgstr "Discovered hosts are rebooting now"
@@ -207,11 +207,11 @@ msgstr "Unable to find a discovery rule, no host provided (check permissions)"
207
207
  msgid "No hostgroup associated with rule '%s'"
208
208
  msgstr "No hostgroup associated with rule '%s'"
209
209
 
210
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:66
210
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:71
211
211
  msgid "Errors during reboot: %s"
212
212
  msgstr "Errors during reboot: %s"
213
213
 
214
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:84
214
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:89
215
215
  msgid "No discovered hosts to reboot"
216
216
  msgstr "No discovered hosts to reboot"
217
217
 
@@ -391,6 +391,7 @@ msgid "Provision"
391
391
  msgstr "Provision"
392
392
 
393
393
  #: ../app/helpers/discovery_rules_helper.rb:26
394
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
394
395
  #: ../lib/foreman_discovery/engine.rb:165
395
396
  msgid "Discovered Hosts"
396
397
  msgstr "Discovered Hosts"
@@ -474,19 +475,19 @@ msgstr "Facts could not be imported"
474
475
  msgid "Unable to assign subnet, primary interface is missing IP address"
475
476
  msgstr "Unable to assign subnet, primary interface is missing IP address"
476
477
 
477
- #: ../app/models/host/discovered.rb:173
478
+ #: ../app/models/host/discovered.rb:174
478
479
  msgid "Could not get facts from proxy %{url}: %{error}"
479
480
  msgstr "Could not get facts from proxy %{url}: %{error}"
480
481
 
481
- #: ../app/models/host/discovered.rb:189
482
+ #: ../app/models/host/discovered.rb:190
482
483
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
483
484
  msgstr "Unable to reboot %{name} via %{url}: %{msg}"
484
485
 
485
- #: ../app/models/host/discovered.rb:197
486
+ #: ../app/models/host/discovered.rb:198
486
487
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
487
488
  msgstr "Unable to perform kexec on %{name} via %{url}: %{msg}"
488
489
 
489
- #: ../app/models/host/discovered.rb:216
490
+ #: ../app/models/host/discovered.rb:217
490
491
  msgid "Invalid hostname: Could not normalize the hostname"
491
492
  msgstr "Invalid hostname: Could not normalise the hostname"
492
493
 
@@ -498,10 +499,18 @@ msgstr "Reloading kernel on %s"
498
499
  msgid "Rebooting %s"
499
500
  msgstr "Rebooting %s"
500
501
 
501
- #: ../app/models/host/managed_extensions.rb:45
502
+ #: ../app/models/host/managed_extensions.rb:46
502
503
  msgid "Kexec template not associated with operating system"
503
504
  msgstr "Kexec template not associated with operating system"
504
505
 
506
+ #: ../app/models/host/managed_extensions.rb:51
507
+ msgid "Kernel kexec URL is invalid: '%s'"
508
+ msgstr ""
509
+
510
+ #: ../app/models/host/managed_extensions.rb:52
511
+ msgid "Init RAM kexec URL is invalid: '%s'"
512
+ msgstr ""
513
+
505
514
  #: ../app/models/nic/managed_extensions.rb:14
506
515
  msgid "Rebuild DNS for %s"
507
516
  msgstr ""
@@ -715,17 +724,12 @@ msgid "Select initial host properties"
715
724
  msgstr "Select initial host properties"
716
725
 
717
726
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
718
- msgid "Quick create"
719
- msgstr "Quick create"
727
+ msgid "Quick Create"
728
+ msgstr ""
720
729
 
721
730
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
722
- msgid "Create host"
723
- msgstr "Create host"
724
-
725
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
726
- #: ../lib/foreman_discovery/engine.rb:150
727
- msgid "Discovered hosts"
728
- msgstr "Discovered hosts"
731
+ msgid "Create Host"
732
+ msgstr ""
729
733
 
730
734
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
731
735
  msgid "Select all items in this page"
@@ -749,16 +753,12 @@ msgid "IP Address"
749
753
  msgstr "IP Address"
750
754
 
751
755
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
752
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
753
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
754
- msgid "Disk count"
755
- msgstr "Disk count"
756
+ msgid "Disk Count"
757
+ msgstr ""
756
758
 
757
759
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
758
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
759
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
760
- msgid "Disks size"
761
- msgstr "Disks size"
760
+ msgid "Disks Size"
761
+ msgstr ""
762
762
 
763
763
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
764
764
  #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
@@ -775,8 +775,8 @@ msgid "Subnet"
775
775
  msgstr "Subnet"
776
776
 
777
777
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:23
778
- msgid "Last facts upload"
779
- msgstr "Last facts upload"
778
+ msgid "Last Facts Upload"
779
+ msgstr ""
780
780
 
781
781
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:60
782
782
  msgid "Please Confirm"
@@ -790,6 +790,10 @@ msgstr "Cancel"
790
790
  msgid "Submit"
791
791
  msgstr "Submit"
792
792
 
793
+ #: ../app/views/discovered_hosts/edit.html.erb:1
794
+ msgid "Provision %s"
795
+ msgstr ""
796
+
793
797
  #: ../app/views/discovered_hosts/index.html.erb:2
794
798
  msgid "Reboot All"
795
799
  msgstr "Reboot All"
@@ -858,6 +862,16 @@ msgstr "Summary from %{time} ago to %{now}"
858
862
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
859
863
  msgstr "Discovered hosts from Foreman server at %{foreman_url}"
860
864
 
865
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
866
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
867
+ msgid "Disk count"
868
+ msgstr "Disk count"
869
+
870
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
871
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
872
+ msgid "Disks size"
873
+ msgstr "Disks size"
874
+
861
875
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:31
862
876
  msgid "No discovered hosts for the selected period"
863
877
  msgstr "No discovered hosts for the selected period"
@@ -891,8 +905,8 @@ msgid "Hostname for provisioned hosts"
891
905
  msgstr "Hostname for provisioned hosts"
892
906
 
893
907
  #: ../app/views/discovery_rules/_form.html.erb:26
894
- msgid "Hosts limit"
895
- msgstr "Hosts limit"
908
+ msgid "Hosts Limit"
909
+ msgstr ""
896
910
 
897
911
  #: ../app/views/discovery_rules/_form.html.erb:26
898
912
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
@@ -957,12 +971,12 @@ msgid "DiscoveryRule|Query"
957
971
  msgstr "Query"
958
972
 
959
973
  #: ../app/views/discovery_rules/index.html.erb:9
960
- msgid "Host group"
961
- msgstr "Host group"
974
+ msgid "Host Group"
975
+ msgstr ""
962
976
 
963
977
  #: ../app/views/discovery_rules/index.html.erb:10
964
- msgid "Hosts/limit"
965
- msgstr "Hosts/limit"
978
+ msgid "Hosts/Limit"
979
+ msgstr ""
966
980
 
967
981
  #: ../app/views/discovery_rules/index.html.erb:11
968
982
  msgid "DiscoveryRule|Enabled"
@@ -988,21 +1002,29 @@ msgstr ""
988
1002
  msgid "Details"
989
1003
  msgstr ""
990
1004
 
1005
+ #: ../lib/foreman_discovery/engine.rb:150
1006
+ msgid "Discovered hosts"
1007
+ msgstr "Discovered hosts"
1008
+
991
1009
  #: ../lib/foreman_discovery/engine.rb:155
992
1010
  msgid "Discovery rules"
993
1011
  msgstr "Discovery rules"
994
1012
 
995
- #: ../lib/foreman_discovery/engine.rb:178
1013
+ #: ../lib/foreman_discovery/engine.rb:171
1014
+ msgid "Discovery Kexec template"
1015
+ msgstr ""
1016
+
1017
+ #: ../lib/foreman_discovery/engine.rb:180
996
1018
  msgid "Discovery Proxy"
997
1019
  msgstr ""
998
1020
 
999
- #: ../lib/foreman_discovery/engine.rb:179
1021
+ #: ../lib/foreman_discovery/engine.rb:181
1000
1022
  msgid ""
1001
1023
  "Discovery Proxy to use within this subnet for managing connection to "
1002
1024
  "discovered hosts"
1003
1025
  msgstr ""
1004
1026
 
1005
- #: ../lib/foreman_discovery/engine.rb:180
1027
+ #: ../lib/foreman_discovery/engine.rb:182
1006
1028
  msgid ""
1007
1029
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1008
1030
  "discovered hosts"