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/mr/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
 
@@ -10,7 +10,6 @@ msgid ""
10
10
  msgstr ""
11
11
  "Project-Id-Version: katello 2.4.0-RC1\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2021-05-07 20:06+0000\n"
14
13
  "PO-Revision-Date: 2017-12-19 20:14+0000\n"
15
14
  "Last-Translator: 0868a4d1af5275b3f70b0a6dac4c99a4, 2021\n"
16
15
  "Language-Team: Oriya (https://www.transifex.com/foreman/teams/114/or/)\n"
@@ -509,7 +508,7 @@ msgid "Destination Server name"
509
508
  msgstr ""
510
509
 
511
510
  #: ../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
512
- msgid "Split the exported content into archives no greater than the specified size in megabytes."
511
+ msgid "Split the exported content into archives no greater than the specified size in gigabytes."
513
512
  msgstr ""
514
513
 
515
514
  #: ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:13 ../app/controllers/katello/api/v2/content_export_incrementals_controller.rb:33
@@ -3600,11 +3599,11 @@ msgstr ""
3600
3599
  msgid "The environment %{name} is in use by %{count} Host Group(s) including %{names}"
3601
3600
  msgstr ""
3602
3601
 
3603
- #: ../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
3602
+ #: ../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
3604
3603
  msgid "Create"
3605
3604
  msgstr ""
3606
3605
 
3607
- #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:57
3606
+ #: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:66
3608
3607
  msgid "Delete Activation Key"
3609
3608
  msgstr ""
3610
3609
 
@@ -3620,11 +3619,11 @@ msgstr ""
3620
3619
  msgid "Host did not respond within %s seconds. The task has been cancelled. Is katello-agent installed and goferd running on the Host?"
3621
3620
  msgstr ""
3622
3621
 
3623
- #: ../app/lib/actions/katello/agent_action.rb:86
3622
+ #: ../app/lib/actions/katello/agent_action.rb:90
3624
3623
  msgid "Host did not finish content action in %s seconds. The task has been cancelled."
3625
3624
  msgstr ""
3626
3625
 
3627
- #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:55
3626
+ #: ../app/lib/actions/katello/applicability/host/generate.rb:22 action_names.rb:65
3628
3627
  msgid "Generate host applicability"
3629
3628
  msgstr ""
3630
3629
 
@@ -3632,15 +3631,15 @@ msgstr ""
3632
3631
  msgid "Content Facet for host with id %s is non-existent. Skipping applicability calculation."
3633
3632
  msgstr ""
3634
3633
 
3635
- #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:54
3634
+ #: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30 action_names.rb:71
3636
3635
  msgid "Bulk generate applicability for hosts"
3637
3636
  msgstr ""
3638
3637
 
3639
- #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:53
3638
+ #: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25 action_names.rb:70
3640
3639
  msgid "Generate repository applicability"
3641
3640
  msgstr ""
3642
3641
 
3643
- #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:52
3642
+ #: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:69
3644
3643
  msgid "Synchronize smart proxy"
3645
3644
  msgstr ""
3646
3645
 
@@ -3652,7 +3651,7 @@ msgstr ""
3652
3651
  msgid "Sync Content View on Smart Proxy(ies)"
3653
3652
  msgstr ""
3654
3653
 
3655
- #: ../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
3654
+ #: ../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
3656
3655
  msgid "Delete"
3657
3656
  msgstr "ଅପସାରଣ କରନ୍ତୁ"
3658
3657
 
@@ -3704,7 +3703,7 @@ msgstr ""
3704
3703
  msgid "Cannot promote environment out of sequence. Use force to bypass restriction."
3705
3704
  msgstr ""
3706
3705
 
3707
- #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:47
3706
+ #: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40 action_names.rb:40
3708
3707
  msgid "Promotion to Environment"
3709
3708
  msgstr ""
3710
3709
 
@@ -3716,7 +3715,7 @@ msgstr ""
3716
3715
  msgid "Content view has repository label '%s' which is not specified in repos_units parameter."
3717
3716
  msgstr ""
3718
3717
 
3719
- #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:46
3718
+ #: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:42
3720
3719
  msgid "Publish"
3721
3720
  msgstr ""
3722
3721
 
@@ -3728,7 +3727,7 @@ msgstr ""
3728
3727
  msgid "Cannot delete version while it is in environment %s"
3729
3728
  msgstr ""
3730
3729
 
3731
- #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:45
3730
+ #: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:39
3732
3731
  msgid "Remove Versions and Associations"
3733
3732
  msgstr ""
3734
3733
 
@@ -3748,7 +3747,7 @@ msgstr ""
3748
3747
  msgid "Cannot remove content view from environment. Content view '%{view}' is not in lifecycle environment '%{env}'."
3749
3748
  msgstr ""
3750
3749
 
3751
- #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:44
3750
+ #: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35 action_names.rb:38
3752
3751
  msgid "Remove from Environment"
3753
3752
  msgstr ""
3754
3753
 
@@ -3760,7 +3759,7 @@ msgstr ""
3760
3759
  msgid "Create Repositories"
3761
3760
  msgstr ""
3762
3761
 
3763
- #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:12
3762
+ #: ../app/lib/actions/katello/content_view_version/export.rb:31 ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:37
3764
3763
  msgid "Export"
3765
3764
  msgstr ""
3766
3765
 
@@ -3768,15 +3767,15 @@ msgstr ""
3768
3767
  msgid "Content view not provided in the metadata"
3769
3768
  msgstr ""
3770
3769
 
3771
- #: ../app/lib/actions/katello/content_view_version/import.rb:40 action_names.rb:42
3770
+ #: ../app/lib/actions/katello/content_view_version/import.rb:41 action_names.rb:44
3772
3771
  msgid "Import Content View Version"
3773
3772
  msgstr ""
3774
3773
 
3775
- #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:41
3774
+ #: ../app/lib/actions/katello/content_view_version/import_library.rb:14 action_names.rb:36
3776
3775
  msgid "Import Default Content View"
3777
3776
  msgstr ""
3778
3777
 
3779
- #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:40
3778
+ #: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16 action_names.rb:35
3780
3779
  msgid "Incremental Update"
3781
3780
  msgstr ""
3782
3781
 
@@ -3800,15 +3799,15 @@ msgstr ""
3800
3799
  msgid "Republish Repositories of %{name} %{version}"
3801
3800
  msgstr ""
3802
3801
 
3803
- #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:39
3802
+ #: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27 action_names.rb:34
3804
3803
  msgid "Republish Version Repositories"
3805
3804
  msgstr ""
3806
3805
 
3807
- #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:38
3806
+ #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:45
3808
3807
  msgid "Delete Lifecycle Environment"
3809
3808
  msgstr ""
3810
3809
 
3811
- #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:37
3810
+ #: ../app/lib/actions/katello/environment/publish_repositories.rb:33 action_names.rb:33
3812
3811
  msgid "Publish Lifecycle Environment Repositories"
3813
3812
  msgstr ""
3814
3813
 
@@ -3824,7 +3823,7 @@ msgstr ""
3824
3823
  msgid "Unknown"
3825
3824
  msgstr "ଅଜଣା"
3826
3825
 
3827
- #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:36
3826
+ #: ../app/lib/actions/katello/host/attach_subscriptions.rb:49 action_names.rb:46
3828
3827
  msgid "Attach subscriptions"
3829
3828
  msgstr ""
3830
3829
 
@@ -3832,7 +3831,7 @@ msgstr ""
3832
3831
  msgid "Destroy Content Host %s"
3833
3832
  msgstr ""
3834
3833
 
3835
- #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:34
3834
+ #: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:47
3836
3835
  msgid "Destroy Content Host"
3837
3836
  msgstr ""
3838
3837
 
@@ -3844,7 +3843,7 @@ msgstr ""
3844
3843
  msgid "No applicable errata for %s, skipping"
3845
3844
  msgstr ""
3846
3845
 
3847
- #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:33
3846
+ #: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31 action_names.rb:31
3848
3847
  msgid "Install Applicable Errata"
3849
3848
  msgstr ""
3850
3849
 
@@ -3936,7 +3935,7 @@ msgstr ""
3936
3935
  msgid "Remove subscriptions from %s"
3937
3936
  msgstr ""
3938
3937
 
3939
- #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:30
3938
+ #: ../app/lib/actions/katello/host/remove_subscriptions.rb:40 action_names.rb:29
3940
3939
  msgid "Remove subscriptions"
3941
3940
  msgstr ""
3942
3941
 
@@ -3948,7 +3947,7 @@ msgstr ""
3948
3947
  msgid "Update Content Overrides to %s"
3949
3948
  msgstr ""
3950
3949
 
3951
- #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:29
3950
+ #: ../app/lib/actions/katello/host/update_content_overrides.rb:32 action_names.rb:48
3952
3951
  msgid "Update Content Overrides"
3953
3952
  msgstr ""
3954
3953
 
@@ -3968,7 +3967,7 @@ msgstr ""
3968
3967
  msgid "Host %{name} cannot be assigned release version %{release_version}."
3969
3968
  msgstr ""
3970
3969
 
3971
- #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:27
3970
+ #: ../app/lib/actions/katello/host/update_release_version.rb:21 action_names.rb:49
3972
3971
  msgid "Update release version for host"
3973
3972
  msgstr ""
3974
3973
 
@@ -3980,7 +3979,7 @@ msgstr ""
3980
3979
  msgid "Updating System Purpose for host %s"
3981
3980
  msgstr ""
3982
3981
 
3983
- #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:26
3982
+ #: ../app/lib/actions/katello/host/update_system_purpose.rb:25 action_names.rb:50
3984
3983
  msgid "Updating System Purpose for host"
3985
3984
  msgstr ""
3986
3985
 
@@ -3988,7 +3987,7 @@ msgstr ""
3988
3987
  msgid "Package Profile Update for %s"
3989
3988
  msgstr ""
3990
3989
 
3991
- #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:25
3990
+ #: ../app/lib/actions/katello/host/upload_package_profile.rb:22 action_names.rb:27
3992
3991
  msgid "Package Profile Update"
3993
3992
  msgstr ""
3994
3993
 
@@ -3996,11 +3995,11 @@ msgstr ""
3996
3995
  msgid "Combined Profile Update for %s"
3997
3996
  msgstr ""
3998
3997
 
3999
- #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:24
3998
+ #: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:26
4000
3999
  msgid "Combined Profile Update"
4001
4000
  msgstr ""
4002
4001
 
4003
- #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:23
4002
+ #: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:51
4004
4003
  msgid "Destroy"
4005
4004
  msgstr "ନଷ୍ଟ କରନ୍ତୁ"
4006
4005
 
@@ -4040,7 +4039,7 @@ msgstr ""
4040
4039
  msgid "Cannot delete redhat product content"
4041
4040
  msgstr ""
4042
4041
 
4043
- #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:22
4042
+ #: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:56
4044
4043
  msgid "Product Create"
4045
4044
  msgstr ""
4046
4045
 
@@ -4052,7 +4051,7 @@ msgstr ""
4052
4051
  msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
4053
4052
  msgstr ""
4054
4053
 
4055
- #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:21
4054
+ #: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:25
4056
4055
  msgid "Delete Product"
4057
4056
  msgstr ""
4058
4057
 
@@ -4068,7 +4067,7 @@ msgstr ""
4068
4067
  msgid "Cannot delete provider with attached products"
4069
4068
  msgstr ""
4070
4069
 
4071
- #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:18
4070
+ #: ../app/lib/actions/katello/provider/update.rb:12 ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188 action_names.rb:9
4072
4071
  msgid "Update"
4073
4072
  msgstr "ଅଦ୍ୟତନ କରନ୍ତୁ"
4074
4073
 
@@ -4084,7 +4083,7 @@ msgstr ""
4084
4083
  msgid "Cannot publish a link repository if multiple component clones are specified"
4085
4084
  msgstr ""
4086
4085
 
4087
- #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:15
4086
+ #: ../app/lib/actions/katello/repository/destroy_package_group.rb:21 action_names.rb:62
4088
4087
  msgid "Delete Package Group"
4089
4088
  msgstr ""
4090
4089
 
@@ -4096,7 +4095,7 @@ msgstr ""
4096
4095
  msgid "Unable to export. 'pulp_export_destination' setting is not a writable directory."
4097
4096
  msgstr ""
4098
4097
 
4099
- #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:9
4098
+ #: ../app/lib/actions/katello/repository/import_upload.rb:59 ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:12
4100
4099
  msgid "Upload into"
4101
4100
  msgstr ""
4102
4101
 
@@ -4108,7 +4107,7 @@ msgstr ""
4108
4107
  msgid "Can only remove content from within the Default Content View"
4109
4108
  msgstr ""
4110
4109
 
4111
- #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:3
4110
+ #: ../app/lib/actions/katello/repository/remove_content.rb:56 action_names.rb:16
4112
4111
  msgid "Remove Content"
4113
4112
  msgstr ""
4114
4113
 
@@ -4132,19 +4131,19 @@ msgstr ""
4132
4131
  msgid "Synchronize: Skip Metadata Check"
4133
4132
  msgstr ""
4134
4133
 
4135
- #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:2
4134
+ #: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:15
4136
4135
  msgid "Synchronize"
4137
4136
  msgstr ""
4138
4137
 
4139
- #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:72
4138
+ #: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:13
4140
4139
  msgid "Upload errata into"
4141
4140
  msgstr ""
4142
4141
 
4143
- #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:68
4142
+ #: ../app/lib/actions/katello/repository/upload_package_group.rb:28 action_names.rb:53
4144
4143
  msgid "Create Package Group"
4145
4144
  msgstr ""
4146
4145
 
4147
- #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:69
4146
+ #: ../app/lib/actions/katello/repository_set/disable_repository.rb:6 ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10 action_names.rb:54
4148
4147
  msgid "Disable"
4149
4148
  msgstr ""
4150
4149
 
@@ -4152,7 +4151,7 @@ msgstr ""
4152
4151
  msgid "Repository not found"
4153
4152
  msgstr ""
4154
4153
 
4155
- #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:71
4154
+ #: ../app/lib/actions/katello/repository_set/enable_repository.rb:6 action_names.rb:10
4156
4155
  msgid "Enable"
4157
4156
  msgstr ""
4158
4157
 
@@ -4160,7 +4159,7 @@ msgstr ""
4160
4159
  msgid "The repository is already enabled"
4161
4160
  msgstr ""
4162
4161
 
4163
- #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:67
4162
+ #: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:8
4164
4163
  msgid "Run Sync Plan:"
4165
4164
  msgstr ""
4166
4165
 
@@ -4320,15 +4319,15 @@ msgstr ""
4320
4319
  msgid "Group %{id} already created."
4321
4320
  msgstr ""
4322
4321
 
4323
- #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:66
4322
+ #: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52 action_names.rb:7
4324
4323
  msgid "Create Export History"
4325
4324
  msgstr ""
4326
4325
 
4327
- #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:65
4326
+ #: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29 action_names.rb:6
4328
4327
  msgid "Create Import History"
4329
4328
  msgstr ""
4330
4329
 
4331
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:63
4330
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37 action_names.rb:4
4332
4331
  msgid "Export Library"
4333
4332
  msgstr ""
4334
4333
 
@@ -4338,7 +4337,7 @@ msgid ""
4338
4337
  " %{repos}"
4339
4338
  msgstr ""
4340
4339
 
4341
- #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:62
4340
+ #: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49 action_names.rb:3
4342
4341
  msgid "Import"
4343
4342
  msgstr "ଆମଦାନୀ କରନ୍ତୁ"
4344
4343
 
@@ -4398,7 +4397,7 @@ msgstr ""
4398
4397
  msgid "This Organization's subscription manifest has expired. Please import a new manifest."
4399
4398
  msgstr ""
4400
4399
 
4401
- #: ../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
4400
+ #: ../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
4402
4401
  msgid "A backend service [ %s ] is unreachable"
4403
4402
  msgstr ""
4404
4403
 
@@ -6352,47 +6351,55 @@ msgstr ""
6352
6351
  msgid "Failed indexing errata, maximum retries encountered"
6353
6352
  msgstr ""
6354
6353
 
6355
- #: ../app/services/katello/pulp3/content_view_version/export.rb:102
6354
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:98
6355
+ msgid "Specify an export chunk size less than 1_000_000 GB"
6356
+ msgstr ""
6357
+
6358
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:111
6356
6359
  msgid ""
6357
6360
  "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"
6358
6361
  " %{repos}"
6359
6362
  msgstr ""
6360
6363
 
6361
- #: ../app/services/katello/pulp3/content_view_version/export.rb:123
6364
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:132
6362
6365
  msgid "The exported Content View Version '%{content_view} %{current}' cannot be incrementally updated from version '%{from}'. Please do a full export."
6363
6366
  msgstr ""
6364
6367
 
6365
- #: ../app/services/katello/pulp3/content_view_version/export.rb:155
6368
+ #: ../app/services/katello/pulp3/content_view_version/export.rb:164
6366
6369
  msgid "Product: '%{product}', Repository: '%{repository}'"
6367
6370
  msgstr ""
6368
6371
 
6369
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:39
6372
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:40
6370
6373
  msgid "Content View Version specified in the metadata - '%{name}' already exists. If you wish to replace the existing version, delete %{name} and try again. "
6371
6374
  msgstr ""
6372
6375
 
6373
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:53
6376
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:54
6374
6377
  msgid "Prior Content View Version specified in the metadata - '%{name}' does not exist. Please import the metadata for '%{name}' before importing '%{current}' "
6375
6378
  msgstr ""
6376
6379
 
6377
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:81
6380
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:64
6381
+ msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
6382
+ msgstr ""
6383
+
6384
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:91
6378
6385
  msgid ""
6379
6386
  "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"
6380
6387
  " %{repos}"
6381
6388
  msgstr ""
6382
6389
 
6383
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:100
6390
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:126
6384
6391
  msgid ""
6385
- "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"
6392
+ "The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
6386
6393
  " %{repos}"
6387
6394
  msgstr ""
6388
6395
 
6389
- #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:110
6396
+ #: ../app/services/katello/pulp3/content_view_version/import_validator.rb:135
6390
6397
  msgid ""
6391
6398
  "\n"
6392
6399
  "* Product = '%{product}', Repository = '%{repository}'"
6393
6400
  msgstr ""
6394
6401
 
6395
- #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:33
6402
+ #: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:38
6396
6403
  msgid "Unable to find product '%s' in organization '%s'"
6397
6404
  msgstr ""
6398
6405
 
@@ -8180,114 +8187,114 @@ msgstr ""
8180
8187
  msgid "The subscription is no longer available"
8181
8188
  msgstr ""
8182
8189
 
8183
- #: action_names.rb:4
8184
- msgid "Instance update"
8190
+ #: action_names.rb:2
8191
+ msgid "Remote action:"
8185
8192
  msgstr ""
8186
8193
 
8187
8194
  #: action_names.rb:5
8188
- msgid "Index package groups"
8195
+ msgid "Copy version units to library"
8189
8196
  msgstr ""
8190
8197
 
8191
- #: action_names.rb:6
8192
- msgid "Index module streams"
8198
+ #: action_names.rb:11
8199
+ msgid "Verify checksum"
8193
8200
  msgstr ""
8194
8201
 
8195
- #: action_names.rb:7
8196
- msgid "Index errata"
8202
+ #: action_names.rb:14
8203
+ msgid "Update http proxy details"
8197
8204
  msgstr ""
8198
8205
 
8199
- #: action_names.rb:8
8200
- msgid "Index content"
8206
+ #: action_names.rb:17
8207
+ msgid "Instance update"
8201
8208
  msgstr ""
8202
8209
 
8203
- #: action_names.rb:10
8204
- msgid "Filtered index content"
8210
+ #: action_names.rb:18
8211
+ msgid "Index module streams"
8205
8212
  msgstr ""
8206
8213
 
8207
- #: action_names.rb:11
8208
- msgid "Fetch pxe files"
8214
+ #: action_names.rb:19
8215
+ msgid "Index content"
8209
8216
  msgstr ""
8210
8217
 
8211
- #: action_names.rb:13
8212
- msgid "Errata mail"
8218
+ #: action_names.rb:20
8219
+ msgid "Fetch pxe files"
8213
8220
  msgstr ""
8214
8221
 
8215
- #: action_names.rb:14
8216
- msgid "Discover"
8222
+ #: action_names.rb:21
8223
+ msgid "Errata mail"
8217
8224
  msgstr ""
8218
8225
 
8219
- #: action_names.rb:19
8226
+ #: action_names.rb:24
8220
8227
  msgid "Update http proxy"
8221
8228
  msgstr ""
8222
8229
 
8223
- #: action_names.rb:20
8224
- msgid "Reindex subscriptions"
8225
- msgstr ""
8226
-
8227
- #: action_names.rb:31
8228
- msgid "Hypervisors update"
8229
- msgstr ""
8230
-
8231
- #: action_names.rb:32
8230
+ #: action_names.rb:30
8232
8231
  msgid "Hypervisors"
8233
8232
  msgstr ""
8234
8233
 
8235
- #: action_names.rb:35
8234
+ #: action_names.rb:32
8236
8235
  msgid "Auto attach subscriptions"
8237
8236
  msgstr ""
8238
8237
 
8239
- #: action_names.rb:48
8238
+ #: action_names.rb:41
8240
8239
  msgid "Promote"
8241
8240
  msgstr ""
8242
8241
 
8243
- #: action_names.rb:49
8244
- msgid "Remote action:"
8245
- msgstr ""
8246
-
8247
- #: action_names.rb:50
8248
- msgid "Incremental Update of Content View Version(s) "
8242
+ #: action_names.rb:52
8243
+ msgid "Hypervisors update"
8249
8244
  msgstr ""
8250
8245
 
8251
- #: action_names.rb:51
8252
- msgid "Sync capsule"
8246
+ #: action_names.rb:55
8247
+ msgid "Update content urls"
8253
8248
  msgstr ""
8254
8249
 
8255
- #: action_names.rb:56
8256
- msgid "Agent action"
8250
+ #: action_names.rb:57
8251
+ msgid "Reindex subscriptions"
8257
8252
  msgstr ""
8258
8253
 
8259
8254
  #: action_names.rb:58
8260
- msgid "Abstract async task"
8255
+ msgid "Update redhat repository"
8261
8256
  msgstr ""
8262
8257
 
8263
8258
  #: action_names.rb:59
8264
- msgid "Import Puppet classes"
8259
+ msgid "Filtered index content"
8265
8260
  msgstr ""
8266
8261
 
8267
8262
  #: action_names.rb:60
8268
- msgid "Import facts"
8263
+ msgid "Index errata"
8269
8264
  msgstr ""
8270
8265
 
8271
8266
  #: action_names.rb:61
8272
- msgid "Action with sub plans"
8267
+ msgid "Index package groups"
8268
+ msgstr ""
8269
+
8270
+ #: action_names.rb:63
8271
+ msgid "Discover"
8273
8272
  msgstr ""
8274
8273
 
8275
8274
  #: action_names.rb:64
8276
- msgid "Copy version units to library"
8275
+ msgid "Incremental Update of Content View Version(s) "
8277
8276
  msgstr ""
8278
8277
 
8279
- #: action_names.rb:70
8280
- msgid "Verify checksum"
8278
+ #: action_names.rb:67
8279
+ msgid "Abstract async task"
8280
+ msgstr ""
8281
+
8282
+ #: action_names.rb:68
8283
+ msgid "Sync capsule"
8284
+ msgstr ""
8285
+
8286
+ #: action_names.rb:72
8287
+ msgid "Agent action"
8281
8288
  msgstr ""
8282
8289
 
8283
8290
  #: action_names.rb:73
8284
- msgid "Update redhat repository"
8291
+ msgid "Import Puppet classes"
8285
8292
  msgstr ""
8286
8293
 
8287
8294
  #: action_names.rb:74
8288
- msgid "Update http proxy details"
8295
+ msgid "Import facts"
8289
8296
  msgstr ""
8290
8297
 
8291
8298
  #: action_names.rb:75
8292
- msgid "Update content urls"
8299
+ msgid "Action with sub plans"
8293
8300
  msgstr ""