katello 4.9.2 → 4.10.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.
- checksums.yaml +4 -4
- data/README.md +4 -7
- data/app/assets/javascripts/katello/locale/bn/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/ca/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/cs/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +8969 -0
- data/app/assets/javascripts/katello/locale/de/katello.js +8991 -1
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/el/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/en/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/en_US/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/es/katello.js +8984 -1
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/fr/katello.js +9008 -1
- data/app/assets/javascripts/katello/locale/gl/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/gu/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/hi/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/id/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/it/katello.js +8974 -1
- data/app/assets/javascripts/katello/locale/ja/katello.js +9004 -1
- data/app/assets/javascripts/katello/locale/ka/katello.js +8976 -1
- data/app/assets/javascripts/katello/locale/kn/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/ko/katello.js +8972 -1
- data/app/assets/javascripts/katello/locale/locale/katello.js +3070 -1
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/mr/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/or/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/pa/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/pl/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/pt/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +8984 -1
- data/app/assets/javascripts/katello/locale/ro/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/ru/katello.js +8973 -1
- data/app/assets/javascripts/katello/locale/sl/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/ta/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/te/katello.js +8967 -1
- data/app/assets/javascripts/katello/locale/tr/katello.js +8967 -0
- data/app/assets/javascripts/katello/locale/vi/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/zh/katello.js +8966 -0
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +9004 -1
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +8972 -1
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/alternate_content_sources_bulk_actions_controller.rb +22 -1
- data/app/controllers/katello/api/v2/api_controller.rb +0 -15
- data/app/controllers/katello/api/v2/content_view_versions_controller.rb +13 -4
- data/app/controllers/katello/api/v2/host_errata_controller.rb +0 -12
- data/app/controllers/katello/api/v2/host_packages_controller.rb +0 -55
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +0 -77
- data/app/controllers/katello/api/v2/organizations_controller.rb +2 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +6 -10
- data/app/controllers/katello/api/v2/sync_controller.rb +0 -1
- data/app/controllers/katello/concerns/api/api_controller.rb +0 -10
- data/app/controllers/katello/concerns/hosts_controller_extensions.rb +1 -1
- data/app/lib/actions/katello/alternate_content_source/update.rb +1 -1
- data/app/lib/actions/katello/content_view/capsule_sync.rb +1 -1
- data/app/lib/actions/katello/content_view/incremental_updates.rb +3 -9
- data/app/lib/actions/katello/content_view_version/republish_repositories.rb +8 -2
- data/app/lib/actions/katello/repository/capsule_sync.rb +1 -1
- data/app/lib/actions/katello/repository/update_metadata_sync.rb +1 -1
- data/app/lib/katello/concerns/base_template_scope_extensions.rb +4 -9
- data/app/lib/katello/resources/cdn.rb +4 -0
- data/app/lib/katello/validators/alternate_content_source_products_validator.rb +1 -1
- data/app/models/katello/cdn_configuration.rb +4 -0
- data/app/models/katello/concerns/host_managed_extensions.rb +2 -1
- data/app/models/katello/content_view.rb +5 -1
- data/app/models/katello/content_view_component.rb +1 -1
- data/app/models/katello/content_view_version.rb +4 -0
- data/app/models/katello/host/content_facet.rb +4 -5
- data/app/models/katello/ping.rb +0 -19
- data/app/models/katello/repository.rb +5 -1
- data/app/models/katello/root_repository.rb +2 -8
- data/app/services/katello/applicability/applicable_content_helper.rb +2 -2
- data/app/services/katello/registration_manager.rb +2 -12
- data/app/views/foreman/job_templates/configure_host_for_new_content_source.erb +25 -0
- data/app/views/katello/api/v2/capsule_content/sync_status.json.rabl +1 -1
- data/app/views/katello/api/v2/content_facet/show.json.rabl +0 -12
- data/app/views/katello/api/v2/content_view_components/show.json.rabl +4 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +6 -2
- data/app/views/katello/api/v2/repositories/show.json.rabl +0 -1
- data/config/initializers/monkeys.rb +1 -0
- data/config/katello.yaml.example +0 -4
- data/config/routes/api/v2.rb +3 -0
- data/config/routes/overrides.rb +0 -11
- data/db/migrate/20230609155411_add_custom_cdn_auth_enabled_to_katello_cdn_configurations.rb +5 -0
- data/db/migrate/20230710190626_remove_relative_path_limit.rb +5 -0
- data/db/migrate/20230717150442_change_change_content_source_job_template_name.rb +20 -0
- data/db/migrate/20230828143236_remove_katello_agent_dispatch_history.rb +15 -0
- data/db/seeds.d/111-upgrade_tasks.rb +1 -2
- data/engines/bastion/app/views/bastion/layouts/assets.html.erb +1 -1
- data/engines/bastion_katello/README.md +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/activation-keys.controller.js +4 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/details/views/activation-key-associations-content-hosts.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/activation-keys/views/activation-keys.html +8 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +3 -44
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -65
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +1 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +1 -6
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-debs-applicable.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +1 -16
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-actions.controller.js +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-applicable.controller.js +2 -11
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages-installed.controller.js +0 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -39
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-debs-applicable.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +1 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +2 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-applicable.html +4 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-installed.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content-hosts.controller.js +2 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/content-host-details.controller.js +2 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-details.html +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/details/views/content-host-info.html +0 -14
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/views/content-hosts.html +0 -4
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/apply-errata.controller.js +1 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/file-content-views.controller.js +2 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/files/details/views/file-content-views.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +235 -521
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/details/views/repository-manage-packages.html +13 -2
- data/engines/bastion_katello/lib/bastion_katello/engine.rb +1 -3
- data/lib/katello/engine.rb +0 -18
- data/lib/katello/permission_creator.rb +1 -1
- data/lib/katello/plugin.rb +0 -25
- data/lib/katello/version.rb +1 -1
- data/lib/monkeys/remove_hidden_distribution.rb +383 -0
- data/locale/action_names.rb +3 -1
- data/locale/bn/katello.po +130 -39
- data/locale/bn_IN/katello.po +130 -39
- data/locale/ca/katello.po +130 -39
- data/locale/cs/katello.po +130 -39
- data/locale/cs_CZ/katello.po +130 -39
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +134 -43
- data/locale/de_AT/katello.po +130 -39
- data/locale/de_DE/katello.po +130 -39
- data/locale/el/katello.po +130 -39
- data/locale/en/katello.po +130 -39
- data/locale/en_GB/katello.po +130 -39
- data/locale/en_US/katello.po +130 -39
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +133 -42
- data/locale/et_EE/katello.po +130 -39
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +138 -47
- data/locale/gl/katello.po +130 -39
- data/locale/gu/katello.po +130 -39
- data/locale/he_IL/katello.po +130 -39
- data/locale/hi/katello.po +130 -39
- data/locale/id/katello.po +130 -39
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +131 -40
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +138 -47
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +131 -40
- data/locale/katello.pot +805 -642
- data/locale/kn/katello.po +130 -39
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +131 -40
- data/locale/ml_IN/katello.po +130 -39
- data/locale/mr/katello.po +130 -39
- data/locale/nl_NL/katello.po +130 -39
- data/locale/or/katello.po +130 -39
- data/locale/pa/katello.po +130 -39
- data/locale/pl/katello.po +130 -39
- data/locale/pl_PL/katello.po +130 -39
- data/locale/pt/katello.po +130 -39
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +133 -42
- data/locale/ro/katello.po +130 -39
- data/locale/ro_RO/katello.po +130 -39
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +131 -40
- data/locale/sl/katello.po +130 -39
- data/locale/sv_SE/katello.po +130 -39
- data/locale/ta/katello.po +130 -39
- data/locale/ta_IN/katello.po +130 -39
- data/locale/te/katello.po +130 -39
- data/locale/tr/katello.po +130 -39
- data/locale/vi/katello.po +130 -39
- data/locale/vi_VN/katello.po +130 -39
- data/locale/zh/katello.po +130 -39
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +138 -47
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +131 -40
- data/webpack/components/extensions/HostDetails/Cards/HostCollectionsCard/HostCollectionsModal.js +0 -5
- data/webpack/components/extensions/HostDetails/Tabs/ContentTab/index.js +9 -3
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/ErrataTab.js +7 -58
- data/webpack/components/extensions/HostDetails/Tabs/ErrataTab/HostErrataActions.js +2 -11
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesActions.js +1 -40
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/HostPackagesConstants.js +0 -3
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackageInstallModal.js +5 -40
- data/webpack/components/extensions/HostDetails/Tabs/PackagesTab/PackagesTab.js +6 -65
- data/webpack/components/extensions/HostDetails/Tabs/RepositorySetsTab/RepositorySetsTab.js +5 -4
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/errataTab.test.js +0 -212
- data/webpack/components/extensions/HostDetails/Tabs/__tests__/packageInstallModal.test.js +2 -157
- data/webpack/components/extensions/HostDetails/hostDetailsHelpers.js +0 -20
- data/webpack/containers/Application/config.js +5 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyActions.js +31 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyConstants.js +3 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.js +127 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetails.scss +37 -0
- data/webpack/scenes/ActivationKeys/Details/ActivationKeyDetailsSelectors.js +16 -0
- data/webpack/scenes/ActivationKeys/Details/__tests__/activationKeyDetails.test.js +117 -0
- data/webpack/scenes/ActivationKeys/Details/components/DeleteMenu.js +77 -0
- data/webpack/scenes/ActivationKeys/Details/components/DeleteModal.js +63 -0
- data/webpack/scenes/ActivationKeys/Details/components/EditModal.js +199 -0
- data/webpack/scenes/ActivationKeys/Details/index.js +3 -0
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditCredentials.js +10 -5
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditProducts.js +8 -3
- data/webpack/scenes/AlternateContentSources/Details/EditModals/ACSEditSmartProxies.js +8 -3
- data/webpack/scenes/AlternateContentSources/Details/__tests__/ACSEdits.test.js +2 -2
- data/webpack/scenes/AlternateContentSources/MainTable/ACSTable.js +1 -1
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewAddModal.js +37 -29
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ComponentContentViewBulkAddModal.js +53 -37
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/ContentViewComponents.js +7 -0
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.fixtures.json +15 -6
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/contentViewComponents.test.js +6 -5
- data/webpack/scenes/ContentViews/Details/ComponentContentViews/__tests__/publishedContentViewDetails.fixtures.json +43 -197
- data/webpack/scenes/ContentViews/Details/Filters/CVErrataDateFilterContent.js +1 -1
- data/webpack/scenes/ContentViews/Details/Filters/Rules/Package/AddEditPackageRuleModal.js +1 -1
- data/webpack/scenes/ContentViews/Details/Promote/ContentViewVersionPromote.js +2 -2
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.fixtures.json +0 -98
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersions.test.js +103 -1
- data/webpack/scenes/ContentViews/Details/Versions/__tests__/contentViewVersionsLatestEnvironment.fixtures.json +634 -0
- data/webpack/scenes/ContentViews/components/ContentViewSelect/helpers.js +1 -1
- data/webpack/scenes/Hosts/ChangeContentSource/actions.js +14 -12
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceForm.js +45 -6
- data/webpack/scenes/Hosts/ChangeContentSource/components/ContentSourceTemplate.js +42 -7
- data/webpack/scenes/Hosts/ChangeContentSource/index.js +37 -10
- data/webpack/scenes/Hosts/ChangeContentSource/styles.scss +5 -0
- data/webpack/scenes/RedHatRepositories/index.scss +1 -1
- data/webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js +2 -2
- metadata +85 -81
- data/app/lib/actions/katello/agent/dispatch_history_presenter.rb +0 -64
- data/app/lib/actions/katello/agent_action.rb +0 -120
- data/app/lib/actions/katello/bulk_agent_action.rb +0 -37
- data/app/lib/actions/katello/host/erratum/applicable_errata_install.rb +0 -44
- data/app/lib/actions/katello/host/erratum/install.rb +0 -38
- data/app/lib/actions/katello/host/package/install.rb +0 -34
- data/app/lib/actions/katello/host/package/remove.rb +0 -48
- data/app/lib/actions/katello/host/package/update.rb +0 -42
- data/app/lib/actions/katello/host/package_group/install.rb +0 -30
- data/app/lib/actions/katello/host/package_group/remove.rb +0 -30
- data/app/lib/katello/agent/base_message.rb +0 -41
- data/app/lib/katello/agent/client_message_handler.rb +0 -69
- data/app/lib/katello/agent/connection.rb +0 -38
- data/app/lib/katello/agent/install_errata_message.rb +0 -25
- data/app/lib/katello/agent/install_package_group_message.rb +0 -25
- data/app/lib/katello/agent/install_package_message.rb +0 -28
- data/app/lib/katello/agent/remove_package_group_message.rb +0 -25
- data/app/lib/katello/agent/remove_package_message.rb +0 -28
- data/app/lib/katello/agent/update_package_message.rb +0 -33
- data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +0 -59
- data/app/lib/katello/qpid/connection.rb +0 -149
- data/app/lib/katello/util/default_enablement_migrator.rb +0 -183
- data/app/models/katello/agent/dispatch_history.rb +0 -19
- data/app/models/katello/events/delete_host_agent_queue.rb +0 -19
- data/app/services/katello/agent/dispatcher.rb +0 -60
- data/app/views/foreman/job_templates/change_content_source.erb +0 -18
- data/app/views/katello/api/v2/sync/index.json.rabl +0 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/common/views/katello-agent-notice.html +0 -8
- data/lib/katello/tasks/upgrades/4.9/update_custom_products_enablement.rake +0 -13
- data/webpack/components/extensions/HostDetails/common/KatelloAgentDeprecationAlert.js +0 -23
data/locale/en/katello.po
CHANGED
@@ -125,6 +125,9 @@ msgstr ""
|
|
125
125
|
msgid "%s ago"
|
126
126
|
msgstr ""
|
127
127
|
|
128
|
+
msgid "%s content type is not enabled."
|
129
|
+
msgstr ""
|
130
|
+
|
128
131
|
msgid "%s guests"
|
129
132
|
msgstr ""
|
130
133
|
|
@@ -248,6 +251,9 @@ msgstr ""
|
|
248
251
|
msgid "%{group} package group updated"
|
249
252
|
msgstr ""
|
250
253
|
|
254
|
+
msgid "%{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
255
|
+
msgstr ""
|
256
|
+
|
251
257
|
msgid "%{package} (%{total} other packages)"
|
252
258
|
msgstr ""
|
253
259
|
|
@@ -329,6 +335,9 @@ msgstr ""
|
|
329
335
|
msgid "%{used} of %{total}"
|
330
336
|
msgstr ""
|
331
337
|
|
338
|
+
msgid "%{value} can contain only lowercase letters, numbers, dashes and dots."
|
339
|
+
msgstr ""
|
340
|
+
|
332
341
|
msgid "%{view_label} could not be promoted to %{environment_label} because the content view and the environment are not in the same organization!"
|
333
342
|
msgstr ""
|
334
343
|
|
@@ -452,6 +461,9 @@ msgstr ""
|
|
452
461
|
msgid "Action with sub plans"
|
453
462
|
msgstr ""
|
454
463
|
|
464
|
+
msgid "Activation Key will no longer be available for use. This operation cannot be undone."
|
465
|
+
msgstr ""
|
466
|
+
|
455
467
|
msgid "Activation Keys"
|
456
468
|
msgstr ""
|
457
469
|
|
@@ -461,6 +473,15 @@ msgstr ""
|
|
461
473
|
msgid "Activation key ID"
|
462
474
|
msgstr ""
|
463
475
|
|
476
|
+
msgid "Activation key deleted"
|
477
|
+
msgstr ""
|
478
|
+
|
479
|
+
msgid "Activation key details"
|
480
|
+
msgstr ""
|
481
|
+
|
482
|
+
msgid "Activation key details updated"
|
483
|
+
msgstr ""
|
484
|
+
|
464
485
|
msgid "Activation key for subscription-manager client, required for CentOS and Red Hat Enterprise Linux. For multiple keys use `activation_keys` param instead."
|
465
486
|
msgstr ""
|
466
487
|
|
@@ -605,6 +626,9 @@ msgstr ""
|
|
605
626
|
msgid "Affected repositories"
|
606
627
|
msgstr ""
|
607
628
|
|
629
|
+
msgid "After configuring Foreman, configuration must also be updated on {hosts}. Choose one of the following options to update {hosts}:"
|
630
|
+
msgstr ""
|
631
|
+
|
608
632
|
msgid "After generating the incremental update, apply the changes to the specified hosts. Only Errata are supported currently."
|
609
633
|
msgstr ""
|
610
634
|
|
@@ -1130,6 +1154,9 @@ msgstr ""
|
|
1130
1154
|
msgid "Cannot delete product with repositories published in a content view. Product: %{product}, %{view_versions}"
|
1131
1155
|
msgstr ""
|
1132
1156
|
|
1157
|
+
msgid "Cannot delete product: %{product} with repositories that are the last affected repository in content view filters. Delete these repositories before deleting product."
|
1158
|
+
msgstr ""
|
1159
|
+
|
1133
1160
|
msgid "Cannot delete provider with attached products"
|
1134
1161
|
msgstr ""
|
1135
1162
|
|
@@ -1220,9 +1247,6 @@ msgstr ""
|
|
1220
1247
|
msgid "Cannot upload Container Image content."
|
1221
1248
|
msgstr ""
|
1222
1249
|
|
1223
|
-
msgid "Cannot validate contents on non-yum/deb repositories."
|
1224
|
-
msgstr ""
|
1225
|
-
|
1226
1250
|
msgid "Capacity"
|
1227
1251
|
msgstr ""
|
1228
1252
|
|
@@ -1235,9 +1259,15 @@ msgstr ""
|
|
1235
1259
|
msgid "Change host content source"
|
1236
1260
|
msgstr ""
|
1237
1261
|
|
1262
|
+
msgid "Changing a host's content source will change the Smart Proxy from which the host gets its content."
|
1263
|
+
msgstr ""
|
1264
|
+
|
1238
1265
|
msgid "Check audited changes and proceed only if content or filters have changed since last publish"
|
1239
1266
|
msgstr ""
|
1240
1267
|
|
1268
|
+
msgid "Check for long running tasks"
|
1269
|
+
msgstr ""
|
1270
|
+
|
1241
1271
|
msgid "Check if a connection can be made to Red Hat Subscription Management."
|
1242
1272
|
msgstr ""
|
1243
1273
|
|
@@ -1346,6 +1376,12 @@ msgstr ""
|
|
1346
1376
|
msgid "Compute resource IDs"
|
1347
1377
|
msgstr ""
|
1348
1378
|
|
1379
|
+
msgid "Configuration still must be updated on {hosts}"
|
1380
|
+
msgstr ""
|
1381
|
+
|
1382
|
+
msgid "Configuration updated on Foreman"
|
1383
|
+
msgstr ""
|
1384
|
+
|
1349
1385
|
msgid "Confirm Deletion"
|
1350
1386
|
msgstr ""
|
1351
1387
|
|
@@ -1559,6 +1595,9 @@ msgstr ""
|
|
1559
1595
|
msgid "Content view and environment not set for registration."
|
1560
1596
|
msgstr ""
|
1561
1597
|
|
1598
|
+
msgid "Content view and lifecycle environment must be provided together"
|
1599
|
+
msgstr ""
|
1600
|
+
|
1562
1601
|
msgid "Content view details"
|
1563
1602
|
msgstr ""
|
1564
1603
|
|
@@ -2072,6 +2111,9 @@ msgstr ""
|
|
2072
2111
|
msgid "Delete a filter rule"
|
2073
2112
|
msgstr ""
|
2074
2113
|
|
2114
|
+
msgid "Delete activation key?"
|
2115
|
+
msgstr ""
|
2116
|
+
|
2075
2117
|
msgid "Delete all subscriptions attached to activation keys."
|
2076
2118
|
msgstr ""
|
2077
2119
|
|
@@ -2087,6 +2129,9 @@ msgstr ""
|
|
2087
2129
|
msgid "Delete content view"
|
2088
2130
|
msgstr ""
|
2089
2131
|
|
2132
|
+
msgid "Delete content view filters that have this repository as the last associated repository. Defaults to true. If false, such filters will now apply to all repositories in the content view."
|
2133
|
+
msgstr ""
|
2134
|
+
|
2090
2135
|
msgid "Delete manifest from Red Hat provider"
|
2091
2136
|
msgstr ""
|
2092
2137
|
|
@@ -2120,6 +2165,9 @@ msgstr ""
|
|
2120
2165
|
msgid "Deleting versions: {versionList}"
|
2121
2166
|
msgstr ""
|
2122
2167
|
|
2168
|
+
msgid "Deliver notifications about long running tasks"
|
2169
|
+
msgstr ""
|
2170
|
+
|
2123
2171
|
msgid "Description"
|
2124
2172
|
msgstr ""
|
2125
2173
|
|
@@ -2279,6 +2327,9 @@ msgstr ""
|
|
2279
2327
|
msgid "Edit URL and subpaths"
|
2280
2328
|
msgstr ""
|
2281
2329
|
|
2330
|
+
msgid "Edit activation key"
|
2331
|
+
msgstr ""
|
2332
|
+
|
2282
2333
|
msgid "Edit content view assignment"
|
2283
2334
|
msgstr ""
|
2284
2335
|
|
@@ -2618,6 +2669,9 @@ msgstr ""
|
|
2618
2669
|
msgid "Filter composite versions whose publish was triggered by the specified component version"
|
2619
2670
|
msgstr ""
|
2620
2671
|
|
2672
|
+
msgid "Filter content view versions that contain the file"
|
2673
|
+
msgstr ""
|
2674
|
+
|
2621
2675
|
msgid "Filter created"
|
2622
2676
|
msgstr ""
|
2623
2677
|
|
@@ -2722,10 +2776,10 @@ msgstr ""
|
|
2722
2776
|
msgid "Force delete the repository by removing it from all content view versions"
|
2723
2777
|
msgstr ""
|
2724
2778
|
|
2725
|
-
msgid "Force metadata regeneration to proceed.
|
2779
|
+
msgid "Force metadata regeneration to proceed. Dangerous operation when version has repositories with the 'Complete Mirroring' mirroring policy"
|
2726
2780
|
msgstr ""
|
2727
2781
|
|
2728
|
-
msgid "Force metadata regeneration to proceed.
|
2782
|
+
msgid "Force metadata regeneration to proceed. Dangerous when repositories use the 'Complete Mirroring' mirroring policy"
|
2729
2783
|
msgstr ""
|
2730
2784
|
|
2731
2785
|
msgid "Force promotion"
|
@@ -2740,7 +2794,7 @@ msgstr ""
|
|
2740
2794
|
msgid "Force sync even if no upstream changes are detected. Only used with yum or deb repositories."
|
2741
2795
|
msgstr ""
|
2742
2796
|
|
2743
|
-
msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem."
|
2797
|
+
msgid "Forces a republish of the specified repository, regenerating metadata and symlinks on the filesystem. Not allowed for repositories with the 'Complete Mirroring' mirroring policy."
|
2744
2798
|
msgstr ""
|
2745
2799
|
|
2746
2800
|
msgid "Forces a republish of the version's repositories' metadata"
|
@@ -2797,9 +2851,6 @@ msgstr ""
|
|
2797
2851
|
msgid "Get list of available repositories for the repository set"
|
2798
2852
|
msgstr ""
|
2799
2853
|
|
2800
|
-
msgid "Get status of repo synchronisation for given product"
|
2801
|
-
msgstr ""
|
2802
|
-
|
2803
2854
|
msgid "Get status of synchronisation for given repository"
|
2804
2855
|
msgstr ""
|
2805
2856
|
|
@@ -2893,6 +2944,9 @@ msgstr ""
|
|
2893
2944
|
msgid "Host ID"
|
2894
2945
|
msgstr ""
|
2895
2946
|
|
2947
|
+
msgid "Host Limit"
|
2948
|
+
msgstr ""
|
2949
|
+
|
2896
2950
|
msgid "Host Profile Assume"
|
2897
2951
|
msgstr ""
|
2898
2952
|
|
@@ -2920,9 +2974,6 @@ msgstr ""
|
|
2920
2974
|
msgid "Host collections updated"
|
2921
2975
|
msgstr ""
|
2922
2976
|
|
2923
|
-
msgid "Host configurations are not updated yet"
|
2924
|
-
msgstr ""
|
2925
|
-
|
2926
2977
|
msgid "Host content and subscription details"
|
2927
2978
|
msgstr ""
|
2928
2979
|
|
@@ -3130,7 +3181,9 @@ msgstr ""
|
|
3130
3181
|
msgid "Identifiers for Lifecycle Environment"
|
3131
3182
|
msgstr ""
|
3132
3183
|
|
3133
|
-
msgid "
|
3184
|
+
msgid ""
|
3185
|
+
"Identifies whether the repository should be unavailable on a client with a non-matching OS version.\n"
|
3186
|
+
"Pass [] to make repo available for clients regardless of OS version. Maximum length 1; allowed tags are: %s"
|
3134
3187
|
msgstr ""
|
3135
3188
|
|
3136
3189
|
msgid "Ids of smart proxies to associate"
|
@@ -3142,6 +3195,9 @@ msgstr ""
|
|
3142
3195
|
msgid "If hosts fail to register because of duplicate DMI UUIDs, add their comma-separated values here. Subsequent registrations will generate a unique DMI UUID for the affected hosts."
|
3143
3196
|
msgstr ""
|
3144
3197
|
|
3198
|
+
msgid "If product certificates should be used to authenticate to a custom CDN."
|
3199
|
+
msgstr ""
|
3200
|
+
|
3145
3201
|
msgid "If specified, remove the first instance of a subscription with matching id and quantity"
|
3146
3202
|
msgstr ""
|
3147
3203
|
|
@@ -3187,7 +3243,7 @@ msgstr ""
|
|
3187
3243
|
msgid "Ignorable content can be only set for Yum repositories."
|
3188
3244
|
msgstr ""
|
3189
3245
|
|
3190
|
-
msgid "Ignore %s
|
3246
|
+
msgid "Ignore %s cannot be set in combination with the 'Complete Mirroring' mirroring policy."
|
3191
3247
|
msgstr ""
|
3192
3248
|
|
3193
3249
|
msgid "Ignore errors"
|
@@ -3571,9 +3627,15 @@ msgstr ""
|
|
3571
3627
|
msgid "Job '${description}' has started."
|
3572
3628
|
msgstr ""
|
3573
3629
|
|
3630
|
+
msgid "Katello 4.10"
|
3631
|
+
msgstr ""
|
3632
|
+
|
3574
3633
|
msgid "Katello ID of local pool to update"
|
3575
3634
|
msgstr ""
|
3576
3635
|
|
3636
|
+
msgid "Katello-agent is deprecated and will be removed in Katello 4.10."
|
3637
|
+
msgstr ""
|
3638
|
+
|
3577
3639
|
msgid "Katello: Install Errata"
|
3578
3640
|
msgstr ""
|
3579
3641
|
|
@@ -3667,7 +3729,10 @@ msgstr ""
|
|
3667
3729
|
msgid "Latest version"
|
3668
3730
|
msgstr ""
|
3669
3731
|
|
3670
|
-
msgid "Learn more about adding Subscription Manifests"
|
3732
|
+
msgid "Learn more about adding Subscription Manifests "
|
3733
|
+
msgstr ""
|
3734
|
+
|
3735
|
+
msgid "Legacy UI"
|
3671
3736
|
msgstr ""
|
3672
3737
|
|
3673
3738
|
msgid "Legacy content host UI"
|
@@ -4030,6 +4095,9 @@ msgstr ""
|
|
4030
4095
|
msgid "Manifest deleted"
|
4031
4096
|
msgstr ""
|
4032
4097
|
|
4098
|
+
msgid "Manifest does not have a valid subscription"
|
4099
|
+
msgstr ""
|
4100
|
+
|
4033
4101
|
msgid "Manifest imported"
|
4034
4102
|
msgstr ""
|
4035
4103
|
|
@@ -4102,7 +4170,9 @@ msgstr ""
|
|
4102
4170
|
msgid "Messaging connection"
|
4103
4171
|
msgstr ""
|
4104
4172
|
|
4105
|
-
msgid "
|
4173
|
+
msgid ""
|
4174
|
+
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\n"
|
4175
|
+
"Alternatively, use the 'force' parameter to regenerate metadata locally. On the next sync, the upstream repository's metadata will overwrite local metadata for 'Complete Mirroring' repositories."
|
4106
4176
|
msgstr ""
|
4107
4177
|
|
4108
4178
|
msgid "Metadata taken from the upstream export history for this Content View Version"
|
@@ -4159,9 +4229,6 @@ msgstr ""
|
|
4159
4229
|
msgid "NOTE: Content view version '%{content_view} %{current}' does not have any exportable repositories. At least one repository with any of the following types is required to be able to export: '%{exportable_types}'."
|
4160
4230
|
msgstr ""
|
4161
4231
|
|
4162
|
-
msgid "NOTE: Katello-agent is deprecated and will be removed in %s. Consider using remote execution instead."
|
4163
|
-
msgstr ""
|
4164
|
-
|
4165
4232
|
msgid "NOTE: Unable to export repository '%{repository}' because it does not have an exportable content type."
|
4166
4233
|
msgstr ""
|
4167
4234
|
|
@@ -4627,6 +4694,9 @@ msgstr ""
|
|
4627
4694
|
msgid "Not yet published"
|
4628
4695
|
msgstr ""
|
4629
4696
|
|
4697
|
+
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged."
|
4698
|
+
msgstr ""
|
4699
|
+
|
4630
4700
|
msgid "Note: Deleting a subscription manifest is STRONGLY discouraged. Deleting a manifest will:"
|
4631
4701
|
msgstr ""
|
4632
4702
|
|
@@ -5439,6 +5509,9 @@ msgstr ""
|
|
5439
5509
|
msgid "Refresh Manifest"
|
5440
5510
|
msgstr ""
|
5441
5511
|
|
5512
|
+
msgid "Refresh all alternate content sources"
|
5513
|
+
msgstr ""
|
5514
|
+
|
5442
5515
|
msgid "Refresh alternate content sources"
|
5443
5516
|
msgstr ""
|
5444
5517
|
|
@@ -5664,7 +5737,10 @@ msgstr ""
|
|
5664
5737
|
msgid "Repository"
|
5665
5738
|
msgstr ""
|
5666
5739
|
|
5667
|
-
msgid "Repository %s cannot be deleted since it has already been included in a published Content View."
|
5740
|
+
msgid "Repository %s cannot be deleted since it has already been included in a published Content View. Use repository details page to delete"
|
5741
|
+
msgstr ""
|
5742
|
+
|
5743
|
+
msgid "Repository %s cannot be deleted since it is the last affected repository in a filter. Use repository details page to delete."
|
5668
5744
|
msgstr ""
|
5669
5745
|
|
5670
5746
|
msgid "Repository '%(repoName)s' has been disabled."
|
@@ -5742,6 +5818,9 @@ msgstr ""
|
|
5742
5818
|
msgid "Republish Version Repositories"
|
5743
5819
|
msgstr ""
|
5744
5820
|
|
5821
|
+
msgid "Republish repository metadata"
|
5822
|
+
msgstr ""
|
5823
|
+
|
5745
5824
|
msgid "Require you to upload the subscription-manifest and re-attach subscriptions to hosts and activation keys."
|
5746
5825
|
msgstr ""
|
5747
5826
|
|
@@ -5919,6 +5998,9 @@ msgstr ""
|
|
5919
5998
|
msgid "Run Sync Plan:"
|
5920
5999
|
msgstr ""
|
5921
6000
|
|
6001
|
+
msgid "Run job invocation"
|
6002
|
+
msgstr ""
|
6003
|
+
|
5922
6004
|
msgid "Running"
|
5923
6005
|
msgstr ""
|
5924
6006
|
|
@@ -6045,6 +6127,9 @@ msgstr ""
|
|
6045
6127
|
msgid "Select a lifecycle environment and a content view to move this host."
|
6046
6128
|
msgstr ""
|
6047
6129
|
|
6130
|
+
msgid "Select a lifecycle environment first"
|
6131
|
+
msgstr ""
|
6132
|
+
|
6048
6133
|
msgid "Select a lifecycle environment from the available promotion paths to promote new version."
|
6049
6134
|
msgstr ""
|
6050
6135
|
|
@@ -6069,15 +6154,15 @@ msgstr ""
|
|
6069
6154
|
msgid "Select an environment"
|
6070
6155
|
msgstr ""
|
6071
6156
|
|
6072
|
-
msgid "Select an environment first"
|
6073
|
-
msgstr ""
|
6074
|
-
|
6075
6157
|
msgid "Select an option"
|
6076
6158
|
msgstr ""
|
6077
6159
|
|
6078
6160
|
msgid "Select an organization"
|
6079
6161
|
msgstr ""
|
6080
6162
|
|
6163
|
+
msgid "Select attributes for ${akDetails.name}"
|
6164
|
+
msgstr ""
|
6165
|
+
|
6081
6166
|
msgid "Select available version of ${cvName} to use"
|
6082
6167
|
msgstr ""
|
6083
6168
|
|
@@ -6973,9 +7058,6 @@ msgstr ""
|
|
6973
7058
|
msgid "The path %{real_path} does not seem to be a valid repository. If you think this is an error, please try refreshing your manifest."
|
6974
7059
|
msgstr ""
|
6975
7060
|
|
6976
|
-
msgid "The product %{name} has no %{type} repositories with upstream URLs to add to the alternate content source."
|
6977
|
-
msgstr ""
|
6978
|
-
|
6979
7061
|
msgid "The promotion of %{content_view} to %{environment} has completed. %{count} errata are available to your hosts."
|
6980
7062
|
msgstr ""
|
6981
7063
|
|
@@ -7099,6 +7181,9 @@ msgstr ""
|
|
7099
7181
|
msgid "This action doesn't support package groups"
|
7100
7182
|
msgstr ""
|
7101
7183
|
|
7184
|
+
msgid "This action should only be taken for debugging purposes."
|
7185
|
+
msgstr ""
|
7186
|
+
|
7102
7187
|
msgid "This action should only be taken in extreme circumstances or for debugging purposes."
|
7103
7188
|
msgstr ""
|
7104
7189
|
|
@@ -7198,7 +7283,7 @@ msgstr ""
|
|
7198
7283
|
msgid "This will create a copy of {cv}, including details, repositories, and filters. Generated data such as history, tasks and versions will not be copied."
|
7199
7284
|
msgstr ""
|
7200
7285
|
|
7201
|
-
msgid "Time in minutes
|
7286
|
+
msgid "Time in minutes before content that is not contained within a repository and has not been accessed is considered orphaned."
|
7202
7287
|
msgstr ""
|
7203
7288
|
|
7204
7289
|
msgid "Time in seconds to wait for a host to finish a katello-agent action"
|
@@ -7225,6 +7310,9 @@ msgstr ""
|
|
7225
7310
|
msgid "To enable them, add the environment to the host's content source, or "
|
7226
7311
|
msgstr ""
|
7227
7312
|
|
7313
|
+
msgid "To finish the process of changing the content source, run the following script manually on {hosts}."
|
7314
|
+
msgstr ""
|
7315
|
+
|
7228
7316
|
msgid "To get started, add a filter rule to this filter"
|
7229
7317
|
msgstr ""
|
7230
7318
|
|
@@ -7234,12 +7322,6 @@ msgstr ""
|
|
7234
7322
|
msgid "To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories."
|
7235
7323
|
msgstr ""
|
7236
7324
|
|
7237
|
-
msgid "To update the selected host configuration, update hosts manually in the next section."
|
7238
|
-
msgstr ""
|
7239
|
-
|
7240
|
-
msgid "To update the selected host configuration, {link}, or update hosts manually in the next section."
|
7241
|
-
msgstr ""
|
7242
|
-
|
7243
7325
|
msgid "Toggling Simple Content Access will refresh your manifest."
|
7244
7326
|
msgstr ""
|
7245
7327
|
|
@@ -7399,6 +7481,9 @@ msgstr ""
|
|
7399
7481
|
msgid "Unable to reassign systems. Please check system_content_view_id and system_environment_id."
|
7400
7482
|
msgstr ""
|
7401
7483
|
|
7484
|
+
msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or no alternate content sources exist."
|
7485
|
+
msgstr ""
|
7486
|
+
|
7402
7487
|
msgid "Unable to refresh any alternate content source. You either do not have the permission to refresh, or none of the alternate content sources exist."
|
7403
7488
|
msgstr ""
|
7404
7489
|
|
@@ -7549,6 +7634,9 @@ msgstr ""
|
|
7549
7634
|
msgid "Update for host %s"
|
7550
7635
|
msgstr ""
|
7551
7636
|
|
7637
|
+
msgid "Update hosts manually"
|
7638
|
+
msgstr ""
|
7639
|
+
|
7552
7640
|
msgid "Update http proxy"
|
7553
7641
|
msgstr ""
|
7554
7642
|
|
@@ -7900,6 +7988,9 @@ msgstr ""
|
|
7900
7988
|
msgid "Virtual host"
|
7901
7989
|
msgstr ""
|
7902
7990
|
|
7991
|
+
msgid "WARNING: Katello-agent is deprecated and will be removed in %s. Migrate to remote execution now."
|
7992
|
+
msgstr ""
|
7993
|
+
|
7903
7994
|
msgid "Waiting to start."
|
7904
7995
|
msgstr ""
|
7905
7996
|
|
@@ -8077,9 +8168,6 @@ msgstr ""
|
|
8077
8168
|
msgid "a file"
|
8078
8169
|
msgstr ""
|
8079
8170
|
|
8080
|
-
msgid "a future release"
|
8081
|
-
msgstr ""
|
8082
|
-
|
8083
8171
|
msgid "a module stream"
|
8084
8172
|
msgstr ""
|
8085
8173
|
|
@@ -8728,9 +8816,6 @@ msgstr ""
|
|
8728
8816
|
msgid "rule identifier"
|
8729
8817
|
msgstr ""
|
8730
8818
|
|
8731
|
-
msgid "run job invocation"
|
8732
|
-
msgstr ""
|
8733
|
-
|
8734
8819
|
msgid "security advisories"
|
8735
8820
|
msgstr ""
|
8736
8821
|
|
@@ -8785,6 +8870,12 @@ msgstr ""
|
|
8785
8870
|
msgid "the following attributes can not be updated for the Red Hat provider: [ %s ]"
|
8786
8871
|
msgstr ""
|
8787
8872
|
|
8873
|
+
msgid "the host"
|
8874
|
+
msgstr ""
|
8875
|
+
|
8876
|
+
msgid "the hosts"
|
8877
|
+
msgstr ""
|
8878
|
+
|
8788
8879
|
msgid "to"
|
8789
8880
|
msgstr ""
|
8790
8881
|
|