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/de/katello.po CHANGED
@@ -3153,6 +3153,9 @@ msgstr ""
3153
3153
  msgid "No manifest file uploaded"
3154
3154
  msgstr "Keine Manifestdatei hochgeladen"
3155
3155
 
3156
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
3157
+ msgstr ""
3158
+
3156
3159
  msgid "No matching content views found"
3157
3160
  msgstr ""
3158
3161
 
@@ -4424,10 +4427,13 @@ msgstr ""
4424
4427
  msgid "Source RPM"
4425
4428
  msgstr "Quell-RPM"
4426
4429
 
4430
+ msgid "Specify an export chunk size less than 1_000_000 GB"
4431
+ msgstr ""
4432
+
4427
4433
  msgid "Specify the list of units in each repo"
4428
4434
  msgstr ""
4429
4435
 
4430
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
4436
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
4431
4437
  msgstr ""
4432
4438
 
4433
4439
  msgid "Stacking ID"
@@ -4757,11 +4763,6 @@ msgstr ""
4757
4763
  msgid "The following hosts have errata that apply to them: "
4758
4764
  msgstr "DIe folgenden Hosts haben relevante Errata: "
4759
4765
 
4760
- msgid ""
4761
- "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"
4762
- " %{repos}"
4763
- msgstr ""
4764
-
4765
4766
  msgid ""
4766
4767
  "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"
4767
4768
  " %{repos}"
@@ -4788,6 +4789,11 @@ msgstr "Der Offset in der Datei, wo der Inhalt beginnt"
4788
4789
  msgid "The order to sort the results in. ['asc', 'desc'] Defaults to 'desc'."
4789
4790
  msgstr ""
4790
4791
 
4792
+ msgid ""
4793
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
4794
+ " %{repos}"
4795
+ msgstr ""
4796
+
4791
4797
  msgid "The page you are attempting to access requires selecting a specific organization."
4792
4798
  msgstr "Die Seite, auf die Sie zugreifen möchten, erfordert die Auswahl einer bestimmten Organisation."
4793
4799
 
@@ -505,7 +505,7 @@ msgid "Destination Server name"
505
505
  msgstr ""
506
506
 
507
507
  #: ../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
508
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
508
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
509
509
  msgstr ""
510
510
 
511
511
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:13 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:33
@@ -3596,11 +3596,11 @@ msgstr ""
3596
3596
  msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
3597
3597
  msgstr ""
3598
3598
 
3599
- #: ../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
3599
+ #: ../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
3600
3600
  msgid "Create"
3601
3601
  msgstr ""
3602
3602
 
3603
- #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:57
3603
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:66
3604
3604
  msgid "Delete Activation Key"
3605
3605
  msgstr ""
3606
3606
 
@@ -3616,11 +3616,11 @@ msgstr ""
3616
3616
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3617
3617
  msgstr ""
3618
3618
 
3619
- #: ../app/lib/actions/katello/agent_action.rb:86
3619
+ #: ../app/lib/actions/katello/agent_action.rb:90
3620
3620
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3621
3621
  msgstr ""
3622
3622
 
3623
- #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:55
3623
+ #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:65
3624
3624
  msgid "Generate host applicability"
3625
3625
  msgstr ""
3626
3626
 
@@ -3628,15 +3628,15 @@ msgstr ""
3628
3628
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
3629
3629
  msgstr ""
3630
3630
 
3631
- #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:54
3631
+ #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:71
3632
3632
  msgid "Bulk generate applicability for hosts"
3633
3633
  msgstr ""
3634
3634
 
3635
- #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:53
3635
+ #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:70
3636
3636
  msgid "Generate repository applicability"
3637
3637
  msgstr ""
3638
3638
 
3639
- #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:52
3639
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:69
3640
3640
  msgid "Synchronize smart proxy"
3641
3641
  msgstr ""
3642
3642
 
@@ -3648,7 +3648,7 @@ msgstr ""
3648
3648
  msgid "Sync Content View on Smart Proxy(ies)"
3649
3649
  msgstr ""
3650
3650
 
3651
- #: ../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
3651
+ #: ../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
3652
3652
  msgid "Delete"
3653
3653
  msgstr ""
3654
3654
 
@@ -3700,7 +3700,7 @@ msgstr ""
3700
3700
  msgid "Cannot promote environment out of sequence. Use force to bypass restriction."
3701
3701
  msgstr ""
3702
3702
 
3703
- #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:47
3703
+ #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:40
3704
3704
  msgid "Promotion to Environment"
3705
3705
  msgstr ""
3706
3706
 
@@ -3712,7 +3712,7 @@ msgstr ""
3712
3712
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
3713
3713
  msgstr ""
3714
3714
 
3715
- #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:46
3715
+ #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:42
3716
3716
  msgid "Publish"
3717
3717
  msgstr ""
3718
3718
 
@@ -3724,7 +3724,7 @@ msgstr ""
3724
3724
  msgid "Cannot delete version while it is in environment %s"
3725
3725
  msgstr ""
3726
3726
 
3727
- #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:45
3727
+ #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:39
3728
3728
  msgid "Remove Versions and Associations"
3729
3729
  msgstr ""
3730
3730
 
@@ -3744,7 +3744,7 @@ msgstr ""
3744
3744
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
3745
3745
  msgstr ""
3746
3746
 
3747
- #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:44
3747
+ #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:38
3748
3748
  msgid "Remove from Environment"
3749
3749
  msgstr ""
3750
3750
 
@@ -3756,7 +3756,7 @@ msgstr ""
3756
3756
  msgid "Create Repositories"
3757
3757
  msgstr ""
3758
3758
 
3759
- #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:12
3759
+ #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:37
3760
3760
  msgid "Export"
3761
3761
  msgstr ""
3762
3762
 
@@ -3764,15 +3764,15 @@ msgstr ""
3764
3764
  msgid "Content view not provided in the metadata"
3765
3765
  msgstr ""
3766
3766
 
3767
- #: ../app/lib/actions/katello/content_view_version/import.rb:40 action_names.rb:42
3767
+ #: ../app/lib/actions/katello/content_view_version/import.rb:41 action_names.rb:44
3768
3768
  msgid "Import Content View Version"
3769
3769
  msgstr ""
3770
3770
 
3771
- #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:41
3771
+ #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:36
3772
3772
  msgid "Import Default Content View"
3773
3773
  msgstr ""
3774
3774
 
3775
- #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:40
3775
+ #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:35
3776
3776
  msgid "Incremental Update"
3777
3777
  msgstr ""
3778
3778
 
@@ -3796,15 +3796,15 @@ msgstr ""
3796
3796
  msgid "Republish Repositories of %{name} %{version}"
3797
3797
  msgstr ""
3798
3798
 
3799
- #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:39
3799
+ #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:34
3800
3800
  msgid "Republish Version Repositories"
3801
3801
  msgstr ""
3802
3802
 
3803
- #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:38
3803
+ #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:45
3804
3804
  msgid "Delete Lifecycle Environment"
3805
3805
  msgstr ""
3806
3806
 
3807
- #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:37
3807
+ #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:33
3808
3808
  msgid "Publish Lifecycle Environment Repositories"
3809
3809
  msgstr ""
3810
3810
 
@@ -3820,7 +3820,7 @@ msgstr ""
3820
3820
  msgid "Unknown"
3821
3821
  msgstr ""
3822
3822
 
3823
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:36
3823
+ #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:46
3824
3824
  msgid "Attach subscriptions"
3825
3825
  msgstr ""
3826
3826
 
@@ -3828,7 +3828,7 @@ msgstr ""
3828
3828
  msgid "Destroy Content Host %s"
3829
3829
  msgstr ""
3830
3830
 
3831
- #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:34
3831
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:47
3832
3832
  msgid "Destroy Content Host"
3833
3833
  msgstr ""
3834
3834
 
@@ -3840,7 +3840,7 @@ msgstr ""
3840
3840
  msgid "No applicable errata for %s, skipping"
3841
3841
  msgstr ""
3842
3842
 
3843
- #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:33
3843
+ #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:31
3844
3844
  msgid "Install Applicable Errata"
3845
3845
  msgstr ""
3846
3846
 
@@ -3932,7 +3932,7 @@ msgstr ""
3932
3932
  msgid "Remove subscriptions from %s"
3933
3933
  msgstr ""
3934
3934
 
3935
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:30
3935
+ #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:29
3936
3936
  msgid "Remove subscriptions"
3937
3937
  msgstr ""
3938
3938
 
@@ -3944,7 +3944,7 @@ msgstr ""
3944
3944
  msgid "Update Content Overrides to %s"
3945
3945
  msgstr ""
3946
3946
 
3947
- #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:29
3947
+ #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:48
3948
3948
  msgid "Update Content Overrides"
3949
3949
  msgstr ""
3950
3950
 
@@ -3964,7 +3964,7 @@ msgstr ""
3964
3964
  msgid "Host %{name} cannot be assigned release version %{release_version}."
3965
3965
  msgstr ""
3966
3966
 
3967
- #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:27
3967
+ #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:49
3968
3968
  msgid "Update release version for host"
3969
3969
  msgstr ""
3970
3970
 
@@ -3976,7 +3976,7 @@ msgstr ""
3976
3976
  msgid "Updating System Purpose for host %s"
3977
3977
  msgstr ""
3978
3978
 
3979
- #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:26
3979
+ #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:50
3980
3980
  msgid "Updating System Purpose for host"
3981
3981
  msgstr ""
3982
3982
 
@@ -3984,7 +3984,7 @@ msgstr ""
3984
3984
  msgid "Package Profile Update for %s"
3985
3985
  msgstr ""
3986
3986
 
3987
- #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:25
3987
+ #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:27
3988
3988
  msgid "Package Profile Update"
3989
3989
  msgstr ""
3990
3990
 
@@ -3992,11 +3992,11 @@ msgstr ""
3992
3992
  msgid "Combined Profile Update for %s"
3993
3993
  msgstr ""
3994
3994
 
3995
- #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:24
3995
+ #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:26
3996
3996
  msgid "Combined Profile Update"
3997
3997
  msgstr ""
3998
3998
 
3999
- #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:23
3999
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:51
4000
4000
  msgid "Destroy"
4001
4001
  msgstr ""
4002
4002
 
@@ -4036,7 +4036,7 @@ msgstr ""
4036
4036
  msgid "Cannot delete redhat product content"
4037
4037
  msgstr ""
4038
4038
 
4039
- #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:22
4039
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:56
4040
4040
  msgid "Product Create"
4041
4041
  msgstr ""
4042
4042
 
@@ -4048,7 +4048,7 @@ msgstr ""
4048
4048
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
4049
4049
  msgstr ""
4050
4050
 
4051
- #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:21
4051
+ #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:25
4052
4052
  msgid "Delete Product"
4053
4053
  msgstr ""
4054
4054
 
@@ -4064,7 +4064,7 @@ msgstr ""
4064
4064
  msgid "Cannot delete provider with attached products"
4065
4065
  msgstr ""
4066
4066
 
4067
- #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:18
4067
+ #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:9
4068
4068
  msgid "Update"
4069
4069
  msgstr ""
4070
4070
 
@@ -4080,7 +4080,7 @@ msgstr ""
4080
4080
  msgid "Cannot publish a link repository if multiple component clones are specified"
4081
4081
  msgstr ""
4082
4082
 
4083
- #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:15
4083
+ #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:62
4084
4084
  msgid "Delete Package Group"
4085
4085
  msgstr ""
4086
4086
 
@@ -4092,7 +4092,7 @@ msgstr ""
4092
4092
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
4093
4093
  msgstr ""
4094
4094
 
4095
- #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:9
4095
+ #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:12
4096
4096
  msgid "Upload into"
4097
4097
  msgstr ""
4098
4098
 
@@ -4104,7 +4104,7 @@ msgstr ""
4104
4104
  msgid "Can only remove content from within the Default Content View"
4105
4105
  msgstr ""
4106
4106
 
4107
- #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:3
4107
+ #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:16
4108
4108
  msgid "Remove Content"
4109
4109
  msgstr ""
4110
4110
 
@@ -4128,19 +4128,19 @@ msgstr ""
4128
4128
  msgid "Synchronize: Skip Metadata Check"
4129
4129
  msgstr ""
4130
4130
 
4131
- #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:2
4131
+ #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:15
4132
4132
  msgid "Synchronize"
4133
4133
  msgstr ""
4134
4134
 
4135
- #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:72
4135
+ #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:13
4136
4136
  msgid "Upload errata into"
4137
4137
  msgstr ""
4138
4138
 
4139
- #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:68
4139
+ #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:53
4140
4140
  msgid "Create Package Group"
4141
4141
  msgstr ""
4142
4142
 
4143
- #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:69
4143
+ #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:54
4144
4144
  msgid "Disable"
4145
4145
  msgstr ""
4146
4146
 
@@ -4148,7 +4148,7 @@ msgstr ""
4148
4148
  msgid "Repository not found"
4149
4149
  msgstr ""
4150
4150
 
4151
- #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:71
4151
+ #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:10
4152
4152
  msgid "Enable"
4153
4153
  msgstr ""
4154
4154
 
@@ -4156,7 +4156,7 @@ msgstr ""
4156
4156
  msgid "The repository is already enabled"
4157
4157
  msgstr ""
4158
4158
 
4159
- #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:67
4159
+ #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:8
4160
4160
  msgid "Run Sync Plan:"
4161
4161
  msgstr ""
4162
4162
 
@@ -4316,15 +4316,15 @@ msgstr ""
4316
4316
  msgid "Group %{id} already created."
4317
4317
  msgstr ""
4318
4318
 
4319
- #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:66
4319
+ #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:7
4320
4320
  msgid "Create Export History"
4321
4321
  msgstr ""
4322
4322
 
4323
- #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:65
4323
+ #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:6
4324
4324
  msgid "Create Import History"
4325
4325
  msgstr ""
4326
4326
 
4327
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:63
4327
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:4
4328
4328
  msgid "Export Library"
4329
4329
  msgstr ""
4330
4330
 
@@ -4334,7 +4334,7 @@ msgid ""
4334
4334
  " %{repos}"
4335
4335
  msgstr ""
4336
4336
 
4337
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:62
4337
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:3
4338
4338
  msgid "Import"
4339
4339
  msgstr ""
4340
4340
 
@@ -4394,7 +4394,7 @@ msgstr ""
4394
4394
  msgid "This Organization's subscription manifest has expired. Please import a new manifest."
4395
4395
  msgstr ""
4396
4396
 
4397
- #: ../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
4397
+ #: ../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
4398
4398
  msgid "A backend service [ %s ] is unreachable"
4399
4399
  msgstr ""
4400
4400
 
@@ -6348,47 +6348,55 @@ msgstr ""
6348
6348
  msgid "Failed indexing errata, maximum retries encountered"
6349
6349
  msgstr ""
6350
6350
 
6351
- #: ../app/services/katello/pulp3/content_view_version/export.rb:102
6351
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:98
6352
+ msgid "Specify an export chunk size less than 1_000_000 GB"
6353
+ msgstr ""
6354
+
6355
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:111
6352
6356
  msgid ""
6353
6357
  "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"
6354
6358
  " %{repos}"
6355
6359
  msgstr ""
6356
6360
 
6357
- #: ../app/services/katello/pulp3/content_view_version/export.rb:123
6361
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:132
6358
6362
  msgid "The exported Content View Version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}'. Please do a full export."
6359
6363
  msgstr ""
6360
6364
 
6361
- #: ../app/services/katello/pulp3/content_view_version/export.rb:155
6365
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:164
6362
6366
  msgid "Product: '%{product}', Repository: '%{repository}'"
6363
6367
  msgstr ""
6364
6368
 
6365
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:39
6369
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:40
6366
6370
  msgid "Content View Version specified in the metadata - '%{name}' already exists. If you wish to replace the existing version, delete %{name} and try again. "
6367
6371
  msgstr ""
6368
6372
 
6369
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:53
6373
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:54
6370
6374
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
6371
6375
  msgstr ""
6372
6376
 
6373
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:81
6377
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:64
6378
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
6379
+ msgstr ""
6380
+
6381
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:91
6374
6382
  msgid ""
6375
6383
  "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"
6376
6384
  " %{repos}"
6377
6385
  msgstr ""
6378
6386
 
6379
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:100
6387
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:126
6380
6388
  msgid ""
6381
- "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"
6389
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
6382
6390
  " %{repos}"
6383
6391
  msgstr ""
6384
6392
 
6385
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:110
6393
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:135
6386
6394
  msgid ""
6387
6395
  "\n"
6388
6396
  "* Product = '%{product}', Repository = '%{repository}'"
6389
6397
  msgstr ""
6390
6398
 
6391
- #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:33
6399
+ #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:38
6392
6400
  msgid "Unable to find product '%s' in organization '%s'"
6393
6401
  msgstr ""
6394
6402
 
@@ -8176,114 +8184,114 @@ msgstr ""
8176
8184
  msgid "The subscription is no longer available"
8177
8185
  msgstr ""
8178
8186
 
8179
- #: action_names.rb:4
8180
- msgid "Instance update"
8187
+ #: action_names.rb:2
8188
+ msgid "Remote action:"
8181
8189
  msgstr ""
8182
8190
 
8183
8191
  #: action_names.rb:5
8184
- msgid "Index package groups"
8192
+ msgid "Copy version units to library"
8185
8193
  msgstr ""
8186
8194
 
8187
- #: action_names.rb:6
8188
- msgid "Index module streams"
8195
+ #: action_names.rb:11
8196
+ msgid "Verify checksum"
8189
8197
  msgstr ""
8190
8198
 
8191
- #: action_names.rb:7
8192
- msgid "Index errata"
8199
+ #: action_names.rb:14
8200
+ msgid "Update http proxy details"
8193
8201
  msgstr ""
8194
8202
 
8195
- #: action_names.rb:8
8196
- msgid "Index content"
8203
+ #: action_names.rb:17
8204
+ msgid "Instance update"
8197
8205
  msgstr ""
8198
8206
 
8199
- #: action_names.rb:10
8200
- msgid "Filtered index content"
8207
+ #: action_names.rb:18
8208
+ msgid "Index module streams"
8201
8209
  msgstr ""
8202
8210
 
8203
- #: action_names.rb:11
8204
- msgid "Fetch pxe files"
8211
+ #: action_names.rb:19
8212
+ msgid "Index content"
8205
8213
  msgstr ""
8206
8214
 
8207
- #: action_names.rb:13
8208
- msgid "Errata mail"
8215
+ #: action_names.rb:20
8216
+ msgid "Fetch pxe files"
8209
8217
  msgstr ""
8210
8218
 
8211
- #: action_names.rb:14
8212
- msgid "Discover"
8219
+ #: action_names.rb:21
8220
+ msgid "Errata mail"
8213
8221
  msgstr ""
8214
8222
 
8215
- #: action_names.rb:19
8223
+ #: action_names.rb:24
8216
8224
  msgid "Update http proxy"
8217
8225
  msgstr ""
8218
8226
 
8219
- #: action_names.rb:20
8220
- msgid "Reindex subscriptions"
8221
- msgstr ""
8222
-
8223
- #: action_names.rb:31
8224
- msgid "Hypervisors update"
8225
- msgstr ""
8226
-
8227
- #: action_names.rb:32
8227
+ #: action_names.rb:30
8228
8228
  msgid "Hypervisors"
8229
8229
  msgstr ""
8230
8230
 
8231
- #: action_names.rb:35
8231
+ #: action_names.rb:32
8232
8232
  msgid "Auto attach subscriptions"
8233
8233
  msgstr ""
8234
8234
 
8235
- #: action_names.rb:48
8235
+ #: action_names.rb:41
8236
8236
  msgid "Promote"
8237
8237
  msgstr ""
8238
8238
 
8239
- #: action_names.rb:49
8240
- msgid "Remote action:"
8241
- msgstr ""
8242
-
8243
- #: action_names.rb:50
8244
- msgid "Incremental Update of Content View Version(s) "
8239
+ #: action_names.rb:52
8240
+ msgid "Hypervisors update"
8245
8241
  msgstr ""
8246
8242
 
8247
- #: action_names.rb:51
8248
- msgid "Sync capsule"
8243
+ #: action_names.rb:55
8244
+ msgid "Update content urls"
8249
8245
  msgstr ""
8250
8246
 
8251
- #: action_names.rb:56
8252
- msgid "Agent action"
8247
+ #: action_names.rb:57
8248
+ msgid "Reindex subscriptions"
8253
8249
  msgstr ""
8254
8250
 
8255
8251
  #: action_names.rb:58
8256
- msgid "Abstract async task"
8252
+ msgid "Update redhat repository"
8257
8253
  msgstr ""
8258
8254
 
8259
8255
  #: action_names.rb:59
8260
- msgid "Import Puppet classes"
8256
+ msgid "Filtered index content"
8261
8257
  msgstr ""
8262
8258
 
8263
8259
  #: action_names.rb:60
8264
- msgid "Import facts"
8260
+ msgid "Index errata"
8265
8261
  msgstr ""
8266
8262
 
8267
8263
  #: action_names.rb:61
8268
- msgid "Action with sub plans"
8264
+ msgid "Index package groups"
8265
+ msgstr ""
8266
+
8267
+ #: action_names.rb:63
8268
+ msgid "Discover"
8269
8269
  msgstr ""
8270
8270
 
8271
8271
  #: action_names.rb:64
8272
- msgid "Copy version units to library"
8272
+ msgid "Incremental Update of Content View Version(s) "
8273
8273
  msgstr ""
8274
8274
 
8275
- #: action_names.rb:70
8276
- msgid "Verify checksum"
8275
+ #: action_names.rb:67
8276
+ msgid "Abstract async task"
8277
+ msgstr ""
8278
+
8279
+ #: action_names.rb:68
8280
+ msgid "Sync capsule"
8281
+ msgstr ""
8282
+
8283
+ #: action_names.rb:72
8284
+ msgid "Agent action"
8277
8285
  msgstr ""
8278
8286
 
8279
8287
  #: action_names.rb:73
8280
- msgid "Update redhat repository"
8288
+ msgid "Import Puppet classes"
8281
8289
  msgstr ""
8282
8290
 
8283
8291
  #: action_names.rb:74
8284
- msgid "Update http proxy details"
8292
+ msgid "Import facts"
8285
8293
  msgstr ""
8286
8294
 
8287
8295
  #: action_names.rb:75
8288
- msgid "Update content urls"
8296
+ msgid "Action with sub plans"
8289
8297
  msgstr ""