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
@@ -120,7 +120,7 @@ msgstr "hachage contenant les facts de l'hôte avec un ensemble minimal de facts
|
|
120
120
|
msgid "Execute rules against a discovered host"
|
121
121
|
msgstr "Exécuter les règles sur un hôte détecté"
|
122
122
|
|
123
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:
|
123
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:136 ../app/controllers/discovered_hosts_controller.rb:164
|
124
124
|
msgid "Host %{host} was provisioned with rule %{rule}"
|
125
125
|
msgstr "L'hôte %{host} a été provisionné avec la règle %{rule}"
|
126
126
|
|
@@ -128,7 +128,7 @@ msgstr "L'hôte %{host} a été provisionné avec la règle %{rule}"
|
|
128
128
|
msgid "Unable to provision %{host}: %{errors}"
|
129
129
|
msgstr "Impossible à provisionner %{host} : %{errors}"
|
130
130
|
|
131
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:
|
131
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:145 ../app/controllers/discovered_hosts_controller.rb:171
|
132
132
|
msgid "No rule found for host %s"
|
133
133
|
msgstr "Aucune règle trouvée pour l’hôte %s"
|
134
134
|
|
@@ -136,11 +136,11 @@ msgstr "Aucune règle trouvée pour l’hôte %s"
|
|
136
136
|
msgid "Execute rules against all currently discovered hosts"
|
137
137
|
msgstr "Exécuter les règles sur tous les hôtes actuellement détectés"
|
138
138
|
|
139
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:
|
139
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:156 ../app/controllers/discovered_hosts_controller.rb:177
|
140
140
|
msgid "Errors during auto provisioning: %s"
|
141
141
|
msgstr "Erreurs lors du provisioning automatique : %s"
|
142
142
|
|
143
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:
|
143
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:159 ../app/controllers/discovered_hosts_controller.rb:180
|
144
144
|
msgid "No discovered hosts to provision"
|
145
145
|
msgstr "Aucun hôte détecté à provisionner"
|
146
146
|
|
@@ -160,7 +160,7 @@ msgstr "Redémarrage d'un hôte détecté"
|
|
160
160
|
msgid "Rebooting all discovered hosts"
|
161
161
|
msgstr "Redémarrage de tous les hôtes détectés"
|
162
162
|
|
163
|
-
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:
|
163
|
+
#: ../app/controllers/api/v2/discovered_hosts_controller.rb:221 ../app/controllers/discovered_hosts_controller.rb:133
|
164
164
|
msgid "Discovered hosts are rebooting now"
|
165
165
|
msgstr "Les hôtes détectés sont redémarrés maintenant"
|
166
166
|
|
@@ -244,71 +244,71 @@ msgstr "Aucun hôte détecté pour le redémarrage"
|
|
244
244
|
msgid "Successfully provisioned %s"
|
245
245
|
msgstr "Provisioning réussi de %s"
|
246
246
|
|
247
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
247
|
+
#: ../app/controllers/discovered_hosts_controller.rb:101
|
248
248
|
msgid "Facts refreshed for %s"
|
249
249
|
msgstr "Facts rafraîchis pour %s"
|
250
250
|
|
251
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
251
|
+
#: ../app/controllers/discovered_hosts_controller.rb:103
|
252
252
|
msgid "Failed to refresh facts for %s"
|
253
253
|
msgstr "Échec de rafraîchissement des facts pour %s"
|
254
254
|
|
255
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
255
|
+
#: ../app/controllers/discovered_hosts_controller.rb:106
|
256
256
|
msgid "Failed to refresh facts for %{hostname} with error %{error_message}"
|
257
257
|
msgstr "Impossible de rafraîchir les données pour %{hostname} avec l'erreur %{error_message}"
|
258
258
|
|
259
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
259
|
+
#: ../app/controllers/discovered_hosts_controller.rb:113
|
260
260
|
msgid "Host of type %s can not be rebooted"
|
261
261
|
msgstr "Impossible de redémarrer l'hôte de type %s"
|
262
262
|
|
263
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
263
|
+
#: ../app/controllers/discovered_hosts_controller.rb:117
|
264
264
|
msgid "Rebooting host %s"
|
265
265
|
msgstr "Redémarrage de l'hôte %s"
|
266
266
|
|
267
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
267
|
+
#: ../app/controllers/discovered_hosts_controller.rb:119
|
268
268
|
msgid "Failed to reboot host %s"
|
269
269
|
msgstr "Échec du redémarrage de l'hôte %s"
|
270
270
|
|
271
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
271
|
+
#: ../app/controllers/discovered_hosts_controller.rb:122
|
272
272
|
msgid "Failed to reboot host %{hostname} with error %{error_message}"
|
273
273
|
msgstr "Échec du redémarrage de l'hôte %{hostname} avec l'erreur %{error_message}"
|
274
274
|
|
275
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
275
|
+
#: ../app/controllers/discovered_hosts_controller.rb:136
|
276
276
|
msgid "Failed to reboot hosts with error %s"
|
277
277
|
msgstr "Échec du redémarrage des hôtes avec l'erreur %s"
|
278
278
|
|
279
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
279
|
+
#: ../app/controllers/discovered_hosts_controller.rb:154
|
280
280
|
msgid "Destroyed selected hosts"
|
281
281
|
msgstr "Hôtes sélectionnés détruits"
|
282
282
|
|
283
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
283
|
+
#: ../app/controllers/discovered_hosts_controller.rb:156
|
284
284
|
msgid "The following hosts were not deleted: %s"
|
285
285
|
msgstr "Les hôtes suivants n'ont pas été supprimés : %s"
|
286
286
|
|
287
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
287
|
+
#: ../app/controllers/discovered_hosts_controller.rb:168
|
288
288
|
msgid "Failed to auto provision host %s: %s"
|
289
289
|
msgstr "Échec de l'approvisionnement automatique de l'hôte %s: %s"
|
290
290
|
|
291
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
291
|
+
#: ../app/controllers/discovered_hosts_controller.rb:196
|
292
292
|
msgid "Discovered hosts are provisioning now"
|
293
293
|
msgstr "Les hôtes détectés sont maintenant provisionnés"
|
294
294
|
|
295
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
295
|
+
#: ../app/controllers/discovered_hosts_controller.rb:285
|
296
296
|
msgid "Discovered host reported from unknown subnet, communication will not be proxied."
|
297
297
|
msgstr "L'hôte découvert a signalé qu'il provient d'un sous-réseau inconnu, la communication ne sera pas assurée par un proxy."
|
298
298
|
|
299
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
299
|
+
#: ../app/controllers/discovered_hosts_controller.rb:290
|
300
300
|
msgid "Discovered hosts reported from unknown subnet are %s, communication will not be proxied."
|
301
301
|
msgstr "Les hôtes découverts provenant d'un sous-réseau inconnu sont %s, la communication ne sera pas assurée par un proxy.."
|
302
302
|
|
303
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
303
|
+
#: ../app/controllers/discovered_hosts_controller.rb:304
|
304
304
|
msgid "No hosts were found with that id or name"
|
305
305
|
msgstr "Aucun Hôte trouvé avec cet id ou ce nom"
|
306
306
|
|
307
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
307
|
+
#: ../app/controllers/discovered_hosts_controller.rb:308
|
308
308
|
msgid "No hosts selected"
|
309
309
|
msgstr "Aucun hôte sélectionné"
|
310
310
|
|
311
|
-
#: ../app/controllers/discovered_hosts_controller.rb:
|
311
|
+
#: ../app/controllers/discovered_hosts_controller.rb:314
|
312
312
|
msgid "Something went wrong while selecting hosts - %s"
|
313
313
|
msgstr "Une erreur s'est produite lors de la sélection des hôtes - %s"
|
314
314
|
|
@@ -328,7 +328,7 @@ msgstr "Provisionner automatiquement"
|
|
328
328
|
msgid "Refresh facts"
|
329
329
|
msgstr "Rafraîchir les facts"
|
330
330
|
|
331
|
-
#: ../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:
|
331
|
+
#: ../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
|
332
332
|
msgid "Reboot"
|
333
333
|
msgstr "Redémarrer"
|
334
334
|
|
@@ -380,7 +380,7 @@ msgstr "Signalé au cours des 7 derniers jours"
|
|
380
380
|
msgid "Provision"
|
381
381
|
msgstr "Mettre en service"
|
382
382
|
|
383
|
-
#: ../app/helpers/discovery_rules_helper.rb:26 ../app/views/discovered_hosts/_discovered_hosts_list.html.erb:1 ../app/views/discovered_hosts/welcome.html.erb:
|
383
|
+
#: ../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
|
384
384
|
msgid "Discovered Hosts"
|
385
385
|
msgstr "Hôtes détectés"
|
386
386
|
|
@@ -821,7 +821,7 @@ msgstr "Clone %s"
|
|
821
821
|
msgid "Edit %s"
|
822
822
|
msgstr "Modifier %s"
|
823
823
|
|
824
|
-
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:
|
824
|
+
#: ../app/views/discovery_rules/index.html.erb:1 ../lib/foreman_discovery/engine.rb:314 ../webpack/src/ForemanDiscovery/DiscoveryRules/Components/EmptyState/EmptyState.js:20
|
825
825
|
msgid "Discovery Rules"
|
826
826
|
msgstr "Règles de détection"
|
827
827
|
|
@@ -857,7 +857,7 @@ msgstr "Activé"
|
|
857
857
|
msgid "New Discovery Rule"
|
858
858
|
msgstr "Nouvelle règle de détection"
|
859
859
|
|
860
|
-
#: ../app/views/discovery_rules/welcome.html.erb:
|
860
|
+
#: ../app/views/discovery_rules/welcome.html.erb:5
|
861
861
|
msgid "Discovered Rules"
|
862
862
|
msgstr "Hôtes détectés"
|
863
863
|
|
@@ -929,23 +929,23 @@ msgstr "Nettoyer tous les facts"
|
|
929
929
|
msgid "Clean all reported facts during provisioning (except discovery facts)"
|
930
930
|
msgstr "Nettoyer tous les facts signalés pendant le provisioning (sauf les facts de détection)"
|
931
931
|
|
932
|
-
#: ../lib/foreman_discovery/engine.rb:
|
932
|
+
#: ../lib/foreman_discovery/engine.rb:79
|
933
933
|
msgid "Hostname facts"
|
934
934
|
msgstr "Facts du nom d'hôte"
|
935
935
|
|
936
|
-
#: ../lib/foreman_discovery/engine.rb:
|
936
|
+
#: ../lib/foreman_discovery/engine.rb:80
|
937
937
|
msgid "List of facts to use for the hostname (first wins)"
|
938
938
|
msgstr ""
|
939
939
|
|
940
|
-
#: ../lib/foreman_discovery/engine.rb:
|
940
|
+
#: ../lib/foreman_discovery/engine.rb:85
|
941
941
|
msgid "Auto provisioning"
|
942
942
|
msgstr "Provisioning automatique"
|
943
943
|
|
944
|
-
#: ../lib/foreman_discovery/engine.rb:
|
944
|
+
#: ../lib/foreman_discovery/engine.rb:86
|
945
945
|
msgid "Automatically provision newly discovered hosts, according to the provisioning rules"
|
946
946
|
msgstr "Provisionner automatiquement les hôtes récemment détectés conformément aux règles de provisioning"
|
947
947
|
|
948
|
-
#: ../lib/foreman_discovery/engine.rb:
|
948
|
+
#: ../lib/foreman_discovery/engine.rb:92
|
949
949
|
msgid "Automatically reboot or kexec discovered host during provisioning"
|
950
950
|
msgstr "Redémarrer automatiquement ou effectuer un kexec sur l'hôte détecté pendant le provisioning"
|
951
951
|
|
@@ -957,135 +957,135 @@ msgstr "Préfixe du nom d'hôte"
|
|
957
957
|
msgid "The default prefix to use for the host name, must start with a letter"
|
958
958
|
msgstr "Préfixe par défaut à utiliser pour le nom d'hôte, doit commencer par une lettre"
|
959
959
|
|
960
|
-
#: ../lib/foreman_discovery/engine.rb:
|
960
|
+
#: ../lib/foreman_discovery/engine.rb:104
|
961
961
|
msgid "Fact columns"
|
962
962
|
msgstr "Colonnes fact"
|
963
963
|
|
964
|
-
#: ../lib/foreman_discovery/engine.rb:
|
964
|
+
#: ../lib/foreman_discovery/engine.rb:105
|
965
965
|
msgid "Extra facter columns to show in host lists"
|
966
966
|
msgstr ""
|
967
967
|
|
968
|
-
#: ../lib/foreman_discovery/engine.rb:
|
968
|
+
#: ../lib/foreman_discovery/engine.rb:110
|
969
969
|
msgid "Highlighted facts"
|
970
970
|
msgstr "Facts surlignés"
|
971
971
|
|
972
|
-
#: ../lib/foreman_discovery/engine.rb:
|
972
|
+
#: ../lib/foreman_discovery/engine.rb:111
|
973
973
|
msgid "Regex to organize facts for highlights section - e.g. ^(abc|cde)$"
|
974
974
|
msgstr "Expression régulière pour organiser les facts pour la section surlignages, par ex. ^(abc|cde)$"
|
975
975
|
|
976
|
-
#: ../lib/foreman_discovery/engine.rb:
|
976
|
+
#: ../lib/foreman_discovery/engine.rb:116
|
977
977
|
msgid "Storage facts"
|
978
978
|
msgstr "Facts de stockage"
|
979
979
|
|
980
|
-
#: ../lib/foreman_discovery/engine.rb:
|
980
|
+
#: ../lib/foreman_discovery/engine.rb:117
|
981
981
|
msgid "Regex to organize facts for storage section"
|
982
982
|
msgstr "Expression régulière pour organiser les facts pour la section stockage"
|
983
983
|
|
984
|
-
#: ../lib/foreman_discovery/engine.rb:
|
984
|
+
#: ../lib/foreman_discovery/engine.rb:122
|
985
985
|
msgid "Software facts"
|
986
986
|
msgstr "Facts logiciels"
|
987
987
|
|
988
|
-
#: ../lib/foreman_discovery/engine.rb:
|
988
|
+
#: ../lib/foreman_discovery/engine.rb:123
|
989
989
|
msgid "Regex to organize facts for software section"
|
990
990
|
msgstr "Expression régulière pour organiser les facts pour la section logiciel"
|
991
991
|
|
992
|
-
#: ../lib/foreman_discovery/engine.rb:
|
992
|
+
#: ../lib/foreman_discovery/engine.rb:128
|
993
993
|
msgid "Hardware facts"
|
994
994
|
msgstr "Facts matériels"
|
995
995
|
|
996
|
-
#: ../lib/foreman_discovery/engine.rb:
|
996
|
+
#: ../lib/foreman_discovery/engine.rb:129
|
997
997
|
msgid "Regex to organize facts for hardware section"
|
998
998
|
msgstr "Expression régulière pour organiser les facts pour la section matériel"
|
999
999
|
|
1000
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1000
|
+
#: ../lib/foreman_discovery/engine.rb:134
|
1001
1001
|
msgid "Network facts"
|
1002
1002
|
msgstr "Facts réseau"
|
1003
1003
|
|
1004
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1004
|
+
#: ../lib/foreman_discovery/engine.rb:135
|
1005
1005
|
msgid "Regex to organize facts for network section"
|
1006
1006
|
msgstr "Expression régulière pour organiser les facts pour la section réseau"
|
1007
1007
|
|
1008
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1008
|
+
#: ../lib/foreman_discovery/engine.rb:140
|
1009
1009
|
msgid "IPMI facts"
|
1010
1010
|
msgstr "Facts IPMI"
|
1011
1011
|
|
1012
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1012
|
+
#: ../lib/foreman_discovery/engine.rb:141
|
1013
1013
|
msgid "Regex to organize facts for ipmi section"
|
1014
1014
|
msgstr "Expression régulière pour organiser les facts pour la section ipmi"
|
1015
1015
|
|
1016
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1016
|
+
#: ../lib/foreman_discovery/engine.rb:146
|
1017
1017
|
msgid "Lock PXE"
|
1018
1018
|
msgstr "Verrouiller PXE"
|
1019
1019
|
|
1020
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1020
|
+
#: ../lib/foreman_discovery/engine.rb:147
|
1021
1021
|
msgid "Automatically generate PXE configuration to pin a newly discovered host to discovery"
|
1022
1022
|
msgstr "Générer automatiquement la configuration PXE pour épingler un hôte récemment détecté"
|
1023
1023
|
|
1024
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1024
|
+
#: ../lib/foreman_discovery/engine.rb:153
|
1025
1025
|
msgid "Locked PXELinux template name"
|
1026
1026
|
msgstr "Nom de modèle PXELinux verrouillé"
|
1027
1027
|
|
1028
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1028
|
+
#: ../lib/foreman_discovery/engine.rb:154
|
1029
1029
|
msgid "PXELinux template to be used when pinning a host to discovery"
|
1030
1030
|
msgstr "Modèle PXELinux à utiliser lors de l'épinglage d'un hôte pour la détection"
|
1031
1031
|
|
1032
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1032
|
+
#: ../lib/foreman_discovery/engine.rb:160
|
1033
1033
|
msgid "Locked PXEGrub template name"
|
1034
1034
|
msgstr "Nom de modèle PXEGrub verrouillé"
|
1035
1035
|
|
1036
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1036
|
+
#: ../lib/foreman_discovery/engine.rb:161
|
1037
1037
|
msgid "PXEGrub template to be used when pinning a host to discovery"
|
1038
1038
|
msgstr "Modèle PXEGrub à utiliser lors de l'épinglage d'un hôte pour la détection"
|
1039
1039
|
|
1040
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1040
|
+
#: ../lib/foreman_discovery/engine.rb:167
|
1041
1041
|
msgid "Locked PXEGrub2 template name"
|
1042
1042
|
msgstr "Nom de modèle PXEGrub2 verrouillé"
|
1043
1043
|
|
1044
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1044
|
+
#: ../lib/foreman_discovery/engine.rb:168
|
1045
1045
|
msgid "PXEGrub2 template to be used when pinning a host to discovery"
|
1046
1046
|
msgstr "Modèle PXEGrub2 à utiliser lors de l'épinglage d'un hôte pour la détection"
|
1047
1047
|
|
1048
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1048
|
+
#: ../lib/foreman_discovery/engine.rb:173
|
1049
1049
|
msgid "Force DNS"
|
1050
1050
|
msgstr "Forcer DNS"
|
1051
1051
|
|
1052
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1052
|
+
#: ../lib/foreman_discovery/engine.rb:174
|
1053
1053
|
msgid "Force DNS entries creation when provisioning discovered host"
|
1054
1054
|
msgstr "Forcer la création des entrées DNS lors du provisioning de l'hôte détecté"
|
1055
1055
|
|
1056
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1056
|
+
#: ../lib/foreman_discovery/engine.rb:179
|
1057
1057
|
msgid "Error on existing NIC"
|
1058
1058
|
msgstr "Erreur sur une carte réseau existante"
|
1059
1059
|
|
1060
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1060
|
+
#: ../lib/foreman_discovery/engine.rb:180
|
1061
1061
|
msgid "Do not allow to discover existing managed host matching MAC of a provisioning NIC (errors out early)"
|
1062
1062
|
msgstr "Ne pas autoriser la découverte du MAC correspondant à un hôte géré existant d'une carte réseau de provisionnement (erreurs survenues tôt)"
|
1063
1063
|
|
1064
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1064
|
+
#: ../lib/foreman_discovery/engine.rb:186
|
1065
1065
|
msgid "Type of name generator"
|
1066
1066
|
msgstr "Générateur type de nom"
|
1067
1067
|
|
1068
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1068
|
+
#: ../lib/foreman_discovery/engine.rb:187
|
1069
1069
|
msgid "Discovery hostname naming pattern"
|
1070
1070
|
msgstr "Modèle de nommage du nom d'hôte de découverte"
|
1071
1071
|
|
1072
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1072
|
+
#: ../lib/foreman_discovery/engine.rb:192
|
1073
1073
|
msgid "Prefer IPv6"
|
1074
1074
|
msgstr "Préférer IPv6"
|
1075
1075
|
|
1076
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1076
|
+
#: ../lib/foreman_discovery/engine.rb:193
|
1077
1077
|
msgid "Prefer IPv6 to IPv4 when calling discovered nodes"
|
1078
1078
|
msgstr "Préférer IPv6 à IPv4 lors de l'appel des nœuds découverts"
|
1079
1079
|
|
1080
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1080
|
+
#: ../lib/foreman_discovery/engine.rb:333
|
1081
1081
|
msgid "Discovery Proxy"
|
1082
1082
|
msgstr "Proxy de détection"
|
1083
1083
|
|
1084
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1084
|
+
#: ../lib/foreman_discovery/engine.rb:334
|
1085
1085
|
msgid "Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1086
1086
|
msgstr "Proxy de détection à utiliser à l'intérieur de ce sous-réseau pour gérer la connexion aux hôtes détectés"
|
1087
1087
|
|
1088
|
-
#: ../lib/foreman_discovery/engine.rb:
|
1088
|
+
#: ../lib/foreman_discovery/engine.rb:335
|
1089
1089
|
msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
|
1090
1090
|
msgstr "ID du proxy de détection à utiliser à l'intérieur de ce sous-réseau pour gérer la connexion aux hôtes détectés"
|
1091
1091
|
|