katello 4.18.1 → 4.19.0.rc2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/assets/javascripts/katello/locale/bn/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/bn_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ca/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/cs/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/cs_CZ/katello.js +382 -112
- data/app/assets/javascripts/katello/locale/de/katello.js +385 -115
- data/app/assets/javascripts/katello/locale/de_AT/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/de_DE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/el/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/en/katello.js +380 -110
- data/app/assets/javascripts/katello/locale/en_GB/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/en_US/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/es/katello.js +383 -113
- data/app/assets/javascripts/katello/locale/et_EE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/fr/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/gl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/gu/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/he_IL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/hi/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/id/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/it/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ja/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/ka/katello.js +385 -115
- data/app/assets/javascripts/katello/locale/kn/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ko/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/ml_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/mr/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/nl_NL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/or/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pa/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pl_PL/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pt/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/pt_BR/katello.js +383 -113
- data/app/assets/javascripts/katello/locale/ro/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ro_RO/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ru/katello.js +381 -111
- data/app/assets/javascripts/katello/locale/sl/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/sv_SE/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ta/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/ta_IN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/te/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/tr/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/vi/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/vi_VN/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/zh/katello.js +379 -109
- data/app/assets/javascripts/katello/locale/zh_CN/katello.js +388 -118
- data/app/assets/javascripts/katello/locale/zh_TW/katello.js +381 -111
- data/app/controllers/katello/api/registry/registry_proxies_controller.rb +41 -12
- data/app/controllers/katello/api/rhsm/candlepin_proxies_controller.rb +1 -1
- data/app/controllers/katello/api/v2/activation_keys_controller.rb +3 -65
- data/app/controllers/katello/api/v2/content_view_filter_rules_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_views_controller.rb +18 -3
- data/app/controllers/katello/api/v2/debs_controller.rb +21 -11
- data/app/controllers/katello/api/v2/docker_tags_controller.rb +7 -0
- data/app/controllers/katello/api/v2/flatpak_remote_repositories_controller.rb +21 -19
- data/app/controllers/katello/api/v2/host_debs_controller.rb +16 -1
- data/app/controllers/katello/api/v2/host_subscriptions_controller.rb +3 -60
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +10 -53
- data/app/controllers/katello/api/v2/repositories_controller.rb +0 -1
- data/app/controllers/katello/concerns/api/v2/hosts_controller_extensions.rb +10 -0
- data/app/controllers/katello/concerns/organizations_controller_extensions.rb +3 -0
- data/app/lib/actions/candlepin/activation_key/create.rb +0 -2
- data/app/lib/actions/candlepin/activation_key/update.rb +0 -2
- data/app/lib/actions/candlepin/product/content_create.rb +3 -5
- data/app/lib/actions/candlepin/product/content_update.rb +2 -3
- data/app/lib/actions/helpers/rolling_cv_repos.rb +1 -1
- data/app/lib/actions/katello/activation_key/create.rb +0 -1
- data/app/lib/actions/katello/activation_key/update.rb +0 -2
- data/app/lib/actions/katello/capsule_content/sync_capsule.rb +1 -6
- data/app/lib/actions/katello/content_credential/update.rb +1 -1
- data/app/lib/actions/katello/content_view/add_rolling_repo_clone.rb +18 -24
- data/app/lib/actions/katello/content_view/create.rb +9 -4
- data/app/lib/actions/katello/content_view/refresh_rolling_repo.rb +6 -1
- data/app/lib/actions/katello/content_view/remove_rolling_repo_clone.rb +16 -11
- data/app/lib/actions/katello/content_view/update.rb +34 -7
- data/app/lib/actions/katello/product/content_create.rb +2 -2
- data/app/lib/actions/katello/product/content_destroy.rb +1 -1
- data/app/lib/actions/katello/repository/check_matching_content.rb +1 -1
- data/app/lib/actions/katello/repository/clone_contents.rb +1 -1
- data/app/lib/actions/katello/repository/create.rb +1 -1
- data/app/lib/actions/katello/repository/destroy.rb +4 -4
- data/app/lib/actions/katello/repository/finish_upload.rb +1 -1
- data/app/lib/actions/katello/repository/sync.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/copy_all_units.rb +2 -2
- data/app/lib/actions/pulp3/orchestration/repository/generate_metadata.rb +1 -1
- data/app/lib/actions/pulp3/orchestration/repository/multi_copy_all_units.rb +1 -1
- data/app/lib/actions/pulp3/repository/save_publication.rb +3 -1
- data/app/lib/actions/pulp3/repository/save_version.rb +45 -24
- data/app/lib/actions/pulp3/repository/save_versions.rb +2 -1
- data/app/lib/katello/resources/candlepin/activation_key.rb +3 -4
- data/app/lib/katello/resources/candlepin/upstream_job.rb +9 -1
- data/app/lib/katello/resources/candlepin.rb +4 -0
- data/app/models/katello/authorization/repository.rb +17 -4
- data/app/models/katello/concerns/subscription_facet_host_extensions.rb +0 -7
- data/app/models/katello/content_view_deb_filter.rb +10 -0
- data/app/models/katello/content_view_deb_filter_rule.rb +7 -0
- data/app/models/katello/deb.rb +10 -10
- data/app/models/katello/erratum.rb +1 -1
- data/app/models/katello/glue/provider.rb +14 -3
- data/app/models/katello/host/content_facet.rb +1 -1
- data/app/models/katello/host/subscription_facet.rb +1 -7
- data/app/models/katello/product_content.rb +2 -2
- data/app/models/katello/repository.rb +4 -23
- data/app/models/katello/root_repository.rb +2 -5
- data/app/services/katello/candlepin/event_handler.rb +0 -33
- data/app/services/katello/candlepin/message_handler.rb +0 -41
- data/app/services/katello/content_unit_indexer.rb +59 -13
- data/app/services/katello/product_content_finder.rb +5 -4
- data/app/services/katello/pulp3/alternate_content_source.rb +2 -2
- data/app/services/katello/pulp3/ansible_collection.rb +1 -0
- data/app/services/katello/pulp3/api/content_guard.rb +5 -5
- data/app/services/katello/pulp3/api/core.rb +10 -0
- data/app/services/katello/pulp3/deb.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest.rb +1 -0
- data/app/services/katello/pulp3/docker_manifest_list.rb +1 -0
- data/app/services/katello/pulp3/docker_tag.rb +1 -0
- data/app/services/katello/pulp3/file_unit.rb +1 -0
- data/app/services/katello/pulp3/generic_content_unit.rb +1 -0
- data/app/services/katello/pulp3/module_stream.rb +1 -0
- data/app/services/katello/pulp3/package_group.rb +1 -0
- data/app/services/katello/pulp3/repository/apt.rb +41 -16
- data/app/services/katello/pulp3/repository.rb +59 -10
- data/app/services/katello/pulp3/rpm.rb +3 -2
- data/app/services/katello/pulp3/srpm.rb +3 -2
- data/app/services/katello/pulp3/task_group.rb +1 -1
- data/app/services/katello/registration_manager.rb +19 -17
- data/app/services/katello/repository_type_manager.rb +7 -5
- data/app/services/katello/smart_proxy_helper.rb +1 -6
- data/app/views/foreman/job_templates/upload_profile.erb +5 -0
- data/app/views/katello/api/v2/activation_keys/base.json.rabl +1 -1
- data/app/views/katello/api/v2/content_views/base.json.rabl +1 -0
- data/app/views/katello/api/v2/debs/thindex.json.rabl +6 -0
- data/app/views/katello/api/v2/docker_tags/_base.json.rabl +32 -0
- data/app/views/katello/api/v2/docker_tags/show.json.rabl +0 -5
- data/app/views/katello/api/v2/flatpak_remotes/index.json.rabl +6 -0
- data/app/views/katello/api/v2/host_debs/installed_debs.json.rabl +6 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/applicable_erratum.json.rabl +9 -0
- data/app/views/katello/api/v2/hosts_bulk_actions/installable_errata.json.rabl +1 -1
- data/app/views/katello/api/v2/hosts_bulk_actions/{erratum.json.rabl → installable_erratum.json.rabl} +3 -3
- data/app/views/katello/api/v2/subscription_facet/base.json.rabl +1 -1
- data/config/initializers/monkeys.rb +1 -0
- data/config/routes/api/v2.rb +2 -2
- data/config/routes/overrides.rb +2 -7
- data/config/routes.rb +2 -0
- data/db/migrate/20211019192121_create_cdn_configuration.katello.rb +1 -1
- data/db/migrate/20250912000000_add_pulp_prn_fields.rb +73 -0
- data/db/migrate/20250912000001_populate_pulp_prn_fields.rb +403 -0
- data/db/migrate/20251009142516_remove_auto_attach_from_activation_keys.rb +5 -0
- data/db/migrate/20251009142517_remove_autoheal_from_subscription_facets.rb +5 -0
- data/db/seeds.d/111-upgrade_tasks.rb +2 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/bn_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ca.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/cs_CZ.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_AT.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/de_DE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/el.po +12 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_GB.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/en_US.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/es.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/et_EE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/fr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/gu.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/he_IL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/hi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/id.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/it.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ja.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ka.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/kn.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ko.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ml_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/mr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/nl_NL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/or.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pa.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pl_PL.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/pt_BR.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ro_RO.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ru.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sl.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/sv_SE.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/ta_IN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/te.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/tr.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/vi_VN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_CN.po +10 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/locale/zh_TW.po +10 -0
- data/lib/katello/permission_creator.rb +2 -2
- data/lib/katello/permissions/host_permissions.rb +0 -6
- data/lib/katello/plugin.rb +17 -8
- data/lib/katello/tasks/jenkins.rake +1 -1
- data/lib/katello/tasks/upgrades/4.19/enable_structured_apt_for_deb.rake +87 -0
- data/lib/katello/tasks/upgrades/4.19/populate_repository_version_prns.rake +32 -0
- data/lib/katello/version.rb +1 -1
- data/lib/monkeys/fix_rpm_repository_gpgcheck.rb +38 -0
- data/locale/action_names.rb +0 -6
- data/locale/bn/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn/katello.po +379 -109
- data/locale/bn_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/bn_IN/katello.po +379 -109
- data/locale/ca/LC_MESSAGES/katello.mo +0 -0
- data/locale/ca/katello.po +379 -109
- data/locale/cs/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs/katello.po +380 -111
- data/locale/cs_CZ/LC_MESSAGES/katello.mo +0 -0
- data/locale/cs_CZ/katello.po +382 -112
- data/locale/de/LC_MESSAGES/katello.mo +0 -0
- data/locale/de/katello.po +386 -116
- data/locale/de_AT/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_AT/katello.po +379 -109
- data/locale/de_DE/LC_MESSAGES/katello.mo +0 -0
- data/locale/de_DE/katello.po +379 -109
- data/locale/el/LC_MESSAGES/katello.mo +0 -0
- data/locale/el/katello.po +381 -111
- data/locale/en/LC_MESSAGES/katello.mo +0 -0
- data/locale/en/katello.po +380 -111
- data/locale/en_GB/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_GB/katello.po +379 -109
- data/locale/en_US/LC_MESSAGES/katello.mo +0 -0
- data/locale/en_US/katello.po +379 -109
- data/locale/es/LC_MESSAGES/katello.mo +0 -0
- data/locale/es/katello.po +383 -113
- data/locale/et_EE/LC_MESSAGES/katello.mo +0 -0
- data/locale/et_EE/katello.po +379 -109
- data/locale/fr/LC_MESSAGES/katello.mo +0 -0
- data/locale/fr/katello.po +389 -119
- data/locale/gl/LC_MESSAGES/katello.mo +0 -0
- data/locale/gl/katello.po +379 -109
- data/locale/gu/LC_MESSAGES/katello.mo +0 -0
- data/locale/gu/katello.po +379 -109
- data/locale/he_IL/LC_MESSAGES/katello.mo +0 -0
- data/locale/he_IL/katello.po +379 -109
- data/locale/hi/LC_MESSAGES/katello.mo +0 -0
- data/locale/hi/katello.po +379 -109
- data/locale/id/LC_MESSAGES/katello.mo +0 -0
- data/locale/id/katello.po +379 -109
- data/locale/it/LC_MESSAGES/katello.mo +0 -0
- data/locale/it/katello.po +379 -109
- data/locale/ja/LC_MESSAGES/katello.mo +0 -0
- data/locale/ja/katello.po +390 -119
- data/locale/ka/LC_MESSAGES/katello.mo +0 -0
- data/locale/ka/katello.po +385 -115
- data/locale/katello.pot +1273 -831
- data/locale/kn/LC_MESSAGES/katello.mo +0 -0
- data/locale/kn/katello.po +379 -109
- data/locale/ko/LC_MESSAGES/katello.mo +0 -0
- data/locale/ko/katello.po +389 -119
- data/locale/ml_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ml_IN/katello.po +379 -109
- data/locale/mr/LC_MESSAGES/katello.mo +0 -0
- data/locale/mr/katello.po +379 -109
- data/locale/nl_NL/LC_MESSAGES/katello.mo +0 -0
- data/locale/nl_NL/katello.po +379 -109
- data/locale/or/LC_MESSAGES/katello.mo +0 -0
- data/locale/or/katello.po +379 -109
- data/locale/pa/LC_MESSAGES/katello.mo +0 -0
- data/locale/pa/katello.po +379 -109
- data/locale/pl/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl/katello.po +379 -109
- data/locale/pl_PL/LC_MESSAGES/katello.mo +0 -0
- data/locale/pl_PL/katello.po +379 -109
- data/locale/pt/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt/katello.po +379 -109
- data/locale/pt_BR/LC_MESSAGES/katello.mo +0 -0
- data/locale/pt_BR/katello.po +383 -113
- data/locale/ro/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro/katello.po +379 -109
- data/locale/ro_RO/LC_MESSAGES/katello.mo +0 -0
- data/locale/ro_RO/katello.po +379 -109
- data/locale/ru/LC_MESSAGES/katello.mo +0 -0
- data/locale/ru/katello.po +381 -111
- data/locale/sl/LC_MESSAGES/katello.mo +0 -0
- data/locale/sl/katello.po +379 -109
- data/locale/sv_SE/LC_MESSAGES/katello.mo +0 -0
- data/locale/sv_SE/katello.po +379 -109
- data/locale/ta/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta/katello.po +379 -109
- data/locale/ta_IN/LC_MESSAGES/katello.mo +0 -0
- data/locale/ta_IN/katello.po +379 -109
- data/locale/te/LC_MESSAGES/katello.mo +0 -0
- data/locale/te/katello.po +379 -109
- data/locale/tr/LC_MESSAGES/katello.mo +0 -0
- data/locale/tr/katello.po +379 -109
- data/locale/vi/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi/katello.po +379 -109
- data/locale/vi_VN/LC_MESSAGES/katello.mo +0 -0
- data/locale/vi_VN/katello.po +379 -109
- data/locale/zh/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh/katello.po +379 -109
- data/locale/zh_CN/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_CN/katello.po +389 -119
- data/locale/zh_TW/LC_MESSAGES/katello.mo +0 -0
- data/locale/zh_TW/katello.po +381 -111
- data/webpack/ForemanColumnExtensions/index.js +46 -2
- data/webpack/components/Content/Details/__tests__/__snapshots__/ContentDetails.test.js.snap +2 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/SystemPurposeEditModal.js +0 -2
- data/webpack/components/extensions/HostDetails/Cards/SystemPurposeCard/__tests__/SystemPurposeEditModal.test.js +0 -2
- data/webpack/components/extensions/Hosts/ActionsBar/index.js +1 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkActionsConstants.js +7 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/BulkChangeHostCollectionsModal.js +388 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/__tests__/BulkChangeHostCollectionsModal.test.js +640 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/actions.js +28 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkChangeHostCollectionsModal/index.js +71 -0
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/02_BulkErrataTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkErrataWizard/BulkErrataWizard.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/02_BulkPackagesTable.js +11 -4
- data/webpack/components/extensions/Hosts/BulkActions/BulkPackagesWizard/BulkPackagesWizard.js +51 -24
- data/webpack/components/extensions/Hosts/BulkActions/BulkRepositorySetsWizard/01_BulkRepositorySetsTable.js +1 -1
- data/webpack/components/extensions/Hosts/BulkActions/HostReview.js +8 -1
- data/webpack/containers/Application/config.js +11 -1
- data/webpack/global_index.js +3 -0
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesConstants.js +1 -1
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/BootedContainerImagesPage.js +7 -43
- data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImagesPage.test.js +1 -1
- data/webpack/scenes/ContainerImages/ContainerImagesPage.js +86 -0
- data/webpack/scenes/ContainerImages/LabelsAnnotationsModal.js +105 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetails.js +218 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsActions.js +15 -0
- data/webpack/scenes/ContainerImages/Synced/Details/ManifestDetailsSelectors.js +16 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/ManifestDetails.test.js +395 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestDetails.fixtures.json +43 -0
- data/webpack/scenes/ContainerImages/Synced/Details/__tests__/manifestList.fixtures.json +58 -0
- data/webpack/scenes/ContainerImages/Synced/Details/index.js +4 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.js +359 -0
- data/webpack/scenes/ContainerImages/Synced/SyncedContainerImagesPage.scss +21 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/LabelsAnnotationsModal.test.js +69 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/SyncedContainerImagesPage.test.js +335 -0
- data/webpack/scenes/ContainerImages/Synced/__tests__/syncedContainerImages.fixtures.json +105 -0
- data/webpack/scenes/ContainerImages/TableEmptyState.js +67 -0
- data/webpack/scenes/ContainerImages/containerImagesHelpers.js +48 -0
- data/webpack/scenes/ContainerImages/index.js +4 -0
- data/webpack/scenes/ContentViews/Create/CreateContentViewForm.js +29 -3
- data/webpack/scenes/ContentViews/Create/__tests__/contentViewCreateResult.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/Create/__tests__/createContentView.test.js +45 -1
- data/webpack/scenes/ContentViews/Delete/__tests__/affectedHosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/ContentViewInfo.js +59 -1
- data/webpack/scenes/ContentViews/Details/Filters/CVDebFilterContent.js +1 -0
- data/webpack/scenes/ContentViews/Details/Filters/Rules/DebPackage/AddEditDebPackageRuleModal.js +164 -24
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/CVDebFilterContent.test.js +268 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterDetail.fixtures.json +95 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/cvDebFilterRules.fixtures.json +31 -0
- data/webpack/scenes/ContentViews/Details/Filters/__tests__/emptyCVDebFilterRules.fixtures.json +10 -0
- data/webpack/scenes/ContentViews/Details/Versions/BulkDelete/__tests__/hosts.fixtures.json +0 -1
- data/webpack/scenes/ContentViews/Details/Versions/Delete/__tests__/cvAffectedHosts.fixture.json +0 -1
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetail.test.js +15 -0
- data/webpack/scenes/ContentViews/Details/__tests__/contentViewRollingDetails.fixtures.json +1 -0
- data/webpack/scenes/ContentViews/__tests__/contentViewPage.test.js +9 -0
- data/webpack/scenes/FlatpakRemotes/CreateEdit/CreateFlatpakRemoteModal.js +5 -3
- data/webpack/scenes/FlatpakRemotes/CreateEdit/EditFlatpakRemotesModal.js +1 -1
- data/webpack/scenes/FlatpakRemotes/CreateEdit/FlatpakRemoteform.js +35 -3
- data/webpack/scenes/FlatpakRemotes/Details/FlatpakRemoteDetails.js +1 -1
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.css +3 -0
- data/webpack/scenes/FlatpakRemotes/Details/RemoteRepositories/RemoteRepositoriesTable.js +63 -132
- data/webpack/scenes/FlatpakRemotes/FlatpakRemotesPage.js +67 -143
- data/webpack/scenes/SmartProxy/ExpandableCvDetails.js +10 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentActions.js +13 -2
- data/webpack/scenes/SmartProxy/SmartProxyContentConstants.js +1 -0
- data/webpack/scenes/SmartProxy/SmartProxyExpandableTable.js +8 -2
- data/webpack/scenes/SmartProxy/__tests__/SmartProxyContentTest.js +67 -1
- data/webpack/scenes/Subscriptions/Details/__tests__/__snapshots__/SubscriptionDetails.test.js.snap +2 -2
- data/webpack/scenes/Subscriptions/SubscriptionConstants.js +0 -2
- data/webpack/scenes/Subscriptions/SubscriptionReducer.js +15 -5
- data/webpack/scenes/Subscriptions/SubscriptionsPage.js +22 -5
- data/webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js +141 -0
- data/webpack/scenes/Subscriptions/__tests__/__snapshots__/SubscriptionsActions.test.js.snap +2 -2
- metadata +82 -56
- data/app/lib/actions/katello/host/attach_subscriptions.rb +0 -59
- data/app/lib/actions/katello/host/auto_attach_subscriptions.rb +0 -22
- data/app/lib/actions/katello/host/remove_subscriptions.rb +0 -50
- data/app/lib/actions/katello/organization/simple_content_access/disable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/enable.rb +0 -25
- data/app/lib/actions/katello/organization/simple_content_access/toggle.rb +0 -42
- data/lib/katello/tasks/migrate_structure_content_for_deb.rake +0 -105
- data/lib/katello/tasks/upgrades/4.2/remove_checksum_values.rake +0 -17
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/__tests__/bootedContainerImages.fixtures.js +0 -0
- /data/webpack/scenes/{BootedContainerImages → ContainerImages/Booted}/index.js +0 -0
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"locale_data": {
|
|
4
4
|
"katello": {
|
|
5
5
|
"": {
|
|
6
|
-
"Project-Id-Version": "katello 4.
|
|
6
|
+
"Project-Id-Version": "katello 4.19.0.rc1",
|
|
7
7
|
"Report-Msgid-Bugs-To": "",
|
|
8
8
|
"PO-Revision-Date": "2017-12-19 20:14+0000",
|
|
9
9
|
"Last-Translator": "Bryan Kearney <bryan.kearney@gmail.com>, 2025",
|
|
@@ -110,6 +110,9 @@
|
|
|
110
110
|
"${selectedContentType} will appear here when created.": [
|
|
111
111
|
""
|
|
112
112
|
],
|
|
113
|
+
"${totalCount} labels and annotations": [
|
|
114
|
+
""
|
|
115
|
+
],
|
|
113
116
|
"%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?": [
|
|
114
117
|
""
|
|
115
118
|
],
|
|
@@ -447,9 +450,6 @@
|
|
|
447
450
|
"A remote execution job is in progress.": [
|
|
448
451
|
""
|
|
449
452
|
],
|
|
450
|
-
"A service level for auto-healing process, e.g. SELF-SUPPORT": [
|
|
451
|
-
"Un livello di servizio per il processo auto-healing, es. SELF-SUPPORT"
|
|
452
|
-
],
|
|
453
453
|
"A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running.": [
|
|
454
454
|
""
|
|
455
455
|
],
|
|
@@ -465,6 +465,9 @@
|
|
|
465
465
|
"About page": [
|
|
466
466
|
""
|
|
467
467
|
],
|
|
468
|
+
"Abstract async task": [
|
|
469
|
+
""
|
|
470
|
+
],
|
|
468
471
|
"Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
|
|
469
472
|
""
|
|
470
473
|
],
|
|
@@ -552,10 +555,13 @@
|
|
|
552
555
|
"Add RPM rule": [
|
|
553
556
|
""
|
|
554
557
|
],
|
|
555
|
-
"Add
|
|
558
|
+
"Add Red Hat Flatpak remote": [
|
|
556
559
|
""
|
|
557
560
|
],
|
|
558
|
-
"Add
|
|
561
|
+
"Add Red Hat flatpak remote": [
|
|
562
|
+
""
|
|
563
|
+
],
|
|
564
|
+
"Add Subscriptions": [
|
|
559
565
|
""
|
|
560
566
|
],
|
|
561
567
|
"Add an alternate content source": [
|
|
@@ -609,6 +615,9 @@
|
|
|
609
615
|
"Add repositories with package groups to content view to select them here.": [
|
|
610
616
|
""
|
|
611
617
|
],
|
|
618
|
+
"Add rolling repo clone": [
|
|
619
|
+
""
|
|
620
|
+
],
|
|
612
621
|
"Add rule": [
|
|
613
622
|
""
|
|
614
623
|
],
|
|
@@ -621,21 +630,24 @@
|
|
|
621
630
|
"Add subscriptions consumed by a manifest from Red Hat Subscription Management": [
|
|
622
631
|
""
|
|
623
632
|
],
|
|
624
|
-
"Add subscriptions to one or more hosts": [
|
|
625
|
-
""
|
|
626
|
-
],
|
|
627
633
|
"Add subscriptions using the Add Subscriptions button.": [
|
|
628
634
|
""
|
|
629
635
|
],
|
|
630
636
|
"Add to a host collection": [
|
|
631
637
|
""
|
|
632
638
|
],
|
|
639
|
+
"Add to host collections": [
|
|
640
|
+
""
|
|
641
|
+
],
|
|
633
642
|
"Added": [
|
|
634
643
|
""
|
|
635
644
|
],
|
|
636
645
|
"Added %s": [
|
|
637
646
|
""
|
|
638
647
|
],
|
|
648
|
+
"Added %{count} host(s) to host collection %{host_collection}.": [
|
|
649
|
+
""
|
|
650
|
+
],
|
|
639
651
|
"Added Content:": [
|
|
640
652
|
"Contenuto aggiunto:"
|
|
641
653
|
],
|
|
@@ -678,6 +690,9 @@
|
|
|
678
690
|
"All errata up-to-date": [
|
|
679
691
|
""
|
|
680
692
|
],
|
|
693
|
+
"All selected hosts were already members of host collection %{host_collection}.": [
|
|
694
|
+
""
|
|
695
|
+
],
|
|
681
696
|
"All subpaths must have a slash at the end and none at the front": [
|
|
682
697
|
""
|
|
683
698
|
],
|
|
@@ -759,6 +774,9 @@
|
|
|
759
774
|
"An error occurred during upload \\n%{error_message}": [
|
|
760
775
|
""
|
|
761
776
|
],
|
|
777
|
+
"An error occurred while updating host collections": [
|
|
778
|
+
""
|
|
779
|
+
],
|
|
762
780
|
"An option to specify how many ostree commits to traverse.": [
|
|
763
781
|
""
|
|
764
782
|
],
|
|
@@ -891,12 +909,6 @@
|
|
|
891
909
|
"Array of pools to add": [
|
|
892
910
|
""
|
|
893
911
|
],
|
|
894
|
-
"Array of subscriptions to add": [
|
|
895
|
-
"Insieme di sottoscrizioni da aggiungere"
|
|
896
|
-
],
|
|
897
|
-
"Array of subscriptions to remove": [
|
|
898
|
-
""
|
|
899
|
-
],
|
|
900
912
|
"Array of uploads to import": [
|
|
901
913
|
""
|
|
902
914
|
],
|
|
@@ -953,15 +965,6 @@
|
|
|
953
965
|
"At least one organization must exist.": [
|
|
954
966
|
"Deve essere presente almeno una organizzazione."
|
|
955
967
|
],
|
|
956
|
-
"Attach a subscription": [
|
|
957
|
-
"Aggiungi una sottoscrizione "
|
|
958
|
-
],
|
|
959
|
-
"Attach subscriptions": [
|
|
960
|
-
""
|
|
961
|
-
],
|
|
962
|
-
"Attach subscriptions to %s": [
|
|
963
|
-
""
|
|
964
|
-
],
|
|
965
968
|
"Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin": [
|
|
966
969
|
""
|
|
967
970
|
],
|
|
@@ -1061,6 +1064,9 @@
|
|
|
1061
1064
|
"Bookmarks marked as public are available to all users": [
|
|
1062
1065
|
""
|
|
1063
1066
|
],
|
|
1067
|
+
"Bootable": [
|
|
1068
|
+
""
|
|
1069
|
+
],
|
|
1064
1070
|
"Bootc rollback via Bootc interface": [
|
|
1065
1071
|
""
|
|
1066
1072
|
],
|
|
@@ -1073,6 +1079,9 @@
|
|
|
1073
1079
|
"Bootc upgrade via Bootc interface": [
|
|
1074
1080
|
""
|
|
1075
1081
|
],
|
|
1082
|
+
"Booted": [
|
|
1083
|
+
""
|
|
1084
|
+
],
|
|
1076
1085
|
"Booted Container Images": [
|
|
1077
1086
|
""
|
|
1078
1087
|
],
|
|
@@ -1382,6 +1391,9 @@
|
|
|
1382
1391
|
"Change content view environments": [
|
|
1383
1392
|
""
|
|
1384
1393
|
],
|
|
1394
|
+
"Change host collections": [
|
|
1395
|
+
""
|
|
1396
|
+
],
|
|
1385
1397
|
"Change host content source": [
|
|
1386
1398
|
""
|
|
1387
1399
|
],
|
|
@@ -1469,6 +1481,9 @@
|
|
|
1469
1481
|
"Comma-separated list of tags to sync for a container image repository": [
|
|
1470
1482
|
""
|
|
1471
1483
|
],
|
|
1484
|
+
"Commit upload": [
|
|
1485
|
+
""
|
|
1486
|
+
],
|
|
1472
1487
|
"Compare": [
|
|
1473
1488
|
""
|
|
1474
1489
|
],
|
|
@@ -1541,6 +1556,9 @@
|
|
|
1541
1556
|
"Container image tags": [
|
|
1542
1557
|
""
|
|
1543
1558
|
],
|
|
1559
|
+
"Container images": [
|
|
1560
|
+
""
|
|
1561
|
+
],
|
|
1544
1562
|
"Container manifest lists": [
|
|
1545
1563
|
""
|
|
1546
1564
|
],
|
|
@@ -1820,15 +1838,27 @@
|
|
|
1820
1838
|
"Copy": [
|
|
1821
1839
|
""
|
|
1822
1840
|
],
|
|
1841
|
+
"Copy all units": [
|
|
1842
|
+
""
|
|
1843
|
+
],
|
|
1823
1844
|
"Copy an activation key": [
|
|
1824
1845
|
"Copia una chiave di attivazione"
|
|
1825
1846
|
],
|
|
1847
|
+
"Copy content": [
|
|
1848
|
+
""
|
|
1849
|
+
],
|
|
1826
1850
|
"Copy content view": [
|
|
1827
1851
|
""
|
|
1828
1852
|
],
|
|
1829
1853
|
"Copy to clipboard": [
|
|
1830
1854
|
""
|
|
1831
1855
|
],
|
|
1856
|
+
"Copy version": [
|
|
1857
|
+
""
|
|
1858
|
+
],
|
|
1859
|
+
"Copy version units to library": [
|
|
1860
|
+
""
|
|
1861
|
+
],
|
|
1832
1862
|
"Cores per socket": [
|
|
1833
1863
|
"Core per socket"
|
|
1834
1864
|
],
|
|
@@ -2042,22 +2072,34 @@
|
|
|
2042
2072
|
"Create content view": [
|
|
2043
2073
|
""
|
|
2044
2074
|
],
|
|
2075
|
+
"Create exporter": [
|
|
2076
|
+
""
|
|
2077
|
+
],
|
|
2045
2078
|
"Create filter": [
|
|
2046
2079
|
""
|
|
2047
2080
|
],
|
|
2048
2081
|
"Create host collection": [
|
|
2049
2082
|
""
|
|
2050
2083
|
],
|
|
2084
|
+
"Create import": [
|
|
2085
|
+
""
|
|
2086
|
+
],
|
|
2087
|
+
"Create importer": [
|
|
2088
|
+
""
|
|
2089
|
+
],
|
|
2051
2090
|
"Create new activation key": [
|
|
2052
2091
|
""
|
|
2053
2092
|
],
|
|
2054
2093
|
"Create organization": [
|
|
2055
2094
|
"Crea organizzazione"
|
|
2056
2095
|
],
|
|
2057
|
-
"Create
|
|
2096
|
+
"Create publication": [
|
|
2058
2097
|
""
|
|
2059
2098
|
],
|
|
2060
|
-
"Create
|
|
2099
|
+
"Create remote": [
|
|
2100
|
+
""
|
|
2101
|
+
],
|
|
2102
|
+
"Creation": [
|
|
2061
2103
|
""
|
|
2062
2104
|
],
|
|
2063
2105
|
"Credentials": [
|
|
@@ -2321,12 +2363,36 @@
|
|
|
2321
2363
|
"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.": [
|
|
2322
2364
|
""
|
|
2323
2365
|
],
|
|
2366
|
+
"Delete distributions": [
|
|
2367
|
+
""
|
|
2368
|
+
],
|
|
2324
2369
|
"Delete manifest from Red Hat provider": [
|
|
2325
2370
|
"Cancella manifesto dal provider Red Hat"
|
|
2326
2371
|
],
|
|
2327
2372
|
"Delete multiple filters from a content view": [
|
|
2328
2373
|
""
|
|
2329
2374
|
],
|
|
2375
|
+
"Delete orphan alternate content sources": [
|
|
2376
|
+
""
|
|
2377
|
+
],
|
|
2378
|
+
"Delete orphan distributions": [
|
|
2379
|
+
""
|
|
2380
|
+
],
|
|
2381
|
+
"Delete orphan remotes": [
|
|
2382
|
+
""
|
|
2383
|
+
],
|
|
2384
|
+
"Delete orphan repository versions": [
|
|
2385
|
+
""
|
|
2386
|
+
],
|
|
2387
|
+
"Delete orphaned migrated repositories": [
|
|
2388
|
+
""
|
|
2389
|
+
],
|
|
2390
|
+
"Delete remote": [
|
|
2391
|
+
""
|
|
2392
|
+
],
|
|
2393
|
+
"Delete repository references": [
|
|
2394
|
+
""
|
|
2395
|
+
],
|
|
2330
2396
|
"Delete version": [
|
|
2331
2397
|
""
|
|
2332
2398
|
],
|
|
@@ -2426,6 +2492,12 @@
|
|
|
2426
2492
|
"Destroy an environment in an organization": [
|
|
2427
2493
|
"Elimina ambiente in una organizzazione"
|
|
2428
2494
|
],
|
|
2495
|
+
"Destroy exporter": [
|
|
2496
|
+
""
|
|
2497
|
+
],
|
|
2498
|
+
"Destroy importer": [
|
|
2499
|
+
""
|
|
2500
|
+
],
|
|
2429
2501
|
"Destroy one or more alternate content sources": [
|
|
2430
2502
|
""
|
|
2431
2503
|
],
|
|
@@ -2459,9 +2531,6 @@
|
|
|
2459
2531
|
"Disable Red Hat Insights.": [
|
|
2460
2532
|
""
|
|
2461
2533
|
],
|
|
2462
|
-
"Disable Simple Content Access": [
|
|
2463
|
-
""
|
|
2464
|
-
],
|
|
2465
2534
|
"Disable a repository from the set": [
|
|
2466
2535
|
""
|
|
2467
2536
|
],
|
|
@@ -2474,6 +2543,9 @@
|
|
|
2474
2543
|
"Disabling Simple Content Access failed for '%{subject}'.": [
|
|
2475
2544
|
""
|
|
2476
2545
|
],
|
|
2546
|
+
"Discover": [
|
|
2547
|
+
""
|
|
2548
|
+
],
|
|
2477
2549
|
"Discover Repositories": [
|
|
2478
2550
|
"Trova repositori"
|
|
2479
2551
|
],
|
|
@@ -2525,6 +2597,9 @@
|
|
|
2525
2597
|
"Edit": [
|
|
2526
2598
|
"Modifica"
|
|
2527
2599
|
],
|
|
2600
|
+
"Edit DEB rule": [
|
|
2601
|
+
""
|
|
2602
|
+
],
|
|
2528
2603
|
"Edit Flatpak Remote": [
|
|
2529
2604
|
""
|
|
2530
2605
|
],
|
|
@@ -2552,9 +2627,6 @@
|
|
|
2552
2627
|
"Edit filter rule": [
|
|
2553
2628
|
""
|
|
2554
2629
|
],
|
|
2555
|
-
"Edit package filter rule": [
|
|
2556
|
-
""
|
|
2557
|
-
],
|
|
2558
2630
|
"Edit products": [
|
|
2559
2631
|
""
|
|
2560
2632
|
],
|
|
@@ -2597,9 +2669,6 @@
|
|
|
2597
2669
|
"Enable Red Hat repositories": [
|
|
2598
2670
|
""
|
|
2599
2671
|
],
|
|
2600
|
-
"Enable Simple Content Access": [
|
|
2601
|
-
""
|
|
2602
|
-
],
|
|
2603
2672
|
"Enable Tracer": [
|
|
2604
2673
|
""
|
|
2605
2674
|
],
|
|
@@ -2612,9 +2681,6 @@
|
|
|
2612
2681
|
"Enable repository sets": [
|
|
2613
2682
|
""
|
|
2614
2683
|
],
|
|
2615
|
-
"Enable structured APT for deb content": [
|
|
2616
|
-
""
|
|
2617
|
-
],
|
|
2618
2684
|
"Enable/Disable auto publish of composite view": [
|
|
2619
2685
|
""
|
|
2620
2686
|
],
|
|
@@ -2675,6 +2741,9 @@
|
|
|
2675
2741
|
"Environment cannot be in its own promotion path": [
|
|
2676
2742
|
"L'ambiente non può trovarsi sul proprio percorso di avanzamento"
|
|
2677
2743
|
],
|
|
2744
|
+
"Environment contents refresh": [
|
|
2745
|
+
""
|
|
2746
|
+
],
|
|
2678
2747
|
"Environment identifier": [
|
|
2679
2748
|
""
|
|
2680
2749
|
],
|
|
@@ -2714,6 +2783,9 @@
|
|
|
2714
2783
|
"Errata id of the erratum (RHSA-2012:108)": [
|
|
2715
2784
|
"id errata dell'erratum (RHSA-2012:108)"
|
|
2716
2785
|
],
|
|
2786
|
+
"Errata mail": [
|
|
2787
|
+
""
|
|
2788
|
+
],
|
|
2717
2789
|
"Errata statuses not updated for deleted content facet with UUID %s": [
|
|
2718
2790
|
""
|
|
2719
2791
|
],
|
|
@@ -2879,6 +2951,9 @@
|
|
|
2879
2951
|
"Fetch installable errata for one or more hosts.": [
|
|
2880
2952
|
""
|
|
2881
2953
|
],
|
|
2954
|
+
"Fetch pxe files": [
|
|
2955
|
+
""
|
|
2956
|
+
],
|
|
2882
2957
|
"Fetch traces for one or more hosts": [
|
|
2883
2958
|
""
|
|
2884
2959
|
],
|
|
@@ -2972,6 +3047,9 @@
|
|
|
2972
3047
|
"Filter versions that are components in the specified composite version": [
|
|
2973
3048
|
"Filtra versioni componenti nella versione composita specificata"
|
|
2974
3049
|
],
|
|
3050
|
+
"Filtered index content": [
|
|
3051
|
+
""
|
|
3052
|
+
],
|
|
2975
3053
|
"Filters": [
|
|
2976
3054
|
"Filtri"
|
|
2977
3055
|
],
|
|
@@ -2993,6 +3071,9 @@
|
|
|
2993
3071
|
"Finished": [
|
|
2994
3072
|
"Completato"
|
|
2995
3073
|
],
|
|
3074
|
+
"Flatpak": [
|
|
3075
|
+
""
|
|
3076
|
+
],
|
|
2996
3077
|
"Flatpak Remote ${name} created": [
|
|
2997
3078
|
""
|
|
2998
3079
|
],
|
|
@@ -3083,9 +3164,15 @@
|
|
|
3083
3164
|
"Generate host applicability": [
|
|
3084
3165
|
""
|
|
3085
3166
|
],
|
|
3167
|
+
"Generate metadata": [
|
|
3168
|
+
""
|
|
3169
|
+
],
|
|
3086
3170
|
"Generate repository applicability": [
|
|
3087
3171
|
""
|
|
3088
3172
|
],
|
|
3173
|
+
"Generate username and password": [
|
|
3174
|
+
""
|
|
3175
|
+
],
|
|
3089
3176
|
"Generated": [
|
|
3090
3177
|
""
|
|
3091
3178
|
],
|
|
@@ -3320,6 +3407,12 @@
|
|
|
3320
3407
|
"How to order the sorted results (e.g. ASC for ascending)": [
|
|
3321
3408
|
"Come ordinare i risultati (es. ASC per ascendente)"
|
|
3322
3409
|
],
|
|
3410
|
+
"Hypervisors": [
|
|
3411
|
+
""
|
|
3412
|
+
],
|
|
3413
|
+
"Hypervisors update": [
|
|
3414
|
+
""
|
|
3415
|
+
],
|
|
3323
3416
|
"ID": [
|
|
3324
3417
|
"ID"
|
|
3325
3418
|
],
|
|
@@ -3506,12 +3599,6 @@
|
|
|
3506
3599
|
"If product certificates should be used to authenticate to a custom CDN.": [
|
|
3507
3600
|
""
|
|
3508
3601
|
],
|
|
3509
|
-
"If set, newly created APT repos in Katello will use the same repo structure as the remote repos they are synchronized from. You may migrate existing APT repos to match the setting, by running 'foreman-rake katello:migrate_structure_content_for_deb'.": [
|
|
3510
|
-
""
|
|
3511
|
-
],
|
|
3512
|
-
"If specified, remove the first instance of a subscription with matching id and quantity": [
|
|
3513
|
-
""
|
|
3514
|
-
],
|
|
3515
3602
|
"If the smart proxies' assigned HTTP proxies should be used": [
|
|
3516
3603
|
""
|
|
3517
3604
|
],
|
|
@@ -3641,6 +3728,9 @@
|
|
|
3641
3728
|
"Import a subscription manifest to give hosts access to Red Hat content.": [
|
|
3642
3729
|
""
|
|
3643
3730
|
],
|
|
3731
|
+
"Import migration": [
|
|
3732
|
+
""
|
|
3733
|
+
],
|
|
3644
3734
|
"Import new manifest": [
|
|
3645
3735
|
""
|
|
3646
3736
|
],
|
|
@@ -3650,6 +3740,12 @@
|
|
|
3650
3740
|
"Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
|
|
3651
3741
|
""
|
|
3652
3742
|
],
|
|
3743
|
+
"Import repository upload": [
|
|
3744
|
+
""
|
|
3745
|
+
],
|
|
3746
|
+
"Import upload": [
|
|
3747
|
+
""
|
|
3748
|
+
],
|
|
3653
3749
|
"Import uploads into a repository": [
|
|
3654
3750
|
"Importa caricamento in un repositorio"
|
|
3655
3751
|
],
|
|
@@ -3716,6 +3812,9 @@
|
|
|
3716
3812
|
"Incremental Update incomplete.": [
|
|
3717
3813
|
"Aggiornamento incrementale non completato."
|
|
3718
3814
|
],
|
|
3815
|
+
"Incremental Update of Content View Version(s) ": [
|
|
3816
|
+
""
|
|
3817
|
+
],
|
|
3719
3818
|
"Incremental Update of %{content_view_count} Content View Version(s) ": [
|
|
3720
3819
|
""
|
|
3721
3820
|
],
|
|
@@ -3728,12 +3827,27 @@
|
|
|
3728
3827
|
"Incremental update specified for composite %{name} version %{version}, but no components updated.": [
|
|
3729
3828
|
"Aggiornamento incrementale specificato per versione %{version} composita %{name}, ma nessun componente aggiornato."
|
|
3730
3829
|
],
|
|
3830
|
+
"Index content": [
|
|
3831
|
+
""
|
|
3832
|
+
],
|
|
3833
|
+
"Index errata": [
|
|
3834
|
+
""
|
|
3835
|
+
],
|
|
3836
|
+
"Index module streams": [
|
|
3837
|
+
""
|
|
3838
|
+
],
|
|
3839
|
+
"Index package groups": [
|
|
3840
|
+
""
|
|
3841
|
+
],
|
|
3731
3842
|
"Informable Type must be one of the following [ %{list} ]": [
|
|
3732
3843
|
"Tipo di informazioni deve essere una delle seguenti [ %{list} ]"
|
|
3733
3844
|
],
|
|
3734
3845
|
"Inherit from Repository": [
|
|
3735
3846
|
""
|
|
3736
3847
|
],
|
|
3848
|
+
"Initialize": [
|
|
3849
|
+
""
|
|
3850
|
+
],
|
|
3737
3851
|
"Initiate a sync of the products attached to the sync plan": [
|
|
3738
3852
|
""
|
|
3739
3853
|
],
|
|
@@ -3809,9 +3923,15 @@
|
|
|
3809
3923
|
"Installing Package...": [
|
|
3810
3924
|
"installazione pacchetto in corso..."
|
|
3811
3925
|
],
|
|
3926
|
+
"Instance update": [
|
|
3927
|
+
""
|
|
3928
|
+
],
|
|
3812
3929
|
"Instance-based": [
|
|
3813
3930
|
"Basato sull'istanza"
|
|
3814
3931
|
],
|
|
3932
|
+
"Insufficient space for selected hosts": [
|
|
3933
|
+
""
|
|
3934
|
+
],
|
|
3815
3935
|
"Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported.": [
|
|
3816
3936
|
""
|
|
3817
3937
|
],
|
|
@@ -3935,6 +4055,9 @@
|
|
|
3935
4055
|
"It's not possible to promote a rolling content view.": [
|
|
3936
4056
|
""
|
|
3937
4057
|
],
|
|
4058
|
+
"It's not possible to provide environment_ids for anything other than a rolling content view.": [
|
|
4059
|
+
""
|
|
4060
|
+
],
|
|
3938
4061
|
"It's not possible to publish a rolling content view.": [
|
|
3939
4062
|
""
|
|
3940
4063
|
],
|
|
@@ -4043,6 +4166,15 @@
|
|
|
4043
4166
|
"Label of the flatpak remote": [
|
|
4044
4167
|
""
|
|
4045
4168
|
],
|
|
4169
|
+
"Labels": [
|
|
4170
|
+
""
|
|
4171
|
+
],
|
|
4172
|
+
"Labels and annotations": [
|
|
4173
|
+
""
|
|
4174
|
+
],
|
|
4175
|
+
"Labels | Annotations": [
|
|
4176
|
+
""
|
|
4177
|
+
],
|
|
4046
4178
|
"Last check-in:": [
|
|
4047
4179
|
""
|
|
4048
4180
|
],
|
|
@@ -4145,6 +4277,9 @@
|
|
|
4145
4277
|
"Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy.": [
|
|
4146
4278
|
""
|
|
4147
4279
|
],
|
|
4280
|
+
"Limit": [
|
|
4281
|
+
""
|
|
4282
|
+
],
|
|
4148
4283
|
"Limit actions to content in the host's environment.": [
|
|
4149
4284
|
""
|
|
4150
4285
|
],
|
|
@@ -4334,6 +4469,9 @@
|
|
|
4334
4469
|
"List of hypervisor guest uuids": [
|
|
4335
4470
|
""
|
|
4336
4471
|
],
|
|
4472
|
+
"List of lifecycle environments for rolling content views": [
|
|
4473
|
+
""
|
|
4474
|
+
],
|
|
4337
4475
|
"List of package group names (Deprecated)": [
|
|
4338
4476
|
""
|
|
4339
4477
|
],
|
|
@@ -4472,12 +4610,18 @@
|
|
|
4472
4610
|
"Manifest": [
|
|
4473
4611
|
""
|
|
4474
4612
|
],
|
|
4613
|
+
"Manifest Details": [
|
|
4614
|
+
""
|
|
4615
|
+
],
|
|
4475
4616
|
"Manifest History": [
|
|
4476
4617
|
"Cronologia del manifesto"
|
|
4477
4618
|
],
|
|
4478
4619
|
"Manifest deleted": [
|
|
4479
4620
|
""
|
|
4480
4621
|
],
|
|
4622
|
+
"Manifest digest": [
|
|
4623
|
+
""
|
|
4624
|
+
],
|
|
4481
4625
|
"Manifest does not have a valid subscription": [
|
|
4482
4626
|
""
|
|
4483
4627
|
],
|
|
@@ -4562,6 +4706,9 @@
|
|
|
4562
4706
|
"Messaging connection": [
|
|
4563
4707
|
""
|
|
4564
4708
|
],
|
|
4709
|
+
"Metadata generate": [
|
|
4710
|
+
""
|
|
4711
|
+
],
|
|
4565
4712
|
"Metadata republishing is risky on 'Complete Mirroring' repositories. Change the mirroring policy and try again.\\nAlternatively, 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.": [
|
|
4566
4713
|
""
|
|
4567
4714
|
],
|
|
@@ -4598,6 +4745,9 @@
|
|
|
4598
4745
|
"Moderate": [
|
|
4599
4746
|
"Moderato"
|
|
4600
4747
|
],
|
|
4748
|
+
"Modified": [
|
|
4749
|
+
""
|
|
4750
|
+
],
|
|
4601
4751
|
"Modify via remote execution": [
|
|
4602
4752
|
""
|
|
4603
4753
|
],
|
|
@@ -4625,6 +4775,15 @@
|
|
|
4625
4775
|
"Multi Content View Environment": [
|
|
4626
4776
|
""
|
|
4627
4777
|
],
|
|
4778
|
+
"Multi copy all units": [
|
|
4779
|
+
""
|
|
4780
|
+
],
|
|
4781
|
+
"Multi copy content": [
|
|
4782
|
+
""
|
|
4783
|
+
],
|
|
4784
|
+
"Multi copy units": [
|
|
4785
|
+
""
|
|
4786
|
+
],
|
|
4628
4787
|
"Multi-entitlement": [
|
|
4629
4788
|
"Entitlement-multipli"
|
|
4630
4789
|
],
|
|
@@ -4919,6 +5078,9 @@
|
|
|
4919
5078
|
"No items have been specified.": [
|
|
4920
5079
|
""
|
|
4921
5080
|
],
|
|
5081
|
+
"No labels": [
|
|
5082
|
+
""
|
|
5083
|
+
],
|
|
4922
5084
|
"No manifest file uploaded": [
|
|
4923
5085
|
"Nessun file del manifesto caricato"
|
|
4924
5086
|
],
|
|
@@ -5234,9 +5396,6 @@
|
|
|
5234
5396
|
"Organization ID": [
|
|
5235
5397
|
"ID organizzazione"
|
|
5236
5398
|
],
|
|
5237
|
-
"Organization ID is required": [
|
|
5238
|
-
""
|
|
5239
|
-
],
|
|
5240
5399
|
"Organization ID or title": [
|
|
5241
5400
|
""
|
|
5242
5401
|
],
|
|
@@ -5261,6 +5420,9 @@
|
|
|
5261
5420
|
"Organization label '%s' is ambiguous. Try using an id-based container name.": [
|
|
5262
5421
|
""
|
|
5263
5422
|
],
|
|
5423
|
+
"Organization must be specified when providing product by name.": [
|
|
5424
|
+
""
|
|
5425
|
+
],
|
|
5264
5426
|
"Organization not found": [
|
|
5265
5427
|
""
|
|
5266
5428
|
],
|
|
@@ -5660,6 +5822,9 @@
|
|
|
5660
5822
|
"Product label '%s' is ambiguous. Try using an id-based container name.": [
|
|
5661
5823
|
""
|
|
5662
5824
|
],
|
|
5825
|
+
"Product must be specified.": [
|
|
5826
|
+
""
|
|
5827
|
+
],
|
|
5663
5828
|
"Product name": [
|
|
5664
5829
|
"Nome prodotto"
|
|
5665
5830
|
],
|
|
@@ -5720,6 +5885,9 @@
|
|
|
5720
5885
|
"Promotion to Environment": [
|
|
5721
5886
|
""
|
|
5722
5887
|
],
|
|
5888
|
+
"Provide credentials if the registry requires authentication": [
|
|
5889
|
+
""
|
|
5890
|
+
],
|
|
5723
5891
|
"Provide the required information and click {update} below to save changes.": [
|
|
5724
5892
|
""
|
|
5725
5893
|
],
|
|
@@ -5819,6 +5987,9 @@
|
|
|
5819
5987
|
"Pulp task error": [
|
|
5820
5988
|
"Errore attività di Pulp"
|
|
5821
5989
|
],
|
|
5990
|
+
"Purge completed tasks": [
|
|
5991
|
+
""
|
|
5992
|
+
],
|
|
5822
5993
|
"Python Package": [
|
|
5823
5994
|
""
|
|
5824
5995
|
],
|
|
@@ -5846,15 +6017,6 @@
|
|
|
5846
6017
|
"Quantity of entitlements to bind": [
|
|
5847
6018
|
""
|
|
5848
6019
|
],
|
|
5849
|
-
"Quantity of specified subscription to remove": [
|
|
5850
|
-
""
|
|
5851
|
-
],
|
|
5852
|
-
"Quantity of this subscription to add": [
|
|
5853
|
-
"Quantità di questa sottoscrizione da aggiungere"
|
|
5854
|
-
],
|
|
5855
|
-
"Quantity of this subscriptions to add": [
|
|
5856
|
-
"Quantità di questa sottoscrizione da aggiungere"
|
|
5857
|
-
],
|
|
5858
6020
|
"Quantity to Allocate": [
|
|
5859
6021
|
""
|
|
5860
6022
|
],
|
|
@@ -5927,6 +6089,9 @@
|
|
|
5927
6089
|
"Reclaim Space": [
|
|
5928
6090
|
""
|
|
5929
6091
|
],
|
|
6092
|
+
"Reclaim space": [
|
|
6093
|
+
""
|
|
6094
|
+
],
|
|
5930
6095
|
"Reclaim space from On Demand repositories": [
|
|
5931
6096
|
""
|
|
5932
6097
|
],
|
|
@@ -5993,6 +6158,9 @@
|
|
|
5993
6158
|
"Refresh all alternate content sources": [
|
|
5994
6159
|
""
|
|
5995
6160
|
],
|
|
6161
|
+
"Refresh all distributions": [
|
|
6162
|
+
""
|
|
6163
|
+
],
|
|
5996
6164
|
"Refresh alternate content sources": [
|
|
5997
6165
|
""
|
|
5998
6166
|
],
|
|
@@ -6005,15 +6173,27 @@
|
|
|
6005
6173
|
"Refresh counts": [
|
|
6006
6174
|
""
|
|
6007
6175
|
],
|
|
6176
|
+
"Refresh distribution": [
|
|
6177
|
+
""
|
|
6178
|
+
],
|
|
6008
6179
|
"Refresh errata applicability": [
|
|
6009
6180
|
""
|
|
6010
6181
|
],
|
|
6182
|
+
"Refresh if needed": [
|
|
6183
|
+
""
|
|
6184
|
+
],
|
|
6011
6185
|
"Refresh package applicability": [
|
|
6012
6186
|
""
|
|
6013
6187
|
],
|
|
6014
6188
|
"Refresh previously imported manifest for Red Hat provider": [
|
|
6015
6189
|
"Aggiorna il manifesto precedentemente importato per il provider di Red Hat"
|
|
6016
6190
|
],
|
|
6191
|
+
"Refresh remote": [
|
|
6192
|
+
""
|
|
6193
|
+
],
|
|
6194
|
+
"Refresh repos": [
|
|
6195
|
+
""
|
|
6196
|
+
],
|
|
6017
6197
|
"Refresh source": [
|
|
6018
6198
|
""
|
|
6019
6199
|
],
|
|
@@ -6023,9 +6203,6 @@
|
|
|
6023
6203
|
"Register a host with subscription and information": [
|
|
6024
6204
|
""
|
|
6025
6205
|
],
|
|
6026
|
-
"Register host '%s' before attaching subscriptions": [
|
|
6027
|
-
""
|
|
6028
|
-
],
|
|
6029
6206
|
"Registered": [
|
|
6030
6207
|
"Registrati"
|
|
6031
6208
|
],
|
|
@@ -6059,6 +6236,9 @@
|
|
|
6059
6236
|
"Registry token expiration time": [
|
|
6060
6237
|
""
|
|
6061
6238
|
],
|
|
6239
|
+
"Reindex subscriptions": [
|
|
6240
|
+
""
|
|
6241
|
+
],
|
|
6062
6242
|
"Related composite content views": [
|
|
6063
6243
|
""
|
|
6064
6244
|
],
|
|
@@ -6134,6 +6314,9 @@
|
|
|
6134
6314
|
"Remove from environments": [
|
|
6135
6315
|
""
|
|
6136
6316
|
],
|
|
6317
|
+
"Remove from host collections": [
|
|
6318
|
+
""
|
|
6319
|
+
],
|
|
6137
6320
|
"Remove host from collections": [
|
|
6138
6321
|
""
|
|
6139
6322
|
],
|
|
@@ -6155,6 +6338,9 @@
|
|
|
6155
6338
|
"Remove one or more subscriptions from an upstream manifest": [
|
|
6156
6339
|
""
|
|
6157
6340
|
],
|
|
6341
|
+
"Remove orphans": [
|
|
6342
|
+
""
|
|
6343
|
+
],
|
|
6158
6344
|
"Remove package group via Katello interface": [
|
|
6159
6345
|
""
|
|
6160
6346
|
],
|
|
@@ -6170,16 +6356,13 @@
|
|
|
6170
6356
|
"Remove products from sync plan": [
|
|
6171
6357
|
"Rimuovi prodotti dalla programmazione per la sincronizzazione"
|
|
6172
6358
|
],
|
|
6173
|
-
"Remove
|
|
6174
|
-
""
|
|
6175
|
-
],
|
|
6176
|
-
"Remove subscriptions from %s": [
|
|
6359
|
+
"Remove rolling repo clone": [
|
|
6177
6360
|
""
|
|
6178
6361
|
],
|
|
6179
|
-
"Remove
|
|
6362
|
+
"Remove units": [
|
|
6180
6363
|
""
|
|
6181
6364
|
],
|
|
6182
|
-
"Remove
|
|
6365
|
+
"Remove unneeded repos": [
|
|
6183
6366
|
""
|
|
6184
6367
|
],
|
|
6185
6368
|
"Remove versions and/or environments from a content view and reassign systems and keys": [
|
|
@@ -6188,6 +6371,9 @@
|
|
|
6188
6371
|
"Remove versions from environments": [
|
|
6189
6372
|
""
|
|
6190
6373
|
],
|
|
6374
|
+
"Removed %{count} host(s) from host collection %{host_collection}.": [
|
|
6375
|
+
""
|
|
6376
|
+
],
|
|
6191
6377
|
"Removed component from content view": [
|
|
6192
6378
|
""
|
|
6193
6379
|
],
|
|
@@ -6206,6 +6392,9 @@
|
|
|
6206
6392
|
"Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
|
|
6207
6393
|
""
|
|
6208
6394
|
],
|
|
6395
|
+
"Repair": [
|
|
6396
|
+
""
|
|
6397
|
+
],
|
|
6209
6398
|
"Replace content source on the target machine": [
|
|
6210
6399
|
""
|
|
6211
6400
|
],
|
|
@@ -6224,12 +6413,18 @@
|
|
|
6224
6413
|
"Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
|
|
6225
6414
|
""
|
|
6226
6415
|
],
|
|
6416
|
+
"Repositories certs reset": [
|
|
6417
|
+
""
|
|
6418
|
+
],
|
|
6227
6419
|
"Repositories common to the selected content view versions will merge, resulting in a composite content view that is a union of all content from each of the content view versions.": [
|
|
6228
6420
|
""
|
|
6229
6421
|
],
|
|
6230
6422
|
"Repositories from published Content Views are not allowed.": [
|
|
6231
6423
|
"Non sono permessi i repository delle Visualizzazioni del contenuto pubblicate."
|
|
6232
6424
|
],
|
|
6425
|
+
"Repositories gpg reset": [
|
|
6426
|
+
""
|
|
6427
|
+
],
|
|
6233
6428
|
"Repository": [
|
|
6234
6429
|
"Repository"
|
|
6235
6430
|
],
|
|
@@ -6395,12 +6590,18 @@
|
|
|
6395
6590
|
"Result": [
|
|
6396
6591
|
"Risultato"
|
|
6397
6592
|
],
|
|
6593
|
+
"Retain build profile upon unregistration": [
|
|
6594
|
+
""
|
|
6595
|
+
],
|
|
6398
6596
|
"Retrieve a single errata for a host": [
|
|
6399
6597
|
""
|
|
6400
6598
|
],
|
|
6401
6599
|
"Return Red Hat (non-custom) products only": [
|
|
6402
6600
|
""
|
|
6403
6601
|
],
|
|
6602
|
+
"Return a list of installed debs distinct by name": [
|
|
6603
|
+
""
|
|
6604
|
+
],
|
|
6404
6605
|
"Return a list of installed packages distinct by name": [
|
|
6405
6606
|
""
|
|
6406
6607
|
],
|
|
@@ -6581,6 +6782,24 @@
|
|
|
6581
6782
|
"Save": [
|
|
6582
6783
|
"Salva"
|
|
6583
6784
|
],
|
|
6785
|
+
"Save Environments": [
|
|
6786
|
+
""
|
|
6787
|
+
],
|
|
6788
|
+
"Save artifact": [
|
|
6789
|
+
""
|
|
6790
|
+
],
|
|
6791
|
+
"Save distribution references": [
|
|
6792
|
+
""
|
|
6793
|
+
],
|
|
6794
|
+
"Save publication": [
|
|
6795
|
+
""
|
|
6796
|
+
],
|
|
6797
|
+
"Save version": [
|
|
6798
|
+
""
|
|
6799
|
+
],
|
|
6800
|
+
"Save versions": [
|
|
6801
|
+
""
|
|
6802
|
+
],
|
|
6584
6803
|
"Saving alternate content source...": [
|
|
6585
6804
|
""
|
|
6586
6805
|
],
|
|
@@ -6590,6 +6809,12 @@
|
|
|
6590
6809
|
"Scan a flatpak remote": [
|
|
6591
6810
|
""
|
|
6592
6811
|
],
|
|
6812
|
+
"Scan cdn": [
|
|
6813
|
+
""
|
|
6814
|
+
],
|
|
6815
|
+
"Scan remote": [
|
|
6816
|
+
""
|
|
6817
|
+
],
|
|
6593
6818
|
"Schema version 1": [
|
|
6594
6819
|
""
|
|
6595
6820
|
],
|
|
@@ -6638,6 +6863,9 @@
|
|
|
6638
6863
|
"Security errata installable": [
|
|
6639
6864
|
""
|
|
6640
6865
|
],
|
|
6866
|
+
"See child manifests": [
|
|
6867
|
+
""
|
|
6868
|
+
],
|
|
6641
6869
|
"Select": [
|
|
6642
6870
|
"Seleziona"
|
|
6643
6871
|
],
|
|
@@ -6749,6 +6977,9 @@
|
|
|
6749
6977
|
"Select host collection(s) to remove from host {hostName}.": [
|
|
6750
6978
|
""
|
|
6751
6979
|
],
|
|
6980
|
+
"Select host collections to change their associations with {selectedHosts}. Changing host collection will affect all your selected hosts. Some hosts may already be in your chosen collections.": [
|
|
6981
|
+
""
|
|
6982
|
+
],
|
|
6752
6983
|
"Select hosts to assign to %s": [
|
|
6753
6984
|
"Seleziona host da assegnare a %s"
|
|
6754
6985
|
],
|
|
@@ -6827,10 +7058,13 @@
|
|
|
6827
7058
|
"Service Level (SLA)": [
|
|
6828
7059
|
""
|
|
6829
7060
|
],
|
|
7061
|
+
"Service level": [
|
|
7062
|
+
""
|
|
7063
|
+
],
|
|
6830
7064
|
"Service level of host": [
|
|
6831
7065
|
""
|
|
6832
7066
|
],
|
|
6833
|
-
"Service level
|
|
7067
|
+
"Service level, e.g. SELF-SUPPORT": [
|
|
6834
7068
|
""
|
|
6835
7069
|
],
|
|
6836
7070
|
"Set content overrides": [
|
|
@@ -6857,9 +7091,6 @@
|
|
|
6857
7091
|
"Sets the system purpose usage": [
|
|
6858
7092
|
""
|
|
6859
7093
|
],
|
|
6860
|
-
"Sets whether the Host will autoheal subscriptions upon checkin": [
|
|
6861
|
-
""
|
|
6862
|
-
],
|
|
6863
7094
|
"Setting 'default_location_subscribed_hosts' is not set to a valid location.": [
|
|
6864
7095
|
""
|
|
6865
7096
|
],
|
|
@@ -6869,6 +7100,9 @@
|
|
|
6869
7100
|
"Severity must be one of: %s": [
|
|
6870
7101
|
""
|
|
6871
7102
|
],
|
|
7103
|
+
"Show ${remainingCount} more": [
|
|
7104
|
+
""
|
|
7105
|
+
],
|
|
6872
7106
|
"Show %s": [
|
|
6873
7107
|
""
|
|
6874
7108
|
],
|
|
@@ -7010,6 +7244,9 @@
|
|
|
7010
7244
|
"Smart proxy name": [
|
|
7011
7245
|
""
|
|
7012
7246
|
],
|
|
7247
|
+
"Smart proxy verify content checksum has started in the background": [
|
|
7248
|
+
""
|
|
7249
|
+
],
|
|
7013
7250
|
"Sockets": [
|
|
7014
7251
|
"Socket"
|
|
7015
7252
|
],
|
|
@@ -7124,7 +7361,7 @@
|
|
|
7124
7361
|
"Something went wrong while refreshing alternate content sources: ": [
|
|
7125
7362
|
""
|
|
7126
7363
|
],
|
|
7127
|
-
"Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7364
|
+
"Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}": [
|
|
7128
7365
|
""
|
|
7129
7366
|
],
|
|
7130
7367
|
"Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}": [
|
|
@@ -7193,6 +7430,9 @@
|
|
|
7193
7430
|
"Something went wrong while updating the content source. See the logs for more information": [
|
|
7194
7431
|
""
|
|
7195
7432
|
],
|
|
7433
|
+
"Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}": [
|
|
7434
|
+
""
|
|
7435
|
+
],
|
|
7196
7436
|
"Something went wrong! Please check server logs!": [
|
|
7197
7437
|
""
|
|
7198
7438
|
],
|
|
@@ -7280,9 +7520,6 @@
|
|
|
7280
7520
|
"Subscription Details": [
|
|
7281
7521
|
"Informazioni sulla sottoscrizione"
|
|
7282
7522
|
],
|
|
7283
|
-
"Subscription ID": [
|
|
7284
|
-
"ID sottoscrizione"
|
|
7285
|
-
],
|
|
7286
7523
|
"Subscription Info": [
|
|
7287
7524
|
"Informazioni sottoscrizione"
|
|
7288
7525
|
],
|
|
@@ -7298,12 +7535,6 @@
|
|
|
7298
7535
|
"Subscription Name": [
|
|
7299
7536
|
""
|
|
7300
7537
|
],
|
|
7301
|
-
"Subscription Pool id": [
|
|
7302
|
-
""
|
|
7303
|
-
],
|
|
7304
|
-
"Subscription Pool uuid": [
|
|
7305
|
-
"uuid pool di sottoscrizioni"
|
|
7306
|
-
],
|
|
7307
7538
|
"Subscription UUID": [
|
|
7308
7539
|
""
|
|
7309
7540
|
],
|
|
@@ -7355,9 +7586,6 @@
|
|
|
7355
7586
|
"Successfully added %s Host(s).": [
|
|
7356
7587
|
""
|
|
7357
7588
|
],
|
|
7358
|
-
"Successfully added %{count} content host(s) to host collection %{host_collection}.": [
|
|
7359
|
-
"Aggiunti con successo %{count} host di contenuto all'insieme %{host_collection}."
|
|
7360
|
-
],
|
|
7361
7589
|
"Successfully changed sync plan for %s product(s)": [
|
|
7362
7590
|
"Modificata con successo la programmazione per la sincronizzazione di %s prodotti"
|
|
7363
7591
|
],
|
|
@@ -7370,9 +7598,6 @@
|
|
|
7370
7598
|
"Successfully removed %s Host(s).": [
|
|
7371
7599
|
""
|
|
7372
7600
|
],
|
|
7373
|
-
"Successfully removed %{count} content host(s) from host collection %{host_collection}.": [
|
|
7374
|
-
"Rimossi con successo %{count} host di contenuto dall'insieme %{host_collection}."
|
|
7375
|
-
],
|
|
7376
7601
|
"Successfully synced capsule.": [
|
|
7377
7602
|
""
|
|
7378
7603
|
],
|
|
@@ -7391,6 +7616,9 @@
|
|
|
7391
7616
|
"Supported Content Types": [
|
|
7392
7617
|
""
|
|
7393
7618
|
],
|
|
7619
|
+
"Sync": [
|
|
7620
|
+
""
|
|
7621
|
+
],
|
|
7394
7622
|
"Sync Canceled": [
|
|
7395
7623
|
"Sincronizzazione cancellata"
|
|
7396
7624
|
],
|
|
@@ -7445,6 +7673,9 @@
|
|
|
7445
7673
|
"Sync all repositories for a product": [
|
|
7446
7674
|
""
|
|
7447
7675
|
],
|
|
7676
|
+
"Sync capsule": [
|
|
7677
|
+
""
|
|
7678
|
+
],
|
|
7448
7679
|
"Sync complete.": [
|
|
7449
7680
|
"Sincronizzazione completa."
|
|
7450
7681
|
],
|
|
@@ -7463,6 +7694,9 @@
|
|
|
7463
7694
|
"Sync state": [
|
|
7464
7695
|
""
|
|
7465
7696
|
],
|
|
7697
|
+
"Syncable export": [
|
|
7698
|
+
""
|
|
7699
|
+
],
|
|
7466
7700
|
"Synced": [
|
|
7467
7701
|
""
|
|
7468
7702
|
],
|
|
@@ -7514,6 +7748,9 @@
|
|
|
7514
7748
|
"System purpose enables you to set the system's intended use on your network and improves reporting accuracy in the Subscriptions service of the Red Hat Hybrid Cloud Console.": [
|
|
7515
7749
|
""
|
|
7516
7750
|
],
|
|
7751
|
+
"Tag": [
|
|
7752
|
+
""
|
|
7753
|
+
],
|
|
7517
7754
|
"Tag name": [
|
|
7518
7755
|
""
|
|
7519
7756
|
],
|
|
@@ -7721,9 +7958,6 @@
|
|
|
7721
7958
|
"The selected/Inherited Content View is not available for this Lifecycle Environment": [
|
|
7722
7959
|
""
|
|
7723
7960
|
],
|
|
7724
|
-
"The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled": [
|
|
7725
|
-
""
|
|
7726
|
-
],
|
|
7727
7961
|
"The subscription cannot be found upstream": [
|
|
7728
7962
|
""
|
|
7729
7963
|
],
|
|
@@ -7865,12 +8099,6 @@
|
|
|
7865
8099
|
"This host is associated with multiple content view environments. If you assign a lifecycle environment and content view here, the host will be removed from the other environments.": [
|
|
7866
8100
|
""
|
|
7867
8101
|
],
|
|
7868
|
-
"This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
|
|
7869
|
-
""
|
|
7870
|
-
],
|
|
7871
|
-
"This host's organization is in Simple Content Access mode. Auto-attach is disabled": [
|
|
7872
|
-
""
|
|
7873
|
-
],
|
|
7874
8102
|
"This is disabled because a manifest task is in progress": [
|
|
7875
8103
|
""
|
|
7876
8104
|
],
|
|
@@ -7949,6 +8177,9 @@
|
|
|
7949
8177
|
"To change content view environments, a specific organization must be selected from the organization context.": [
|
|
7950
8178
|
""
|
|
7951
8179
|
],
|
|
8180
|
+
"To continue with Red Hat Flatpak remote, you need to generate your username and password in": [
|
|
8181
|
+
""
|
|
8182
|
+
],
|
|
7952
8183
|
"To enable the synced content option, this host must use a content source, content view, and lifecycle environment which contain synced kickstart repositories for the selected architecture and operating system.": [
|
|
7953
8184
|
""
|
|
7954
8185
|
],
|
|
@@ -7970,6 +8201,9 @@
|
|
|
7970
8201
|
"To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories.": [
|
|
7971
8202
|
""
|
|
7972
8203
|
],
|
|
8204
|
+
"To manage host collections, a specific organization must be selected from the organization context.": [
|
|
8205
|
+
""
|
|
8206
|
+
],
|
|
7973
8207
|
"To manage host content overrides, a specific organization must be selected from the organization context.": [
|
|
7974
8208
|
""
|
|
7975
8209
|
],
|
|
@@ -8024,12 +8258,6 @@
|
|
|
8024
8258
|
"Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy.": [
|
|
8025
8259
|
""
|
|
8026
8260
|
],
|
|
8027
|
-
"Trigger an auto-attach of subscriptions": [
|
|
8028
|
-
""
|
|
8029
|
-
],
|
|
8030
|
-
"Trigger an auto-attach of subscriptions on one or more hosts": [
|
|
8031
|
-
""
|
|
8032
|
-
],
|
|
8033
8261
|
"Try changing your search criteria.": [
|
|
8034
8262
|
""
|
|
8035
8263
|
],
|
|
@@ -8183,9 +8411,6 @@
|
|
|
8183
8411
|
"Unapplied Errata": [
|
|
8184
8412
|
"Errata non applicato"
|
|
8185
8413
|
],
|
|
8186
|
-
"Unattach a subscription": [
|
|
8187
|
-
"Rimuovi una sottoscrizione"
|
|
8188
|
-
],
|
|
8189
8414
|
"Unfiltered params array: %s.": [
|
|
8190
8415
|
""
|
|
8191
8416
|
],
|
|
@@ -8297,15 +8522,27 @@
|
|
|
8297
8522
|
"Update content counts for the smart proxy": [
|
|
8298
8523
|
""
|
|
8299
8524
|
],
|
|
8525
|
+
"Update content urls": [
|
|
8526
|
+
""
|
|
8527
|
+
],
|
|
8300
8528
|
"Update content view environments for host": [
|
|
8301
8529
|
""
|
|
8302
8530
|
],
|
|
8303
8531
|
"Update content view environments for host %s": [
|
|
8304
8532
|
""
|
|
8305
8533
|
],
|
|
8534
|
+
"Update distributions": [
|
|
8535
|
+
""
|
|
8536
|
+
],
|
|
8306
8537
|
"Update hosts manually": [
|
|
8307
8538
|
""
|
|
8308
8539
|
],
|
|
8540
|
+
"Update http proxy": [
|
|
8541
|
+
""
|
|
8542
|
+
],
|
|
8543
|
+
"Update http proxy details": [
|
|
8544
|
+
""
|
|
8545
|
+
],
|
|
8309
8546
|
"Update installed packages, enabled repos, module inventory": [
|
|
8310
8547
|
""
|
|
8311
8548
|
],
|
|
@@ -8321,12 +8558,21 @@
|
|
|
8321
8558
|
"Update packages via Katello interface": [
|
|
8322
8559
|
""
|
|
8323
8560
|
],
|
|
8561
|
+
"Update redhat repository": [
|
|
8562
|
+
""
|
|
8563
|
+
],
|
|
8324
8564
|
"Update release version for host": [
|
|
8325
8565
|
""
|
|
8326
8566
|
],
|
|
8327
8567
|
"Update release version for host %s": [
|
|
8328
8568
|
""
|
|
8329
8569
|
],
|
|
8570
|
+
"Update remote": [
|
|
8571
|
+
""
|
|
8572
|
+
],
|
|
8573
|
+
"Update repository": [
|
|
8574
|
+
""
|
|
8575
|
+
],
|
|
8330
8576
|
"Update services requiring restart": [
|
|
8331
8577
|
""
|
|
8332
8578
|
],
|
|
@@ -8417,6 +8663,12 @@
|
|
|
8417
8663
|
"Upload a subscription manifest": [
|
|
8418
8664
|
"Carica un manifesto della sottoscrizione"
|
|
8419
8665
|
],
|
|
8666
|
+
"Upload content": [
|
|
8667
|
+
""
|
|
8668
|
+
],
|
|
8669
|
+
"Upload file": [
|
|
8670
|
+
""
|
|
8671
|
+
],
|
|
8420
8672
|
"Upload into": [
|
|
8421
8673
|
"Carica in"
|
|
8422
8674
|
],
|
|
@@ -8426,6 +8678,9 @@
|
|
|
8426
8678
|
"Upload request id": [
|
|
8427
8679
|
"Carica l'id delle richieste"
|
|
8428
8680
|
],
|
|
8681
|
+
"Upload tag": [
|
|
8682
|
+
""
|
|
8683
|
+
],
|
|
8429
8684
|
"Upstream Candlepin": [
|
|
8430
8685
|
""
|
|
8431
8686
|
],
|
|
@@ -8540,9 +8795,15 @@
|
|
|
8540
8795
|
"Value must either be a boolean or 'default' for 'enabled'": [
|
|
8541
8796
|
""
|
|
8542
8797
|
],
|
|
8798
|
+
"Verify Content Checksum": [
|
|
8799
|
+
""
|
|
8800
|
+
],
|
|
8543
8801
|
"Verify SSL": [
|
|
8544
8802
|
"Verifica SSL"
|
|
8545
8803
|
],
|
|
8804
|
+
"Verify checksum": [
|
|
8805
|
+
""
|
|
8806
|
+
],
|
|
8546
8807
|
"Verify checksum for content on smart proxy": [
|
|
8547
8808
|
""
|
|
8548
8809
|
],
|
|
@@ -8624,6 +8885,9 @@
|
|
|
8624
8885
|
"View by": [
|
|
8625
8886
|
""
|
|
8626
8887
|
],
|
|
8888
|
+
"View container images in the local registry using the Synced tab. View container images booted by image mode hosts using the Booted tab. The Booted tab also shows images outside of the local container registry.": [
|
|
8889
|
+
""
|
|
8890
|
+
],
|
|
8627
8891
|
"View content views": [
|
|
8628
8892
|
""
|
|
8629
8893
|
],
|
|
@@ -8633,6 +8897,15 @@
|
|
|
8633
8897
|
"View documentation": [
|
|
8634
8898
|
""
|
|
8635
8899
|
],
|
|
8900
|
+
"View here": [
|
|
8901
|
+
""
|
|
8902
|
+
],
|
|
8903
|
+
"View labels and annotations": [
|
|
8904
|
+
""
|
|
8905
|
+
],
|
|
8906
|
+
"View labels and annotations for image ": [
|
|
8907
|
+
""
|
|
8908
|
+
],
|
|
8636
8909
|
"View matching content": [
|
|
8637
8910
|
""
|
|
8638
8911
|
],
|
|
@@ -8672,6 +8945,9 @@
|
|
|
8672
8945
|
"When \\\"Upstream URL\\\" is set, \\\"Releases/Distributions\\\" must also be set!": [
|
|
8673
8946
|
""
|
|
8674
8947
|
],
|
|
8948
|
+
"When enabled, provisioning information like content view environments, kickstart repository, and content source will be retained when a host is unregistered. When disabled, this information will be cleared during unregistration.": [
|
|
8949
|
+
""
|
|
8950
|
+
],
|
|
8675
8951
|
"When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')": [
|
|
8676
8952
|
""
|
|
8677
8953
|
],
|
|
@@ -8912,9 +9188,6 @@
|
|
|
8912
9188
|
"attempted to sync without a feed URL": [
|
|
8913
9189
|
""
|
|
8914
9190
|
],
|
|
8915
|
-
"auto attach subscriptions upon registration": [
|
|
8916
|
-
"esegui l'auto attach delle sottoscrizioni previa registrazione"
|
|
8917
|
-
],
|
|
8918
9191
|
"base url to perform repo discovery on": [
|
|
8919
9192
|
"url di base sul quale eseguire la scoperta dei repositori"
|
|
8920
9193
|
],
|
|
@@ -9551,9 +9824,6 @@
|
|
|
9551
9824
|
"start datetime of synchronization": [
|
|
9552
9825
|
"data - ora d'inizio per la sincronizzazione"
|
|
9553
9826
|
],
|
|
9554
|
-
"subscriptions not specified": [
|
|
9555
|
-
""
|
|
9556
|
-
],
|
|
9557
9827
|
"sync plan description": [
|
|
9558
9828
|
"descrizione programmazione sincronizzazione"
|
|
9559
9829
|
],
|