katello 4.1.0.rc2.2 → 4.1.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of katello might be problematic. Click here for more details.

Files changed (141) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +1 -1
  3. data/app/controllers/katello/api/v2/content_exports_controller.rb +1 -1
  4. data/app/controllers/katello/api/v2/content_imports_controller.rb +2 -2
  5. data/app/controllers/katello/api/v2/errata_controller.rb +2 -23
  6. data/app/controllers/katello/api/v2/host_errata_controller.rb +5 -32
  7. data/app/controllers/katello/api/v2/host_packages_controller.rb +1 -1
  8. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +1 -1
  9. data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +0 -1
  10. data/app/controllers/katello/api/v2/repositories_controller.rb +1 -1
  11. data/app/controllers/katello/concerns/api/v2/host_errata_extensions.rb +41 -0
  12. data/app/controllers/katello/remote_execution_controller.rb +5 -9
  13. data/app/lib/actions/candlepin/abstract_async_task.rb +9 -1
  14. data/app/lib/actions/katello/agent_action.rb +2 -0
  15. data/app/lib/actions/katello/applicability/repository/regenerate.rb +10 -10
  16. data/app/lib/actions/katello/capsule_content/sync.rb +1 -1
  17. data/app/lib/actions/katello/host/upload_package_profile.rb +1 -6
  18. data/app/lib/actions/katello/host/upload_profiles.rb +2 -41
  19. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +2 -2
  20. data/app/lib/actions/katello/repository/check_matching_content.rb +13 -14
  21. data/app/lib/actions/katello/repository/sync.rb +3 -14
  22. data/app/lib/actions/katello/repository/verify_checksum.rb +1 -1
  23. data/app/lib/actions/katello/sync_plan/run.rb +7 -2
  24. data/app/lib/actions/pulp3/content_guard/refresh.rb +6 -10
  25. data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +1 -1
  26. data/app/lib/actions/pulp3/repository/save_version.rb +1 -0
  27. data/app/lib/katello/errors.rb +1 -1
  28. data/app/lib/katello/event_daemon/monitor.rb +1 -0
  29. data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +6 -10
  30. data/app/lib/katello/util/hostgroup_facets_helper.rb +126 -0
  31. data/app/models/katello/authorization/content_view.rb +5 -9
  32. data/app/models/katello/authorization/organization.rb +4 -4
  33. data/app/models/katello/concerns/hostgroup_extensions.rb +3 -1
  34. data/app/models/katello/concerns/pulp_database_unit.rb +42 -0
  35. data/app/models/katello/concerns/redhat_extensions.rb +18 -10
  36. data/app/models/katello/erratum.rb +0 -4
  37. data/app/models/katello/glue/pulp/repo.rb +0 -19
  38. data/app/models/katello/host/content_facet.rb +11 -20
  39. data/app/models/katello/host_available_module_stream.rb +4 -4
  40. data/app/models/katello/module_stream.rb +0 -4
  41. data/app/models/katello/ping.rb +2 -9
  42. data/app/models/katello/repository.rb +14 -4
  43. data/app/models/katello/root_repository.rb +4 -0
  44. data/app/models/katello/rpm.rb +0 -4
  45. data/app/services/cert/certs.rb +4 -0
  46. data/app/services/katello/applicable_host_queue.rb +2 -2
  47. data/app/services/katello/pulp/yum_metadata_file.rb +6 -2
  48. data/app/services/katello/pulp3/api/content_guard.rb +39 -5
  49. data/app/services/katello/pulp3/repository/ansible_collection.rb +1 -1
  50. data/app/services/katello/pulp3/repository/yum.rb +1 -0
  51. data/app/services/katello/registration_manager.rb +4 -24
  52. data/app/services/katello/ui_notifications/pulp/proxy_disk_space.rb +1 -0
  53. data/app/views/katello/api/v2/repository_sets/show.json.rabl +9 -5
  54. data/config/katello.yaml.example +0 -13
  55. data/config/routes/api/v2.rb +0 -1
  56. data/db/migrate/20200514092553_move_katello_fields_from_hostgroups.katello.rb +15 -1
  57. data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +18 -22
  58. data/db/migrate/20210512170039_add_repo_timestamps.rb +6 -0
  59. data/db/migrate/20210512192745_fix_red_hat_root_repository_arch.rb +11 -0
  60. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +26 -27
  61. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +1 -3
  62. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -5
  63. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html +1 -1
  64. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
  65. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +7 -2
  66. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +5 -2
  67. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +1 -1
  68. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -1
  69. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +2 -2
  70. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
  71. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +7 -2
  72. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages.html +2 -2
  73. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +5 -10
  74. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -5
  75. data/lib/katello.rb +1 -1
  76. data/lib/katello/engine.rb +0 -2
  77. data/lib/katello/permission_creator.rb +7 -14
  78. data/lib/katello/plugin.rb +9 -0
  79. data/lib/katello/tasks/fix_hostgroup_facets.rake +8 -0
  80. data/lib/katello/tasks/upgrades/4.1/update_content_import_export_perms.rake +33 -0
  81. data/lib/katello/version.rb +1 -1
  82. data/locale/action_names.rb +39 -39
  83. data/locale/bn/katello.edit.po +114 -107
  84. data/locale/bn/katello.po +12 -6
  85. data/locale/cs/katello.edit.po +118 -115
  86. data/locale/cs/katello.po +12 -6
  87. data/locale/de/katello.edit.po +126 -136
  88. data/locale/de/katello.po +12 -6
  89. data/locale/en/katello.edit.po +114 -106
  90. data/locale/en/katello.po +12 -6
  91. data/locale/es/katello.edit.po +129 -165
  92. data/locale/es/katello.po +12 -6
  93. data/locale/fr/katello.edit.po +143 -247
  94. data/locale/fr/katello.po +13 -9
  95. data/locale/gu/katello.edit.po +114 -107
  96. data/locale/gu/katello.po +12 -6
  97. data/locale/hi/katello.edit.po +114 -107
  98. data/locale/hi/katello.po +12 -6
  99. data/locale/it/katello.edit.po +121 -131
  100. data/locale/it/katello.po +12 -6
  101. data/locale/ja/katello.edit.po +141 -229
  102. data/locale/ja/katello.po +13 -9
  103. data/locale/katello.pot +124 -114
  104. data/locale/kn/katello.edit.po +114 -107
  105. data/locale/kn/katello.po +12 -6
  106. data/locale/ko/katello.edit.po +126 -136
  107. data/locale/ko/katello.po +12 -6
  108. data/locale/mr/katello.edit.po +114 -107
  109. data/locale/mr/katello.po +12 -6
  110. data/locale/or/katello.edit.po +114 -107
  111. data/locale/or/katello.po +12 -6
  112. data/locale/pa/katello.edit.po +114 -107
  113. data/locale/pa/katello.po +12 -6
  114. data/locale/pt/katello.edit.po +114 -107
  115. data/locale/pt/katello.po +12 -6
  116. data/locale/pt_BR/katello.edit.po +129 -165
  117. data/locale/pt_BR/katello.po +12 -6
  118. data/locale/ru/katello.edit.po +126 -136
  119. data/locale/ru/katello.po +12 -6
  120. data/locale/ta/katello.edit.po +114 -107
  121. data/locale/ta/katello.po +12 -6
  122. data/locale/te/katello.edit.po +114 -107
  123. data/locale/te/katello.po +12 -6
  124. data/locale/zh_CN/katello.edit.po +140 -229
  125. data/locale/zh_CN/katello.po +13 -9
  126. data/locale/zh_TW/katello.edit.po +127 -153
  127. data/locale/zh_TW/katello.po +12 -6
  128. data/webpack/components/react-bootstrap-select/index.js +1 -1
  129. metadata +26 -18
  130. data/app/lib/actions/katello/host/generate_applicability.rb +0 -41
  131. data/app/lib/actions/katello/repository/import_applicability.rb +0 -25
  132. data/app/lib/actions/pulp/consumer.rb +0 -100
  133. data/app/lib/actions/pulp/consumer/create.rb +0 -19
  134. data/app/lib/actions/pulp/consumer/destroy.rb +0 -17
  135. data/app/lib/actions/pulp/consumer/generate_applicability.rb +0 -24
  136. data/app/lib/actions/pulp/consumer/update.rb +0 -20
  137. data/app/lib/actions/pulp3/capsule_content/refresh_content_guard.rb +0 -17
  138. data/app/models/katello/events/import_host_applicability.rb +0 -16
  139. data/app/services/katello/applicable_content_helper.rb +0 -111
  140. data/app/services/katello/pulp/consumer.rb +0 -83
  141. data/app/services/katello/pulp/consumer_group.rb +0 -95
data/locale/hi/katello.po CHANGED
@@ -3134,6 +3134,9 @@ msgstr ""
3134
3134
  msgid "No manifest file uploaded"
3135
3135
  msgstr ""
3136
3136
 
3137
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
3138
+ msgstr ""
3139
+
3137
3140
  msgid "No matching content views found"
3138
3141
  msgstr ""
3139
3142
 
@@ -4405,10 +4408,13 @@ msgstr ""
4405
4408
  msgid "Source RPM"
4406
4409
  msgstr ""
4407
4410
 
4411
+ msgid "Specify an export chunk size less than 1_000_000 GB"
4412
+ msgstr ""
4413
+
4408
4414
  msgid "Specify the list of units in each repo"
4409
4415
  msgstr ""
4410
4416
 
4411
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
4417
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
4412
4418
  msgstr ""
4413
4419
 
4414
4420
  msgid "Stacking ID"
@@ -4738,11 +4744,6 @@ msgstr ""
4738
4744
  msgid "The following hosts have errata that apply to them: "
4739
4745
  msgstr ""
4740
4746
 
4741
- msgid ""
4742
- "The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
4743
- " %{repos}"
4744
- msgstr ""
4745
-
4746
4747
  msgid ""
4747
4748
  "The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\n"
4748
4749
  " %{repos}"
@@ -4769,6 +4770,11 @@ msgstr ""
4769
4770
  msgid "The order to sort the results in. ['asc', 'desc'] Defaults to 'desc'."
4770
4771
  msgstr ""
4771
4772
 
4773
+ msgid ""
4774
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
4775
+ " %{repos}"
4776
+ msgstr ""
4777
+
4772
4778
  msgid "The page you are attempting to access requires selecting a specific organization."
4773
4779
  msgstr ""
4774
4780
 
@@ -13,7 +13,6 @@ msgid ""
13
13
  msgstr ""
14
14
  "Project-Id-Version: katello 2.4.0-RC1\n"
15
15
  "Report-Msgid-Bugs-To: \n"
16
- "POT-Creation-Date: 2021-05-07 20:06+0000\n"
17
16
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
18
17
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>, 2021\n"
19
18
  "Language-Team: Italian (https://www.transifex.com/foreman/teams/114/it/)\n"
@@ -512,7 +511,7 @@ msgid "Destination Server name"
512
511
  msgstr ""
513
512
 
514
513
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:11 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:31 ../app/controllers/katello/api/v2/content_exports_controller.rb:32 ../app/controllers/katello/api/v2/content_exports_controller.rb:48
515
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
514
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
516
515
  msgstr ""
517
516
 
518
517
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:13 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:33
@@ -3603,11 +3602,11 @@ msgstr ""
3603
3602
  msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
3604
3603
  msgstr ""
3605
3604
 
3606
- #: ../app/lib/actions/katello/activation_key/create.rb:21 ../app/lib/actions/katello/content_view/create.rb:10 ../app/lib/actions/katello/content_view/environment_create.rb:16 ../app/lib/actions/katello/repository/create.rb:50 ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:17
3605
+ #: ../app/lib/actions/katello/activation_key/create.rb:21 ../app/lib/actions/katello/content_view/create.rb:10 ../app/lib/actions/katello/content_view/environment_create.rb:16 ../app/lib/actions/katello/repository/create.rb:50 ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:23
3607
3606
  msgid "Create"
3608
3607
  msgstr "Crea"
3609
3608
 
3610
- #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:57
3609
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:66
3611
3610
  msgid "Delete Activation Key"
3612
3611
  msgstr "Cancella chiave di attivazione"
3613
3612
 
@@ -3623,11 +3622,11 @@ msgstr "Nessun pacchetto rimosso"
3623
3622
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3624
3623
  msgstr ""
3625
3624
 
3626
- #: ../app/lib/actions/katello/agent_action.rb:86
3625
+ #: ../app/lib/actions/katello/agent_action.rb:90
3627
3626
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3628
3627
  msgstr ""
3629
3628
 
3630
- #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:55
3629
+ #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:65
3631
3630
  msgid "Generate host applicability"
3632
3631
  msgstr ""
3633
3632
 
@@ -3635,15 +3634,15 @@ msgstr ""
3635
3634
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
3636
3635
  msgstr ""
3637
3636
 
3638
- #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:54
3637
+ #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:71
3639
3638
  msgid "Bulk generate applicability for hosts"
3640
3639
  msgstr ""
3641
3640
 
3642
- #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:53
3641
+ #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:70
3643
3642
  msgid "Generate repository applicability"
3644
3643
  msgstr ""
3645
3644
 
3646
- #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:52
3645
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:69
3647
3646
  msgid "Synchronize smart proxy"
3648
3647
  msgstr ""
3649
3648
 
@@ -3655,7 +3654,7 @@ msgstr ""
3655
3654
  msgid "Sync Content View on Smart Proxy(ies)"
3656
3655
  msgstr ""
3657
3656
 
3658
- #: ../app/lib/actions/katello/content_view/destroy.rb:34 ../app/lib/actions/katello/provider/destroy.rb:19 ../app/lib/actions/katello/repository/destroy.rb:67 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:262 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277 ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27 ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90 action_names.rb:16
3657
+ #: ../app/lib/actions/katello/content_view/destroy.rb:34 ../app/lib/actions/katello/provider/destroy.rb:19 ../app/lib/actions/katello/repository/destroy.rb:67 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:262 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277 ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27 ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90 action_names.rb:22
3659
3658
  msgid "Delete"
3660
3659
  msgstr "Cancella"
3661
3660
 
@@ -3707,7 +3706,7 @@ msgstr "Contenuto aggiunto:"
3707
3706
  msgid "Cannot promote environment out of sequence. Use force to bypass restriction."
3708
3707
  msgstr "Impossibile avanzare l'ambiente fuori sequenza. Forza questa operazione per bypassare le restrizioni."
3709
3708
 
3710
- #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:47
3709
+ #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:40
3711
3710
  msgid "Promotion to Environment"
3712
3711
  msgstr ""
3713
3712
 
@@ -3719,7 +3718,7 @@ msgstr ""
3719
3718
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
3720
3719
  msgstr ""
3721
3720
 
3722
- #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:46
3721
+ #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:42
3723
3722
  msgid "Publish"
3724
3723
  msgstr "Pubblica"
3725
3724
 
@@ -3731,7 +3730,7 @@ msgstr ""
3731
3730
  msgid "Cannot delete version while it is in environment %s"
3732
3731
  msgstr "Impossibile rimuovere una versione se presente nell'ambiente %s"
3733
3732
 
3734
- #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:45
3733
+ #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:39
3735
3734
  msgid "Remove Versions and Associations"
3736
3735
  msgstr "Rimuovi le versioni e le associazioni"
3737
3736
 
@@ -3751,7 +3750,7 @@ msgstr "Impossibile riassegnare activation_keys. Controllare activation_key_cont
3751
3750
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
3752
3751
  msgstr "Impossibile rimuovere la visualizzazione del contenuto da un ambiente. La visualizzazione '%{view}' non è presente nell'ambiente ciclo di vita '%{env}'."
3753
3752
 
3754
- #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:44
3753
+ #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:38
3755
3754
  msgid "Remove from Environment"
3756
3755
  msgstr "Rimuovi dall'ambiente"
3757
3756
 
@@ -3763,7 +3762,7 @@ msgstr "Rimuovi versione"
3763
3762
  msgid "Create Repositories"
3764
3763
  msgstr ""
3765
3764
 
3766
- #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:12
3765
+ #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:37
3767
3766
  msgid "Export"
3768
3767
  msgstr "Esporta"
3769
3768
 
@@ -3771,15 +3770,15 @@ msgstr "Esporta"
3771
3770
  msgid "Content view not provided in the metadata"
3772
3771
  msgstr ""
3773
3772
 
3774
- #: ../app/lib/actions/katello/content_view_version/import.rb:40 action_names.rb:42
3773
+ #: ../app/lib/actions/katello/content_view_version/import.rb:41 action_names.rb:44
3775
3774
  msgid "Import Content View Version"
3776
3775
  msgstr ""
3777
3776
 
3778
- #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:41
3777
+ #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:36
3779
3778
  msgid "Import Default Content View"
3780
3779
  msgstr ""
3781
3780
 
3782
- #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:40
3781
+ #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:35
3783
3782
  msgid "Incremental Update"
3784
3783
  msgstr "Aggiornamento incrementale"
3785
3784
 
@@ -3803,15 +3802,15 @@ msgstr "Nessuna versione della visualizzazione del contenuto %{component} esiste
3803
3802
  msgid "Republish Repositories of %{name} %{version}"
3804
3803
  msgstr ""
3805
3804
 
3806
- #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:39
3805
+ #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:34
3807
3806
  msgid "Republish Version Repositories"
3808
3807
  msgstr ""
3809
3808
 
3810
- #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:38
3809
+ #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:45
3811
3810
  msgid "Delete Lifecycle Environment"
3812
3811
  msgstr "Cancella ambiente ciclo di vita"
3813
3812
 
3814
- #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:37
3813
+ #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:33
3815
3814
  msgid "Publish Lifecycle Environment Repositories"
3816
3815
  msgstr ""
3817
3816
 
@@ -3827,7 +3826,7 @@ msgstr ""
3827
3826
  msgid "Unknown"
3828
3827
  msgstr "Sconosciuto"
3829
3828
 
3830
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:36
3829
+ #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:46
3831
3830
  msgid "Attach subscriptions"
3832
3831
  msgstr ""
3833
3832
 
@@ -3835,7 +3834,7 @@ msgstr ""
3835
3834
  msgid "Destroy Content Host %s"
3836
3835
  msgstr ""
3837
3836
 
3838
- #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:34
3837
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:47
3839
3838
  msgid "Destroy Content Host"
3840
3839
  msgstr "Elimina host di contenuto"
3841
3840
 
@@ -3847,7 +3846,7 @@ msgstr ""
3847
3846
  msgid "No applicable errata for %s, skipping"
3848
3847
  msgstr ""
3849
3848
 
3850
- #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:33
3849
+ #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:31
3851
3850
  msgid "Install Applicable Errata"
3852
3851
  msgstr "Installa errata applicabile"
3853
3852
 
@@ -3939,7 +3938,7 @@ msgstr ""
3939
3938
  msgid "Remove subscriptions from %s"
3940
3939
  msgstr ""
3941
3940
 
3942
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:30
3941
+ #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:29
3943
3942
  msgid "Remove subscriptions"
3944
3943
  msgstr ""
3945
3944
 
@@ -3951,7 +3950,7 @@ msgstr ""
3951
3950
  msgid "Update Content Overrides to %s"
3952
3951
  msgstr ""
3953
3952
 
3954
- #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:29
3953
+ #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:48
3955
3954
  msgid "Update Content Overrides"
3956
3955
  msgstr ""
3957
3956
 
@@ -3971,7 +3970,7 @@ msgstr ""
3971
3970
  msgid "Host %{name} cannot be assigned release version %{release_version}."
3972
3971
  msgstr ""
3973
3972
 
3974
- #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:27
3973
+ #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:49
3975
3974
  msgid "Update release version for host"
3976
3975
  msgstr ""
3977
3976
 
@@ -3983,7 +3982,7 @@ msgstr ""
3983
3982
  msgid "Updating System Purpose for host %s"
3984
3983
  msgstr ""
3985
3984
 
3986
- #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:26
3985
+ #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:50
3987
3986
  msgid "Updating System Purpose for host"
3988
3987
  msgstr ""
3989
3988
 
@@ -3991,7 +3990,7 @@ msgstr ""
3991
3990
  msgid "Package Profile Update for %s"
3992
3991
  msgstr ""
3993
3992
 
3994
- #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:25
3993
+ #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:27
3995
3994
  msgid "Package Profile Update"
3996
3995
  msgstr ""
3997
3996
 
@@ -3999,11 +3998,11 @@ msgstr ""
3999
3998
  msgid "Combined Profile Update for %s"
4000
3999
  msgstr ""
4001
4000
 
4002
- #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:24
4001
+ #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:26
4003
4002
  msgid "Combined Profile Update"
4004
4003
  msgstr ""
4005
4004
 
4006
- #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:23
4005
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:51
4007
4006
  msgid "Destroy"
4008
4007
  msgstr "Elimina"
4009
4008
 
@@ -4043,7 +4042,7 @@ msgstr ""
4043
4042
  msgid "Cannot delete redhat product content"
4044
4043
  msgstr ""
4045
4044
 
4046
- #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:22
4045
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:56
4047
4046
  msgid "Product Create"
4048
4047
  msgstr ""
4049
4048
 
@@ -4055,7 +4054,7 @@ msgstr ""
4055
4054
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
4056
4055
  msgstr ""
4057
4056
 
4058
- #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:21
4057
+ #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:25
4059
4058
  msgid "Delete Product"
4060
4059
  msgstr "Cancella prodotto"
4061
4060
 
@@ -4071,7 +4070,7 @@ msgstr "Il provider di Red Hat non può essere cancellato"
4071
4070
  msgid "Cannot delete provider with attached products"
4072
4071
  msgstr "Impossibile rimuovere un provider con i rispettivi prodotti"
4073
4072
 
4074
- #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:18
4073
+ #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:9
4075
4074
  msgid "Update"
4076
4075
  msgstr "Aggiorna"
4077
4076
 
@@ -4087,7 +4086,7 @@ msgstr ""
4087
4086
  msgid "Cannot publish a link repository if multiple component clones are specified"
4088
4087
  msgstr ""
4089
4088
 
4090
- #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:15
4089
+ #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:62
4091
4090
  msgid "Delete Package Group"
4092
4091
  msgstr ""
4093
4092
 
@@ -4099,7 +4098,7 @@ msgstr ""
4099
4098
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
4100
4099
  msgstr ""
4101
4100
 
4102
- #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:9
4101
+ #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:12
4103
4102
  msgid "Upload into"
4104
4103
  msgstr "Carica in"
4105
4104
 
@@ -4111,7 +4110,7 @@ msgstr "Impossibile rimuovere il contenuto da un repository non-personalizzato"
4111
4110
  msgid "Can only remove content from within the Default Content View"
4112
4111
  msgstr "È possibile rimuovere il contenuto solo da una Visualizzazione del contenuto predefinito"
4113
4112
 
4114
- #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:3
4113
+ #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:16
4115
4114
  msgid "Remove Content"
4116
4115
  msgstr "Rimuovi contenuto"
4117
4116
 
@@ -4135,19 +4134,19 @@ msgstr ""
4135
4134
  msgid "Synchronize: Skip Metadata Check"
4136
4135
  msgstr ""
4137
4136
 
4138
- #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:2
4137
+ #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:15
4139
4138
  msgid "Synchronize"
4140
4139
  msgstr "Sincronizza"
4141
4140
 
4142
- #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:72
4141
+ #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:13
4143
4142
  msgid "Upload errata into"
4144
4143
  msgstr ""
4145
4144
 
4146
- #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:68
4145
+ #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:53
4147
4146
  msgid "Create Package Group"
4148
4147
  msgstr ""
4149
4148
 
4150
- #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:69
4149
+ #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:54
4151
4150
  msgid "Disable"
4152
4151
  msgstr "Disabilita"
4153
4152
 
@@ -4155,7 +4154,7 @@ msgstr "Disabilita"
4155
4154
  msgid "Repository not found"
4156
4155
  msgstr "Repositorio non trovato"
4157
4156
 
4158
- #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:71
4157
+ #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:10
4159
4158
  msgid "Enable"
4160
4159
  msgstr "Abilita"
4161
4160
 
@@ -4163,7 +4162,7 @@ msgstr "Abilita"
4163
4162
  msgid "The repository is already enabled"
4164
4163
  msgstr "Il repository è già abilitato"
4165
4164
 
4166
- #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:67
4165
+ #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:8
4167
4166
  msgid "Run Sync Plan:"
4168
4167
  msgstr ""
4169
4168
 
@@ -4323,15 +4322,15 @@ msgstr ""
4323
4322
  msgid "Group %{id} already created."
4324
4323
  msgstr ""
4325
4324
 
4326
- #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:66
4325
+ #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:7
4327
4326
  msgid "Create Export History"
4328
4327
  msgstr ""
4329
4328
 
4330
- #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:65
4329
+ #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:6
4331
4330
  msgid "Create Import History"
4332
4331
  msgstr ""
4333
4332
 
4334
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:63
4333
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:4
4335
4334
  msgid "Export Library"
4336
4335
  msgstr ""
4337
4336
 
@@ -4341,7 +4340,7 @@ msgid ""
4341
4340
  " %{repos}"
4342
4341
  msgstr ""
4343
4342
 
4344
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:62
4343
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:3
4345
4344
  msgid "Import"
4346
4345
  msgstr "Importa"
4347
4346
 
@@ -4401,7 +4400,7 @@ msgstr ""
4401
4400
  msgid "This Organization's subscription manifest has expired. Please import a new manifest."
4402
4401
  msgstr ""
4403
4402
 
4404
- #: ../app/lib/katello/http_resource.rb:93 ../app/lib/katello/http_resource.rb:107 ../app/lib/katello/http_resource.rb:121 ../app/lib/katello/http_resource.rb:135
4403
+ #: ../app/lib/katello/http_resource.rb:83 ../app/lib/katello/http_resource.rb:97 ../app/lib/katello/http_resource.rb:111 ../app/lib/katello/http_resource.rb:125
4405
4404
  msgid "A backend service [ %s ] is unreachable"
4406
4405
  msgstr "Impossibile raggiungere un servizio backend [ %s ]"
4407
4406
 
@@ -6355,47 +6354,55 @@ msgstr ""
6355
6354
  msgid "Failed indexing errata, maximum retries encountered"
6356
6355
  msgstr ""
6357
6356
 
6358
- #: ../app/services/katello/pulp3/content_view_version/export.rb:102
6357
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:98
6358
+ msgid "Specify an export chunk size less than 1_000_000 GB"
6359
+ msgstr ""
6360
+
6361
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:111
6359
6362
  msgid ""
6360
6363
  "NOTE: Unable to fully export Content View Version '%{content_view} %{current}' it contains repositories without the 'immediate' download policy. Update the download policy and sync affected repositories. Once synced republish the content view and export the generated version. \n"
6361
6364
  " %{repos}"
6362
6365
  msgstr ""
6363
6366
 
6364
- #: ../app/services/katello/pulp3/content_view_version/export.rb:123
6367
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:132
6365
6368
  msgid "The exported Content View Version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}'. Please do a full export."
6366
6369
  msgstr ""
6367
6370
 
6368
- #: ../app/services/katello/pulp3/content_view_version/export.rb:155
6371
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:164
6369
6372
  msgid "Product: '%{product}', Repository: '%{repository}'"
6370
6373
  msgstr ""
6371
6374
 
6372
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:39
6375
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:40
6373
6376
  msgid "Content View Version specified in the metadata - '%{name}' already exists. If you wish to replace the existing version, delete %{name} and try again. "
6374
6377
  msgstr ""
6375
6378
 
6376
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:53
6379
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:54
6377
6380
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
6378
6381
  msgstr ""
6379
6382
 
6380
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:81
6383
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:64
6384
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
6385
+ msgstr ""
6386
+
6387
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:91
6381
6388
  msgid ""
6382
6389
  "The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\n"
6383
6390
  " %{repos}"
6384
6391
  msgstr ""
6385
6392
 
6386
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:100
6393
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:126
6387
6394
  msgid ""
6388
- "The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
6395
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
6389
6396
  " %{repos}"
6390
6397
  msgstr ""
6391
6398
 
6392
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:110
6399
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:135
6393
6400
  msgid ""
6394
6401
  "\n"
6395
6402
  "* Product = '%{product}', Repository = '%{repository}'"
6396
6403
  msgstr ""
6397
6404
 
6398
- #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:33
6405
+ #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:38
6399
6406
  msgid "Unable to find product '%s' in organization '%s'"
6400
6407
  msgstr ""
6401
6408
 
@@ -8183,131 +8190,114 @@ msgstr ""
8183
8190
  msgid "The subscription is no longer available"
8184
8191
  msgstr ""
8185
8192
 
8186
- #: action_names.rb:4
8187
- msgid "Instance update"
8188
- msgstr ""
8193
+ #: action_names.rb:2
8194
+ msgid "Remote action:"
8195
+ msgstr "Azione remota:"
8189
8196
 
8190
8197
  #: action_names.rb:5
8191
- msgid "Index package groups"
8198
+ msgid "Copy version units to library"
8192
8199
  msgstr ""
8193
8200
 
8194
- #: action_names.rb:6
8195
- msgid "Index module streams"
8201
+ #: action_names.rb:11
8202
+ msgid "Verify checksum"
8196
8203
  msgstr ""
8197
8204
 
8198
- #: action_names.rb:7
8199
- msgid "Index errata"
8200
- msgstr "Indice errata"
8201
-
8202
- #: action_names.rb:8
8203
- msgid "Index content"
8205
+ #: action_names.rb:14
8206
+ msgid "Update http proxy details"
8204
8207
  msgstr ""
8205
8208
 
8206
- #: action_names.rb:10
8207
- msgid "Filtered index content"
8209
+ #: action_names.rb:17
8210
+ msgid "Instance update"
8208
8211
  msgstr ""
8209
8212
 
8210
- #: action_names.rb:11
8211
- msgid "Fetch pxe files"
8213
+ #: action_names.rb:18
8214
+ msgid "Index module streams"
8212
8215
  msgstr ""
8213
8216
 
8214
- #: action_names.rb:13
8215
- msgid "Errata mail"
8216
- msgstr "Posta per l'Errata"
8217
-
8218
- #: action_names.rb:14
8219
- msgid "Discover"
8220
- msgstr "Trova"
8221
-
8222
8217
  #: action_names.rb:19
8223
- msgid "Update http proxy"
8218
+ msgid "Index content"
8224
8219
  msgstr ""
8225
8220
 
8226
8221
  #: action_names.rb:20
8227
- msgid "Reindex subscriptions"
8222
+ msgid "Fetch pxe files"
8228
8223
  msgstr ""
8229
8224
 
8230
- #: action_names.rb:31
8231
- msgid "Hypervisors update"
8225
+ #: action_names.rb:21
8226
+ msgid "Errata mail"
8227
+ msgstr "Posta per l'Errata"
8228
+
8229
+ #: action_names.rb:24
8230
+ msgid "Update http proxy"
8232
8231
  msgstr ""
8233
8232
 
8234
- #: action_names.rb:32
8233
+ #: action_names.rb:30
8235
8234
  msgid "Hypervisors"
8236
8235
  msgstr ""
8237
8236
 
8238
- #: action_names.rb:35
8237
+ #: action_names.rb:32
8239
8238
  msgid "Auto attach subscriptions"
8240
8239
  msgstr "esegui l'auto attach delle sottoscrizioni"
8241
8240
 
8242
- #: action_names.rb:48
8241
+ #: action_names.rb:41
8243
8242
  msgid "Promote"
8244
8243
  msgstr ""
8245
8244
 
8246
- #: action_names.rb:49
8247
- msgid "Remote action:"
8248
- msgstr "Azione remota:"
8249
-
8250
- #: action_names.rb:50
8251
- msgid "Incremental Update of Content View Version(s) "
8245
+ #: action_names.rb:52
8246
+ msgid "Hypervisors update"
8252
8247
  msgstr ""
8253
8248
 
8254
- #: action_names.rb:51
8255
- msgid "Sync capsule"
8249
+ #: action_names.rb:55
8250
+ msgid "Update content urls"
8256
8251
  msgstr ""
8257
8252
 
8258
- #: action_names.rb:56
8259
- msgid "Agent action"
8253
+ #: action_names.rb:57
8254
+ msgid "Reindex subscriptions"
8260
8255
  msgstr ""
8261
8256
 
8262
8257
  #: action_names.rb:58
8263
- msgid "Abstract async task"
8264
- msgstr "Evento asinc astratto"
8258
+ msgid "Update redhat repository"
8259
+ msgstr ""
8265
8260
 
8266
8261
  #: action_names.rb:59
8267
- msgid "Import Puppet classes"
8268
- msgstr "Importa classi Puppet"
8262
+ msgid "Filtered index content"
8263
+ msgstr ""
8269
8264
 
8270
8265
  #: action_names.rb:60
8271
- msgid "Import facts"
8272
- msgstr "Importa gli eventi"
8266
+ msgid "Index errata"
8267
+ msgstr "Indice errata"
8273
8268
 
8274
8269
  #: action_names.rb:61
8275
- msgid "Action with sub plans"
8270
+ msgid "Index package groups"
8276
8271
  msgstr ""
8277
8272
 
8273
+ #: action_names.rb:63
8274
+ msgid "Discover"
8275
+ msgstr "Trova"
8276
+
8278
8277
  #: action_names.rb:64
8279
- msgid "Copy version units to library"
8278
+ msgid "Incremental Update of Content View Version(s) "
8280
8279
  msgstr ""
8281
8280
 
8282
- #: action_names.rb:70
8283
- msgid "Verify checksum"
8281
+ #: action_names.rb:67
8282
+ msgid "Abstract async task"
8283
+ msgstr "Evento asinc astratto"
8284
+
8285
+ #: action_names.rb:68
8286
+ msgid "Sync capsule"
8284
8287
  msgstr ""
8285
8288
 
8286
- #: action_names.rb:73
8287
- msgid "Update redhat repository"
8289
+ #: action_names.rb:72
8290
+ msgid "Agent action"
8288
8291
  msgstr ""
8289
8292
 
8293
+ #: action_names.rb:73
8294
+ msgid "Import Puppet classes"
8295
+ msgstr "Importa classi Puppet"
8296
+
8290
8297
  #: action_names.rb:74
8291
- msgid "Update http proxy details"
8292
- msgstr ""
8298
+ msgid "Import facts"
8299
+ msgstr "Importa gli eventi"
8293
8300
 
8294
8301
  #: action_names.rb:75
8295
- msgid "Update content urls"
8302
+ msgid "Action with sub plans"
8296
8303
  msgstr ""
8297
-
8298
- #: ../app/controllers/katello/api/v2/host_errata_controller.rb:52
8299
- #~ msgid "Schedule errata for installation"
8300
- #~ msgstr "Programma l'errata all'installazione"
8301
-
8302
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:30
8303
- #~ msgid "Install packages remotely"
8304
- #~ msgstr "Installazione pacchetti remota"
8305
-
8306
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:48
8307
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:59
8308
- #~ msgid "Update packages remotely"
8309
- #~ msgstr "Aggiornamento pacchetti remoto"
8310
-
8311
- #: ../app/controllers/katello/api/v2/host_packages_controller.rb:66
8312
- #~ msgid "Uninstall packages remotely"
8313
- #~ msgstr "Rimozione pacchetti remota"