katello 4.7.4 → 4.8.0.rc1

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 (334) hide show
  1. checksums.yaml +4 -4
  2. data/app/controllers/katello/api/registry/registry_proxies_controller.rb +6 -4
  3. data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +15 -12
  4. data/app/controllers/katello/api/v2/capsule_content_controller.rb +0 -4
  5. data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +22 -81
  6. data/app/controllers/katello/api/v2/content_exports_controller.rb +11 -80
  7. data/app/controllers/katello/api/v2/content_imports_controller.rb +1 -0
  8. data/app/controllers/katello/api/v2/exports_controller.rb +130 -0
  9. data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +7 -8
  10. data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +8 -4
  11. data/app/controllers/katello/api/v2/organizations_controller.rb +3 -0
  12. data/app/controllers/katello/api/v2/package_groups_controller.rb +0 -52
  13. data/app/controllers/katello/concerns/api/v2/bulk_hosts_extensions.rb +4 -6
  14. data/app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb +1 -2
  15. data/app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb +4 -1
  16. data/app/controllers/katello/concerns/content_facet_hosts_controller_extensions.rb +24 -0
  17. data/app/controllers/katello/concerns/hosts_controller_extensions.rb +3 -3
  18. data/app/helpers/katello/hosts_and_hostgroups_helper.rb +55 -24
  19. data/app/helpers/katello/katello_urls_helper.rb +0 -15
  20. data/app/helpers/katello/sync_management_helper.rb +0 -4
  21. data/app/lib/actions/candlepin/owner/destroy_imports.rb +1 -1
  22. data/app/lib/actions/katello/capsule_content/sync.rb +0 -4
  23. data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -2
  24. data/app/lib/actions/katello/content_view/publish.rb +6 -2
  25. data/app/lib/actions/katello/content_view/remove.rb +8 -2
  26. data/app/lib/actions/katello/content_view_version/destroy.rb +1 -1
  27. data/app/lib/actions/katello/environment/destroy.rb +8 -2
  28. data/app/lib/actions/katello/host/reassign.rb +4 -2
  29. data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +0 -1
  30. data/app/lib/actions/katello/product/destroy.rb +2 -1
  31. data/app/lib/actions/katello/repository/filtered_index_content.rb +2 -10
  32. data/app/lib/actions/katello/repository/import_upload.rb +0 -1
  33. data/app/lib/actions/katello/repository/sync.rb +0 -1
  34. data/app/lib/actions/katello/repository/update.rb +5 -3
  35. data/app/lib/actions/katello/repository/upload_files.rb +0 -1
  36. data/app/lib/actions/pulp3/abstract.rb +0 -6
  37. data/app/lib/actions/pulp3/content_view/delete_repository_references.rb +1 -2
  38. data/app/lib/actions/pulp3/content_view_version/create_syncable_export_history.rb +4 -0
  39. data/app/lib/actions/pulp3/orchestration/content_view_version/export.rb +1 -0
  40. data/app/lib/actions/pulp3/orchestration/content_view_version/export_repository.rb +7 -2
  41. data/app/lib/actions/pulp3/orchestration/content_view_version/syncable_export.rb +7 -2
  42. data/app/lib/actions/pulp3/repository/refresh_distribution.rb +1 -2
  43. data/app/lib/actions/pulp3/repository/save_distribution_references.rb +2 -2
  44. data/app/lib/katello/concerns/renderer_extensions.rb +1 -1
  45. data/app/lib/katello/event_daemon/runner.rb +12 -9
  46. data/app/lib/katello/resources/candlepin/consumer.rb +6 -6
  47. data/app/lib/katello/resources/candlepin/owner.rb +1 -1
  48. data/app/lib/katello/resources/candlepin/upstream_consumer.rb +3 -4
  49. data/app/lib/katello/resources/candlepin.rb +4 -4
  50. data/app/lib/katello/util/errata.rb +12 -10
  51. data/app/lib/katello/util/search.rb +0 -1
  52. data/app/lib/katello/validators/content_view_environment_org_validator.rb +5 -2
  53. data/app/lib/katello/validators/content_view_environment_validator.rb +1 -2
  54. data/app/lib/katello/validators/generated_content_view_validator.rb +16 -0
  55. data/app/mailers/katello/errata_mailer.rb +4 -2
  56. data/app/models/katello/alternate_content_source.rb +5 -1
  57. data/app/models/katello/concerns/content_facet_host_extensions.rb +25 -14
  58. data/app/models/katello/concerns/host_managed_extensions.rb +17 -8
  59. data/app/models/katello/concerns/redhat_extensions.rb +16 -6
  60. data/app/models/katello/concerns/smart_proxy_extensions.rb +0 -12
  61. data/app/models/katello/concerns/subscription_facet_host_extensions.rb +1 -0
  62. data/app/models/katello/content_view.rb +22 -5
  63. data/app/models/katello/content_view_environment.rb +11 -2
  64. data/app/models/katello/content_view_environment_content_facet.rb +9 -0
  65. data/app/models/katello/content_view_version.rb +10 -5
  66. data/app/models/katello/erratum.rb +6 -1
  67. data/app/models/katello/glue/candlepin/pool.rb +6 -0
  68. data/app/models/katello/glue/candlepin/product.rb +7 -1
  69. data/app/models/katello/glue/candlepin/subscription.rb +5 -0
  70. data/app/models/katello/glue/provider.rb +26 -26
  71. data/app/models/katello/host/content_facet.rb +106 -18
  72. data/app/models/katello/host/info_provider.rb +25 -21
  73. data/app/models/katello/host/subscription_facet.rb +18 -14
  74. data/app/models/katello/kt_environment.rb +12 -7
  75. data/app/models/katello/package_group.rb +0 -12
  76. data/app/models/katello/pool.rb +4 -1
  77. data/app/models/katello/product.rb +11 -1
  78. data/app/models/katello/repository.rb +11 -11
  79. data/app/models/katello/root_repository.rb +5 -4
  80. data/app/models/katello/task_status.rb +0 -18
  81. data/app/services/katello/candlepin/consumer.rb +2 -2
  82. data/app/services/katello/host/package_profile_uploader.rb +1 -1
  83. data/app/services/katello/product_content_finder.rb +11 -8
  84. data/app/services/katello/pulp3/content_view_version/export.rb +8 -65
  85. data/app/services/katello/pulp3/content_view_version/export_validation_error.rb +7 -0
  86. data/app/services/katello/pulp3/content_view_version/export_validator.rb +105 -0
  87. data/app/services/katello/pulp3/content_view_version/importable_products.rb +1 -1
  88. data/app/services/katello/pulp3/content_view_version/syncable_format_export.rb +7 -1
  89. data/app/services/katello/pulp3/erratum.rb +1 -0
  90. data/app/services/katello/pulp3/module_stream.rb +26 -11
  91. data/app/services/katello/pulp3/repository/yum.rb +2 -1
  92. data/app/services/katello/pulp3/smart_proxy_mirror_repository.rb +2 -1
  93. data/app/services/katello/registration_manager.rb +46 -26
  94. data/app/services/katello/repository_type.rb +3 -9
  95. data/app/services/katello/simple_package.rb +22 -0
  96. data/app/views/foreman/smart_proxies/_content_sync.html.erb +1 -0
  97. data/app/views/foreman/smart_proxies/_reclaim_space.html.erb +1 -0
  98. data/app/views/katello/api/v2/content_facet/base.json.rabl +23 -2
  99. data/app/views/katello/api/v2/content_facet/show.json.rabl +11 -8
  100. data/app/views/katello/api/v2/content_views/base.json.rabl +1 -1
  101. data/app/views/katello/api/v2/hosts/base.json.rabl +22 -2
  102. data/app/views/overrides/activation_keys/_host_environment_select.html.erb +2 -2
  103. data/config/initializers/monkeys.rb +0 -2
  104. data/config/routes/api/registry.rb +8 -7
  105. data/config/routes/api/v2.rb +0 -2
  106. data/config/routes.rb +3 -0
  107. data/db/migrate/20200429153103_installed_package_bad_nvrea.rb +1 -1
  108. data/db/migrate/20220228173251_remove_drpm_from_ignorable_content.rb +7 -3
  109. data/db/migrate/20220419193414_content_settings_to_dsl_category.rb +1 -1
  110. data/db/migrate/20220929204746_add_content_view_environment_content_facet.rb +52 -0
  111. data/db/migrate/20221123212341_remove_pulp_docker_registry_port_setting.rb +5 -0
  112. data/db/migrate/20230119003859_ensure_repo_username_password_nil_not_blank.rb +1 -1
  113. data/db/seeds.d/111-upgrade_tasks.rb +2 -1
  114. data/engines/bastion/app/assets/stylesheets/bastion/bastion.scss +4 -0
  115. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/activation-key-details.controller.js +2 -4
  116. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +0 -1
  117. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +2 -4
  118. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +2 -1
  119. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +11 -3
  120. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/host-collections/details/views/host-collection-hosts-list.html +1 -1
  121. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +8 -4
  122. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +5485 -0
  123. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +5397 -0
  124. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +5658 -0
  125. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +5284 -0
  126. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +5231 -0
  127. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +5275 -0
  128. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +5389 -0
  129. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +5212 -0
  130. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +5145 -0
  131. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/translations.js +9 -0
  132. data/engines/bastion_katello/app/assets/javascripts/bastion_katello/subscriptions/views/content-access-mode-banner.html +2 -2
  133. data/lib/katello/engine.rb +2 -1
  134. data/lib/katello/permission_creator.rb +2 -4
  135. data/lib/katello/permissions/registry_permissions.rb +5 -5
  136. data/lib/katello/plugin.rb +22 -14
  137. data/lib/katello/repository_types/README.md +136 -19
  138. data/lib/katello/repository_types/deb.rb +0 -1
  139. data/lib/katello/repository_types/docker.rb +0 -1
  140. data/lib/katello/repository_types/file.rb +0 -1
  141. data/lib/katello/repository_types/yum.rb +0 -4
  142. data/lib/katello/tasks/clean_candlepin_orphaned_products.rake +38 -0
  143. data/lib/katello/tasks/clean_orphaned_facets.rb +20 -0
  144. data/lib/katello/tasks/reimport.rake +1 -2
  145. data/lib/katello/tasks/repository.rake +1 -22
  146. data/lib/katello/tasks/reset.rake +1 -0
  147. data/lib/katello/tasks/upgrades/4.8/fix_incorrect_providers.rake +29 -0
  148. data/lib/katello/version.rb +1 -1
  149. data/lib/katello.rb +0 -5
  150. data/locale/bn/katello.po +69 -27
  151. data/locale/cs/katello.po +69 -27
  152. data/locale/de/katello.po +78 -36
  153. data/locale/en/katello.po +69 -27
  154. data/locale/es/katello.po +70 -28
  155. data/locale/fr/katello.po +73 -31
  156. data/locale/gu/katello.po +69 -27
  157. data/locale/hi/katello.po +69 -27
  158. data/locale/it/katello.po +69 -27
  159. data/locale/ja/katello.po +73 -31
  160. data/locale/ka/katello.po +73 -31
  161. data/locale/katello.pot +335 -262
  162. data/locale/kn/katello.po +69 -27
  163. data/locale/ko/katello.po +69 -27
  164. data/locale/mr/katello.po +69 -27
  165. data/locale/or/katello.po +69 -27
  166. data/locale/pa/katello.po +69 -27
  167. data/locale/pt/katello.po +69 -27
  168. data/locale/pt_BR/katello.po +70 -28
  169. data/locale/ru/katello.po +70 -28
  170. data/locale/ta/katello.po +69 -27
  171. data/locale/te/katello.po +69 -27
  172. data/locale/zh_CN/katello.po +73 -31
  173. data/locale/zh_TW/katello.po +70 -28
  174. data/webpack/components/Content/ContentPage.js +51 -35
  175. data/webpack/components/Content/__tests__/ContentPage.test.js +2 -4
  176. data/webpack/components/Content/__tests__/__snapshots__/ContentPage.test.js.snap +22 -3
  177. data/webpack/components/Table/EmptyStateMessage.js +14 -11
  178. data/webpack/components/Table/MainTable.js +36 -15
  179. data/webpack/components/Table/TableWrapper.js +25 -25
  180. data/webpack/components/Table/__test__/emptyStateMessage.test.js +51 -0
  181. data/webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js +5 -4
  182. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +1 -1
  183. data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/__tests__/hostCollectionsModal.test.js +1 -17
  184. data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +18 -9
  185. data/webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js +1 -2
  186. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +1 -2
  187. data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +1 -2
  188. data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +47 -27
  189. data/webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js +1 -2
  190. data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +2 -21
  191. data/webpack/components/extensions/HostDetails/Tabs/__tests__/moduleStreamsTab.test.js +1 -28
  192. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +1 -10
  193. data/webpack/components/extensions/HostDetails/Tabs/__tests__/packagesTab.test.js +1 -18
  194. data/webpack/components/extensions/HostDetails/Tabs/__tests__/repositorySetsTab.test.js +1 -17
  195. data/webpack/components/extensions/HostDetails/Tabs/__tests__/tracesTab.test.js +1 -15
  196. data/webpack/global_test_setup.js +1 -1
  197. data/webpack/scenes/AlternateContentSources/Create/ACSCreateWizard.js +12 -10
  198. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js +6 -0
  199. data/webpack/scenes/AlternateContentSources/Create/Steps/ACSSmartProxies.js +1 -0
  200. data/webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js +3 -10
  201. data/webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js +1 -0
  202. data/webpack/scenes/AlternateContentSources/Create/__tests__/acsCreate.test.js +3 -3
  203. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js +1 -0
  204. data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js +12 -4
  205. data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +7 -4
  206. data/webpack/scenes/AlternateContentSources/MainTable/__tests__/acsTable.test.js +4 -8
  207. data/webpack/scenes/AlternateContentSources/helpers.js +1 -1
  208. data/webpack/scenes/Content/Details/ContentRepositories.js +5 -4
  209. data/webpack/scenes/Content/Details/__tests__/contentDetail.test.js +1 -12
  210. data/webpack/scenes/Content/Table/ContentTable.js +2 -1
  211. data/webpack/scenes/Content/__tests__/contentTable.test.js +1 -14
  212. data/webpack/scenes/ContentViews/Delete/__tests__/contentViewDelete.test.js +1 -25
  213. data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +2 -1
  214. data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +44 -31
  215. data/webpack/scenes/ContentViews/Details/ContentViewDetails.js +2 -0
  216. data/webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js +6 -1
  217. data/webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js +2 -1
  218. data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +2 -1
  219. data/webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js +3 -1
  220. data/webpack/scenes/ContentViews/Details/Filters/CVModuleStreamFilterContent.js +3 -1
  221. data/webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js +3 -1
  222. data/webpack/scenes/ContentViews/Details/Filters/CVRpmFilterContent.js +2 -1
  223. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js +2 -0
  224. data/webpack/scenes/ContentViews/Details/Filters/ContentViewFilters.js +2 -1
  225. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVDebMatchContentModal.js +1 -1
  226. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/CVRpmMatchContentModal.js +1 -1
  227. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentModal.test.js +35 -33
  228. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVContainerImageFilterContent.test.js +48 -45
  229. data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVRpmFilterContent.test.js +58 -24
  230. data/webpack/scenes/ContentViews/Details/Filters/__tests__/ContentViewPackageGroupFilter.test.js +64 -0
  231. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilterDetails.test.js +36 -20
  232. data/webpack/scenes/ContentViews/Details/Filters/__tests__/contentViewFilters.test.js +40 -23
  233. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvErrataIDFilter.test.js +0 -13
  234. data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvModuleStreamFilter.test.js +0 -13
  235. data/webpack/scenes/ContentViews/Details/Histories/ContentViewHistories.js +2 -1
  236. data/webpack/scenes/ContentViews/Details/Histories/__tests__/contentViewHistory.test.js +1 -10
  237. data/webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js +2 -1
  238. data/webpack/scenes/ContentViews/Details/Repositories/__tests__/contentViewAddRemove.test.js +1 -10
  239. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js +21 -9
  240. data/webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareTable.js +4 -0
  241. data/webpack/scenes/ContentViews/Details/Versions/Compare/__tests__/CVVersionCompare.test.js +1 -32
  242. data/webpack/scenes/ContentViews/Details/Versions/ContentViewVersions.js +3 -1
  243. data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvVersionRemove.test.js +1 -15
  244. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedActivationKeys.js +1 -1
  245. data/webpack/scenes/ContentViews/Details/Versions/Delete/affectedHosts.js +1 -2
  246. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js +31 -9
  247. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailsTable.js +4 -0
  248. data/webpack/scenes/ContentViews/Details/Versions/VersionDetails/__tests__/ContentViewVersionDetails.test.js +30 -14
  249. data/webpack/scenes/ContentViews/Table/ContentViewsTable.js +1 -1
  250. data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +55 -120
  251. data/webpack/scenes/ContentViews/components/WizardHeader.js +1 -1
  252. data/webpack/scenes/ContentViews/expansions/RelatedContentViewComponentsModal.js +1 -1
  253. data/webpack/scenes/ContentViews/expansions/__tests__/contentViewComponentsModal.test.js +8 -1
  254. data/webpack/scenes/ModuleStreams/ModuleStreamsPage.js +3 -9
  255. data/webpack/scenes/ModuleStreams/__tests__/__snapshots__/ModuleStreamPage.test.js.snap +7 -1
  256. data/webpack/scenes/RedHatRepositories/components/Search.js +22 -16
  257. data/webpack/scenes/RedHatRepositories/index.scss +20 -1
  258. data/webpack/scenes/SmartProxy/SmartProxyContentTable.js +12 -1
  259. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CdnTypeForm.js +1 -1
  260. data/webpack/scenes/Subscriptions/Manifest/CdnConfigurationTab/CustomCdnTypeForm.js +1 -1
  261. data/webpack/scenes/Subscriptions/SubscriptionsPage.js +21 -19
  262. data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsPage.test.js.snap +34 -1
  263. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js +20 -7
  264. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.test.js +0 -1
  265. data/webpack/scenes/Subscriptions/components/SubscriptionsToolbar/__snapshots__/SubscriptionsToolbar.test.js.snap +65 -15
  266. metadata +50 -116
  267. data/app/lib/actions/katello/pulp_selector.rb +0 -24
  268. data/app/lib/actions/katello/repository/correct_checksum.rb +0 -24
  269. data/app/lib/actions/katello/repository/destroy_package_group.rb +0 -26
  270. data/app/lib/actions/katello/repository/upload_package_group.rb +0 -24
  271. data/app/lib/actions/pulp/abstract.rb +0 -37
  272. data/app/lib/actions/pulp/abstract_async_task.rb +0 -154
  273. data/app/lib/actions/pulp/abstract_async_task_group.rb +0 -94
  274. data/app/lib/actions/pulp/consumer/sync_capsule.rb +0 -45
  275. data/app/lib/actions/pulp/consumer/unassociate_units.rb +0 -20
  276. data/app/lib/actions/pulp/expect_one_task.rb +0 -11
  277. data/app/lib/actions/pulp/orchestration/orphan_cleanup/remove_orphans.rb +0 -16
  278. data/app/lib/actions/pulp/orchestration/repository/copy_all_units.rb +0 -19
  279. data/app/lib/actions/pulp/orchestration/repository/delete.rb +0 -15
  280. data/app/lib/actions/pulp/orchestration/repository/refresh.rb +0 -14
  281. data/app/lib/actions/pulp/orchestration/repository/refresh_if_needed.rb +0 -13
  282. data/app/lib/actions/pulp/orchestration/repository/refresh_repos.rb +0 -19
  283. data/app/lib/actions/pulp/orchestration/repository/remove_units.rb +0 -14
  284. data/app/lib/actions/pulp/orchestration/repository/smart_proxy_sync.rb +0 -34
  285. data/app/lib/actions/pulp/orchestration/repository/sync.rb +0 -18
  286. data/app/lib/actions/pulp/orchestration/repository/upload_content.rb +0 -37
  287. data/app/lib/actions/pulp/orphan_cleanup/remove_orphans.rb +0 -15
  288. data/app/lib/actions/pulp/orphan_cleanup/remove_unneeded_repos.rb +0 -16
  289. data/app/lib/actions/pulp/repository/abstract_copy_content.rb +0 -45
  290. data/app/lib/actions/pulp/repository/abstract_remove_content.rb +0 -32
  291. data/app/lib/actions/pulp/repository/clear.rb +0 -18
  292. data/app/lib/actions/pulp/repository/copy_all_units.rb +0 -30
  293. data/app/lib/actions/pulp/repository/copy_units.rb +0 -25
  294. data/app/lib/actions/pulp/repository/create.rb +0 -28
  295. data/app/lib/actions/pulp/repository/create_in_plan.rb +0 -15
  296. data/app/lib/actions/pulp/repository/create_upload_request.rb +0 -20
  297. data/app/lib/actions/pulp/repository/delete_upload_request.rb +0 -19
  298. data/app/lib/actions/pulp/repository/destroy.rb +0 -28
  299. data/app/lib/actions/pulp/repository/distributor_publish.rb +0 -25
  300. data/app/lib/actions/pulp/repository/download.rb +0 -16
  301. data/app/lib/actions/pulp/repository/import_upload.rb +0 -19
  302. data/app/lib/actions/pulp/repository/presenters/abstract_sync_presenter.rb +0 -47
  303. data/app/lib/actions/pulp/repository/presenters/deb_presenter.rb +0 -95
  304. data/app/lib/actions/pulp/repository/presenters/docker_presenter.rb +0 -103
  305. data/app/lib/actions/pulp/repository/presenters/file_unit_presenter.rb +0 -42
  306. data/app/lib/actions/pulp/repository/presenters/yum_presenter.rb +0 -131
  307. data/app/lib/actions/pulp/repository/refresh.rb +0 -21
  308. data/app/lib/actions/pulp/repository/regenerate_applicability.rb +0 -21
  309. data/app/lib/actions/pulp/repository/remove_distribution.rb +0 -11
  310. data/app/lib/actions/pulp/repository/remove_units.rb +0 -44
  311. data/app/lib/actions/pulp/repository/sync.rb +0 -99
  312. data/app/lib/actions/pulp/repository/upload_file.rb +0 -28
  313. data/app/lib/actions/pulp/repository_group/create.rb +0 -31
  314. data/app/lib/actions/pulp/repository_group/delete.rb +0 -17
  315. data/app/lib/actions/pulp/repository_group/export.rb +0 -51
  316. data/app/lib/katello/util/package_clause_generator.rb +0 -77
  317. data/app/models/katello/glue/pulp/pulp_errors.rb +0 -9
  318. data/app/models/katello/glue/pulp/repo.rb +0 -353
  319. data/app/models/katello/pulp_sync_status.rb +0 -165
  320. data/app/models/katello/pulp_task_status.rb +0 -63
  321. data/app/services/katello/pulp/content.rb +0 -24
  322. data/app/services/katello/pulp/importer_comparison.rb +0 -28
  323. data/app/services/katello/pulp/repository/deb.rb +0 -61
  324. data/app/services/katello/pulp/repository/docker.rb +0 -82
  325. data/app/services/katello/pulp/repository/file.rb +0 -52
  326. data/app/services/katello/pulp/repository/yum.rb +0 -205
  327. data/app/services/katello/pulp/repository.rb +0 -327
  328. data/app/services/katello/pulp/server.rb +0 -35
  329. data/app/services/katello/pulp/simple_package.rb +0 -24
  330. data/app/services/katello/pulp/smart_proxy_repository.rb +0 -52
  331. data/lib/monkeys/fix_deb_optimized_sync.rb +0 -35
  332. data/lib/monkeys/fix_pulp_container_path.rb +0 -35
  333. data/locale/zanata.xml +0 -30
  334. data/webpack/scenes/ContentViews/Details/Filters/MatchContentModal/__tests__/CVRpmMatchContentSearch.fixtures.json +0 -33
data/locale/katello.pot CHANGED
@@ -8,8 +8,8 @@ msgid ""
8
8
  msgstr ""
9
9
  "Project-Id-Version: katello 1.0.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2023-01-20 19:33+0000\n"
12
- "PO-Revision-Date: 2023-01-20 19:33+0000\n"
11
+ "POT-Creation-Date: 2023-01-23 19:44+0000\n"
12
+ "PO-Revision-Date: 2023-01-23 19:44+0000\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -62,41 +62,41 @@ msgstr ""
62
62
  msgid "Facts successfully updated."
63
63
  msgstr ""
64
64
 
65
- #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:317
66
- msgid "Multiple environments are not supported."
65
+ #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:318
66
+ msgid "Registering to multiple environments is not enabled."
67
67
  msgstr ""
68
68
 
69
- #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:325
69
+ #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:329
70
70
  msgid ""
71
71
  "User '%s' did not specify an organization ID and does not have a default organ"
72
72
  "ization."
73
73
  msgstr ""
74
74
 
75
- #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:350
75
+ #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:353
76
76
  msgid "Couldn't find Organization '%s'."
77
77
  msgstr ""
78
78
 
79
- #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:355
79
+ #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:358
80
80
  msgid "User '%{user}' does not belong to Organization '%{organization}'."
81
81
  msgstr ""
82
82
 
83
- #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:374
83
+ #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:377
84
84
  msgid "Organization not found"
85
85
  msgstr ""
86
86
 
87
- #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:378
87
+ #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:381
88
88
  msgid "Couldn't find activation key '%s'"
89
89
  msgstr ""
90
90
 
91
- #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:381
91
+ #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:384
92
92
  msgid "Max Hosts (%{limit}) reached for activation key '%{name}'"
93
93
  msgstr ""
94
94
 
95
- #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:390
95
+ #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:393
96
96
  msgid "At least one activation key must be provided"
97
97
  msgstr ""
98
98
 
99
- #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:399
99
+ #: ../app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb:402
100
100
  #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:268
101
101
  msgid "Couldn't find environment '%s'"
102
102
  msgstr ""
@@ -383,7 +383,7 @@ msgid ""
383
383
  "ptions is disabled"
384
384
  msgstr ""
385
385
 
386
- #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:345
386
+ #: ../app/controllers/katello/api/v2/activation_keys_controller.rb:346
387
387
  msgid "Invalid release version: [%s]"
388
388
  msgstr ""
389
389
 
@@ -2509,28 +2509,28 @@ msgstr ""
2509
2509
  msgid "Set true to override to enabled; Set false to override to disabled.'"
2510
2510
  msgstr ""
2511
2511
 
2512
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:184
2512
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:183
2513
2513
  msgid "Show releases available for the content host"
2514
2514
  msgstr ""
2515
2515
 
2516
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:185
2517
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:192
2516
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:184
2517
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:191
2518
2518
  msgid "id of host"
2519
2519
  msgstr ""
2520
2520
 
2521
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:191
2521
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:190
2522
2522
  msgid "Show repositories enabled on the host that are known to Katello"
2523
2523
  msgstr ""
2524
2524
 
2525
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:209
2526
- msgid "Couldn't find specified Content View and Lifecycle Environment."
2525
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:208
2526
+ msgid "Couldn't find specified content view and lifecycle environment."
2527
2527
  msgstr ""
2528
2528
 
2529
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:213
2529
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:212
2530
2530
  msgid "subscriptions not specified"
2531
2531
  msgstr ""
2532
2532
 
2533
- #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:230
2533
+ #: ../app/controllers/katello/api/v2/host_subscriptions_controller.rb:229
2534
2534
  msgid "unknown permission for %s"
2535
2535
  msgstr ""
2536
2536
 
@@ -2698,53 +2698,53 @@ msgstr ""
2698
2698
  msgid "errata_ids is a required parameter"
2699
2699
  msgstr ""
2700
2700
 
2701
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:299
2701
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:302
2702
2702
  msgid "Fetch available module streams for hosts."
2703
2703
  msgstr ""
2704
2704
 
2705
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:310
2705
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:313
2706
2706
  msgid ""
2707
2707
  "Update the content source for specified hosts and generate the reconfiguration"
2708
2708
  " script"
2709
2709
  msgstr ""
2710
2710
 
2711
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:311
2711
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:314
2712
2712
  msgid "The ids of the hosts to alter. Hosts not managed by Katello are ignored"
2713
2713
  msgstr ""
2714
2714
 
2715
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:312
2715
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:315
2716
2716
  msgid "The id of the lifecycle environment"
2717
2717
  msgstr ""
2718
2718
 
2719
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:313
2719
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:316
2720
2720
  msgid "The id of the content view"
2721
2721
  msgstr ""
2722
2722
 
2723
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:314
2723
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:317
2724
2724
  msgid "The id of the content source"
2725
2725
  msgstr ""
2726
2726
 
2727
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:343
2727
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:347
2728
2728
  msgid "Could not find all specified errata ids: %s"
2729
2729
  msgstr ""
2730
2730
 
2731
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:365
2731
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:369
2732
2732
  msgid "Organization ID is required"
2733
2733
  msgstr ""
2734
2734
 
2735
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:380
2735
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:384
2736
2736
  msgid "Maximum number of content hosts exceeded for host collection(s): %s"
2737
2737
  msgstr ""
2738
2738
 
2739
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:403
2739
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:407
2740
2740
  msgid "A content_type must be provided."
2741
2741
  msgstr ""
2742
2742
 
2743
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:404
2743
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:408
2744
2744
  msgid "No content has been provided."
2745
2745
  msgstr ""
2746
2746
 
2747
- #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:407
2747
+ #: ../app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb:411
2748
2748
  msgid "Invalid content type %s"
2749
2749
  msgstr ""
2750
2750
 
@@ -3935,7 +3935,7 @@ msgid ""
3935
3935
  "o Air-gapped (disconnected)."
3936
3936
  msgstr ""
3937
3937
 
3938
- #: ../app/controllers/katello/api/v2/simple_content_access_controller.rb:12
3938
+ #: ../app/controllers/katello/api/v2/simple_content_access_controller.rb:11
3939
3939
  msgid "Check if the specified organization is eligible for Simple Content Access"
3940
3940
  msgstr ""
3941
3941
 
@@ -4396,12 +4396,12 @@ msgid ""
4396
4396
  msgstr ""
4397
4397
 
4398
4398
  #:
4399
- #: ../app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb:40
4399
+ #: ../app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb:39
4400
4400
  msgid "Smart proxy content source not found!"
4401
4401
  msgstr ""
4402
4402
 
4403
4403
  #:
4404
- #: ../app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb:41
4404
+ #: ../app/controllers/katello/concerns/api/v2/registration_controller_extensions.rb:40
4405
4405
  msgid "Pulp 3 is not enabled on Smart proxy!"
4406
4406
  msgstr ""
4407
4407
 
@@ -4595,14 +4595,14 @@ msgid "Couldn't find activation key environment '%s'"
4595
4595
  msgstr ""
4596
4596
 
4597
4597
  #:
4598
- #: ../app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb:124
4598
+ #: ../app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb:127
4599
4599
  msgid ""
4600
4600
  "Unable to reassign content hosts. Please provide system_content_view_id and sy"
4601
4601
  "stem_environment_id."
4602
4602
  msgstr ""
4603
4603
 
4604
4604
  #:
4605
- #: ../app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb:139
4605
+ #: ../app/controllers/katello/concerns/authorization/api/v2/content_views_controller.rb:142
4606
4606
  msgid ""
4607
4607
  "Unable to reassign activation_keys. Please provide key_content_view_id and key"
4608
4608
  "_environment_id."
@@ -4680,7 +4680,7 @@ msgstr ""
4680
4680
  msgid "Inherit from Repository"
4681
4681
  msgstr ""
4682
4682
 
4683
- #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:260
4683
+ #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:268
4684
4684
  #: ../app/views/smart_proxies/plugins/_pulpcore.html.erb:2
4685
4685
  #: ../lib/katello/plugin.rb:9 ../lib/katello/plugin.rb:255
4686
4686
  #: ../lib/katello/plugin.rb:269 ../lib/katello/plugin.rb:339
@@ -4692,22 +4692,14 @@ msgstr ""
4692
4692
  msgid "Content"
4693
4693
  msgstr ""
4694
4694
 
4695
- #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:262
4695
+ #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:270
4696
4696
  msgid "Host content and subscription details"
4697
4697
  msgstr ""
4698
4698
 
4699
- #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:269
4699
+ #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:277
4700
4700
  msgid "Change Content Source"
4701
4701
  msgstr ""
4702
4702
 
4703
- #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:292
4704
- msgid "Never registered"
4705
- msgstr ""
4706
-
4707
- #: ../app/helpers/katello/hosts_and_hostgroups_helper.rb:298
4708
- msgid "Never checked in"
4709
- msgstr ""
4710
-
4711
4703
  #: ../app/helpers/katello/organizations_helper.rb:4
4712
4704
  msgid "%{sla}"
4713
4705
  msgstr ""
@@ -4969,25 +4961,25 @@ msgstr ""
4969
4961
  msgid "Publish"
4970
4962
  msgstr ""
4971
4963
 
4972
- #: ../app/lib/actions/katello/content_view/remove.rb:84
4964
+ #: ../app/lib/actions/katello/content_view/remove.rb:90
4973
4965
  msgid "Cannot delete version while it is in environment %s"
4974
4966
  msgstr ""
4975
4967
 
4976
- #: ../app/lib/actions/katello/content_view/remove.rb:91 action_names.rb:63
4968
+ #: ../app/lib/actions/katello/content_view/remove.rb:97 action_names.rb:63
4977
4969
  msgid "Remove Versions and Associations"
4978
4970
  msgstr ""
4979
4971
 
4980
- #: ../app/lib/actions/katello/content_view/remove.rb:112
4972
+ #: ../app/lib/actions/katello/content_view/remove.rb:118
4981
4973
  msgid "Either environments or versions must be specified."
4982
4974
  msgstr ""
4983
4975
 
4984
- #: ../app/lib/actions/katello/content_view/remove.rb:117
4976
+ #: ../app/lib/actions/katello/content_view/remove.rb:123
4985
4977
  msgid ""
4986
4978
  "Unable to reassign systems. Please check system_content_view_id and system_env"
4987
4979
  "ironment_id."
4988
4980
  msgstr ""
4989
4981
 
4990
- #: ../app/lib/actions/katello/content_view/remove.rb:121
4982
+ #: ../app/lib/actions/katello/content_view/remove.rb:127
4991
4983
  msgid ""
4992
4984
  "Unable to reassign activation_keys. Please check activation_key_content_view_i"
4993
4985
  "d and activation_key_environment_id."
@@ -5066,7 +5058,7 @@ msgstr ""
5066
5058
  msgid "Republish Version Repositories"
5067
5059
  msgstr ""
5068
5060
 
5069
- #: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:18
5061
+ #: ../app/lib/actions/katello/environment/destroy.rb:42 action_names.rb:18
5070
5062
  msgid "Delete Lifecycle Environment"
5071
5063
  msgstr ""
5072
5064
 
@@ -6430,17 +6422,21 @@ msgid "cannot be a binary file."
6430
6422
  msgstr ""
6431
6423
 
6432
6424
  #: ../app/lib/katello/validators/content_view_environment_org_validator.rb:9
6425
+ msgid "Content view environments must have both a content view and an environment"
6426
+ msgstr ""
6427
+
6428
+ #: ../app/lib/katello/validators/content_view_environment_org_validator.rb:12
6433
6429
  msgid ""
6434
6430
  "%{view_label} could not be promoted to %{environment_label} because the conten"
6435
6431
  "t view and the environment are not in the same organization!"
6436
6432
  msgstr ""
6437
6433
 
6438
- #: ../app/lib/katello/validators/content_view_environment_validator.rb:13
6434
+ #: ../app/lib/katello/validators/content_view_environment_validator.rb:12
6439
6435
  msgid "Content view '%{view}' is not in environment '%{env}'"
6440
6436
  msgstr ""
6441
6437
 
6442
- #: ../app/lib/katello/validators/content_view_environment_validator.rb:18
6443
- msgid "Generated Content views cannot be assigned to Host/Activation Keys"
6438
+ #: ../app/lib/katello/validators/content_view_environment_validator.rb:17
6439
+ msgid "Generated content views cannot be assigned to hosts or activation keys"
6444
6440
  msgstr ""
6445
6441
 
6446
6442
  #:
@@ -6524,6 +6520,12 @@ msgid ""
6524
6520
  "ositories: %s."
6525
6521
  msgstr ""
6526
6522
 
6523
+ #: ../app/lib/katello/validators/generated_content_view_validator.rb:9
6524
+ msgid ""
6525
+ "Content view '%{cv_name}' is a generated content view, which cannot be assigne"
6526
+ "d to hosts or activation keys."
6527
+ msgstr ""
6528
+
6527
6529
  #: ../app/lib/katello/validators/gpg_key_content_type_validator.rb:9
6528
6530
  #: ../app/lib/katello/validators/gpg_key_content_type_validator.rb:15
6529
6531
  msgid "Wrong content type submitted."
@@ -6653,7 +6655,7 @@ msgstr ""
6653
6655
  msgid "Sync Summary for %s"
6654
6656
  msgstr ""
6655
6657
 
6656
- #: ../app/mailers/katello/errata_mailer.rb:42
6658
+ #: ../app/mailers/katello/errata_mailer.rb:44
6657
6659
  msgid "Promotion Summary for %{content_view}"
6658
6660
  msgstr ""
6659
6661
 
@@ -6731,23 +6733,23 @@ msgid ""
6731
6733
  "uired when using an upstream Foreman server."
6732
6734
  msgstr ""
6733
6735
 
6734
- #: ../app/models/katello/concerns/host_managed_extensions.rb:77
6736
+ #: ../app/models/katello/concerns/host_managed_extensions.rb:81
6735
6737
  msgid "Content_Host_Status"
6736
6738
  msgstr ""
6737
6739
 
6738
- #: ../app/models/katello/concerns/host_managed_extensions.rb:80
6740
+ #: ../app/models/katello/concerns/host_managed_extensions.rb:84
6739
6741
  msgid "Refresh_Content_Host_Status"
6740
6742
  msgstr ""
6741
6743
 
6742
- #: ../app/models/katello/concerns/host_managed_extensions.rb:137
6744
+ #: ../app/models/katello/concerns/host_managed_extensions.rb:145
6743
6745
  msgid "Refresh Content Host Statuses for %s"
6744
6746
  msgstr ""
6745
6747
 
6746
- #: ../app/models/katello/concerns/host_managed_extensions.rb:152
6748
+ #: ../app/models/katello/concerns/host_managed_extensions.rb:160
6747
6749
  msgid "Mark Content Host Statuses as Unknown for %s"
6748
6750
  msgstr ""
6749
6751
 
6750
- #: ../app/models/katello/concerns/host_managed_extensions.rb:444
6752
+ #: ../app/models/katello/concerns/host_managed_extensions.rb:452
6751
6753
  msgid "package_names_for_job_template: Action must be one of %s"
6752
6754
  msgstr ""
6753
6755
 
@@ -6766,29 +6768,29 @@ msgstr ""
6766
6768
  msgid "Setting 'default_location_subscribed_hosts' is not set to a valid location."
6767
6769
  msgstr ""
6768
6770
 
6769
- #: ../app/models/katello/concerns/organization_extensions.rb:130
6771
+ #: ../app/models/katello/concerns/organization_extensions.rb:134
6770
6772
  msgid "Could not delete organization '%s'."
6771
6773
  msgstr ""
6772
6774
 
6773
- #: ../app/models/katello/concerns/organization_extensions.rb:132
6775
+ #: ../app/models/katello/concerns/organization_extensions.rb:136
6774
6776
  msgid ""
6775
6777
  "The current organization cannot be deleted. Please switch to a different organ"
6776
6778
  "ization before deleting."
6777
6779
  msgstr ""
6778
6780
 
6779
- #: ../app/models/katello/concerns/organization_extensions.rb:134
6781
+ #: ../app/models/katello/concerns/organization_extensions.rb:138
6780
6782
  msgid "At least one organization must exist."
6781
6783
  msgstr ""
6782
6784
 
6783
- #: ../app/models/katello/concerns/organization_extensions.rb:159
6785
+ #: ../app/models/katello/concerns/organization_extensions.rb:163
6784
6786
  msgid "Informable Type must be one of the following [ %{list} ]"
6785
6787
  msgstr ""
6786
6788
 
6787
- #: ../app/models/katello/concerns/organization_extensions.rb:193
6789
+ #: ../app/models/katello/concerns/organization_extensions.rb:197
6788
6790
  msgid "You cannot set an organization's parent. This feature is disabled."
6789
6791
  msgstr ""
6790
6792
 
6791
- #: ../app/models/katello/concerns/organization_extensions.rb:197
6793
+ #: ../app/models/katello/concerns/organization_extensions.rb:201
6792
6794
  msgid "You cannot set an organization's parent_id. This feature is disabled."
6793
6795
  msgstr ""
6794
6796
 
@@ -6843,58 +6845,58 @@ msgstr ""
6843
6845
  msgid "Content Credentials"
6844
6846
  msgstr ""
6845
6847
 
6846
- #: ../app/models/katello/content_view.rb:471
6848
+ #: ../app/models/katello/content_view.rb:476
6847
6849
  msgid "Cannot delete view while it exists in environments"
6848
6850
  msgstr ""
6849
6851
 
6850
- #: ../app/models/katello/content_view.rb:476
6852
+ #: ../app/models/katello/content_view.rb:481
6851
6853
  msgid "Cannot delete from %s, view does not exist there."
6852
6854
  msgstr ""
6853
6855
 
6854
- #: ../app/models/katello/content_view.rb:506
6856
+ #: ../app/models/katello/content_view.rb:511
6855
6857
  #: ../app/models/katello/content_view_version_component.rb:13
6856
6858
  msgid "Cannot add component versions to a non-composite content view"
6857
6859
  msgstr ""
6858
6860
 
6859
- #: ../app/models/katello/content_view.rb:512
6861
+ #: ../app/models/katello/content_view.rb:517
6860
6862
  msgid "Cannot set auto publish to a non-composite content view"
6861
6863
  msgstr ""
6862
6864
 
6863
- #: ../app/models/katello/content_view.rb:518
6865
+ #: ../app/models/katello/content_view.rb:523
6864
6866
  msgid "Name and label of default content view should not be changed"
6865
6867
  msgstr ""
6866
6868
 
6867
- #: ../app/models/katello/content_view.rb:524
6869
+ #: ../app/models/katello/content_view.rb:529
6868
6870
  msgid "Container Image repo '%{repo}' is present in multiple component content views."
6869
6871
  msgstr ""
6870
6872
 
6871
- #: ../app/models/katello/content_view.rb:587
6873
+ #: ../app/models/katello/content_view.rb:592
6872
6874
  msgid "Cannot import a composite content view"
6873
6875
  msgstr ""
6874
6876
 
6875
- #: ../app/models/katello/content_view.rb:588
6877
+ #: ../app/models/katello/content_view.rb:593
6876
6878
  msgid "This Content View must be set to Import-only before performing an import"
6877
6879
  msgstr ""
6878
6880
 
6879
- #: ../app/models/katello/content_view.rb:593
6881
+ #: ../app/models/katello/content_view.rb:598
6880
6882
  msgid "User must be logged in."
6881
6883
  msgstr ""
6882
6884
 
6883
- #: ../app/models/katello/content_view.rb:594
6885
+ #: ../app/models/katello/content_view.rb:599
6884
6886
  msgid "Cannot publish default content view"
6885
6887
  msgstr ""
6886
6888
 
6887
- #: ../app/models/katello/content_view.rb:599
6889
+ #: ../app/models/katello/content_view.rb:604
6888
6890
  msgid "Import-only content views can not be published directly"
6889
6891
  msgstr ""
6890
6892
 
6891
- #: ../app/models/katello/content_view.rb:617
6893
+ #: ../app/models/katello/content_view.rb:623
6892
6894
  msgid ""
6893
6895
  "Consider changing the Lifecycle Environment's Registry Name Pattern to somethi"
6894
6896
  "ng more specific."
6895
6897
  msgstr ""
6896
6898
 
6897
- #: ../app/models/katello/content_view.rb:627
6899
+ #: ../app/models/katello/content_view.rb:633
6898
6900
  msgid ""
6899
6901
  "Make sure all the component content views are published before publishing/prom"
6900
6902
  "oting the composite content view. This restriction is optional and can be modi"
@@ -6902,7 +6904,7 @@ msgid ""
6902
6904
  "site_view flag."
6903
6905
  msgstr ""
6904
6906
 
6905
- #: ../app/models/katello/content_view.rb:637
6907
+ #: ../app/models/katello/content_view.rb:643
6906
6908
  msgid ""
6907
6909
  "The action requested on this composite view cannot be performed until all of t"
6908
6910
  "he component content view versions have been promoted to the target environmen"
@@ -6910,41 +6912,47 @@ msgid ""
6910
6912
  "tor -> Settings -> Content page using the restrict_composite_view flag."
6911
6913
  msgstr ""
6912
6914
 
6913
- #: ../app/models/katello/content_view.rb:651
6914
- #: ../app/models/katello/content_view.rb:670
6915
+ #: ../app/models/katello/content_view.rb:660
6916
+ msgid ""
6917
+ "Orphaned content facets for deleted hosts exist for the content view and envir"
6918
+ "onment. Please run rake task : katello:clean_orphaned_facets and try again!"
6919
+ msgstr ""
6920
+
6921
+ #: ../app/models/katello/content_view.rb:668
6922
+ #: ../app/models/katello/content_view.rb:687
6915
6923
  msgid "hosts"
6916
6924
  msgstr ""
6917
6925
 
6918
- #: ../app/models/katello/content_view.rb:652
6919
- #: ../app/models/katello/content_view.rb:671
6926
+ #: ../app/models/katello/content_view.rb:669
6927
+ #: ../app/models/katello/content_view.rb:688
6920
6928
  msgid "activation keys"
6921
6929
  msgstr ""
6922
6930
 
6923
- #: ../app/models/katello/content_view.rb:657
6931
+ #: ../app/models/katello/content_view.rb:674
6924
6932
  msgid ""
6925
6933
  "Cannot remove '%{view}' from environment '%{env}' due to associated %{dependen"
6926
6934
  "t}: %{names}."
6927
6935
  msgstr ""
6928
6936
 
6929
- #: ../app/models/katello/content_view.rb:669
6937
+ #: ../app/models/katello/content_view.rb:686
6930
6938
  msgid "environments"
6931
6939
  msgstr ""
6932
6940
 
6933
- #: ../app/models/katello/content_view.rb:676
6941
+ #: ../app/models/katello/content_view.rb:693
6934
6942
  msgid "Cannot delete '%{view}' due to associated %{dependent}: %{names}."
6935
6943
  msgstr ""
6936
6944
 
6937
- #: ../app/models/katello/content_view.rb:686
6945
+ #: ../app/models/katello/content_view.rb:703
6938
6946
  #: ../app/views/dashboard/_content_views_widget.html.erb:2
6939
6947
  #: ../lib/katello/plugin.rb:86
6940
6948
  msgid "Content Views"
6941
6949
  msgstr ""
6942
6950
 
6943
- #: ../app/models/katello/content_view.rb:737
6951
+ #: ../app/models/katello/content_view.rb:754
6944
6952
  msgid "Import-only can not be changed after creation"
6945
6953
  msgstr ""
6946
6954
 
6947
- #: ../app/models/katello/content_view.rb:760
6955
+ #: ../app/models/katello/content_view.rb:777
6948
6956
  msgid "cannot be deleted if it has been promoted."
6949
6957
  msgstr ""
6950
6958
 
@@ -7050,9 +7058,9 @@ msgstr ""
7050
7058
  #: ../app/models/katello/errata_status.rb:9
7051
7059
  #: ../app/views/dashboard/_errata_widget.html.erb:16
7052
7060
  #: ../lib/katello/plugin.rb:146
7053
- #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:119
7061
+ #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:120
7054
7062
  #: ../webpack/components/extensions/HostDetails/Tabs/ContentTab/constants.js:7
7055
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:125
7063
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:138
7056
7064
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:256
7057
7065
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentType.js:14
7058
7066
  #: ../webpack/scenes/ContentViews/Details/Filters/ContentType.js:16
@@ -7203,8 +7211,8 @@ msgid "No installed packages and/or enabled repositories have been reported by %
7203
7211
  msgstr ""
7204
7212
 
7205
7213
  #: ../app/models/katello/errata_status.rb:35
7206
- #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:172
7207
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:115
7214
+ #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:173
7215
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:128
7208
7216
  msgid "Unknown errata status"
7209
7217
  msgstr ""
7210
7218
 
@@ -7228,7 +7236,31 @@ msgstr ""
7228
7236
  msgid "Subscription was not persisted - %{error_message}"
7229
7237
  msgstr ""
7230
7238
 
7231
- #: ../app/models/katello/host/subscription_facet.rb:243
7239
+ #: ../app/models/katello/host/content_facet.rb:77
7240
+ msgid ""
7241
+ "Content facet for host %s has more than one content view. Use #content_views i"
7242
+ "nstead."
7243
+ msgstr ""
7244
+
7245
+ #: ../app/models/katello/host/content_facet.rb:84
7246
+ msgid ""
7247
+ "Content facet for host %s has more than one lifecycle environment. Use #lifecy"
7248
+ "cle_environments instead."
7249
+ msgstr ""
7250
+
7251
+ #: ../app/models/katello/host/content_facet.rb:97
7252
+ msgid "Lifecycle environment must be specified"
7253
+ msgstr ""
7254
+
7255
+ #: ../app/models/katello/host/content_facet.rb:101
7256
+ msgid "Content view must be specified"
7257
+ msgstr ""
7258
+
7259
+ #: ../app/models/katello/host/content_facet.rb:109
7260
+ msgid "Unable to create ContentViewEnvironment. Check the logs for more information."
7261
+ msgstr ""
7262
+
7263
+ #: ../app/models/katello/host/subscription_facet.rb:242
7232
7264
  msgid "register_hostname_fact set for %s, but no fact found, or was localhost."
7233
7265
  msgstr ""
7234
7266
 
@@ -7264,39 +7296,39 @@ msgid ""
7264
7296
  " '%{host_collection}'."
7265
7297
  msgstr ""
7266
7298
 
7267
- #: ../app/models/katello/kt_environment.rb:44
7268
- #: ../app/models/katello/kt_environment.rb:47
7299
+ #: ../app/models/katello/kt_environment.rb:49
7300
+ #: ../app/models/katello/kt_environment.rb:52
7269
7301
  msgid "of environment must be unique within one organization"
7270
7302
  msgstr ""
7271
7303
 
7272
- #: ../app/models/katello/kt_environment.rb:45
7273
- #: ../app/models/katello/kt_environment.rb:48
7274
- #: ../app/models/katello/kt_environment.rb:49
7304
+ #: ../app/models/katello/kt_environment.rb:50
7305
+ #: ../app/models/katello/kt_environment.rb:53
7306
+ #: ../app/models/katello/kt_environment.rb:54
7275
7307
  msgid ": '%s' is a built-in environment"
7276
7308
  msgstr ""
7277
7309
 
7278
- #: ../app/models/katello/kt_environment.rb:122
7310
+ #: ../app/models/katello/kt_environment.rb:127
7279
7311
  msgid "An environment is missing a prior"
7280
7312
  msgstr ""
7281
7313
 
7282
- #: ../app/models/katello/kt_environment.rb:177
7314
+ #: ../app/models/katello/kt_environment.rb:182
7283
7315
  msgid "Library lifecycle environments may not be deleted."
7284
7316
  msgstr ""
7285
7317
 
7286
- #: ../app/models/katello/kt_environment.rb:182
7318
+ #: ../app/models/katello/kt_environment.rb:187
7287
7319
  msgid ""
7288
7320
  "Lifecycle Environment %s has associated Hosts. Please unregister or move the a"
7289
7321
  "ssociated Hosts before trying to delete this lifecycle environment."
7290
7322
  msgstr ""
7291
7323
 
7292
- #: ../app/models/katello/kt_environment.rb:188
7324
+ #: ../app/models/katello/kt_environment.rb:193
7293
7325
  msgid ""
7294
7326
  "Lifecycle Environment %s has associated Activation Keys. Please change or remo"
7295
7327
  "ve the associated Activation Keys before trying to delete this lifecycle envir"
7296
7328
  "onment."
7297
7329
  msgstr ""
7298
7330
 
7299
- #: ../app/models/katello/kt_environment.rb:252
7331
+ #: ../app/models/katello/kt_environment.rb:257
7300
7332
  #: ../app/views/overrides/activation_keys/_host_environment_select.html.erb:13
7301
7333
  msgid "Lifecycle Environment"
7302
7334
  msgstr ""
@@ -7356,7 +7388,7 @@ msgstr ""
7356
7388
 
7357
7389
  #: ../app/models/katello/product.rb:116
7358
7390
  #: ../app/views/katello/errata_mailer/promote_errata.html.erb:52
7359
- #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:163
7391
+ #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:167
7360
7392
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:292
7361
7393
  msgid "None"
7362
7394
  msgstr ""
@@ -7520,8 +7552,8 @@ msgstr ""
7520
7552
 
7521
7553
  #: ../app/models/katello/root_repository.rb:231
7522
7554
  msgid ""
7523
- "Ignore SRPMs can not be set in combination with 'Complete Mirroring' mirroring"
7524
- " policy."
7555
+ "Ignore %s can not be set in combination with 'Complete Mirroring' mirroring po"
7556
+ "licy."
7525
7557
  msgstr ""
7526
7558
 
7527
7559
  #: ../app/models/katello/root_repository.rb:238
@@ -7876,27 +7908,39 @@ msgstr ""
7876
7908
  msgid "The repository's publication is missing. Please run a 'complete sync' on %s."
7877
7909
  msgstr ""
7878
7910
 
7879
- #: ../app/services/katello/registration_manager.rb:158
7880
- msgid "Content View and Environment not set for registration."
7911
+ #: ../app/services/katello/registration_manager.rb:77
7912
+ msgid ""
7913
+ "Content view environments and activation key must all belong to the same organ"
7914
+ "ization"
7915
+ msgstr ""
7916
+
7917
+ #: ../app/services/katello/registration_manager.rb:167
7918
+ msgid "Content view and environment not set for registration."
7919
+ msgstr ""
7920
+
7921
+ #: ../app/services/katello/registration_manager.rb:234
7922
+ msgid ""
7923
+ "Candlepin returned different consumer uuid than requested (%s), updating uuid "
7924
+ "in subscription_facet."
7881
7925
  msgstr ""
7882
7926
 
7883
- #: ../app/services/katello/registration_manager.rb:238
7927
+ #: ../app/services/katello/registration_manager.rb:258
7884
7928
  msgid "Host collection '%{name}' exceeds maximum usage limit of '%{limit}'"
7885
7929
  msgstr ""
7886
7930
 
7887
- #: ../app/services/katello/registration_manager.rb:252
7931
+ #: ../app/services/katello/registration_manager.rb:272
7888
7932
  msgid ""
7889
7933
  "At least one activation key must have a lifecycle environment and content view"
7890
7934
  " assigned to it"
7891
7935
  msgstr ""
7892
7936
 
7893
- #: ../app/services/katello/registration_manager.rb:259
7937
+ #: ../app/services/katello/registration_manager.rb:279
7894
7938
  msgid ""
7895
7939
  "Attempted to destroy consumer %s from candlepin, but consumer does not exist i"
7896
7940
  "n candlepin"
7897
7941
  msgstr ""
7898
7942
 
7899
- #: ../app/services/katello/registration_manager.rb:261
7943
+ #: ../app/services/katello/registration_manager.rb:281
7900
7944
  msgid "Candlepin consumer %s has already been removed"
7901
7945
  msgstr ""
7902
7946
 
@@ -7956,7 +8000,7 @@ msgstr ""
7956
8000
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:129
7957
8001
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:177
7958
8002
  #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:182
7959
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:224
8003
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:226
7960
8004
  #: ../webpack/components/extensions/about/SystemStatuses.js:24
7961
8005
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:69
7962
8006
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:265
@@ -7987,7 +8031,7 @@ msgstr ""
7987
8031
  #: ../app/views/katello/subscription_mailer/subscription_expiry.html.erb:20
7988
8032
  #: ../app/views/katello/subscription_mailer/subscription_expiry.text.erb:7
7989
8033
  #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:72
7990
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:126
8034
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:139
7991
8035
  #: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js:54
7992
8036
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:152
7993
8037
  #: ../webpack/scenes/AlternateContentSources/MainTable/ACSTable.js:235
@@ -8167,13 +8211,13 @@ msgstr ""
8167
8211
  #: ../app/views/dashboard/_sync_widget.html.erb:17
8168
8212
  #: ../app/views/katello/sync_management/_products.html.erb:7
8169
8213
  #: ../webpack/components/Content/Details/ContentDetailRepositoryTableSchema.js:31
8170
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:222
8214
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:224
8171
8215
  #: ../webpack/scenes/Content/ContentConfig.js:50
8172
8216
  #: ../webpack/scenes/Content/ContentConfig.js:111
8173
8217
  #: ../webpack/scenes/Content/ContentConfig.js:178
8174
8218
  #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:59
8175
- #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:216
8176
- #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:219
8219
+ #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:220
8220
+ #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:223
8177
8221
  #: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:61
8178
8222
  #: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:118
8179
8223
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:114
@@ -8205,7 +8249,7 @@ msgstr ""
8205
8249
 
8206
8250
  #: ../app/views/katello/errata_mailer/_erratum.html.erb:12
8207
8251
  #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:73
8208
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:127
8252
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:140
8209
8253
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:83
8210
8254
  msgid "Severity"
8211
8255
  msgstr ""
@@ -8345,7 +8389,7 @@ msgid "Sync Summary"
8345
8389
  msgstr ""
8346
8390
 
8347
8391
  #: ../app/views/katello/errata_mailer/sync_errata.text.erb:8
8348
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:221
8392
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:223
8349
8393
  #: ../webpack/scenes/ContentViews/Details/Filters/CVPackageGroupFilterContent.js:62
8350
8394
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:177
8351
8395
  #: ../webpack/scenes/ContentViews/Details/Versions/VersionDetails/ContentViewVersionDetailConfig.js:167
@@ -8512,7 +8556,7 @@ msgstr ""
8512
8556
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:191
8513
8557
  #: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/EnableTracerModal.js:94
8514
8558
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:317
8515
- #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js:82
8559
+ #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js:83
8516
8560
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js:100
8517
8561
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js:129
8518
8562
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js:108
@@ -8652,7 +8696,7 @@ msgstr ""
8652
8696
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:321
8653
8697
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:382
8654
8698
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:314
8655
- #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js:79
8699
+ #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js:80
8656
8700
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js:97
8657
8701
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js:126
8658
8702
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js:105
@@ -8939,245 +8983,247 @@ msgid "HTTP Proxies"
8939
8983
  msgstr ""
8940
8984
 
8941
8985
  #: ../lib/katello/plugin.rb:362
8942
- msgid "Default HTTP Proxy"
8986
+ msgid "Allow multiple content views"
8943
8987
  msgstr ""
8944
8988
 
8945
8989
  #: ../lib/katello/plugin.rb:363
8990
+ msgid ""
8991
+ "Allow a host to be registered to multiple content view environments with 'subs"
8992
+ "cription-manager register --environments'."
8993
+ msgstr ""
8994
+
8995
+ #: ../lib/katello/plugin.rb:368
8996
+ msgid "Default HTTP Proxy"
8997
+ msgstr ""
8998
+
8999
+ #: ../lib/katello/plugin.rb:369
8946
9000
  msgid "Default HTTP proxy for syncing content"
8947
9001
  msgstr ""
8948
9002
 
8949
- #: ../lib/katello/plugin.rb:365
9003
+ #: ../lib/katello/plugin.rb:371
8950
9004
  msgid "no global default"
8951
9005
  msgstr ""
8952
9006
 
8953
- #: ../lib/katello/plugin.rb:370
9007
+ #: ../lib/katello/plugin.rb:376
8954
9008
  msgid "CDN SSL version"
8955
9009
  msgstr ""
8956
9010
 
8957
- #: ../lib/katello/plugin.rb:371
9011
+ #: ../lib/katello/plugin.rb:377
8958
9012
  msgid "SSL version used to communicate with the CDN"
8959
9013
  msgstr ""
8960
9014
 
8961
- #: ../lib/katello/plugin.rb:377
9015
+ #: ../lib/katello/plugin.rb:383
8962
9016
  msgid "Default synced OS provisioning template"
8963
9017
  msgstr ""
8964
9018
 
8965
- #: ../lib/katello/plugin.rb:378
9019
+ #: ../lib/katello/plugin.rb:384
8966
9020
  msgid ""
8967
9021
  "Default provisioning template for Operating Systems created from synced conten"
8968
9022
  "t"
8969
9023
  msgstr ""
8970
9024
 
8971
- #: ../lib/katello/plugin.rb:384
9025
+ #: ../lib/katello/plugin.rb:390
8972
9026
  msgid "Default synced OS finish template"
8973
9027
  msgstr ""
8974
9028
 
8975
- #: ../lib/katello/plugin.rb:385
9029
+ #: ../lib/katello/plugin.rb:391
8976
9030
  msgid "Default finish template for new Operating Systems created from synced content"
8977
9031
  msgstr ""
8978
9032
 
8979
- #: ../lib/katello/plugin.rb:391
9033
+ #: ../lib/katello/plugin.rb:397
8980
9034
  msgid "Default synced OS user-data"
8981
9035
  msgstr ""
8982
9036
 
8983
- #: ../lib/katello/plugin.rb:392
9037
+ #: ../lib/katello/plugin.rb:398
8984
9038
  msgid "Default user data for new Operating Systems created from synced content"
8985
9039
  msgstr ""
8986
9040
 
8987
- #: ../lib/katello/plugin.rb:398
9041
+ #: ../lib/katello/plugin.rb:404
8988
9042
  msgid "Default synced OS PXELinux template"
8989
9043
  msgstr ""
8990
9044
 
8991
- #: ../lib/katello/plugin.rb:399
9045
+ #: ../lib/katello/plugin.rb:405
8992
9046
  msgid ""
8993
9047
  "Default PXELinux template for new Operating Systems created from synced conten"
8994
9048
  "t"
8995
9049
  msgstr ""
8996
9050
 
8997
- #: ../lib/katello/plugin.rb:405
9051
+ #: ../lib/katello/plugin.rb:411
8998
9052
  msgid "Default synced OS PXEGrub template"
8999
9053
  msgstr ""
9000
9054
 
9001
- #: ../lib/katello/plugin.rb:406
9055
+ #: ../lib/katello/plugin.rb:412
9002
9056
  msgid "Default PXEGrub template for new Operating Systems created from synced content"
9003
9057
  msgstr ""
9004
9058
 
9005
- #: ../lib/katello/plugin.rb:412
9059
+ #: ../lib/katello/plugin.rb:418
9006
9060
  msgid "Default synced OS PXEGrub2 template"
9007
9061
  msgstr ""
9008
9062
 
9009
- #: ../lib/katello/plugin.rb:413
9063
+ #: ../lib/katello/plugin.rb:419
9010
9064
  msgid ""
9011
9065
  "Default PXEGrub2 template for new Operating Systems created from synced conten"
9012
9066
  "t"
9013
9067
  msgstr ""
9014
9068
 
9015
- #: ../lib/katello/plugin.rb:419
9069
+ #: ../lib/katello/plugin.rb:425
9016
9070
  msgid "Default synced OS iPXE template"
9017
9071
  msgstr ""
9018
9072
 
9019
- #: ../lib/katello/plugin.rb:420
9073
+ #: ../lib/katello/plugin.rb:426
9020
9074
  msgid "Default iPXE template for new Operating Systems created from synced content"
9021
9075
  msgstr ""
9022
9076
 
9023
- #: ../lib/katello/plugin.rb:426
9077
+ #: ../lib/katello/plugin.rb:432
9024
9078
  msgid "Default synced OS partition table"
9025
9079
  msgstr ""
9026
9080
 
9027
- #: ../lib/katello/plugin.rb:427
9081
+ #: ../lib/katello/plugin.rb:433
9028
9082
  msgid ""
9029
9083
  "Default partitioning table for new Operating Systems created from synced conte"
9030
9084
  "nt"
9031
9085
  msgstr ""
9032
9086
 
9033
- #: ../lib/katello/plugin.rb:433
9087
+ #: ../lib/katello/plugin.rb:439
9034
9088
  msgid "Default synced OS kexec template"
9035
9089
  msgstr ""
9036
9090
 
9037
- #: ../lib/katello/plugin.rb:434
9091
+ #: ../lib/katello/plugin.rb:440
9038
9092
  msgid "Default kexec template for new Operating Systems created from synced content"
9039
9093
  msgstr ""
9040
9094
 
9041
- #: ../lib/katello/plugin.rb:440
9095
+ #: ../lib/katello/plugin.rb:446
9042
9096
  msgid "Default synced OS Atomic template"
9043
9097
  msgstr ""
9044
9098
 
9045
- #: ../lib/katello/plugin.rb:441
9099
+ #: ../lib/katello/plugin.rb:447
9046
9100
  msgid ""
9047
9101
  "Default provisioning template for new Atomic Operating Systems created from sy"
9048
9102
  "nced content"
9049
9103
  msgstr ""
9050
9104
 
9051
- #: ../lib/katello/plugin.rb:447
9105
+ #: ../lib/katello/plugin.rb:453
9052
9106
  msgid "Timeout when refreshing a manifest (in seconds)"
9053
9107
  msgstr ""
9054
9108
 
9055
- #: ../lib/katello/plugin.rb:448
9109
+ #: ../lib/katello/plugin.rb:454
9056
9110
  msgid "Manifest refresh timeout"
9057
9111
  msgstr ""
9058
9112
 
9059
- #: ../lib/katello/plugin.rb:453
9113
+ #: ../lib/katello/plugin.rb:459
9060
9114
  msgid "Accept action timeout"
9061
9115
  msgstr ""
9062
9116
 
9063
- #: ../lib/katello/plugin.rb:454
9117
+ #: ../lib/katello/plugin.rb:460
9064
9118
  msgid "Time in seconds to wait for a host to pick up a katello-agent action"
9065
9119
  msgstr ""
9066
9120
 
9067
- #: ../lib/katello/plugin.rb:459
9121
+ #: ../lib/katello/plugin.rb:465
9068
9122
  msgid "Finish action timeout"
9069
9123
  msgstr ""
9070
9124
 
9071
- #: ../lib/katello/plugin.rb:460
9125
+ #: ../lib/katello/plugin.rb:466
9072
9126
  msgid "Time in seconds to wait for a host to finish a katello-agent action"
9073
9127
  msgstr ""
9074
9128
 
9075
- #: ../lib/katello/plugin.rb:465
9129
+ #: ../lib/katello/plugin.rb:471
9076
9130
  msgid "Subscription connection enabled"
9077
9131
  msgstr ""
9078
9132
 
9079
- #: ../lib/katello/plugin.rb:466
9133
+ #: ../lib/katello/plugin.rb:472
9080
9134
  msgid "Can communicate with the Red Hat Portal for subscriptions."
9081
9135
  msgstr ""
9082
9136
 
9083
- #: ../lib/katello/plugin.rb:471
9137
+ #: ../lib/katello/plugin.rb:477
9084
9138
  msgid "Installable errata from content view"
9085
9139
  msgstr ""
9086
9140
 
9087
- #: ../lib/katello/plugin.rb:472
9141
+ #: ../lib/katello/plugin.rb:478
9088
9142
  msgid ""
9089
9143
  "Calculate errata host status based only on errata in a host's content view and"
9090
9144
  " lifecycle environment"
9091
9145
  msgstr ""
9092
9146
 
9093
- #: ../lib/katello/plugin.rb:477
9147
+ #: ../lib/katello/plugin.rb:483
9094
9148
  msgid "Restrict composite content view promotion"
9095
9149
  msgstr ""
9096
9150
 
9097
- #: ../lib/katello/plugin.rb:478
9151
+ #: ../lib/katello/plugin.rb:484
9098
9152
  msgid ""
9099
9153
  "If this is enabled, a composite content view may not be published or promoted "
9100
9154
  "unless the component content view versions that it includes exist in the targe"
9101
9155
  "t environment."
9102
9156
  msgstr ""
9103
9157
 
9104
- #: ../lib/katello/plugin.rb:483
9158
+ #: ../lib/katello/plugin.rb:489
9105
9159
  msgid "Check services before actions"
9106
9160
  msgstr ""
9107
9161
 
9108
- #: ../lib/katello/plugin.rb:484
9162
+ #: ../lib/katello/plugin.rb:490
9109
9163
  msgid ""
9110
9164
  "Whether or not to check the status of backend services such as pulp and candle"
9111
9165
  "pin prior to performing some actions."
9112
9166
  msgstr ""
9113
9167
 
9114
- #: ../lib/katello/plugin.rb:489
9168
+ #: ../lib/katello/plugin.rb:495
9115
9169
  msgid "Batch size to sync repositories in."
9116
9170
  msgstr ""
9117
9171
 
9118
- #: ../lib/katello/plugin.rb:490
9172
+ #: ../lib/katello/plugin.rb:496
9119
9173
  msgid ""
9120
9174
  "How many repositories should be synced concurrently on the capsule. A smaller "
9121
9175
  "number may lead to longer sync times. A larger number will increase dynflow lo"
9122
9176
  "ad."
9123
9177
  msgstr ""
9124
9178
 
9125
- #: ../lib/katello/plugin.rb:495
9179
+ #: ../lib/katello/plugin.rb:501
9126
9180
  msgid "Sync Smart Proxies after content view promotion"
9127
9181
  msgstr ""
9128
9182
 
9129
- #: ../lib/katello/plugin.rb:496
9183
+ #: ../lib/katello/plugin.rb:502
9130
9184
  msgid "Whether or not to auto sync the Smart Proxies after a content view promotion."
9131
9185
  msgstr ""
9132
9186
 
9133
- #: ../lib/katello/plugin.rb:501
9187
+ #: ../lib/katello/plugin.rb:507
9134
9188
  msgid "Download rate limit"
9135
9189
  msgstr ""
9136
9190
 
9137
- #: ../lib/katello/plugin.rb:502
9191
+ #: ../lib/katello/plugin.rb:508
9138
9192
  msgid ""
9139
9193
  "Maximum download rate when syncing a repository (requests per second). Use 0 f"
9140
9194
  "or no limit."
9141
9195
  msgstr ""
9142
9196
 
9143
- #: ../lib/katello/plugin.rb:507
9197
+ #: ../lib/katello/plugin.rb:513
9144
9198
  msgid "Default Custom Repository download policy"
9145
9199
  msgstr ""
9146
9200
 
9147
- #: ../lib/katello/plugin.rb:508
9201
+ #: ../lib/katello/plugin.rb:514
9148
9202
  msgid ""
9149
9203
  "Default download policy for custom repositories (either 'immediate' or 'on_dem"
9150
9204
  "and')"
9151
9205
  msgstr ""
9152
9206
 
9153
- #: ../lib/katello/plugin.rb:514
9207
+ #: ../lib/katello/plugin.rb:520
9154
9208
  msgid "Default Red Hat Repository download policy"
9155
9209
  msgstr ""
9156
9210
 
9157
- #: ../lib/katello/plugin.rb:515
9211
+ #: ../lib/katello/plugin.rb:521
9158
9212
  msgid ""
9159
9213
  "Default download policy for enabled Red Hat repositories (either 'immediate' o"
9160
9214
  "r 'on_demand')"
9161
9215
  msgstr ""
9162
9216
 
9163
- #: ../lib/katello/plugin.rb:521
9217
+ #: ../lib/katello/plugin.rb:527
9164
9218
  msgid "Default Smart Proxy download policy"
9165
9219
  msgstr ""
9166
9220
 
9167
- #: ../lib/katello/plugin.rb:522
9221
+ #: ../lib/katello/plugin.rb:528
9168
9222
  msgid ""
9169
9223
  "Default download policy for Smart Proxy syncs (either 'inherit', immediate', o"
9170
9224
  "r 'on_demand')"
9171
9225
  msgstr ""
9172
9226
 
9173
- #: ../lib/katello/plugin.rb:528
9174
- msgid "Pulp Docker registry port"
9175
- msgstr ""
9176
-
9177
- #: ../lib/katello/plugin.rb:529
9178
- msgid "The port used by Pulp Crane to provide Docker Registries"
9179
- msgstr ""
9180
-
9181
9227
  #: ../lib/katello/plugin.rb:534
9182
9228
  msgid "Pulp export destination filepath"
9183
9229
  msgstr ""
@@ -9760,17 +9806,17 @@ msgstr ""
9760
9806
  msgid "Clear filters"
9761
9807
  msgstr ""
9762
9808
 
9763
- #: ../webpack/components/Table/EmptyStateMessage.js:159
9809
+ #: ../webpack/components/Table/EmptyStateMessage.js:162
9764
9810
  msgid "Unable to connect"
9765
9811
  msgstr ""
9766
9812
 
9767
- #: ../webpack/components/Table/EmptyStateMessage.js:160
9813
+ #: ../webpack/components/Table/EmptyStateMessage.js:163
9768
9814
  msgid ""
9769
9815
  "There was an error retrieving data from the server. Check your connection and "
9770
9816
  "try again."
9771
9817
  msgstr ""
9772
9818
 
9773
- #: ../webpack/components/Table/MainTable.js:156
9819
+ #: ../webpack/components/Table/MainTable.js:161
9774
9820
  msgid "Problem searching"
9775
9821
  msgstr ""
9776
9822
 
@@ -9898,36 +9944,60 @@ msgstr ""
9898
9944
  msgid "Host content view and environment updated"
9899
9945
  msgstr ""
9900
9946
 
9901
- #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:44
9902
- msgid "All errata up-to-date"
9947
+ #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:35
9948
+ msgid "security advisories"
9949
+ msgstr ""
9950
+
9951
+ #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:35
9952
+ msgid "security advisory"
9953
+ msgstr ""
9954
+
9955
+ #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:37
9956
+ msgid "bug fixes"
9957
+ msgstr ""
9958
+
9959
+ #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:37
9960
+ msgid "bug fix"
9961
+ msgstr ""
9962
+
9963
+ #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:39
9964
+ msgid "enhancements"
9965
+ msgstr ""
9966
+
9967
+ #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:39
9968
+ msgid "enhancement"
9903
9969
  msgstr ""
9904
9970
 
9905
9971
  #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:45
9972
+ msgid "All errata up-to-date"
9973
+ msgstr ""
9974
+
9975
+ #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:46
9906
9976
  msgid "No action required"
9907
9977
  msgstr ""
9908
9978
 
9909
- #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:54
9979
+ #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:55
9910
9980
  msgid "Enable repository sets"
9911
9981
  msgstr ""
9912
9982
 
9913
- #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:123
9914
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:436
9983
+ #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:124
9984
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:444
9915
9985
  msgid "Applicable"
9916
9986
  msgstr ""
9917
9987
 
9918
- #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:125
9919
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:437
9988
+ #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:126
9989
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:445
9920
9990
  msgid "Applicable errata apply to at least one package installed on the host."
9921
9991
  msgstr ""
9922
9992
 
9923
- #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:130
9924
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:128
9925
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:444
9993
+ #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:131
9994
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:141
9995
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:452
9926
9996
  msgid "Installable"
9927
9997
  msgstr ""
9928
9998
 
9929
- #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:132
9930
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:445
9999
+ #: ../webpack/components/extensions/HostDetails/Cards/ErrataOverviewCard.js:133
10000
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:453
9931
10001
  msgid ""
9932
10002
  "Installable errata are applicable errata that are available in the host\\'s con"
9933
10003
  "tent view and lifecycle environment."
@@ -10011,9 +10081,9 @@ msgstr ""
10011
10081
  #:
10012
10082
  #: ../webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js:35
10013
10083
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:39
10014
- #: ../webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js:41
10084
+ #: ../webpack/scenes/AlternateContentSources/Create/Steps/NameACS.js:42
10015
10085
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:143
10016
- #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js:57
10086
+ #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditDetails.js:58
10017
10087
  #: ../webpack/scenes/Content/ContentConfig.js:159
10018
10088
  #: ../webpack/scenes/ContentViews/Create/CreateContentViewForm.js:117
10019
10089
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:70
@@ -10051,7 +10121,7 @@ msgstr ""
10051
10121
  #: ../webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js:556
10052
10122
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:205
10053
10123
  #: ../webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js:215
10054
- #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:183
10124
+ #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:186
10055
10125
  #: ../webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js:112
10056
10126
  #: ../webpack/scenes/ContentViews/Details/Filters/CVContainerImageFilterContent.js:179
10057
10127
  #: ../webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js:116
@@ -10297,72 +10367,75 @@ msgid "Repository sets"
10297
10367
  msgstr ""
10298
10368
 
10299
10369
  #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:100
10370
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:122
10300
10371
  msgid "No matching errata found"
10301
10372
  msgstr ""
10302
10373
 
10303
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:107
10374
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:118
10304
10375
  msgid "All up to date"
10305
10376
  msgstr ""
10306
10377
 
10307
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:108
10378
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:119
10308
10379
  msgid "No action is needed because there are no applicable errata for this host."
10309
10380
  msgstr ""
10310
10381
 
10311
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:111
10312
- msgid "This host has errata that are applicable, but not installable."
10382
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:123
10383
+ msgid ""
10384
+ "This host has errata that are applicable, but not installable. Adjust your fil"
10385
+ "ters and try again."
10313
10386
  msgstr ""
10314
10387
 
10315
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:112
10316
- msgid "You may want to check the host's content view and lifecycle environment."
10388
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:125
10389
+ msgid "View applicable errata"
10317
10390
  msgstr ""
10318
10391
 
10319
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:123
10392
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:136
10320
10393
  msgid "Problem searching errata"
10321
10394
  msgstr ""
10322
10395
 
10323
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:129
10396
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:142
10324
10397
  #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErratumExpansionDetail.js:23
10325
10398
  #: ../webpack/scenes/ContentViews/Details/Filters/CVErrataIDFilterContent.js:84
10326
10399
  msgid "Synopsis"
10327
10400
  msgstr ""
10328
10401
 
10329
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:130
10402
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:143
10330
10403
  msgid "Published date"
10331
10404
  msgstr ""
10332
10405
 
10333
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:218
10406
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:231
10334
10407
  #: ../webpack/components/extensions/HostDetails/Tabs/TracesTab/TracesTab.js:245
10335
10408
  msgid "A remote execution job is in progress"
10336
10409
  msgstr ""
10337
10410
 
10338
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:305
10411
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:313
10339
10412
  msgid "Recalculate"
10340
10413
  msgstr ""
10341
10414
 
10342
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:318
10343
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:527
10415
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:326
10416
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:537
10344
10417
  msgid "Apply via remote execution"
10345
10418
  msgstr ""
10346
10419
 
10347
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:328
10348
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:532
10420
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:336
10421
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:542
10349
10422
  msgid "Apply via customized remote execution"
10350
10423
  msgstr ""
10351
10424
 
10352
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:342
10353
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:540
10425
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:350
10426
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:550
10354
10427
  msgid "Apply via Katello agent"
10355
10428
  msgstr ""
10356
10429
 
10357
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:375
10430
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:383
10358
10431
  msgid "Apply"
10359
10432
  msgstr ""
10360
10433
 
10361
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:547
10434
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:557
10362
10435
  msgid "Apply Erratum"
10363
10436
  msgstr ""
10364
10437
 
10365
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:577
10438
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:587
10366
10439
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:53
10367
10440
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:69
10368
10441
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:249
@@ -10371,13 +10444,13 @@ msgstr ""
10371
10444
  msgid "Yes"
10372
10445
  msgstr ""
10373
10446
 
10374
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:581
10447
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:591
10375
10448
  msgid ""
10376
10449
  "This erratum is not installable because it is not in this host's content view "
10377
10450
  "and lifecycle environment."
10378
10451
  msgstr ""
10379
10452
 
10380
- #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:587
10453
+ #: ../webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js:597
10381
10454
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:53
10382
10455
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:69
10383
10456
  #: ../webpack/scenes/ContentViews/Details/Versions/Compare/CVVersionCompareConfig.js:250
@@ -10477,13 +10550,13 @@ msgstr ""
10477
10550
 
10478
10551
  #:
10479
10552
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:231
10480
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:215
10553
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:217
10481
10554
  msgid "Enable Red Hat repositories"
10482
10555
  msgstr ""
10483
10556
 
10484
10557
  #:
10485
10558
  #: ../webpack/components/extensions/HostDetails/Tabs/ModuleStreamsTab/ModuleStreamsTab.js:232
10486
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:216
10559
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:218
10487
10560
  msgid "Create a custom product"
10488
10561
  msgstr ""
10489
10562
 
@@ -10765,67 +10838,67 @@ msgid ""
10765
10838
  msgstr ""
10766
10839
 
10767
10840
  #:
10768
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:209
10841
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:211
10769
10842
  msgid "No repository sets to show."
10770
10843
  msgstr ""
10771
10844
 
10772
10845
  #:
10773
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:210
10846
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:212
10774
10847
  msgid ""
10775
10848
  "Repository sets will appear here after enabling Red Hat repositories or creati"
10776
10849
  "ng custom products."
10777
10850
  msgstr ""
10778
10851
 
10779
10852
  #:
10780
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:211
10853
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:213
10781
10854
  msgid "No matching repository sets found"
10782
10855
  msgstr ""
10783
10856
 
10784
10857
  #:
10785
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:212
10858
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:214
10786
10859
  msgid "Try changing your search query."
10787
10860
  msgstr ""
10788
10861
 
10789
10862
  #:
10790
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:219
10863
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:221
10791
10864
  msgid "Problem searching repository sets"
10792
10865
  msgstr ""
10793
10866
 
10794
10867
  #:
10795
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:223
10868
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:225
10796
10869
  msgid "Repository path"
10797
10870
  msgstr ""
10798
10871
 
10799
10872
  #:
10800
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:366
10801
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:605
10873
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:368
10874
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:607
10802
10875
  msgid "Override to enabled"
10803
10876
  msgstr ""
10804
10877
 
10805
10878
  #:
10806
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:376
10807
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:600
10879
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:378
10880
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:602
10808
10881
  msgid "Override to disabled"
10809
10882
  msgstr ""
10810
10883
 
10811
10884
  #:
10812
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:386
10813
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:610
10885
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:388
10886
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:612
10814
10887
  msgid "Reset to default"
10815
10888
  msgstr ""
10816
10889
 
10817
10890
  #:
10818
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:396
10891
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:398
10819
10892
  msgid "Show all"
10820
10893
  msgstr ""
10821
10894
 
10822
10895
  #:
10823
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:403
10896
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:405
10824
10897
  msgid "Limit to environment"
10825
10898
  msgstr ""
10826
10899
 
10827
10900
  #:
10828
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:469
10901
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:471
10829
10902
  msgid ""
10830
10903
  "Below are the repository sets currently available for this content host. For R"
10831
10904
  "ed Hat subscriptions, additional content can be made available through the {rh"
@@ -10834,7 +10907,7 @@ msgid ""
10834
10907
  msgstr ""
10835
10908
 
10836
10909
  #:
10837
- #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:471
10910
+ #: ../webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js:473
10838
10911
  msgid "Red Hat Repositories page"
10839
10912
  msgstr ""
10840
10913
 
@@ -11187,7 +11260,7 @@ msgstr ""
11187
11260
  msgid "Manual authentication"
11188
11261
  msgstr ""
11189
11262
 
11190
- #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:65
11263
+ #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:66
11191
11264
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:84
11192
11265
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:439
11193
11266
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:183
@@ -11195,7 +11268,7 @@ msgstr ""
11195
11268
  msgid "Username"
11196
11269
  msgstr ""
11197
11270
 
11198
- #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:82
11271
+ #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:84
11199
11272
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:88
11200
11273
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:448
11201
11274
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:202
@@ -11203,50 +11276,50 @@ msgstr ""
11203
11276
  msgid "Password"
11204
11277
  msgstr ""
11205
11278
 
11206
- #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:99
11279
+ #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:102
11207
11280
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:221
11208
11281
  msgid "Content credentials"
11209
11282
  msgstr ""
11210
11283
 
11211
- #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:113
11284
+ #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:117
11212
11285
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:103
11213
11286
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:417
11214
11287
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:235
11215
11288
  msgid "SSL client certificate"
11216
11289
  msgstr ""
11217
11290
 
11218
- #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:123
11291
+ #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:127
11219
11292
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:250
11220
11293
  msgid "Select a client certificate"
11221
11294
  msgstr ""
11222
11295
 
11223
- #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:137
11296
+ #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:141
11224
11297
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:107
11225
11298
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:428
11226
11299
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:263
11227
11300
  msgid "SSL client key"
11228
11301
  msgstr ""
11229
11302
 
11230
- #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:147
11303
+ #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:151
11231
11304
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:278
11232
11305
  msgid "Select a client key"
11233
11306
  msgstr ""
11234
11307
 
11235
- #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:178
11308
+ #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:183
11236
11309
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:67
11237
11310
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:397
11238
11311
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:131
11239
11312
  msgid "Verify SSL"
11240
11313
  msgstr ""
11241
11314
 
11242
- #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:187
11315
+ #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:193
11243
11316
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:71
11244
11317
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:406
11245
11318
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:140
11246
11319
  msgid "SSL CA certificate"
11247
11320
  msgstr ""
11248
11321
 
11249
- #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:203
11322
+ #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSCredentials.js:209
11250
11323
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js:156
11251
11324
  msgid "Select a CA certificate"
11252
11325
  msgstr ""
@@ -11296,7 +11369,7 @@ msgid "Base URL"
11296
11369
  msgstr ""
11297
11370
 
11298
11371
  #: ../webpack/scenes/AlternateContentSources/Create/Steps/ACSReview.js:63
11299
- #: ../webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js:81
11372
+ #: ../webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js:82
11300
11373
  #: ../webpack/scenes/AlternateContentSources/Details/ACSExpandableDetails.js:345
11301
11374
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js:76
11302
11375
  msgid "Subpaths"
@@ -11349,17 +11422,17 @@ msgstr ""
11349
11422
  msgid " The base path can be a web address or a filesystem location."
11350
11423
  msgstr ""
11351
11424
 
11352
- #: ../webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js:70
11425
+ #: ../webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js:71
11353
11426
  msgid "On the RHUA Instance, check the available repositories."
11354
11427
  msgstr ""
11355
11428
 
11356
- #: ../webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js:74
11429
+ #: ../webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js:75
11357
11430
  msgid ""
11358
11431
  "Find the relative path for each RHUI repository and combine them in a comma-se"
11359
11432
  "parated list."
11360
11433
  msgstr ""
11361
11434
 
11362
- #: ../webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js:84
11435
+ #: ../webpack/scenes/AlternateContentSources/Create/Steps/AcsUrlPaths.js:85
11363
11436
  #: ../webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditURLPaths.js:79
11364
11437
  msgid ""
11365
11438
  "Comma-separated list of subpaths. All subpaths must have a slash at the end an"
@@ -12282,7 +12355,7 @@ msgid "You currently don't have any repositories to add to this filter."
12282
12355
  msgstr ""
12283
12356
 
12284
12357
  #:
12285
- #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:227
12358
+ #: ../webpack/scenes/ContentViews/Details/Filters/AffectedRepositories/AffectedRepositoryTable.js:231
12286
12359
  #: ../webpack/scenes/ContentViews/Details/Repositories/ContentViewRepositories.js:285
12287
12360
  msgid "Add repositories"
12288
12361
  msgstr ""
@@ -12579,12 +12652,12 @@ msgid "Enter a name"
12579
12652
  msgstr ""
12580
12653
 
12581
12654
  #:
12582
- #: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js:145
12655
+ #: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js:146
12583
12656
  msgid "Include"
12584
12657
  msgstr ""
12585
12658
 
12586
12659
  #:
12587
- #: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js:145
12660
+ #: ../webpack/scenes/ContentViews/Details/Filters/ContentViewFilterDetailsHeader.js:146
12588
12661
  msgid "Exclude"
12589
12662
  msgstr ""
12590
12663
 
@@ -14150,8 +14223,8 @@ msgstr ""
14150
14223
 
14151
14224
  #: ../webpack/scenes/Subscriptions/SubscriptionsPage.js:230
14152
14225
  msgid ""
14153
- "This organization is not using {scaLink}. Legacy subscription management is de"
14154
- "precated and will be removed in a future version."
14226
+ "This organization is not using {scaLink}. Entitlement-based subscription manag"
14227
+ "ement is deprecated and will be removed in a future version."
14155
14228
  msgstr ""
14156
14229
 
14157
14230
  #: