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
@@ -9,11 +9,11 @@
9
9
  # Sergio Ocón <sergio.ocon@redhat.com>, 2014
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: foreman_discovery 9.0.0\n"
12
+ "Project-Id-Version: foreman_discovery 9.1.2\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2017-04-07 13:02+0200\n"
15
- "PO-Revision-Date: 2017-05-27 13:12+0000\n"
16
- "Last-Translator: Lukáš Zapletal\n"
14
+ "POT-Creation-Date: 2017-06-14 13:49+0200\n"
15
+ "PO-Revision-Date: 2017-08-29 17:00+0000\n"
16
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
17
17
  "Language-Team: Spanish (http://www.transifex.com/foreman/foreman/language/es/)\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -91,55 +91,55 @@ msgid ""
91
91
  "eth0 (example in case primary interface is named eth0)"
92
92
  msgstr "hash con eventos para el host con conjunto mínimo de eventos: discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (ejemplo, en el caso de la interfaz principal, se llama eth0)"
93
93
 
94
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
94
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:113
95
95
  msgid "Execute rules against a discovered host"
96
96
  msgstr "Ejecutar reglas enun host descubierto"
97
97
 
98
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
98
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:119
99
99
  #: ../app/controllers/discovered_hosts_controller.rb:162
100
100
  msgid "Host %{host} was provisioned with rule %{rule}"
101
101
  msgstr "Se aprovisionó host %{host} con regla %{rule}"
102
102
 
103
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:120
103
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
104
104
  msgid "Unable to provision %{host}: %{errors}"
105
105
  msgstr "No se puede aprovisionar %{host}: %{errors}."
106
106
 
107
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
107
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:128
108
108
  #: ../app/controllers/discovered_hosts_controller.rb:169
109
109
  msgid "No rule found for host %s"
110
110
  msgstr "No se encontró regla para host %s"
111
111
 
112
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:133
112
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135
113
113
  msgid "Execute rules against all currently discovered hosts"
114
114
  msgstr "Ejecutar todas las reglas en todos los hosts descubiertos actualmente"
115
115
 
116
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
116
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
117
117
  #: ../app/controllers/discovered_hosts_controller.rb:175
118
118
  msgid "Errors during auto provisioning: %s"
119
119
  msgstr "Errores durante el autoaprovisionamiento: %s"
120
120
 
121
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
121
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
122
122
  #: ../app/controllers/discovered_hosts_controller.rb:178
123
123
  msgid "No discovered hosts to provision"
124
124
  msgstr "No hay hosts descubiertos para aprovisionar"
125
125
 
126
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:162
126
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:164
127
127
  msgid "%s discovered hosts were provisioned"
128
128
  msgstr "%s hosts descubiertos para aprovisionar"
129
129
 
130
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:173
130
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:175
131
131
  msgid "Refreshing the facts of a discovered host"
132
132
  msgstr "Actualizar eventos de un host descubierto"
133
133
 
134
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:182
134
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:184
135
135
  msgid "Rebooting a discovered host"
136
136
  msgstr "Reinicio de un host descubierto"
137
137
 
138
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
138
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:193
139
139
  msgid "Rebooting all discovered hosts"
140
140
  msgstr "Reinicio de todos los hosts descubiertos"
141
141
 
142
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
142
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:204
143
143
  #: ../app/controllers/discovered_hosts_controller.rb:120
144
144
  msgid "Discovered hosts are rebooting now"
145
145
  msgstr "Los hosts descubiertos están reiniciando"
@@ -206,11 +206,11 @@ msgstr "No se puede encontrar una regla de descubrimiento, no se proporcionó ni
206
206
  msgid "No hostgroup associated with rule '%s'"
207
207
  msgstr "No hay ningún grupo de hosts asociado a la regla '%s'."
208
208
 
209
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:66
209
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:71
210
210
  msgid "Errors during reboot: %s"
211
211
  msgstr "Hubo errores durante el reinicio: %s"
212
212
 
213
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:84
213
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:89
214
214
  msgid "No discovered hosts to reboot"
215
215
  msgstr "No hay hosts descubiertos para reiniciar"
216
216
 
@@ -220,11 +220,11 @@ msgstr ""
220
220
 
221
221
  #: ../app/controllers/discovered_hosts_controller.rb:88
222
222
  msgid "Facts refreshed for %s"
223
- msgstr "Eventos actualizados para %s"
223
+ msgstr "Datos actualizados para %s"
224
224
 
225
225
  #: ../app/controllers/discovered_hosts_controller.rb:90
226
226
  msgid "Failed to refresh facts for %s"
227
- msgstr "No se pudieron actualizar datos para %s"
227
+ msgstr "Fallo al refrescar datos para %s"
228
228
 
229
229
  #: ../app/controllers/discovered_hosts_controller.rb:93
230
230
  msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
@@ -252,11 +252,11 @@ msgstr "No se pudieron reiniciar los hosts con error %s."
252
252
 
253
253
  #: ../app/controllers/discovered_hosts_controller.rb:137
254
254
  msgid "Destroyed selected hosts"
255
- msgstr "Se eliminó los hosts seleccionados "
255
+ msgstr "Eliminados equipos seleccionados"
256
256
 
257
257
  #: ../app/controllers/discovered_hosts_controller.rb:139
258
258
  msgid "The following hosts were not deleted: %s"
259
- msgstr "Los siguientes hosts no han sido eliminados: %s"
259
+ msgstr "Los siguientes equipos no han sido eliminados: %s"
260
260
 
261
261
  #: ../app/controllers/discovered_hosts_controller.rb:166
262
262
  msgid "Failed to auto provision host %s: %s"
@@ -296,15 +296,15 @@ msgstr ""
296
296
 
297
297
  #: ../app/controllers/discovered_hosts_controller.rb:300
298
298
  msgid "No hosts were found with that id or name"
299
- msgstr "No se han encontrado hosts con ese ID o nombre"
299
+ msgstr "No se han encontrado equipos con ese id o nombre"
300
300
 
301
301
  #: ../app/controllers/discovered_hosts_controller.rb:304
302
302
  msgid "No hosts selected"
303
- msgstr "Ningún host seleccionado"
303
+ msgstr "Ningún equipo seleccionado"
304
304
 
305
305
  #: ../app/controllers/discovered_hosts_controller.rb:310
306
306
  msgid "Something went wrong while selecting hosts - %s"
307
- msgstr "Algo ha fallado al seleccionar hosts - %s"
307
+ msgstr "Algo ha fallado al seleccionar equipos - %s"
308
308
 
309
309
  #: ../app/controllers/discovery_rules_controller.rb:68
310
310
  msgid "Rule enabled"
@@ -326,7 +326,7 @@ msgstr "Autoaprovisionamiento"
326
326
  #: ../app/helpers/discovered_hosts_helper.rb:15
327
327
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:47
328
328
  msgid "Refresh facts"
329
- msgstr "Actualizar datos"
329
+ msgstr "Refrescar datos"
330
330
 
331
331
  #: ../app/helpers/discovered_hosts_helper.rb:16
332
332
  #: ../app/models/setting/discovered.rb:23
@@ -354,7 +354,7 @@ msgstr "¿Borrar %s?"
354
354
 
355
355
  #: ../app/helpers/discovered_hosts_helper.rb:34
356
356
  msgid "Delete hosts"
357
- msgstr "Borrar hosts"
357
+ msgstr "Borrar Equipos"
358
358
 
359
359
  #: ../app/helpers/discovered_hosts_helper.rb:35
360
360
  msgid "Assign Organization"
@@ -366,7 +366,7 @@ msgstr "Asignar Lugar"
366
366
 
367
367
  #: ../app/helpers/discovered_hosts_helper.rb:40
368
368
  msgid "%s - The following hosts are about to be changed"
369
- msgstr "%s - Los siguientes hosts están a punto de ser modificados"
369
+ msgstr "%s - Los siguientes equipos están a punto de ser modificados"
370
370
 
371
371
  #: ../app/helpers/discovered_hosts_helper.rb:49
372
372
  #: ../app/views/dashboard/_discovery_widget_host.html.erb:2
@@ -390,6 +390,7 @@ msgid "Provision"
390
390
  msgstr "Aprovisionamiento"
391
391
 
392
392
  #: ../app/helpers/discovery_rules_helper.rb:26
393
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
393
394
  #: ../lib/foreman_discovery/engine.rb:165
394
395
  msgid "Discovered Hosts"
395
396
  msgstr "Equipos descubiertos"
@@ -473,19 +474,19 @@ msgstr ""
473
474
  msgid "Unable to assign subnet, primary interface is missing IP address"
474
475
  msgstr "No se puede asignar la subred, a la interfaz principal le falta la dirección IP."
475
476
 
476
- #: ../app/models/host/discovered.rb:173
477
+ #: ../app/models/host/discovered.rb:174
477
478
  msgid "Could not get facts from proxy %{url}: %{error}"
478
479
  msgstr "No se pueden obtener eventos del proxy %{url}: %{error}"
479
480
 
480
- #: ../app/models/host/discovered.rb:189
481
+ #: ../app/models/host/discovered.rb:190
481
482
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
482
483
  msgstr "No se puede reiniciar %{name} a través de %{url}: %{msg}."
483
484
 
484
- #: ../app/models/host/discovered.rb:197
485
+ #: ../app/models/host/discovered.rb:198
485
486
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
486
487
  msgstr "No se puede realizar kexec en %{name} a través de %{url}: %{msg}."
487
488
 
488
- #: ../app/models/host/discovered.rb:216
489
+ #: ../app/models/host/discovered.rb:217
489
490
  msgid "Invalid hostname: Could not normalize the hostname"
490
491
  msgstr ""
491
492
 
@@ -497,10 +498,18 @@ msgstr "Volviendo a cargar núcleo en %s"
497
498
  msgid "Rebooting %s"
498
499
  msgstr "Reiniciando %s"
499
500
 
500
- #: ../app/models/host/managed_extensions.rb:45
501
+ #: ../app/models/host/managed_extensions.rb:46
501
502
  msgid "Kexec template not associated with operating system"
502
503
  msgstr "La plantilla Kexec no está asociada al sistema operativo."
503
504
 
505
+ #: ../app/models/host/managed_extensions.rb:51
506
+ msgid "Kernel kexec URL is invalid: '%s'"
507
+ msgstr ""
508
+
509
+ #: ../app/models/host/managed_extensions.rb:52
510
+ msgid "Init RAM kexec URL is invalid: '%s'"
511
+ msgstr ""
512
+
504
513
  #: ../app/models/nic/managed_extensions.rb:14
505
514
  msgid "Rebuild DNS for %s"
506
515
  msgstr ""
@@ -651,7 +660,7 @@ msgstr ""
651
660
 
652
661
  #: ../app/models/setting/discovered.rb:43
653
662
  msgid "The default location to place discovered hosts in"
654
- msgstr "La ubicación predeterminada en la cual se sitúan los hosts descubiertos "
663
+ msgstr "La ubicación predeterminada para colocar hosts descubiertos "
655
664
 
656
665
  #: ../app/models/setting/discovered.rb:43
657
666
  msgid "Discovery location"
@@ -659,7 +668,7 @@ msgstr ""
659
668
 
660
669
  #: ../app/models/setting/discovered.rb:51
661
670
  msgid "The default organization to place discovered hosts in"
662
- msgstr "La ubicación predeterminada para situar organizaciones descubiertas "
671
+ msgstr "La ubicación predeterminada para colocar organizaciones descubiertas "
663
672
 
664
673
  #: ../app/models/setting/discovered.rb:51
665
674
  msgid "Discovery organization"
@@ -714,18 +723,13 @@ msgid "Select initial host properties"
714
723
  msgstr ""
715
724
 
716
725
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
717
- msgid "Quick create"
726
+ msgid "Quick Create"
718
727
  msgstr ""
719
728
 
720
729
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
721
- msgid "Create host"
730
+ msgid "Create Host"
722
731
  msgstr ""
723
732
 
724
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
725
- #: ../lib/foreman_discovery/engine.rb:150
726
- msgid "Discovered hosts"
727
- msgstr "Hosts descubiertos"
728
-
729
733
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
730
734
  msgid "Select all items in this page"
731
735
  msgstr "Seleccionar todos los objetos de esta página"
@@ -748,21 +752,17 @@ msgid "IP Address"
748
752
  msgstr "Dirección IP"
749
753
 
750
754
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
751
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
752
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
753
- msgid "Disk count"
754
- msgstr "Conteo de discos"
755
+ msgid "Disk Count"
756
+ msgstr ""
755
757
 
756
758
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
757
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
758
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
759
- msgid "Disks size"
760
- msgstr "Tamaño de discos"
759
+ msgid "Disks Size"
760
+ msgstr ""
761
761
 
762
762
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
763
763
  #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
764
764
  msgid "Location"
765
- msgstr "Ubicación"
765
+ msgstr "Lugares"
766
766
 
767
767
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:20
768
768
  #: ../app/views/discovered_hosts/_selected_hosts.html.erb:13
@@ -774,12 +774,12 @@ msgid "Subnet"
774
774
  msgstr "Subred"
775
775
 
776
776
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:23
777
- msgid "Last facts upload"
778
- msgstr "Últimos datos cargados"
777
+ msgid "Last Facts Upload"
778
+ msgstr ""
779
779
 
780
780
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:60
781
781
  msgid "Please Confirm"
782
- msgstr "Confirmar"
782
+ msgstr "Confirme, por favor"
783
783
 
784
784
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:66
785
785
  msgid "Cancel"
@@ -787,7 +787,11 @@ msgstr "Cancelar"
787
787
 
788
788
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:67
789
789
  msgid "Submit"
790
- msgstr "Enviar"
790
+ msgstr "Introducir"
791
+
792
+ #: ../app/views/discovered_hosts/edit.html.erb:1
793
+ msgid "Provision %s"
794
+ msgstr ""
791
795
 
792
796
  #: ../app/views/discovered_hosts/index.html.erb:2
793
797
  msgid "Reboot All"
@@ -799,17 +803,17 @@ msgstr "Autoaprovisionar todo"
799
803
 
800
804
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:4
801
805
  msgid "Warning"
802
- msgstr "Advertencia"
806
+ msgstr "Aviso"
803
807
 
804
808
  #: ../app/views/discovered_hosts/multiple_destroy.html.erb:5
805
809
  msgid ""
806
810
  "This might take a while, as all hosts, facts and reports will be destroyed "
807
811
  "as well"
808
- msgstr "Esta acción puede tardar un rato, ya que se destruirán todos los hosts, eventos e informes."
812
+ msgstr "Esta acción puede tardar un rato, ya que se eliminarán todos los equipos, datos e informes."
809
813
 
810
814
  #: ../app/views/discovered_hosts/select_multiple_location.html.erb:5
811
815
  msgid "Select location"
812
- msgstr "Seleccionar ubicación"
816
+ msgstr "Seleccionar localización"
813
817
 
814
818
  #: ../app/views/discovered_hosts/select_multiple_organization.html.erb:5
815
819
  msgid "Select organization"
@@ -817,7 +821,7 @@ msgstr "Seleccionar organización"
817
821
 
818
822
  #: ../app/views/discovered_hosts/show.html.erb:1
819
823
  msgid "Discovered host: %s"
820
- msgstr "Host descubierto: %s"
824
+ msgstr "Equipo descubierto: %s"
821
825
 
822
826
  #: ../app/views/discovered_hosts/show.html.erb:34
823
827
  msgid "Interfaces"
@@ -857,6 +861,16 @@ msgstr ""
857
861
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
858
862
  msgstr ""
859
863
 
864
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
865
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
866
+ msgid "Disk count"
867
+ msgstr "Conteo de discos"
868
+
869
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
870
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
871
+ msgid "Disks size"
872
+ msgstr "Tamaño de discos"
873
+
860
874
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:31
861
875
  msgid "No discovered hosts for the selected period"
862
876
  msgstr ""
@@ -890,8 +904,8 @@ msgid "Hostname for provisioned hosts"
890
904
  msgstr "Nombre de host para hosts aprovisionados"
891
905
 
892
906
  #: ../app/views/discovery_rules/_form.html.erb:26
893
- msgid "Hosts limit"
894
- msgstr "Límite de hosts"
907
+ msgid "Hosts Limit"
908
+ msgstr ""
895
909
 
896
910
  #: ../app/views/discovery_rules/_form.html.erb:26
897
911
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
@@ -956,12 +970,12 @@ msgid "DiscoveryRule|Query"
956
970
  msgstr "Solicitud"
957
971
 
958
972
  #: ../app/views/discovery_rules/index.html.erb:9
959
- msgid "Host group"
960
- msgstr "Grupo de hosts"
973
+ msgid "Host Group"
974
+ msgstr ""
961
975
 
962
976
  #: ../app/views/discovery_rules/index.html.erb:10
963
- msgid "Hosts/limit"
964
- msgstr "Hosts/límite"
977
+ msgid "Hosts/Limit"
978
+ msgstr ""
965
979
 
966
980
  #: ../app/views/discovery_rules/index.html.erb:11
967
981
  msgid "DiscoveryRule|Enabled"
@@ -987,21 +1001,29 @@ msgstr ""
987
1001
  msgid "Details"
988
1002
  msgstr ""
989
1003
 
1004
+ #: ../lib/foreman_discovery/engine.rb:150
1005
+ msgid "Discovered hosts"
1006
+ msgstr "Equipos descubiertos"
1007
+
990
1008
  #: ../lib/foreman_discovery/engine.rb:155
991
1009
  msgid "Discovery rules"
992
1010
  msgstr "Reglas de descubrimiento"
993
1011
 
994
- #: ../lib/foreman_discovery/engine.rb:178
1012
+ #: ../lib/foreman_discovery/engine.rb:171
1013
+ msgid "Discovery Kexec template"
1014
+ msgstr ""
1015
+
1016
+ #: ../lib/foreman_discovery/engine.rb:180
995
1017
  msgid "Discovery Proxy"
996
1018
  msgstr ""
997
1019
 
998
- #: ../lib/foreman_discovery/engine.rb:179
1020
+ #: ../lib/foreman_discovery/engine.rb:181
999
1021
  msgid ""
1000
1022
  "Discovery Proxy to use within this subnet for managing connection to "
1001
1023
  "discovered hosts"
1002
1024
  msgstr ""
1003
1025
 
1004
- #: ../lib/foreman_discovery/engine.rb:180
1026
+ #: ../lib/foreman_discovery/engine.rb:182
1005
1027
  msgid ""
1006
1028
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1007
1029
  "discovered hosts"
@@ -7,10 +7,10 @@
7
7
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016-2017
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 9.0.0\n"
10
+ "Project-Id-Version: foreman_discovery 9.1.2\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2017-04-07 13:02+0200\n"
13
- "PO-Revision-Date: 2017-04-08 10:07+0000\n"
12
+ "POT-Creation-Date: 2017-06-14 13:49+0200\n"
13
+ "PO-Revision-Date: 2017-08-03 17:21+0000\n"
14
14
  "Last-Translator: Lukáš Zapletal\n"
15
15
  "Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
16
16
  "MIME-Version: 1.0\n"
@@ -89,55 +89,55 @@ msgid ""
89
89
  "eth0 (example in case primary interface is named eth0)"
90
90
  msgstr "hash contenant a minima les facts suivants pour l'hôte : discovery_bootif, macaddress_eth0, ipaddress, ipaddress_eth0, interfaces: eth0 (exemple dans le cas d'une interface primaire nommée eth0)"
91
91
 
92
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:111
92
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:113
93
93
  msgid "Execute rules against a discovered host"
94
94
  msgstr "Appliquer les règles à un hôte détecté"
95
95
 
96
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:117
96
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:119
97
97
  #: ../app/controllers/discovered_hosts_controller.rb:162
98
98
  msgid "Host %{host} was provisioned with rule %{rule}"
99
99
  msgstr "L'hôte %{host} a été provisionné avec la règle %{rule}"
100
100
 
101
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:120
101
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:122
102
102
  msgid "Unable to provision %{host}: %{errors}"
103
103
  msgstr "Impossible d'installer %{host}: %{errors}"
104
104
 
105
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:126
105
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:128
106
106
  #: ../app/controllers/discovered_hosts_controller.rb:169
107
107
  msgid "No rule found for host %s"
108
108
  msgstr "Aucune règle trouvée pour l'hôte %s"
109
109
 
110
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:133
110
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:135
111
111
  msgid "Execute rules against all currently discovered hosts"
112
112
  msgstr "Appliquer les règles à tous les hôtes détectés"
113
113
 
114
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:137
114
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:139
115
115
  #: ../app/controllers/discovered_hosts_controller.rb:175
116
116
  msgid "Errors during auto provisioning: %s"
117
117
  msgstr "Erreurs lors de l'auto-provisioning : %s"
118
118
 
119
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:140
119
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:142
120
120
  #: ../app/controllers/discovered_hosts_controller.rb:178
121
121
  msgid "No discovered hosts to provision"
122
122
  msgstr "Aucun hôte détecté à provisionner"
123
123
 
124
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:162
124
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:164
125
125
  msgid "%s discovered hosts were provisioned"
126
126
  msgstr "%s hôtes détectés ont été déployés"
127
127
 
128
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:173
128
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:175
129
129
  msgid "Refreshing the facts of a discovered host"
130
130
  msgstr "Actualiser les facts d'un hôte détecté"
131
131
 
132
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:182
132
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:184
133
133
  msgid "Rebooting a discovered host"
134
134
  msgstr "Redémarrer un hôte détecté"
135
135
 
136
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:191
136
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:193
137
137
  msgid "Rebooting all discovered hosts"
138
138
  msgstr "Redémarrer tous les hôtes détectés"
139
139
 
140
- #: ../app/controllers/api/v2/discovered_hosts_controller.rb:202
140
+ #: ../app/controllers/api/v2/discovered_hosts_controller.rb:204
141
141
  #: ../app/controllers/discovered_hosts_controller.rb:120
142
142
  msgid "Discovered hosts are rebooting now"
143
143
  msgstr "Les hôtes détectés sont en train de redémarrer"
@@ -204,11 +204,11 @@ msgstr "Impossible de trouver une règle de détection, aucun hôte fourni (vér
204
204
  msgid "No hostgroup associated with rule '%s'"
205
205
  msgstr "Aucun groupe d'hôtes associé à la règle '%s'"
206
206
 
207
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:66
207
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:71
208
208
  msgid "Errors during reboot: %s"
209
209
  msgstr "Erreurs pendant le redémarrage : %s"
210
210
 
211
- #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:84
211
+ #: ../app/controllers/concerns/foreman/controller/discovered_extensions.rb:89
212
212
  msgid "No discovered hosts to reboot"
213
213
  msgstr "Aucun hôte détecté à redémarrer"
214
214
 
@@ -388,6 +388,7 @@ msgid "Provision"
388
388
  msgstr "Provisionner"
389
389
 
390
390
  #: ../app/helpers/discovery_rules_helper.rb:26
391
+ #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
391
392
  #: ../lib/foreman_discovery/engine.rb:165
392
393
  msgid "Discovered Hosts"
393
394
  msgstr "Hôtes détectés"
@@ -471,19 +472,19 @@ msgstr "Impossible d'importer les facts"
471
472
  msgid "Unable to assign subnet, primary interface is missing IP address"
472
473
  msgstr "Impossible d'assigner le sous-réseau, l'interface primaire n'a pas d'adresse IP"
473
474
 
474
- #: ../app/models/host/discovered.rb:173
475
+ #: ../app/models/host/discovered.rb:174
475
476
  msgid "Could not get facts from proxy %{url}: %{error}"
476
477
  msgstr "Impossible de récupérer les facts depuis le proxy %{url} : %{error}"
477
478
 
478
- #: ../app/models/host/discovered.rb:189
479
+ #: ../app/models/host/discovered.rb:190
479
480
  msgid "Unable to reboot %{name} via %{url}: %{msg}"
480
481
  msgstr "Impossible de redémarrer %{name} via %{url}: %{msg}"
481
482
 
482
- #: ../app/models/host/discovered.rb:197
483
+ #: ../app/models/host/discovered.rb:198
483
484
  msgid "Unable to perform kexec on %{name} via %{url}: %{msg}"
484
485
  msgstr "Impossible de lancer kexec sur %{name} via %{url}: %{msg}"
485
486
 
486
- #: ../app/models/host/discovered.rb:216
487
+ #: ../app/models/host/discovered.rb:217
487
488
  msgid "Invalid hostname: Could not normalize the hostname"
488
489
  msgstr "Nom d'hôte invalide : impossible de normaliser le nom de l'hôte"
489
490
 
@@ -495,10 +496,18 @@ msgstr "Rechargement du noyau sur %s"
495
496
  msgid "Rebooting %s"
496
497
  msgstr "Redémarrage %s"
497
498
 
498
- #: ../app/models/host/managed_extensions.rb:45
499
+ #: ../app/models/host/managed_extensions.rb:46
499
500
  msgid "Kexec template not associated with operating system"
500
501
  msgstr "Le modèle Kexec n'est pas associé à un système d'exploitation"
501
502
 
503
+ #: ../app/models/host/managed_extensions.rb:51
504
+ msgid "Kernel kexec URL is invalid: '%s'"
505
+ msgstr ""
506
+
507
+ #: ../app/models/host/managed_extensions.rb:52
508
+ msgid "Init RAM kexec URL is invalid: '%s'"
509
+ msgstr ""
510
+
502
511
  #: ../app/models/nic/managed_extensions.rb:14
503
512
  msgid "Rebuild DNS for %s"
504
513
  msgstr "Reconstruire le DNS pour %s"
@@ -712,17 +721,12 @@ msgid "Select initial host properties"
712
721
  msgstr "Choisir les propriétés initiales des hôtes"
713
722
 
714
723
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:24
715
- msgid "Quick create"
716
- msgstr "Création rapide"
724
+ msgid "Quick Create"
725
+ msgstr ""
717
726
 
718
727
  #: ../app/views/discovered_hosts/_discovered_host_modal.html.erb:25
719
- msgid "Create host"
720
- msgstr "Création de l'hôte"
721
-
722
- #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:2
723
- #: ../lib/foreman_discovery/engine.rb:150
724
- msgid "Discovered hosts"
725
- msgstr "Hôtes détectés"
728
+ msgid "Create Host"
729
+ msgstr ""
726
730
 
727
731
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:5
728
732
  msgid "Select all items in this page"
@@ -746,16 +750,12 @@ msgid "IP Address"
746
750
  msgstr "Adresses IP"
747
751
 
748
752
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:11
749
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
750
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
751
- msgid "Disk count"
752
- msgstr "Nombre de disques"
753
+ msgid "Disk Count"
754
+ msgstr ""
753
755
 
754
756
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:12
755
- #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
756
- #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
757
- msgid "Disks size"
758
- msgstr "Taille des disques"
757
+ msgid "Disks Size"
758
+ msgstr ""
759
759
 
760
760
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:17
761
761
  #: ../app/views/discovered_hosts/_selected_hosts.html.erb:10
@@ -772,8 +772,8 @@ msgid "Subnet"
772
772
  msgstr "Sous-Réseau"
773
773
 
774
774
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:23
775
- msgid "Last facts upload"
776
- msgstr "Derniers facts téléchargés"
775
+ msgid "Last Facts Upload"
776
+ msgstr ""
777
777
 
778
778
  #: ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:60
779
779
  msgid "Please Confirm"
@@ -787,6 +787,10 @@ msgstr "Annuler"
787
787
  msgid "Submit"
788
788
  msgstr "Valider"
789
789
 
790
+ #: ../app/views/discovered_hosts/edit.html.erb:1
791
+ msgid "Provision %s"
792
+ msgstr ""
793
+
790
794
  #: ../app/views/discovered_hosts/index.html.erb:2
791
795
  msgid "Reboot All"
792
796
  msgstr "Tout redémarrer"
@@ -855,6 +859,16 @@ msgstr "Rapport depuis il y a %{time} à %{now}"
855
859
  msgid "Discovered hosts from Foreman server at %{foreman_url}"
856
860
  msgstr "Hôtes détectés depuis le serveur Foreman en %{foreman_url}"
857
861
 
862
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:22
863
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:14
864
+ msgid "Disk count"
865
+ msgstr "Nombre de disques"
866
+
867
+ #: ../app/views/discovered_mailer/discovered_summary.html.erb:23
868
+ #: ../app/views/discovered_mailer/discovered_summary.text.erb:15
869
+ msgid "Disks size"
870
+ msgstr "Taille des disques"
871
+
858
872
  #: ../app/views/discovered_mailer/discovered_summary.html.erb:31
859
873
  msgid "No discovered hosts for the selected period"
860
874
  msgstr "Aucun hôte détecté pendant la période choisie"
@@ -888,8 +902,8 @@ msgid "Hostname for provisioned hosts"
888
902
  msgstr "Nom d'hôte pour les hôtes provisionnés"
889
903
 
890
904
  #: ../app/views/discovery_rules/_form.html.erb:26
891
- msgid "Hosts limit"
892
- msgstr "Limite d'hôtes"
905
+ msgid "Hosts Limit"
906
+ msgstr ""
893
907
 
894
908
  #: ../app/views/discovery_rules/_form.html.erb:26
895
909
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
@@ -954,12 +968,12 @@ msgid "DiscoveryRule|Query"
954
968
  msgstr "Requête"
955
969
 
956
970
  #: ../app/views/discovery_rules/index.html.erb:9
957
- msgid "Host group"
958
- msgstr "Groupe d'hôtes"
971
+ msgid "Host Group"
972
+ msgstr ""
959
973
 
960
974
  #: ../app/views/discovery_rules/index.html.erb:10
961
- msgid "Hosts/limit"
962
- msgstr "Hôtes/Limite"
975
+ msgid "Hosts/Limit"
976
+ msgstr ""
963
977
 
964
978
  #: ../app/views/discovery_rules/index.html.erb:11
965
979
  msgid "DiscoveryRule|Enabled"
@@ -985,21 +999,29 @@ msgstr ""
985
999
  msgid "Details"
986
1000
  msgstr ""
987
1001
 
1002
+ #: ../lib/foreman_discovery/engine.rb:150
1003
+ msgid "Discovered hosts"
1004
+ msgstr "Hôtes détectés"
1005
+
988
1006
  #: ../lib/foreman_discovery/engine.rb:155
989
1007
  msgid "Discovery rules"
990
1008
  msgstr "Règles de détection"
991
1009
 
992
- #: ../lib/foreman_discovery/engine.rb:178
1010
+ #: ../lib/foreman_discovery/engine.rb:171
1011
+ msgid "Discovery Kexec template"
1012
+ msgstr ""
1013
+
1014
+ #: ../lib/foreman_discovery/engine.rb:180
993
1015
  msgid "Discovery Proxy"
994
1016
  msgstr "Proxy de dévouverte"
995
1017
 
996
- #: ../lib/foreman_discovery/engine.rb:179
1018
+ #: ../lib/foreman_discovery/engine.rb:181
997
1019
  msgid ""
998
1020
  "Discovery Proxy to use within this subnet for managing connection to "
999
1021
  "discovered hosts"
1000
1022
  msgstr "Proxy de découverte à utilisé à l'interieur de ce sous-reseaux pour gérer les connexion des hôtes découverts."
1001
1023
 
1002
- #: ../lib/foreman_discovery/engine.rb:180
1024
+ #: ../lib/foreman_discovery/engine.rb:182
1003
1025
  msgid ""
1004
1026
  "ID of Discovery Proxy to use within this subnet for managing connection to "
1005
1027
  "discovered hosts"