foreman_discovery 24.0.1 → 25.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/controllers/api/v2/discovered_hosts_controller.rb +1 -1
- data/app/helpers/discovered_hosts_helper.rb +1 -1
- data/app/models/host/discovered.rb +1 -1
- data/app/views/discovered_hosts/show.html.erb +23 -21
- data/app/views/discovery_rules/_form.html.erb +0 -6
- data/config/initializers/inflections.rb +5 -0
- data/db/migrate/20141223142759_fill_discovery_attribute_sets_for_existing_hosts.rb +1 -1
- data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
- data/lib/foreman_discovery/engine.rb +300 -305
- data/lib/foreman_discovery/version.rb +1 -1
- data/lib/foreman_discovery.rake +1 -5
- data/locale/ca/foreman_discovery.edit.po +64 -64
- data/locale/cs_CZ/foreman_discovery.edit.po +64 -64
- data/locale/de/foreman_discovery.edit.po +64 -64
- data/locale/en/foreman_discovery.edit.po +64 -64
- data/locale/en_GB/foreman_discovery.edit.po +64 -64
- data/locale/es/foreman_discovery.edit.po +64 -64
- data/locale/foreman_discovery.pot +68 -68
- data/locale/fr/foreman_discovery.edit.po +64 -64
- data/locale/gl/foreman_discovery.edit.po +64 -64
- data/locale/it/foreman_discovery.edit.po +64 -64
- data/locale/ja/foreman_discovery.edit.po +64 -64
- data/locale/ka/foreman_discovery.edit.po +64 -64
- data/locale/ko/foreman_discovery.edit.po +64 -64
- data/locale/pt_BR/foreman_discovery.edit.po +64 -64
- data/locale/ru/foreman_discovery.edit.po +64 -64
- data/locale/sv_SE/foreman_discovery.edit.po +64 -64
- data/locale/zh_CN/foreman_discovery.edit.po +64 -64
- data/locale/zh_TW/foreman_discovery.edit.po +64 -64
- data/package.json +0 -2
- data/test/functional/discovered_hosts_controller_test.rb +1 -1
- metadata +14 -15
- data/test/migrations/20221102075151_migrate_discovery_hostname_and_fact_column_to_array_test.rb.orig +0 -81
@@ -124,7 +124,7 @@ msgstr "hash que contiene eventos correspondientes al host con un conjunto míni
|
|
124
124
|
msgid "Execute rules against a discovered host"
|
125
125
|
msgstr "Ejecutar reglas en función de un host detectado"
|
126
126
|
|
127
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:
|
127
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:164
|
128
128
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
129
129
|
msgstr "Host %{host} se aprovisionó con la regla %{rule}"
|
130
130
|
|
@@ -132,7 +132,7 @@ msgstr "Host %{host} se aprovisionó con la regla %{rule}"
|
|
132
132
|
msgid "Unable to provision %{host}: %{errors}"
|
133
133
|
msgstr "No se puede provisionar %{host}: %{errors}"
|
134
134
|
|
135
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:
|
135
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:171
|
136
136
|
msgid "No rule found for host %s"
|
137
137
|
msgstr "No se ha encontrado ninguna regla para el anfitrión %s"
|
138
138
|
|
@@ -140,11 +140,11 @@ msgstr "No se ha encontrado ninguna regla para el anfitrión %s"
|
|
140
140
|
msgid "Execute rules against all currently discovered hosts"
|
141
141
|
msgstr "Ejecutar reglas contra todos los hosts detectados actualmente"
|
142
142
|
|
143
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:
|
143
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:177
|
144
144
|
msgid "Errors during auto provisioning: %s"
|
145
145
|
msgstr "Errores durante el aprovisionamiento automático: %s"
|
146
146
|
|
147
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:
|
147
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:180
|
148
148
|
msgid "No discovered hosts to provision"
|
149
149
|
msgstr "No hay hosts detectados para aprovisionar"
|
150
150
|
|
@@ -164,7 +164,7 @@ msgstr "Reiniciando un host detectado"
|
|
164
164
|
msgid "Rebooting all discovered hosts"
|
165
165
|
msgstr "Reiniciando todos los hosts detectados"
|
166
166
|
|
167
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:
|
167
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:133
|
168
168
|
msgid "Discovered hosts are rebooting now"
|
169
169
|
msgstr "Se están reiniciando ahora los hosts detectados"
|
170
170
|
|
@@ -248,71 +248,71 @@ msgstr "No se detectaron hosts para reiniciar"
|
|
248
248
|
msgid "Successfully provisioned %s"
|
249
249
|
msgstr "Aprovisionado con éxito %s"
|
250
250
|
|
251
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
251
|
+
#: ../app/controllers/discovered_hosts_controller.rb:101
|
252
252
|
msgid "Facts refreshed for %s"
|
253
253
|
msgstr "Datos actualizados para %s"
|
254
254
|
|
255
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
255
|
+
#: ../app/controllers/discovered_hosts_controller.rb:103
|
256
256
|
msgid "Failed to refresh facts for %s"
|
257
257
|
msgstr "Fallo en la actualización de los hechos para %s"
|
258
258
|
|
259
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
259
|
+
#: ../app/controllers/discovered_hosts_controller.rb:106
|
260
260
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
261
261
|
msgstr "Fallo en la actualización de los datos para %{hostname} con error %{error_message}"
|
262
262
|
|
263
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
263
|
+
#: ../app/controllers/discovered_hosts_controller.rb:113
|
264
264
|
msgid "Host of type %s can not be rebooted"
|
265
265
|
msgstr "El host de tipo %s no puede ser reiniciado"
|
266
266
|
|
267
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
267
|
+
#: ../app/controllers/discovered_hosts_controller.rb:117
|
268
268
|
msgid "Rebooting host %s"
|
269
269
|
msgstr "Reiniciar el host %s"
|
270
270
|
|
271
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
271
|
+
#: ../app/controllers/discovered_hosts_controller.rb:119
|
272
272
|
msgid "Failed to reboot host %s"
|
273
273
|
msgstr "Fallo en el reinicio del host %s"
|
274
274
|
|
275
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
275
|
+
#: ../app/controllers/discovered_hosts_controller.rb:122
|
276
276
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
277
277
|
msgstr "Fallo al reiniciar el host %{hostname} con error %{error_message}"
|
278
278
|
|
279
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
279
|
+
#: ../app/controllers/discovered_hosts_controller.rb:136
|
280
280
|
msgid "Failed to reboot hosts with error %s"
|
281
281
|
msgstr "Fallo al reiniciar los hosts con error %s"
|
282
282
|
|
283
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
283
|
+
#: ../app/controllers/discovered_hosts_controller.rb:154
|
284
284
|
msgid "Destroyed selected hosts"
|
285
285
|
msgstr "Eliminados equipos seleccionados"
|
286
286
|
|
287
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
287
|
+
#: ../app/controllers/discovered_hosts_controller.rb:156
|
288
288
|
msgid "The following hosts were not deleted: %s"
|
289
289
|
msgstr "Los siguientes hosts no fueron eliminados: %s"
|
290
290
|
|
291
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
291
|
+
#: ../app/controllers/discovered_hosts_controller.rb:168
|
292
292
|
msgid "Failed to auto provision host %s: %s"
|
293
293
|
msgstr "Fallo en el aprovisionamiento automático del host %s: %s"
|
294
294
|
|
295
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
295
|
+
#: ../app/controllers/discovered_hosts_controller.rb:196
|
296
296
|
msgid "Discovered hosts are provisioning now"
|
297
297
|
msgstr "Los hosts detectados se están aprovisionando ahora"
|
298
298
|
|
299
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
299
|
+
#: ../app/controllers/discovered_hosts_controller.rb:285
|
300
300
|
msgid "Discovered host reported from unknown subnet, communication will not be proxied."
|
301
301
|
msgstr "El host descubierto se reporta desde una subred desconocida, la comunicación no será proxy."
|
302
302
|
|
303
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
303
|
+
#: ../app/controllers/discovered_hosts_controller.rb:290
|
304
304
|
msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
|
305
305
|
msgstr "Los hosts descubiertos reportados desde una subred desconocida son %s, la comunicación no será proxy."
|
306
306
|
|
307
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
307
|
+
#: ../app/controllers/discovered_hosts_controller.rb:304
|
308
308
|
msgid "No hosts were found with that id or name"
|
309
309
|
msgstr "No se han encontrado equipos con ese id o nombre"
|
310
310
|
|
311
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
311
|
+
#: ../app/controllers/discovered_hosts_controller.rb:308
|
312
312
|
msgid "No hosts selected"
|
313
313
|
msgstr "Ningún host seleccionado"
|
314
314
|
|
315
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
315
|
+
#: ../app/controllers/discovered_hosts_controller.rb:314
|
316
316
|
msgid "Something went wrong while selecting hosts - %s"
|
317
317
|
msgstr "Algo ha fallado al seleccionar hosts - %s"
|
318
318
|
|
@@ -332,7 +332,7 @@ msgstr "Autoaprovisionamiento"
|
|
332
332
|
msgid "Refresh facts"
|
333
333
|
msgstr "Refrescar datos"
|
334
334
|
|
335
|
-
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42 ../lib/foreman_discovery/engine.rb:
|
335
|
+
#: ../app/helpers/discovered_hosts_helper.rb:16 ../app/helpers/discovered_hosts_helper.rb:30 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:42 ../lib/foreman_discovery/engine.rb:91
|
336
336
|
msgid "Reboot"
|
337
337
|
msgstr "Reiniciar"
|
338
338
|
|
@@ -384,7 +384,7 @@ msgstr "Informado en los últimos 7 días"
|
|
384
384
|
msgid "Provision"
|
385
385
|
msgstr "Aprovisionar"
|
386
386
|
|
387
|
-
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:
|
387
|
+
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:5 ../lib/foreman_discovery/engine.rb:309 ../lib/foreman_discovery/engine.rb:324
|
388
388
|
msgid "Discovered Hosts"
|
389
389
|
msgstr "Hosts detectados"
|
390
390
|
|
@@ -825,7 +825,7 @@ msgstr "Clon %s"
|
|
825
825
|
msgid "Edit %s"
|
826
826
|
msgstr "Editar %s"
|
827
827
|
|
828
|
-
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:
|
828
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:314 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:20
|
829
829
|
msgid "Discovery Rules"
|
830
830
|
msgstr "Reglas de detección"
|
831
831
|
|
@@ -861,7 +861,7 @@ msgstr "Regla de detección|Habilitada"
|
|
861
861
|
msgid "New Discovery Rule"
|
862
862
|
msgstr "Nueva regla de detección"
|
863
863
|
|
864
|
-
#: ../app/views/discovery_rules/welcome.html.erb:
|
864
|
+
#: ../app/views/discovery_rules/welcome.html.erb:5
|
865
865
|
msgid "Discovered Rules"
|
866
866
|
msgstr "Reglas descubiertas"
|
867
867
|
|
@@ -933,23 +933,23 @@ msgstr "Eliminar todos los eventos"
|
|
933
933
|
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
934
934
|
msgstr "Eliminar todos los eventos informados durante el aprovisionamiento (excepto los eventos de detección)"
|
935
935
|
|
936
|
-
#: ../lib/foreman_discovery/engine.rb:
|
936
|
+
#: ../lib/foreman_discovery/engine.rb:79
|
937
937
|
msgid "Hostname facts"
|
938
938
|
msgstr "Eventos del nombre de host"
|
939
939
|
|
940
|
-
#: ../lib/foreman_discovery/engine.rb:
|
940
|
+
#: ../lib/foreman_discovery/engine.rb:80
|
941
941
|
msgid "List of facts to use for the hostname (first wins)"
|
942
942
|
msgstr ""
|
943
943
|
|
944
|
-
#: ../lib/foreman_discovery/engine.rb:
|
944
|
+
#: ../lib/foreman_discovery/engine.rb:85
|
945
945
|
msgid "Auto provisioning"
|
946
946
|
msgstr "Autoaprovisionamiento"
|
947
947
|
|
948
|
-
#: ../lib/foreman_discovery/engine.rb:
|
948
|
+
#: ../lib/foreman_discovery/engine.rb:86
|
949
949
|
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
950
950
|
msgstr "Aprovisionar automáticamente los hosts recientemente detectados, de acuerdo con las reglas de aprovisionamiento"
|
951
951
|
|
952
|
-
#: ../lib/foreman_discovery/engine.rb:
|
952
|
+
#: ../lib/foreman_discovery/engine.rb:92
|
953
953
|
msgid "Automatically reboot or kexec discovered host during provisioning"
|
954
954
|
msgstr "Reiniciar en forma automática o host kexec detectado durante el aprovisionamiento"
|
955
955
|
|
@@ -961,135 +961,135 @@ msgstr "Prefijo del nombre de host"
|
|
961
961
|
msgid "The default prefix to use for the host name, must start with a letter"
|
962
962
|
msgstr "Prefijo predeterminado que debe utilizarse para el nombre de host. Debe comenzar con una letra"
|
963
963
|
|
964
|
-
#: ../lib/foreman_discovery/engine.rb:
|
964
|
+
#: ../lib/foreman_discovery/engine.rb:104
|
965
965
|
msgid "Fact columns"
|
966
966
|
msgstr "Columnas de eventos"
|
967
967
|
|
968
|
-
#: ../lib/foreman_discovery/engine.rb:
|
968
|
+
#: ../lib/foreman_discovery/engine.rb:105
|
969
969
|
msgid "Extra facter columns to show in host lists"
|
970
970
|
msgstr ""
|
971
971
|
|
972
|
-
#: ../lib/foreman_discovery/engine.rb:
|
972
|
+
#: ../lib/foreman_discovery/engine.rb:110
|
973
973
|
msgid "Highlighted facts"
|
974
974
|
msgstr "Eventos destacados"
|
975
975
|
|
976
|
-
#: ../lib/foreman_discovery/engine.rb:
|
976
|
+
#: ../lib/foreman_discovery/engine.rb:111
|
977
977
|
msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
|
978
978
|
msgstr "Regex para organizar los eventos para la sección de aspectos destacados, por ejemplo, ^(abc|cde)$"
|
979
979
|
|
980
|
-
#: ../lib/foreman_discovery/engine.rb:
|
980
|
+
#: ../lib/foreman_discovery/engine.rb:116
|
981
981
|
msgid "Storage facts"
|
982
982
|
msgstr "Eventos de almacenamiento"
|
983
983
|
|
984
|
-
#: ../lib/foreman_discovery/engine.rb:
|
984
|
+
#: ../lib/foreman_discovery/engine.rb:117
|
985
985
|
msgid "Regex to organize facts for storage section"
|
986
986
|
msgstr "Regex para organizar eventos para la sección de almacenamiento"
|
987
987
|
|
988
|
-
#: ../lib/foreman_discovery/engine.rb:
|
988
|
+
#: ../lib/foreman_discovery/engine.rb:122
|
989
989
|
msgid "Software facts"
|
990
990
|
msgstr "Eventos de software"
|
991
991
|
|
992
|
-
#: ../lib/foreman_discovery/engine.rb:
|
992
|
+
#: ../lib/foreman_discovery/engine.rb:123
|
993
993
|
msgid "Regex to organize facts for software section"
|
994
994
|
msgstr "Regex para organizar eventos para la sección de software"
|
995
995
|
|
996
|
-
#: ../lib/foreman_discovery/engine.rb:
|
996
|
+
#: ../lib/foreman_discovery/engine.rb:128
|
997
997
|
msgid "Hardware facts"
|
998
998
|
msgstr "Eventos de hardware"
|
999
999
|
|
1000
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1000
|
+
#: ../lib/foreman_discovery/engine.rb:129
|
1001
1001
|
msgid "Regex to organize facts for hardware section"
|
1002
1002
|
msgstr "Regex para organizar eventos para sección de hardware"
|
1003
1003
|
|
1004
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1004
|
+
#: ../lib/foreman_discovery/engine.rb:134
|
1005
1005
|
msgid "Network facts"
|
1006
1006
|
msgstr "Eventos de red"
|
1007
1007
|
|
1008
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1008
|
+
#: ../lib/foreman_discovery/engine.rb:135
|
1009
1009
|
msgid "Regex to organize facts for network section"
|
1010
1010
|
msgstr "Regex para organizar los eventos para la sección de redes"
|
1011
1011
|
|
1012
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1012
|
+
#: ../lib/foreman_discovery/engine.rb:140
|
1013
1013
|
msgid "IPMI facts"
|
1014
1014
|
msgstr "Eventos IPMI"
|
1015
1015
|
|
1016
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1016
|
+
#: ../lib/foreman_discovery/engine.rb:141
|
1017
1017
|
msgid "Regex to organize facts for ipmi section"
|
1018
1018
|
msgstr "Regex para organizar eventos para la sección ipmi"
|
1019
1019
|
|
1020
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1020
|
+
#: ../lib/foreman_discovery/engine.rb:146
|
1021
1021
|
msgid "Lock PXE"
|
1022
1022
|
msgstr "Bloquear PXE"
|
1023
1023
|
|
1024
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1024
|
+
#: ../lib/foreman_discovery/engine.rb:147
|
1025
1025
|
msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
1026
1026
|
msgstr "Generar configuración PXE en forma automática para adjuntar un host descubierto recientemente a la detección"
|
1027
1027
|
|
1028
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1028
|
+
#: ../lib/foreman_discovery/engine.rb:153
|
1029
1029
|
msgid "Locked PXELinux template name"
|
1030
1030
|
msgstr "Nombre de plantilla PXELinux bloqueada"
|
1031
1031
|
|
1032
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1032
|
+
#: ../lib/foreman_discovery/engine.rb:154
|
1033
1033
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
1034
1034
|
msgstr "Debe utilizarse la plantilla PXELinux para adjuntar un host a la detección"
|
1035
1035
|
|
1036
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1036
|
+
#: ../lib/foreman_discovery/engine.rb:160
|
1037
1037
|
msgid "Locked PXEGrub template name"
|
1038
1038
|
msgstr "Nombre de plantilla PXEGrub bloqueado"
|
1039
1039
|
|
1040
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1040
|
+
#: ../lib/foreman_discovery/engine.rb:161
|
1041
1041
|
msgid "PXEGrub template to be used when pinning a host to discovery"
|
1042
1042
|
msgstr "Plantilla PXEGrub que debe utilizarse para adjuntar un host a la detección"
|
1043
1043
|
|
1044
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1044
|
+
#: ../lib/foreman_discovery/engine.rb:167
|
1045
1045
|
msgid "Locked PXEGrub2 template name"
|
1046
1046
|
msgstr "Nombre de plantilla PXEGrub2 bloqueado"
|
1047
1047
|
|
1048
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1048
|
+
#: ../lib/foreman_discovery/engine.rb:168
|
1049
1049
|
msgid "PXEGrub2 template to be used when pinning a host to discovery"
|
1050
1050
|
msgstr "Plantilla PXEGrub2 que debe utilizarse al adjuntar un host a la detección"
|
1051
1051
|
|
1052
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1052
|
+
#: ../lib/foreman_discovery/engine.rb:173
|
1053
1053
|
msgid "Force DNS"
|
1054
1054
|
msgstr "Forzar DNS"
|
1055
1055
|
|
1056
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1056
|
+
#: ../lib/foreman_discovery/engine.rb:174
|
1057
1057
|
msgid "Force DNS entries creation when provisioning discovered host"
|
1058
1058
|
msgstr "Forzar la creación de entradas DNS al aprovisionar host detectado"
|
1059
1059
|
|
1060
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1060
|
+
#: ../lib/foreman_discovery/engine.rb:179
|
1061
1061
|
msgid "Error on existing NIC"
|
1062
1062
|
msgstr "Error en la NIC existente"
|
1063
1063
|
|
1064
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1064
|
+
#: ../lib/foreman_discovery/engine.rb:180
|
1065
1065
|
msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
1066
1066
|
msgstr "No permitir detectar host administrados existentes que coincidan con la MAC de una NIC de aprovisionamiento (se produce un error temprano)"
|
1067
1067
|
|
1068
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1068
|
+
#: ../lib/foreman_discovery/engine.rb:186
|
1069
1069
|
msgid "Type of name generator"
|
1070
1070
|
msgstr "Tipo de generador de nombre"
|
1071
1071
|
|
1072
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1072
|
+
#: ../lib/foreman_discovery/engine.rb:187
|
1073
1073
|
msgid "Discovery hostname naming pattern"
|
1074
1074
|
msgstr "Detección de patrón de definición de nombre de host"
|
1075
1075
|
|
1076
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1076
|
+
#: ../lib/foreman_discovery/engine.rb:192
|
1077
1077
|
msgid "Prefer IPv6"
|
1078
1078
|
msgstr "Preferir IPv6"
|
1079
1079
|
|
1080
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1080
|
+
#: ../lib/foreman_discovery/engine.rb:193
|
1081
1081
|
msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
|
1082
1082
|
msgstr "Preferir IPv6 a IPv4 al llamar a los nodos descubiertos"
|
1083
1083
|
|
1084
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1084
|
+
#: ../lib/foreman_discovery/engine.rb:333
|
1085
1085
|
msgid "Discovery Proxy"
|
1086
1086
|
msgstr "Proxy de detección"
|
1087
1087
|
|
1088
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1088
|
+
#: ../lib/foreman_discovery/engine.rb:334
|
1089
1089
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1090
1090
|
msgstr "Proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"
|
1091
1091
|
|
1092
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1092
|
+
#: ../lib/foreman_discovery/engine.rb:335
|
1093
1093
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1094
1094
|
msgstr "ID del proxy de detección para usar en esta subred para administrar la conexión con los hosts detectados"
|
1095
1095
|
|