foreman_discovery 10.0.0 → 11.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (99) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/app/controllers/api/v2/discovered_hosts_controller.rb +1 -1
  4. data/app/controllers/api/v2/discovery_rules_controller.rb +2 -1
  5. data/app/controllers/concerns/foreman/controller/parameters/discovered_host.rb +9 -2
  6. data/app/controllers/discovered_hosts_controller.rb +16 -15
  7. data/app/controllers/discovery_rules_controller.rb +1 -1
  8. data/app/models/host/discovered.rb +10 -4
  9. data/app/models/host/managed_extensions.rb +4 -1
  10. data/app/views/foreman_discovery/debian_kexec.erb +1 -1
  11. data/db/migrate/20141107091416_create_discovery_rules.rb +1 -1
  12. data/db/migrate/20141107091417_add_discovery_rule_to_host.rb +1 -1
  13. data/db/migrate/20141126165451_add_discovery_id_to_subnet.rb +1 -1
  14. data/db/migrate/20141223101707_create_discovery_attribute_sets.rb +1 -1
  15. data/db/migrate/20141223142759_fill_discovery_attribute_sets_for_existing_hosts.rb +1 -1
  16. data/db/migrate/20150302112545_remove_duplicate_tokens_from_hosts.rb +1 -1
  17. data/db/migrate/20150310153859_remove_discovery_attribute_sets_from_managed_hosts.rb +1 -1
  18. data/db/migrate/20150331132115_remove_old_permissions.rb +1 -1
  19. data/db/migrate/20150505111345_remove_leftover_tokens.rb +1 -1
  20. data/db/migrate/20150512150432_remove_old_discovery_reader_permissions.rb +1 -1
  21. data/db/migrate/20150714144500_review_discovery_permissions.rb +1 -1
  22. data/db/migrate/20151023144501_regenerate_red_hat_kexec.rb +1 -1
  23. data/db/migrate/20160719124942_add_missing_view_permissions.rb +1 -1
  24. data/db/migrate/20160805104605_rename_lock_template_setting.rb +1 -1
  25. data/db/migrate/20160818091421_add_permissions_from_default_roles.rb +1 -1
  26. data/db/migrate/20160925213030_change_discovery_widget_names.rb +1 -1
  27. data/db/migrate/20160927164411_define_explicit_length_for_discovery_rule_attributes.rb +1 -1
  28. data/db/migrate/20161006094714_add_constraints_on_subnets_smart_proxies.rb +4 -1
  29. data/lib/foreman_discovery/engine.rb +2 -1
  30. data/lib/foreman_discovery/version.rb +1 -1
  31. data/locale/ca/LC_MESSAGES/foreman_discovery.mo +0 -0
  32. data/locale/ca/foreman_discovery.edit.po +47 -38
  33. data/locale/ca/foreman_discovery.po +18 -11
  34. data/locale/de/LC_MESSAGES/foreman_discovery.mo +0 -0
  35. data/locale/de/foreman_discovery.edit.po +50 -42
  36. data/locale/de/foreman_discovery.po +21 -15
  37. data/locale/en/LC_MESSAGES/foreman_discovery.mo +0 -0
  38. data/locale/en/foreman_discovery.edit.po +51 -43
  39. data/locale/en/foreman_discovery.po +7 -1
  40. data/locale/en_GB/LC_MESSAGES/foreman_discovery.mo +0 -0
  41. data/locale/en_GB/foreman_discovery.edit.po +43 -35
  42. data/locale/en_GB/foreman_discovery.po +14 -8
  43. data/locale/es/LC_MESSAGES/foreman_discovery.mo +0 -0
  44. data/locale/es/foreman_discovery.edit.po +208 -200
  45. data/locale/es/foreman_discovery.po +179 -173
  46. data/locale/foreman_discovery.pot +52 -44
  47. data/locale/fr/LC_MESSAGES/foreman_discovery.mo +0 -0
  48. data/locale/fr/foreman_discovery.edit.po +54 -46
  49. data/locale/fr/foreman_discovery.po +25 -19
  50. data/locale/gl/LC_MESSAGES/foreman_discovery.mo +0 -0
  51. data/locale/gl/foreman_discovery.edit.po +37 -29
  52. data/locale/gl/foreman_discovery.po +8 -2
  53. data/locale/it/LC_MESSAGES/foreman_discovery.mo +0 -0
  54. data/locale/it/foreman_discovery.edit.po +51 -43
  55. data/locale/it/foreman_discovery.po +22 -16
  56. data/locale/ja/LC_MESSAGES/foreman_discovery.mo +0 -0
  57. data/locale/ja/foreman_discovery.edit.po +184 -176
  58. data/locale/ja/foreman_discovery.po +155 -151
  59. data/locale/ko/LC_MESSAGES/foreman_discovery.mo +0 -0
  60. data/locale/ko/foreman_discovery.edit.po +57 -49
  61. data/locale/ko/foreman_discovery.po +28 -22
  62. data/locale/pt_BR/LC_MESSAGES/foreman_discovery.mo +0 -0
  63. data/locale/pt_BR/foreman_discovery.edit.po +206 -198
  64. data/locale/pt_BR/foreman_discovery.po +177 -171
  65. data/locale/ru/LC_MESSAGES/foreman_discovery.mo +0 -0
  66. data/locale/ru/foreman_discovery.edit.po +57 -49
  67. data/locale/ru/foreman_discovery.po +28 -22
  68. data/locale/sv_SE/LC_MESSAGES/foreman_discovery.mo +0 -0
  69. data/locale/sv_SE/foreman_discovery.edit.po +37 -29
  70. data/locale/sv_SE/foreman_discovery.po +8 -2
  71. data/locale/zh_CN/LC_MESSAGES/foreman_discovery.mo +0 -0
  72. data/locale/zh_CN/foreman_discovery.edit.po +204 -196
  73. data/locale/zh_CN/foreman_discovery.po +177 -169
  74. data/locale/zh_TW/LC_MESSAGES/foreman_discovery.mo +0 -0
  75. data/locale/zh_TW/foreman_discovery.edit.po +47 -39
  76. data/locale/zh_TW/foreman_discovery.po +18 -12
  77. data/test/factories/discovery_host_related.rb +2 -2
  78. data/test/factories/discovery_rule_related.rb +1 -1
  79. data/test/functional/api/v2/discovered_hosts_controller_test.rb +28 -27
  80. data/test/functional/api/v2/discovery_rules_controller_test.rb +14 -14
  81. data/test/functional/api/v2/fact_value_extensions_test.rb +5 -2
  82. data/test/functional/discovered_hosts_controller_test.rb +47 -40
  83. data/test/functional/discovery_rules_controller_test.rb +14 -14
  84. data/test/functional/foreman_discovery/concerns/hosts_controller_extensions_test.rb +2 -2
  85. data/test/integration/discovered_hosts_test.rb +151 -0
  86. data/test/test_helper_discovery.rb +53 -23
  87. data/test/test_plugin_helper.rb +3 -7
  88. data/test/unit/discovered_extensions_test.rb +40 -38
  89. data/test/unit/discovered_mailer_test.rb +1 -1
  90. data/test/unit/discovery_attribute_set_test.rb +4 -2
  91. data/test/unit/discovery_rule_test.rb +2 -2
  92. data/test/unit/discovery_taxonomy_extensions_test.rb +1 -1
  93. data/test/unit/fact_parser_test.rb +1 -1
  94. data/test/unit/host_discovered_test.rb +26 -23
  95. data/test/unit/managed_extensions_test.rb +1 -1
  96. data/test/unit/ui_notifications/destroy_host_test.rb +21 -17
  97. data/test/unit/ui_notifications/new_host_test.rb +11 -11
  98. metadata +8 -3
  99. data/config/as_deprecation_whitelist.yaml +0 -0
@@ -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.1.0\n"
10
+ "Project-Id-Version: foreman_discovery 10.0.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "PO-Revision-Date: 2017-10-17 23:23+0000\n"
13
- "Last-Translator: Lukáš Zapletal\n"
12
+ "PO-Revision-Date: 2018-01-04 17:08+0000\n"
13
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
14
14
  "Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
15
15
  "MIME-Version: 1.0\n"
16
16
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -79,10 +79,10 @@ msgid "Could not get facts from proxy %{url}: %{error}"
79
79
  msgstr "Impossible de récupérer les facts depuis le proxy %{url} : %{error}"
80
80
 
81
81
  msgid "Create Host"
82
- msgstr ""
82
+ msgstr "Créer un hôte"
83
83
 
84
84
  msgid "Create Rule"
85
- msgstr ""
85
+ msgstr "Créer une règle"
86
86
 
87
87
  msgid "Create a discovered host for testing (use /facts to create new hosts)"
88
88
  msgstr "Créer un hôte détecté à des fins de test (utiliser /facts pour créer des nouveaux hôtes)"
@@ -94,7 +94,7 @@ msgid "Customize Host"
94
94
  msgstr ""
95
95
 
96
96
  msgid "DHCP filename option (Grub2 or PXELinux by default)"
97
- msgstr ""
97
+ msgstr "Option nom de fichier DHCP (Grub2 ou PXELinux par défaut)"
98
98
 
99
99
  msgid "Delete %s?"
100
100
  msgstr "Supprimer %s ?"
@@ -115,7 +115,7 @@ msgid "Destroyed selected hosts"
115
115
  msgstr "Hôtes sélectionnés détruits"
116
116
 
117
117
  msgid "Details"
118
- msgstr ""
118
+ msgstr "Détails"
119
119
 
120
120
  msgid "Disable"
121
121
  msgstr "Désactiver"
@@ -145,7 +145,7 @@ msgid "Discovered hosts summary"
145
145
  msgstr "Synthèse des hôtes détectés"
146
146
 
147
147
  msgid "Discovery Kexec template"
148
- msgstr ""
148
+ msgstr "Modèle Kexec de détection"
149
149
 
150
150
  msgid "Discovery Proxy"
151
151
  msgstr "Proxy de dévouverte"
@@ -178,13 +178,13 @@ msgid "DiscoveryRule|Query"
178
178
  msgstr "Requête"
179
179
 
180
180
  msgid "Disk Count"
181
- msgstr ""
181
+ msgstr "Nombre de disques"
182
182
 
183
183
  msgid "Disk count"
184
184
  msgstr "Nombre de disques"
185
185
 
186
186
  msgid "Disks Size"
187
- msgstr ""
187
+ msgstr "Taille des disques"
188
188
 
189
189
  msgid "Disks size"
190
190
  msgstr "Taille des disques"
@@ -280,7 +280,7 @@ msgid "Host %{host} was provisioned with rule %{rule}"
280
280
  msgstr "L'hôte %{host} a été provisionné avec la règle %{rule}"
281
281
 
282
282
  msgid "Host Group"
283
- msgstr ""
283
+ msgstr "Groupe d'hôtes"
284
284
 
285
285
  msgid "Host group location %s must also be associated to the discovery rule"
286
286
  msgid_plural "Host group locations %s must also be associated to the discovery rule"
@@ -308,13 +308,13 @@ msgid "Hostnames must not start with numbers. A good approach is to use unique i
308
308
  msgstr "Les noms d'hôtes ne peuvent pas commencer par un chiffre. Il est conseillé d'utiliser des informations uniques fournies par facter (adresse MAC, BIOS ou numéro de série)."
309
309
 
310
310
  msgid "Hosts"
311
- msgstr ""
311
+ msgstr "Hôtes"
312
312
 
313
313
  msgid "Hosts Limit"
314
- msgstr ""
314
+ msgstr "Limite d'hôtes"
315
315
 
316
316
  msgid "Hosts/Limit"
317
- msgstr ""
317
+ msgstr "Hôtes/Limite"
318
318
 
319
319
  msgid "ID of Discovery Proxy to use within this subnet for managing connection to discovered hosts"
320
320
  msgstr "ID du proxy de découverte à utiliser à l'interieur de ce sous-reseaux pour gérer les connexion des hôtes découverts."
@@ -344,7 +344,7 @@ msgid "In addition to @host attribute function rand for random integers is avail
344
344
  msgstr "Outre l'attribut @host, la fonction « rand » pour des nombres entiers aléatoires est disponible. Ex. :"
345
345
 
346
346
  msgid "Init RAM kexec URL is invalid: '%s'"
347
- msgstr ""
347
+ msgstr "URL kexec RAM d'initialisation non valide : '%s'"
348
348
 
349
349
  msgid "Interface fact"
350
350
  msgstr "Interface pour les facts"
@@ -362,13 +362,13 @@ msgid "Invalid hostname: Could not normalize the hostname"
362
362
  msgstr "Nom d'hôte invalide : impossible de normaliser le nom de l'hôte"
363
363
 
364
364
  msgid "Kernel kexec URL is invalid: '%s'"
365
- msgstr ""
365
+ msgstr "URL kexec du noyau non valide : '%s'"
366
366
 
367
367
  msgid "Kexec template not associated with operating system"
368
368
  msgstr "Le modèle Kexec n'est pas associé à un système d'exploitation"
369
369
 
370
370
  msgid "Last Facts Upload"
371
- msgstr ""
371
+ msgstr "Derniers facts téléchargés"
372
372
 
373
373
  msgid "Learn more about this in the documentation."
374
374
  msgstr ""
@@ -473,7 +473,7 @@ msgid "Not reported in more than 7 days"
473
473
  msgstr "Aucun rapport reçu depuis au moins 7 jours"
474
474
 
475
475
  msgid "One or more hosts have been discovered"
476
- msgstr ""
476
+ msgstr "Un ou plusieurs hôtes ont été détectés"
477
477
 
478
478
  msgid "Organization"
479
479
  msgstr "Organisation"
@@ -500,7 +500,7 @@ msgid "Provision"
500
500
  msgstr "Provisionner"
501
501
 
502
502
  msgid "Provision %s"
503
- msgstr ""
503
+ msgstr "Provisionner %s"
504
504
 
505
505
  msgid "Provision a discovered host"
506
506
  msgstr "Provisionner un hôte détecté"
@@ -691,6 +691,9 @@ msgstr "hash contenant a minima les facts suivants pour l'hôte : discovery_boot
691
691
  msgid "items selected. Uncheck to Clear"
692
692
  msgstr "items sélectionnés. Décocher pour Effacer"
693
693
 
694
+ msgid "location ID for provisioned hosts"
695
+ msgstr ""
696
+
694
697
  msgid "must start with a letter or ERB."
695
698
  msgstr "doit commencer par une lettre ou ERB."
696
699
 
@@ -703,6 +706,9 @@ msgstr "n'est pas requis s'il s'agit d'un sous réseau avec proxy DHCP"
703
706
  msgid "number of entries per request"
704
707
  msgstr "nombre de résultats par requête"
705
708
 
709
+ msgid "organization ID for provisioned hosts"
710
+ msgstr ""
711
+
706
712
  msgid "paginate results"
707
713
  msgstr "paginer les resultats"
708
714
 
@@ -5,10 +5,10 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 9.1.0\n"
8
+ "Project-Id-Version: foreman_discovery 10.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "POT-Creation-Date: 2017-10-17 15:39+0200\n"
11
- "PO-Revision-Date: 2017-10-17 23:23+0000\n"
10
+ "POT-Creation-Date: 2017-12-11 10:28+0100\n"
11
+ "PO-Revision-Date: 2017-12-11 11:31+0000\n"
12
12
  "Last-Translator: Lukáš Zapletal\n"
13
13
  "Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/)\n"
14
14
  "MIME-Version: 1.0\n"
@@ -97,7 +97,7 @@ msgid "Execute rules against a discovered host"
97
97
  msgstr ""
98
98
 
99
99
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:123
100
- #: ../app/controllers/discovered_hosts_controller.rb:152
100
+ #: ../app/controllers/discovered_hosts_controller.rb:150
101
101
  msgid "Host %{host} was provisioned with rule %{rule}"
102
102
  msgstr ""
103
103
 
@@ -106,7 +106,7 @@ msgid "Unable to provision %{host}: %{errors}"
106
106
  msgstr ""
107
107
 
108
108
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:132
109
- #: ../app/controllers/discovered_hosts_controller.rb:159
109
+ #: ../app/controllers/discovered_hosts_controller.rb:157
110
110
  msgid "No rule found for host %s"
111
111
  msgstr ""
112
112
 
@@ -115,12 +115,12 @@ msgid "Execute rules against all currently discovered hosts"
115
115
  msgstr ""
116
116
 
117
117
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:143
118
- #: ../app/controllers/discovered_hosts_controller.rb:165
118
+ #: ../app/controllers/discovered_hosts_controller.rb:163
119
119
  msgid "Errors during auto provisioning: %s"
120
120
  msgstr ""
121
121
 
122
122
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:146
123
- #: ../app/controllers/discovered_hosts_controller.rb:168
123
+ #: ../app/controllers/discovered_hosts_controller.rb:166
124
124
  msgid "No discovered hosts to provision"
125
125
  msgstr ""
126
126
 
@@ -183,15 +183,23 @@ msgstr ""
183
183
  msgid "flag is used for temporary shutdown of rules"
184
184
  msgstr ""
185
185
 
186
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:43
186
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:39
187
+ msgid "location ID for provisioned hosts"
188
+ msgstr ""
189
+
190
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:40
191
+ msgid "organization ID for provisioned hosts"
192
+ msgstr ""
193
+
194
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:44
187
195
  msgid "Create a discovery rule"
188
196
  msgstr ""
189
197
 
190
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:51
198
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:52
191
199
  msgid "Update a rule"
192
200
  msgstr ""
193
201
 
194
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:59
202
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:60
195
203
  msgid "Delete a rule"
196
204
  msgstr ""
197
205
 
@@ -251,59 +259,59 @@ msgstr ""
251
259
  msgid "Failed to reboot hosts with error %s"
252
260
  msgstr ""
253
261
 
254
- #: ../app/controllers/discovered_hosts_controller.rb:142
262
+ #: ../app/controllers/discovered_hosts_controller.rb:140
255
263
  msgid "Destroyed selected hosts"
256
264
  msgstr "Eliminados equipos seleccionados"
257
265
 
258
- #: ../app/controllers/discovered_hosts_controller.rb:144
266
+ #: ../app/controllers/discovered_hosts_controller.rb:142
259
267
  msgid "The following hosts were not deleted: %s"
260
268
  msgstr "Os seguintes equipos non foron eliminados: %s"
261
269
 
262
- #: ../app/controllers/discovered_hosts_controller.rb:156
270
+ #: ../app/controllers/discovered_hosts_controller.rb:154
263
271
  msgid "Failed to auto provision host %s: %s"
264
272
  msgstr ""
265
273
 
266
- #: ../app/controllers/discovered_hosts_controller.rb:184
274
+ #: ../app/controllers/discovered_hosts_controller.rb:182
267
275
  msgid "Discovered hosts are provisioning now"
268
276
  msgstr ""
269
277
 
270
- #: ../app/controllers/discovered_hosts_controller.rb:213
278
+ #: ../app/controllers/discovered_hosts_controller.rb:214
271
279
  msgid "Highlights"
272
280
  msgstr ""
273
281
 
274
- #: ../app/controllers/discovered_hosts_controller.rb:213
282
+ #: ../app/controllers/discovered_hosts_controller.rb:214
275
283
  msgid "Storage"
276
284
  msgstr ""
277
285
 
278
- #: ../app/controllers/discovered_hosts_controller.rb:213
286
+ #: ../app/controllers/discovered_hosts_controller.rb:214
279
287
  msgid "Hardware"
280
288
  msgstr ""
281
289
 
282
- #: ../app/controllers/discovered_hosts_controller.rb:213
290
+ #: ../app/controllers/discovered_hosts_controller.rb:214
283
291
  msgid "Network"
284
292
  msgstr ""
285
293
 
286
- #: ../app/controllers/discovered_hosts_controller.rb:213
294
+ #: ../app/controllers/discovered_hosts_controller.rb:214
287
295
  msgid "Software"
288
296
  msgstr ""
289
297
 
290
- #: ../app/controllers/discovered_hosts_controller.rb:213
298
+ #: ../app/controllers/discovered_hosts_controller.rb:214
291
299
  msgid "IPMI"
292
300
  msgstr ""
293
301
 
294
- #: ../app/controllers/discovered_hosts_controller.rb:213
302
+ #: ../app/controllers/discovered_hosts_controller.rb:214
295
303
  msgid "Miscellaneous"
296
304
  msgstr ""
297
305
 
298
- #: ../app/controllers/discovered_hosts_controller.rb:290
306
+ #: ../app/controllers/discovered_hosts_controller.rb:291
299
307
  msgid "No hosts were found with that id or name"
300
308
  msgstr "Non se atopou ningún equipos con ese id ou nome"
301
309
 
302
- #: ../app/controllers/discovered_hosts_controller.rb:294
310
+ #: ../app/controllers/discovered_hosts_controller.rb:295
303
311
  msgid "No hosts selected"
304
312
  msgstr "Ningún equipo seleccionado"
305
313
 
306
- #: ../app/controllers/discovered_hosts_controller.rb:300
314
+ #: ../app/controllers/discovered_hosts_controller.rb:301
307
315
  msgid "Something went wrong while selecting hosts - %s"
308
316
  msgstr "Algo fallou ao seleccionar equipos - %s"
309
317
 
@@ -493,23 +501,23 @@ msgstr ""
493
501
  msgid "Invalid hostname: Could not normalize the hostname"
494
502
  msgstr ""
495
503
 
496
- #: ../app/models/host/managed_extensions.rb:20
504
+ #: ../app/models/host/managed_extensions.rb:23
497
505
  msgid "Reloading kernel on %s"
498
506
  msgstr ""
499
507
 
500
- #: ../app/models/host/managed_extensions.rb:22
508
+ #: ../app/models/host/managed_extensions.rb:25
501
509
  msgid "Rebooting %s"
502
510
  msgstr ""
503
511
 
504
- #: ../app/models/host/managed_extensions.rb:43
512
+ #: ../app/models/host/managed_extensions.rb:46
505
513
  msgid "Kexec template not associated with operating system"
506
514
  msgstr ""
507
515
 
508
- #: ../app/models/host/managed_extensions.rb:48
516
+ #: ../app/models/host/managed_extensions.rb:51
509
517
  msgid "Kernel kexec URL is invalid: '%s'"
510
518
  msgstr ""
511
519
 
512
- #: ../app/models/host/managed_extensions.rb:49
520
+ #: ../app/models/host/managed_extensions.rb:52
513
521
  msgid "Init RAM kexec URL is invalid: '%s'"
514
522
  msgstr ""
515
523
 
@@ -5,9 +5,9 @@
5
5
  # Translators:
6
6
  msgid ""
7
7
  msgstr ""
8
- "Project-Id-Version: foreman_discovery 9.1.0\n"
8
+ "Project-Id-Version: foreman_discovery 10.0.0\n"
9
9
  "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2017-10-17 23:23+0000\n"
10
+ "PO-Revision-Date: 2017-12-11 11:31+0000\n"
11
11
  "Last-Translator: Lukáš Zapletal\n"
12
12
  "Language-Team: Galician (http://www.transifex.com/foreman/foreman/language/gl/"
13
13
  ")\n"
@@ -690,6 +690,9 @@ msgstr ""
690
690
  msgid "items selected. Uncheck to Clear"
691
691
  msgstr "obxetos seleccionados. Desactivar para limpar"
692
692
 
693
+ msgid "location ID for provisioned hosts"
694
+ msgstr ""
695
+
693
696
  msgid "must start with a letter or ERB."
694
697
  msgstr ""
695
698
 
@@ -702,6 +705,9 @@ msgstr ""
702
705
  msgid "number of entries per request"
703
706
  msgstr ""
704
707
 
708
+ msgid "organization ID for provisioned hosts"
709
+ msgstr ""
710
+
705
711
  msgid "paginate results"
706
712
  msgstr ""
707
713
 
@@ -7,11 +7,11 @@
7
7
  # caifti <caifti@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: foreman_discovery 9.1.0\n"
10
+ "Project-Id-Version: foreman_discovery 10.0.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2017-10-17 15:39+0200\n"
13
- "PO-Revision-Date: 2017-10-17 23:23+0000\n"
14
- "Last-Translator: Lukáš Zapletal\n"
12
+ "POT-Creation-Date: 2017-12-11 10:28+0100\n"
13
+ "PO-Revision-Date: 2018-01-05 19:26+0000\n"
14
+ "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
15
15
  "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -99,7 +99,7 @@ msgid "Execute rules against a discovered host"
99
99
  msgstr "Esegui le regole nei confronti di un host rilevato"
100
100
 
101
101
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:123
102
- #: ../app/controllers/discovered_hosts_controller.rb:152
102
+ #: ../app/controllers/discovered_hosts_controller.rb:150
103
103
  msgid "Host %{host} was provisioned with rule %{rule}"
104
104
  msgstr "È stato eseguito il provisioning dell'host %{host} con la regola %{rule}"
105
105
 
@@ -108,7 +108,7 @@ msgid "Unable to provision %{host}: %{errors}"
108
108
  msgstr ""
109
109
 
110
110
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:132
111
- #: ../app/controllers/discovered_hosts_controller.rb:159
111
+ #: ../app/controllers/discovered_hosts_controller.rb:157
112
112
  msgid "No rule found for host %s"
113
113
  msgstr "Nessuna regola trovata per l'host %s"
114
114
 
@@ -117,12 +117,12 @@ msgid "Execute rules against all currently discovered hosts"
117
117
  msgstr "Esegui le regole nei confronti degli host attualemente rilevati"
118
118
 
119
119
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:143
120
- #: ../app/controllers/discovered_hosts_controller.rb:165
120
+ #: ../app/controllers/discovered_hosts_controller.rb:163
121
121
  msgid "Errors during auto provisioning: %s"
122
122
  msgstr "Errore durante auto provisioning: %s"
123
123
 
124
124
  #: ../app/controllers/api/v2/discovered_hosts_controller.rb:146
125
- #: ../app/controllers/discovered_hosts_controller.rb:168
125
+ #: ../app/controllers/discovered_hosts_controller.rb:166
126
126
  msgid "No discovered hosts to provision"
127
127
  msgstr "Nessun host rilevato per il provisioning"
128
128
 
@@ -185,15 +185,23 @@ msgstr "ordina le regole, i numeri più piccoli hanno maggiore priorità. Deve e
185
185
  msgid "flag is used for temporary shutdown of rules"
186
186
  msgstr "il flag viene usato per interrompere momentaneamente le regole"
187
187
 
188
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:43
188
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:39
189
+ msgid "location ID for provisioned hosts"
190
+ msgstr ""
191
+
192
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:40
193
+ msgid "organization ID for provisioned hosts"
194
+ msgstr ""
195
+
196
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:44
189
197
  msgid "Create a discovery rule"
190
198
  msgstr "Crea una regola per la scoperta"
191
199
 
192
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:51
200
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:52
193
201
  msgid "Update a rule"
194
202
  msgstr "Aggiorna una regola"
195
203
 
196
- #: ../app/controllers/api/v2/discovery_rules_controller.rb:59
204
+ #: ../app/controllers/api/v2/discovery_rules_controller.rb:60
197
205
  msgid "Delete a rule"
198
206
  msgstr "Cancella una regola"
199
207
 
@@ -253,59 +261,59 @@ msgstr "Impossibile eseguire il riavvio dell'host %{hostname} con errore %{error
253
261
  msgid "Failed to reboot hosts with error %s"
254
262
  msgstr ""
255
263
 
256
- #: ../app/controllers/discovered_hosts_controller.rb:142
264
+ #: ../app/controllers/discovered_hosts_controller.rb:140
257
265
  msgid "Destroyed selected hosts"
258
266
  msgstr "Host selezionati annullati"
259
267
 
260
- #: ../app/controllers/discovered_hosts_controller.rb:144
268
+ #: ../app/controllers/discovered_hosts_controller.rb:142
261
269
  msgid "The following hosts were not deleted: %s"
262
270
  msgstr "I seguenti host non sono stati rilevati: %s"
263
271
 
264
- #: ../app/controllers/discovered_hosts_controller.rb:156
272
+ #: ../app/controllers/discovered_hosts_controller.rb:154
265
273
  msgid "Failed to auto provision host %s: %s"
266
274
  msgstr "Impossibile eseguire auto provision dell'host %s: %s"
267
275
 
268
- #: ../app/controllers/discovered_hosts_controller.rb:184
276
+ #: ../app/controllers/discovered_hosts_controller.rb:182
269
277
  msgid "Discovered hosts are provisioning now"
270
278
  msgstr "Gli host rilevati stanno eseguendo ora il provisioning"
271
279
 
272
- #: ../app/controllers/discovered_hosts_controller.rb:213
280
+ #: ../app/controllers/discovered_hosts_controller.rb:214
273
281
  msgid "Highlights"
274
282
  msgstr ""
275
283
 
276
- #: ../app/controllers/discovered_hosts_controller.rb:213
284
+ #: ../app/controllers/discovered_hosts_controller.rb:214
277
285
  msgid "Storage"
278
- msgstr ""
286
+ msgstr "Storage"
279
287
 
280
- #: ../app/controllers/discovered_hosts_controller.rb:213
288
+ #: ../app/controllers/discovered_hosts_controller.rb:214
281
289
  msgid "Hardware"
282
- msgstr ""
290
+ msgstr "Hardware"
283
291
 
284
- #: ../app/controllers/discovered_hosts_controller.rb:213
292
+ #: ../app/controllers/discovered_hosts_controller.rb:214
285
293
  msgid "Network"
286
- msgstr ""
294
+ msgstr "Rete"
287
295
 
288
- #: ../app/controllers/discovered_hosts_controller.rb:213
296
+ #: ../app/controllers/discovered_hosts_controller.rb:214
289
297
  msgid "Software"
290
- msgstr ""
298
+ msgstr "Software"
291
299
 
292
- #: ../app/controllers/discovered_hosts_controller.rb:213
300
+ #: ../app/controllers/discovered_hosts_controller.rb:214
293
301
  msgid "IPMI"
294
- msgstr ""
302
+ msgstr "IPMI"
295
303
 
296
- #: ../app/controllers/discovered_hosts_controller.rb:213
304
+ #: ../app/controllers/discovered_hosts_controller.rb:214
297
305
  msgid "Miscellaneous"
298
- msgstr ""
306
+ msgstr "Varie"
299
307
 
300
- #: ../app/controllers/discovered_hosts_controller.rb:290
308
+ #: ../app/controllers/discovered_hosts_controller.rb:291
301
309
  msgid "No hosts were found with that id or name"
302
310
  msgstr "Nessun host trovato con l'id o nome indicato"
303
311
 
304
- #: ../app/controllers/discovered_hosts_controller.rb:294
312
+ #: ../app/controllers/discovered_hosts_controller.rb:295
305
313
  msgid "No hosts selected"
306
314
  msgstr "Nessun host selezionato"
307
315
 
308
- #: ../app/controllers/discovered_hosts_controller.rb:300
316
+ #: ../app/controllers/discovered_hosts_controller.rb:301
309
317
  msgid "Something went wrong while selecting hosts - %s"
310
318
  msgstr "Si è verificato un errore durante la selezione degli host - %s"
311
319
 
@@ -495,23 +503,23 @@ msgstr ""
495
503
  msgid "Invalid hostname: Could not normalize the hostname"
496
504
  msgstr ""
497
505
 
498
- #: ../app/models/host/managed_extensions.rb:20
506
+ #: ../app/models/host/managed_extensions.rb:23
499
507
  msgid "Reloading kernel on %s"
500
508
  msgstr ""
501
509
 
502
- #: ../app/models/host/managed_extensions.rb:22
510
+ #: ../app/models/host/managed_extensions.rb:25
503
511
  msgid "Rebooting %s"
504
512
  msgstr "Riavvio di %s"
505
513
 
506
- #: ../app/models/host/managed_extensions.rb:43
514
+ #: ../app/models/host/managed_extensions.rb:46
507
515
  msgid "Kexec template not associated with operating system"
508
516
  msgstr ""
509
517
 
510
- #: ../app/models/host/managed_extensions.rb:48
518
+ #: ../app/models/host/managed_extensions.rb:51
511
519
  msgid "Kernel kexec URL is invalid: '%s'"
512
520
  msgstr ""
513
521
 
514
- #: ../app/models/host/managed_extensions.rb:49
522
+ #: ../app/models/host/managed_extensions.rb:52
515
523
  msgid "Init RAM kexec URL is invalid: '%s'"
516
524
  msgstr ""
517
525
 
@@ -822,15 +830,15 @@ msgstr "Host trovati: %s"
822
830
 
823
831
  #: ../app/views/discovered_hosts/show.html.erb:34
824
832
  msgid "Interfaces"
825
- msgstr ""
833
+ msgstr "Interfaccia"
826
834
 
827
835
  #: ../app/views/discovered_hosts/show.html.erb:41
828
836
  msgid "Type"
829
- msgstr ""
837
+ msgstr "Tipo"
830
838
 
831
839
  #: ../app/views/discovered_hosts/show.html.erb:42
832
840
  msgid "Identifier"
833
- msgstr "Indetificatore"
841
+ msgstr "Identificazione"
834
842
 
835
843
  #: ../app/views/discovered_hosts/show.html.erb:43
836
844
  msgid "MAC address"
@@ -916,7 +924,7 @@ msgstr "Hostname per gli host con provisioning"
916
924
 
917
925
  #: ../app/views/discovery_rules/_form.html.erb:26
918
926
  msgid "Hosts Limit"
919
- msgstr ""
927
+ msgstr "Limite host"
920
928
 
921
929
  #: ../app/views/discovery_rules/_form.html.erb:26
922
930
  msgid "Maximum hosts provisioned with this rule (0 = unlimited)"
@@ -982,7 +990,7 @@ msgstr "Interrogazione"
982
990
 
983
991
  #: ../app/views/discovery_rules/index.html.erb:9
984
992
  msgid "Host Group"
985
- msgstr ""
993
+ msgstr "Gruppo di host"
986
994
 
987
995
  #: ../app/views/discovery_rules/index.html.erb:10
988
996
  msgid "Hosts/Limit"
@@ -1002,7 +1010,7 @@ msgstr ""
1002
1010
 
1003
1011
  #: ../db/seeds.d/80_discovery_ui_notification.rb:4
1004
1012
  msgid "Hosts"
1005
- msgstr ""
1013
+ msgstr "Hosts"
1006
1014
 
1007
1015
  #: ../db/seeds.d/80_discovery_ui_notification.rb:6
1008
1016
  msgid "One or more hosts have been discovered"
@@ -1010,7 +1018,7 @@ msgstr ""
1010
1018
 
1011
1019
  #: ../db/seeds.d/80_discovery_ui_notification.rb:13
1012
1020
  msgid "Details"
1013
- msgstr ""
1021
+ msgstr "Dettagli:"
1014
1022
 
1015
1023
  #: ../lib/foreman_discovery/engine.rb:151
1016
1024
  msgid "Discovered hosts"