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
|
"Language-Team": "Vietnamese (Viet Nam) (https://app.transifex.com/foreman/teams/114/vi_VN/)",
|
|
@@ -109,6 +109,9 @@
|
|
|
109
109
|
"${selectedContentType} will appear here when created.": [
|
|
110
110
|
""
|
|
111
111
|
],
|
|
112
|
+
"${totalCount} labels and annotations": [
|
|
113
|
+
""
|
|
114
|
+
],
|
|
112
115
|
"%s %s has %s Hosts and %s Hostgroups that will need to be reassociated post deletion. Delete %s?": [
|
|
113
116
|
""
|
|
114
117
|
],
|
|
@@ -446,9 +449,6 @@
|
|
|
446
449
|
"A remote execution job is in progress.": [
|
|
447
450
|
""
|
|
448
451
|
],
|
|
449
|
-
"A service level for auto-healing process, e.g. SELF-SUPPORT": [
|
|
450
|
-
""
|
|
451
|
-
],
|
|
452
452
|
"A smart proxy seems to have been refreshed without pulpcore being running. Please refresh the smart proxy after ensuring that pulpcore services are running.": [
|
|
453
453
|
""
|
|
454
454
|
],
|
|
@@ -464,6 +464,9 @@
|
|
|
464
464
|
"About page": [
|
|
465
465
|
""
|
|
466
466
|
],
|
|
467
|
+
"Abstract async task": [
|
|
468
|
+
""
|
|
469
|
+
],
|
|
467
470
|
"Access to Red Hat Subscription Management is prohibited. If you would like to change this, please update the content setting 'Subscription connection enabled'.": [
|
|
468
471
|
""
|
|
469
472
|
],
|
|
@@ -551,10 +554,13 @@
|
|
|
551
554
|
"Add RPM rule": [
|
|
552
555
|
""
|
|
553
556
|
],
|
|
554
|
-
"Add
|
|
557
|
+
"Add Red Hat Flatpak remote": [
|
|
555
558
|
""
|
|
556
559
|
],
|
|
557
|
-
"Add
|
|
560
|
+
"Add Red Hat flatpak remote": [
|
|
561
|
+
""
|
|
562
|
+
],
|
|
563
|
+
"Add Subscriptions": [
|
|
558
564
|
""
|
|
559
565
|
],
|
|
560
566
|
"Add an alternate content source": [
|
|
@@ -608,6 +614,9 @@
|
|
|
608
614
|
"Add repositories with package groups to content view to select them here.": [
|
|
609
615
|
""
|
|
610
616
|
],
|
|
617
|
+
"Add rolling repo clone": [
|
|
618
|
+
""
|
|
619
|
+
],
|
|
611
620
|
"Add rule": [
|
|
612
621
|
""
|
|
613
622
|
],
|
|
@@ -620,21 +629,24 @@
|
|
|
620
629
|
"Add subscriptions consumed by a manifest from Red Hat Subscription Management": [
|
|
621
630
|
""
|
|
622
631
|
],
|
|
623
|
-
"Add subscriptions to one or more hosts": [
|
|
624
|
-
""
|
|
625
|
-
],
|
|
626
632
|
"Add subscriptions using the Add Subscriptions button.": [
|
|
627
633
|
""
|
|
628
634
|
],
|
|
629
635
|
"Add to a host collection": [
|
|
630
636
|
""
|
|
631
637
|
],
|
|
638
|
+
"Add to host collections": [
|
|
639
|
+
""
|
|
640
|
+
],
|
|
632
641
|
"Added": [
|
|
633
642
|
""
|
|
634
643
|
],
|
|
635
644
|
"Added %s": [
|
|
636
645
|
""
|
|
637
646
|
],
|
|
647
|
+
"Added %{count} host(s) to host collection %{host_collection}.": [
|
|
648
|
+
""
|
|
649
|
+
],
|
|
638
650
|
"Added Content:": [
|
|
639
651
|
""
|
|
640
652
|
],
|
|
@@ -677,6 +689,9 @@
|
|
|
677
689
|
"All errata up-to-date": [
|
|
678
690
|
""
|
|
679
691
|
],
|
|
692
|
+
"All selected hosts were already members of host collection %{host_collection}.": [
|
|
693
|
+
""
|
|
694
|
+
],
|
|
680
695
|
"All subpaths must have a slash at the end and none at the front": [
|
|
681
696
|
""
|
|
682
697
|
],
|
|
@@ -758,6 +773,9 @@
|
|
|
758
773
|
"An error occurred during upload \\n%{error_message}": [
|
|
759
774
|
""
|
|
760
775
|
],
|
|
776
|
+
"An error occurred while updating host collections": [
|
|
777
|
+
""
|
|
778
|
+
],
|
|
761
779
|
"An option to specify how many ostree commits to traverse.": [
|
|
762
780
|
""
|
|
763
781
|
],
|
|
@@ -890,12 +908,6 @@
|
|
|
890
908
|
"Array of pools to add": [
|
|
891
909
|
""
|
|
892
910
|
],
|
|
893
|
-
"Array of subscriptions to add": [
|
|
894
|
-
""
|
|
895
|
-
],
|
|
896
|
-
"Array of subscriptions to remove": [
|
|
897
|
-
""
|
|
898
|
-
],
|
|
899
911
|
"Array of uploads to import": [
|
|
900
912
|
""
|
|
901
913
|
],
|
|
@@ -951,15 +963,6 @@
|
|
|
951
963
|
"At least one organization must exist.": [
|
|
952
964
|
""
|
|
953
965
|
],
|
|
954
|
-
"Attach a subscription": [
|
|
955
|
-
""
|
|
956
|
-
],
|
|
957
|
-
"Attach subscriptions": [
|
|
958
|
-
""
|
|
959
|
-
],
|
|
960
|
-
"Attach subscriptions to %s": [
|
|
961
|
-
""
|
|
962
|
-
],
|
|
963
966
|
"Attempted to destroy consumer %s from candlepin, but consumer does not exist in candlepin": [
|
|
964
967
|
""
|
|
965
968
|
],
|
|
@@ -1059,6 +1062,9 @@
|
|
|
1059
1062
|
"Bookmarks marked as public are available to all users": [
|
|
1060
1063
|
""
|
|
1061
1064
|
],
|
|
1065
|
+
"Bootable": [
|
|
1066
|
+
""
|
|
1067
|
+
],
|
|
1062
1068
|
"Bootc rollback via Bootc interface": [
|
|
1063
1069
|
""
|
|
1064
1070
|
],
|
|
@@ -1071,6 +1077,9 @@
|
|
|
1071
1077
|
"Bootc upgrade via Bootc interface": [
|
|
1072
1078
|
""
|
|
1073
1079
|
],
|
|
1080
|
+
"Booted": [
|
|
1081
|
+
""
|
|
1082
|
+
],
|
|
1074
1083
|
"Booted Container Images": [
|
|
1075
1084
|
""
|
|
1076
1085
|
],
|
|
@@ -1380,6 +1389,9 @@
|
|
|
1380
1389
|
"Change content view environments": [
|
|
1381
1390
|
""
|
|
1382
1391
|
],
|
|
1392
|
+
"Change host collections": [
|
|
1393
|
+
""
|
|
1394
|
+
],
|
|
1383
1395
|
"Change host content source": [
|
|
1384
1396
|
""
|
|
1385
1397
|
],
|
|
@@ -1467,6 +1479,9 @@
|
|
|
1467
1479
|
"Comma-separated list of tags to sync for a container image repository": [
|
|
1468
1480
|
""
|
|
1469
1481
|
],
|
|
1482
|
+
"Commit upload": [
|
|
1483
|
+
""
|
|
1484
|
+
],
|
|
1470
1485
|
"Compare": [
|
|
1471
1486
|
""
|
|
1472
1487
|
],
|
|
@@ -1539,6 +1554,9 @@
|
|
|
1539
1554
|
"Container image tags": [
|
|
1540
1555
|
""
|
|
1541
1556
|
],
|
|
1557
|
+
"Container images": [
|
|
1558
|
+
""
|
|
1559
|
+
],
|
|
1542
1560
|
"Container manifest lists": [
|
|
1543
1561
|
""
|
|
1544
1562
|
],
|
|
@@ -1818,15 +1836,27 @@
|
|
|
1818
1836
|
"Copy": [
|
|
1819
1837
|
""
|
|
1820
1838
|
],
|
|
1839
|
+
"Copy all units": [
|
|
1840
|
+
""
|
|
1841
|
+
],
|
|
1821
1842
|
"Copy an activation key": [
|
|
1822
1843
|
""
|
|
1823
1844
|
],
|
|
1845
|
+
"Copy content": [
|
|
1846
|
+
""
|
|
1847
|
+
],
|
|
1824
1848
|
"Copy content view": [
|
|
1825
1849
|
""
|
|
1826
1850
|
],
|
|
1827
1851
|
"Copy to clipboard": [
|
|
1828
1852
|
""
|
|
1829
1853
|
],
|
|
1854
|
+
"Copy version": [
|
|
1855
|
+
""
|
|
1856
|
+
],
|
|
1857
|
+
"Copy version units to library": [
|
|
1858
|
+
""
|
|
1859
|
+
],
|
|
1830
1860
|
"Cores per socket": [
|
|
1831
1861
|
""
|
|
1832
1862
|
],
|
|
@@ -2040,22 +2070,34 @@
|
|
|
2040
2070
|
"Create content view": [
|
|
2041
2071
|
""
|
|
2042
2072
|
],
|
|
2073
|
+
"Create exporter": [
|
|
2074
|
+
""
|
|
2075
|
+
],
|
|
2043
2076
|
"Create filter": [
|
|
2044
2077
|
""
|
|
2045
2078
|
],
|
|
2046
2079
|
"Create host collection": [
|
|
2047
2080
|
""
|
|
2048
2081
|
],
|
|
2082
|
+
"Create import": [
|
|
2083
|
+
""
|
|
2084
|
+
],
|
|
2085
|
+
"Create importer": [
|
|
2086
|
+
""
|
|
2087
|
+
],
|
|
2049
2088
|
"Create new activation key": [
|
|
2050
2089
|
""
|
|
2051
2090
|
],
|
|
2052
2091
|
"Create organization": [
|
|
2053
2092
|
""
|
|
2054
2093
|
],
|
|
2055
|
-
"Create
|
|
2094
|
+
"Create publication": [
|
|
2095
|
+
""
|
|
2096
|
+
],
|
|
2097
|
+
"Create remote": [
|
|
2056
2098
|
""
|
|
2057
2099
|
],
|
|
2058
|
-
"
|
|
2100
|
+
"Creation": [
|
|
2059
2101
|
""
|
|
2060
2102
|
],
|
|
2061
2103
|
"Credentials": [
|
|
@@ -2319,12 +2361,36 @@
|
|
|
2319
2361
|
"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.": [
|
|
2320
2362
|
""
|
|
2321
2363
|
],
|
|
2364
|
+
"Delete distributions": [
|
|
2365
|
+
""
|
|
2366
|
+
],
|
|
2322
2367
|
"Delete manifest from Red Hat provider": [
|
|
2323
2368
|
""
|
|
2324
2369
|
],
|
|
2325
2370
|
"Delete multiple filters from a content view": [
|
|
2326
2371
|
""
|
|
2327
2372
|
],
|
|
2373
|
+
"Delete orphan alternate content sources": [
|
|
2374
|
+
""
|
|
2375
|
+
],
|
|
2376
|
+
"Delete orphan distributions": [
|
|
2377
|
+
""
|
|
2378
|
+
],
|
|
2379
|
+
"Delete orphan remotes": [
|
|
2380
|
+
""
|
|
2381
|
+
],
|
|
2382
|
+
"Delete orphan repository versions": [
|
|
2383
|
+
""
|
|
2384
|
+
],
|
|
2385
|
+
"Delete orphaned migrated repositories": [
|
|
2386
|
+
""
|
|
2387
|
+
],
|
|
2388
|
+
"Delete remote": [
|
|
2389
|
+
""
|
|
2390
|
+
],
|
|
2391
|
+
"Delete repository references": [
|
|
2392
|
+
""
|
|
2393
|
+
],
|
|
2328
2394
|
"Delete version": [
|
|
2329
2395
|
""
|
|
2330
2396
|
],
|
|
@@ -2424,6 +2490,12 @@
|
|
|
2424
2490
|
"Destroy an environment in an organization": [
|
|
2425
2491
|
""
|
|
2426
2492
|
],
|
|
2493
|
+
"Destroy exporter": [
|
|
2494
|
+
""
|
|
2495
|
+
],
|
|
2496
|
+
"Destroy importer": [
|
|
2497
|
+
""
|
|
2498
|
+
],
|
|
2427
2499
|
"Destroy one or more alternate content sources": [
|
|
2428
2500
|
""
|
|
2429
2501
|
],
|
|
@@ -2457,9 +2529,6 @@
|
|
|
2457
2529
|
"Disable Red Hat Insights.": [
|
|
2458
2530
|
""
|
|
2459
2531
|
],
|
|
2460
|
-
"Disable Simple Content Access": [
|
|
2461
|
-
""
|
|
2462
|
-
],
|
|
2463
2532
|
"Disable a repository from the set": [
|
|
2464
2533
|
""
|
|
2465
2534
|
],
|
|
@@ -2472,6 +2541,9 @@
|
|
|
2472
2541
|
"Disabling Simple Content Access failed for '%{subject}'.": [
|
|
2473
2542
|
""
|
|
2474
2543
|
],
|
|
2544
|
+
"Discover": [
|
|
2545
|
+
""
|
|
2546
|
+
],
|
|
2475
2547
|
"Discover Repositories": [
|
|
2476
2548
|
""
|
|
2477
2549
|
],
|
|
@@ -2523,6 +2595,9 @@
|
|
|
2523
2595
|
"Edit": [
|
|
2524
2596
|
""
|
|
2525
2597
|
],
|
|
2598
|
+
"Edit DEB rule": [
|
|
2599
|
+
""
|
|
2600
|
+
],
|
|
2526
2601
|
"Edit Flatpak Remote": [
|
|
2527
2602
|
""
|
|
2528
2603
|
],
|
|
@@ -2550,9 +2625,6 @@
|
|
|
2550
2625
|
"Edit filter rule": [
|
|
2551
2626
|
""
|
|
2552
2627
|
],
|
|
2553
|
-
"Edit package filter rule": [
|
|
2554
|
-
""
|
|
2555
|
-
],
|
|
2556
2628
|
"Edit products": [
|
|
2557
2629
|
""
|
|
2558
2630
|
],
|
|
@@ -2595,9 +2667,6 @@
|
|
|
2595
2667
|
"Enable Red Hat repositories": [
|
|
2596
2668
|
""
|
|
2597
2669
|
],
|
|
2598
|
-
"Enable Simple Content Access": [
|
|
2599
|
-
""
|
|
2600
|
-
],
|
|
2601
2670
|
"Enable Tracer": [
|
|
2602
2671
|
""
|
|
2603
2672
|
],
|
|
@@ -2610,9 +2679,6 @@
|
|
|
2610
2679
|
"Enable repository sets": [
|
|
2611
2680
|
""
|
|
2612
2681
|
],
|
|
2613
|
-
"Enable structured APT for deb content": [
|
|
2614
|
-
""
|
|
2615
|
-
],
|
|
2616
2682
|
"Enable/Disable auto publish of composite view": [
|
|
2617
2683
|
""
|
|
2618
2684
|
],
|
|
@@ -2673,6 +2739,9 @@
|
|
|
2673
2739
|
"Environment cannot be in its own promotion path": [
|
|
2674
2740
|
""
|
|
2675
2741
|
],
|
|
2742
|
+
"Environment contents refresh": [
|
|
2743
|
+
""
|
|
2744
|
+
],
|
|
2676
2745
|
"Environment identifier": [
|
|
2677
2746
|
""
|
|
2678
2747
|
],
|
|
@@ -2712,6 +2781,9 @@
|
|
|
2712
2781
|
"Errata id of the erratum (RHSA-2012:108)": [
|
|
2713
2782
|
""
|
|
2714
2783
|
],
|
|
2784
|
+
"Errata mail": [
|
|
2785
|
+
""
|
|
2786
|
+
],
|
|
2715
2787
|
"Errata statuses not updated for deleted content facet with UUID %s": [
|
|
2716
2788
|
""
|
|
2717
2789
|
],
|
|
@@ -2877,6 +2949,9 @@
|
|
|
2877
2949
|
"Fetch installable errata for one or more hosts.": [
|
|
2878
2950
|
""
|
|
2879
2951
|
],
|
|
2952
|
+
"Fetch pxe files": [
|
|
2953
|
+
""
|
|
2954
|
+
],
|
|
2880
2955
|
"Fetch traces for one or more hosts": [
|
|
2881
2956
|
""
|
|
2882
2957
|
],
|
|
@@ -2970,6 +3045,9 @@
|
|
|
2970
3045
|
"Filter versions that are components in the specified composite version": [
|
|
2971
3046
|
""
|
|
2972
3047
|
],
|
|
3048
|
+
"Filtered index content": [
|
|
3049
|
+
""
|
|
3050
|
+
],
|
|
2973
3051
|
"Filters": [
|
|
2974
3052
|
""
|
|
2975
3053
|
],
|
|
@@ -2991,6 +3069,9 @@
|
|
|
2991
3069
|
"Finished": [
|
|
2992
3070
|
""
|
|
2993
3071
|
],
|
|
3072
|
+
"Flatpak": [
|
|
3073
|
+
""
|
|
3074
|
+
],
|
|
2994
3075
|
"Flatpak Remote ${name} created": [
|
|
2995
3076
|
""
|
|
2996
3077
|
],
|
|
@@ -3081,9 +3162,15 @@
|
|
|
3081
3162
|
"Generate host applicability": [
|
|
3082
3163
|
""
|
|
3083
3164
|
],
|
|
3165
|
+
"Generate metadata": [
|
|
3166
|
+
""
|
|
3167
|
+
],
|
|
3084
3168
|
"Generate repository applicability": [
|
|
3085
3169
|
""
|
|
3086
3170
|
],
|
|
3171
|
+
"Generate username and password": [
|
|
3172
|
+
""
|
|
3173
|
+
],
|
|
3087
3174
|
"Generated": [
|
|
3088
3175
|
""
|
|
3089
3176
|
],
|
|
@@ -3318,6 +3405,12 @@
|
|
|
3318
3405
|
"How to order the sorted results (e.g. ASC for ascending)": [
|
|
3319
3406
|
""
|
|
3320
3407
|
],
|
|
3408
|
+
"Hypervisors": [
|
|
3409
|
+
""
|
|
3410
|
+
],
|
|
3411
|
+
"Hypervisors update": [
|
|
3412
|
+
""
|
|
3413
|
+
],
|
|
3321
3414
|
"ID": [
|
|
3322
3415
|
""
|
|
3323
3416
|
],
|
|
@@ -3504,12 +3597,6 @@
|
|
|
3504
3597
|
"If product certificates should be used to authenticate to a custom CDN.": [
|
|
3505
3598
|
""
|
|
3506
3599
|
],
|
|
3507
|
-
"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'.": [
|
|
3508
|
-
""
|
|
3509
|
-
],
|
|
3510
|
-
"If specified, remove the first instance of a subscription with matching id and quantity": [
|
|
3511
|
-
""
|
|
3512
|
-
],
|
|
3513
3600
|
"If the smart proxies' assigned HTTP proxies should be used": [
|
|
3514
3601
|
""
|
|
3515
3602
|
],
|
|
@@ -3639,6 +3726,9 @@
|
|
|
3639
3726
|
"Import a subscription manifest to give hosts access to Red Hat content.": [
|
|
3640
3727
|
""
|
|
3641
3728
|
],
|
|
3729
|
+
"Import migration": [
|
|
3730
|
+
""
|
|
3731
|
+
],
|
|
3642
3732
|
"Import new manifest": [
|
|
3643
3733
|
""
|
|
3644
3734
|
],
|
|
@@ -3648,6 +3738,12 @@
|
|
|
3648
3738
|
"Import only Content Views cannot be directly publsihed. Content can only be updated by importing into the view.": [
|
|
3649
3739
|
""
|
|
3650
3740
|
],
|
|
3741
|
+
"Import repository upload": [
|
|
3742
|
+
""
|
|
3743
|
+
],
|
|
3744
|
+
"Import upload": [
|
|
3745
|
+
""
|
|
3746
|
+
],
|
|
3651
3747
|
"Import uploads into a repository": [
|
|
3652
3748
|
""
|
|
3653
3749
|
],
|
|
@@ -3714,6 +3810,9 @@
|
|
|
3714
3810
|
"Incremental Update incomplete.": [
|
|
3715
3811
|
""
|
|
3716
3812
|
],
|
|
3813
|
+
"Incremental Update of Content View Version(s) ": [
|
|
3814
|
+
""
|
|
3815
|
+
],
|
|
3717
3816
|
"Incremental Update of %{content_view_count} Content View Version(s) ": [
|
|
3718
3817
|
""
|
|
3719
3818
|
],
|
|
@@ -3726,12 +3825,27 @@
|
|
|
3726
3825
|
"Incremental update specified for composite %{name} version %{version}, but no components updated.": [
|
|
3727
3826
|
""
|
|
3728
3827
|
],
|
|
3828
|
+
"Index content": [
|
|
3829
|
+
""
|
|
3830
|
+
],
|
|
3831
|
+
"Index errata": [
|
|
3832
|
+
""
|
|
3833
|
+
],
|
|
3834
|
+
"Index module streams": [
|
|
3835
|
+
""
|
|
3836
|
+
],
|
|
3837
|
+
"Index package groups": [
|
|
3838
|
+
""
|
|
3839
|
+
],
|
|
3729
3840
|
"Informable Type must be one of the following [ %{list} ]": [
|
|
3730
3841
|
""
|
|
3731
3842
|
],
|
|
3732
3843
|
"Inherit from Repository": [
|
|
3733
3844
|
""
|
|
3734
3845
|
],
|
|
3846
|
+
"Initialize": [
|
|
3847
|
+
""
|
|
3848
|
+
],
|
|
3735
3849
|
"Initiate a sync of the products attached to the sync plan": [
|
|
3736
3850
|
""
|
|
3737
3851
|
],
|
|
@@ -3807,9 +3921,15 @@
|
|
|
3807
3921
|
"Installing Package...": [
|
|
3808
3922
|
""
|
|
3809
3923
|
],
|
|
3924
|
+
"Instance update": [
|
|
3925
|
+
""
|
|
3926
|
+
],
|
|
3810
3927
|
"Instance-based": [
|
|
3811
3928
|
""
|
|
3812
3929
|
],
|
|
3930
|
+
"Insufficient space for selected hosts": [
|
|
3931
|
+
""
|
|
3932
|
+
],
|
|
3813
3933
|
"Interpret specified object to return only Host Collections that can be associated with specified object. The value 'host' is supported.": [
|
|
3814
3934
|
""
|
|
3815
3935
|
],
|
|
@@ -3933,6 +4053,9 @@
|
|
|
3933
4053
|
"It's not possible to promote a rolling content view.": [
|
|
3934
4054
|
""
|
|
3935
4055
|
],
|
|
4056
|
+
"It's not possible to provide environment_ids for anything other than a rolling content view.": [
|
|
4057
|
+
""
|
|
4058
|
+
],
|
|
3936
4059
|
"It's not possible to publish a rolling content view.": [
|
|
3937
4060
|
""
|
|
3938
4061
|
],
|
|
@@ -4041,6 +4164,15 @@
|
|
|
4041
4164
|
"Label of the flatpak remote": [
|
|
4042
4165
|
""
|
|
4043
4166
|
],
|
|
4167
|
+
"Labels": [
|
|
4168
|
+
""
|
|
4169
|
+
],
|
|
4170
|
+
"Labels and annotations": [
|
|
4171
|
+
""
|
|
4172
|
+
],
|
|
4173
|
+
"Labels | Annotations": [
|
|
4174
|
+
""
|
|
4175
|
+
],
|
|
4044
4176
|
"Last check-in:": [
|
|
4045
4177
|
""
|
|
4046
4178
|
],
|
|
@@ -4143,6 +4275,9 @@
|
|
|
4143
4275
|
"Lifecycle environments cannot be modifed on the default Smart proxy. The content from all Lifecycle Environments will exist on this Smart proxy.": [
|
|
4144
4276
|
""
|
|
4145
4277
|
],
|
|
4278
|
+
"Limit": [
|
|
4279
|
+
""
|
|
4280
|
+
],
|
|
4146
4281
|
"Limit actions to content in the host's environment.": [
|
|
4147
4282
|
""
|
|
4148
4283
|
],
|
|
@@ -4332,6 +4467,9 @@
|
|
|
4332
4467
|
"List of hypervisor guest uuids": [
|
|
4333
4468
|
""
|
|
4334
4469
|
],
|
|
4470
|
+
"List of lifecycle environments for rolling content views": [
|
|
4471
|
+
""
|
|
4472
|
+
],
|
|
4335
4473
|
"List of package group names (Deprecated)": [
|
|
4336
4474
|
""
|
|
4337
4475
|
],
|
|
@@ -4470,12 +4608,18 @@
|
|
|
4470
4608
|
"Manifest": [
|
|
4471
4609
|
""
|
|
4472
4610
|
],
|
|
4611
|
+
"Manifest Details": [
|
|
4612
|
+
""
|
|
4613
|
+
],
|
|
4473
4614
|
"Manifest History": [
|
|
4474
4615
|
""
|
|
4475
4616
|
],
|
|
4476
4617
|
"Manifest deleted": [
|
|
4477
4618
|
""
|
|
4478
4619
|
],
|
|
4620
|
+
"Manifest digest": [
|
|
4621
|
+
""
|
|
4622
|
+
],
|
|
4479
4623
|
"Manifest does not have a valid subscription": [
|
|
4480
4624
|
""
|
|
4481
4625
|
],
|
|
@@ -4560,6 +4704,9 @@
|
|
|
4560
4704
|
"Messaging connection": [
|
|
4561
4705
|
""
|
|
4562
4706
|
],
|
|
4707
|
+
"Metadata generate": [
|
|
4708
|
+
""
|
|
4709
|
+
],
|
|
4563
4710
|
"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.": [
|
|
4564
4711
|
""
|
|
4565
4712
|
],
|
|
@@ -4596,6 +4743,9 @@
|
|
|
4596
4743
|
"Moderate": [
|
|
4597
4744
|
""
|
|
4598
4745
|
],
|
|
4746
|
+
"Modified": [
|
|
4747
|
+
""
|
|
4748
|
+
],
|
|
4599
4749
|
"Modify via remote execution": [
|
|
4600
4750
|
""
|
|
4601
4751
|
],
|
|
@@ -4623,6 +4773,15 @@
|
|
|
4623
4773
|
"Multi Content View Environment": [
|
|
4624
4774
|
""
|
|
4625
4775
|
],
|
|
4776
|
+
"Multi copy all units": [
|
|
4777
|
+
""
|
|
4778
|
+
],
|
|
4779
|
+
"Multi copy content": [
|
|
4780
|
+
""
|
|
4781
|
+
],
|
|
4782
|
+
"Multi copy units": [
|
|
4783
|
+
""
|
|
4784
|
+
],
|
|
4626
4785
|
"Multi-entitlement": [
|
|
4627
4786
|
""
|
|
4628
4787
|
],
|
|
@@ -4917,6 +5076,9 @@
|
|
|
4917
5076
|
"No items have been specified.": [
|
|
4918
5077
|
""
|
|
4919
5078
|
],
|
|
5079
|
+
"No labels": [
|
|
5080
|
+
""
|
|
5081
|
+
],
|
|
4920
5082
|
"No manifest file uploaded": [
|
|
4921
5083
|
""
|
|
4922
5084
|
],
|
|
@@ -5232,9 +5394,6 @@
|
|
|
5232
5394
|
"Organization ID": [
|
|
5233
5395
|
""
|
|
5234
5396
|
],
|
|
5235
|
-
"Organization ID is required": [
|
|
5236
|
-
""
|
|
5237
|
-
],
|
|
5238
5397
|
"Organization ID or title": [
|
|
5239
5398
|
""
|
|
5240
5399
|
],
|
|
@@ -5259,6 +5418,9 @@
|
|
|
5259
5418
|
"Organization label '%s' is ambiguous. Try using an id-based container name.": [
|
|
5260
5419
|
""
|
|
5261
5420
|
],
|
|
5421
|
+
"Organization must be specified when providing product by name.": [
|
|
5422
|
+
""
|
|
5423
|
+
],
|
|
5262
5424
|
"Organization not found": [
|
|
5263
5425
|
""
|
|
5264
5426
|
],
|
|
@@ -5658,6 +5820,9 @@
|
|
|
5658
5820
|
"Product label '%s' is ambiguous. Try using an id-based container name.": [
|
|
5659
5821
|
""
|
|
5660
5822
|
],
|
|
5823
|
+
"Product must be specified.": [
|
|
5824
|
+
""
|
|
5825
|
+
],
|
|
5661
5826
|
"Product name": [
|
|
5662
5827
|
""
|
|
5663
5828
|
],
|
|
@@ -5718,6 +5883,9 @@
|
|
|
5718
5883
|
"Promotion to Environment": [
|
|
5719
5884
|
""
|
|
5720
5885
|
],
|
|
5886
|
+
"Provide credentials if the registry requires authentication": [
|
|
5887
|
+
""
|
|
5888
|
+
],
|
|
5721
5889
|
"Provide the required information and click {update} below to save changes.": [
|
|
5722
5890
|
""
|
|
5723
5891
|
],
|
|
@@ -5817,6 +5985,9 @@
|
|
|
5817
5985
|
"Pulp task error": [
|
|
5818
5986
|
""
|
|
5819
5987
|
],
|
|
5988
|
+
"Purge completed tasks": [
|
|
5989
|
+
""
|
|
5990
|
+
],
|
|
5820
5991
|
"Python Package": [
|
|
5821
5992
|
""
|
|
5822
5993
|
],
|
|
@@ -5844,15 +6015,6 @@
|
|
|
5844
6015
|
"Quantity of entitlements to bind": [
|
|
5845
6016
|
""
|
|
5846
6017
|
],
|
|
5847
|
-
"Quantity of specified subscription to remove": [
|
|
5848
|
-
""
|
|
5849
|
-
],
|
|
5850
|
-
"Quantity of this subscription to add": [
|
|
5851
|
-
""
|
|
5852
|
-
],
|
|
5853
|
-
"Quantity of this subscriptions to add": [
|
|
5854
|
-
""
|
|
5855
|
-
],
|
|
5856
6018
|
"Quantity to Allocate": [
|
|
5857
6019
|
""
|
|
5858
6020
|
],
|
|
@@ -5925,6 +6087,9 @@
|
|
|
5925
6087
|
"Reclaim Space": [
|
|
5926
6088
|
""
|
|
5927
6089
|
],
|
|
6090
|
+
"Reclaim space": [
|
|
6091
|
+
""
|
|
6092
|
+
],
|
|
5928
6093
|
"Reclaim space from On Demand repositories": [
|
|
5929
6094
|
""
|
|
5930
6095
|
],
|
|
@@ -5991,6 +6156,9 @@
|
|
|
5991
6156
|
"Refresh all alternate content sources": [
|
|
5992
6157
|
""
|
|
5993
6158
|
],
|
|
6159
|
+
"Refresh all distributions": [
|
|
6160
|
+
""
|
|
6161
|
+
],
|
|
5994
6162
|
"Refresh alternate content sources": [
|
|
5995
6163
|
""
|
|
5996
6164
|
],
|
|
@@ -6003,15 +6171,27 @@
|
|
|
6003
6171
|
"Refresh counts": [
|
|
6004
6172
|
""
|
|
6005
6173
|
],
|
|
6174
|
+
"Refresh distribution": [
|
|
6175
|
+
""
|
|
6176
|
+
],
|
|
6006
6177
|
"Refresh errata applicability": [
|
|
6007
6178
|
""
|
|
6008
6179
|
],
|
|
6180
|
+
"Refresh if needed": [
|
|
6181
|
+
""
|
|
6182
|
+
],
|
|
6009
6183
|
"Refresh package applicability": [
|
|
6010
6184
|
""
|
|
6011
6185
|
],
|
|
6012
6186
|
"Refresh previously imported manifest for Red Hat provider": [
|
|
6013
6187
|
""
|
|
6014
6188
|
],
|
|
6189
|
+
"Refresh remote": [
|
|
6190
|
+
""
|
|
6191
|
+
],
|
|
6192
|
+
"Refresh repos": [
|
|
6193
|
+
""
|
|
6194
|
+
],
|
|
6015
6195
|
"Refresh source": [
|
|
6016
6196
|
""
|
|
6017
6197
|
],
|
|
@@ -6021,9 +6201,6 @@
|
|
|
6021
6201
|
"Register a host with subscription and information": [
|
|
6022
6202
|
""
|
|
6023
6203
|
],
|
|
6024
|
-
"Register host '%s' before attaching subscriptions": [
|
|
6025
|
-
""
|
|
6026
|
-
],
|
|
6027
6204
|
"Registered": [
|
|
6028
6205
|
""
|
|
6029
6206
|
],
|
|
@@ -6057,6 +6234,9 @@
|
|
|
6057
6234
|
"Registry token expiration time": [
|
|
6058
6235
|
""
|
|
6059
6236
|
],
|
|
6237
|
+
"Reindex subscriptions": [
|
|
6238
|
+
""
|
|
6239
|
+
],
|
|
6060
6240
|
"Related composite content views": [
|
|
6061
6241
|
""
|
|
6062
6242
|
],
|
|
@@ -6132,6 +6312,9 @@
|
|
|
6132
6312
|
"Remove from environments": [
|
|
6133
6313
|
""
|
|
6134
6314
|
],
|
|
6315
|
+
"Remove from host collections": [
|
|
6316
|
+
""
|
|
6317
|
+
],
|
|
6135
6318
|
"Remove host from collections": [
|
|
6136
6319
|
""
|
|
6137
6320
|
],
|
|
@@ -6153,6 +6336,9 @@
|
|
|
6153
6336
|
"Remove one or more subscriptions from an upstream manifest": [
|
|
6154
6337
|
""
|
|
6155
6338
|
],
|
|
6339
|
+
"Remove orphans": [
|
|
6340
|
+
""
|
|
6341
|
+
],
|
|
6156
6342
|
"Remove package group via Katello interface": [
|
|
6157
6343
|
""
|
|
6158
6344
|
],
|
|
@@ -6168,16 +6354,13 @@
|
|
|
6168
6354
|
"Remove products from sync plan": [
|
|
6169
6355
|
""
|
|
6170
6356
|
],
|
|
6171
|
-
"Remove
|
|
6172
|
-
""
|
|
6173
|
-
],
|
|
6174
|
-
"Remove subscriptions from %s": [
|
|
6357
|
+
"Remove rolling repo clone": [
|
|
6175
6358
|
""
|
|
6176
6359
|
],
|
|
6177
|
-
"Remove
|
|
6360
|
+
"Remove units": [
|
|
6178
6361
|
""
|
|
6179
6362
|
],
|
|
6180
|
-
"Remove
|
|
6363
|
+
"Remove unneeded repos": [
|
|
6181
6364
|
""
|
|
6182
6365
|
],
|
|
6183
6366
|
"Remove versions and/or environments from a content view and reassign systems and keys": [
|
|
@@ -6186,6 +6369,9 @@
|
|
|
6186
6369
|
"Remove versions from environments": [
|
|
6187
6370
|
""
|
|
6188
6371
|
],
|
|
6372
|
+
"Removed %{count} host(s) from host collection %{host_collection}.": [
|
|
6373
|
+
""
|
|
6374
|
+
],
|
|
6189
6375
|
"Removed component from content view": [
|
|
6190
6376
|
""
|
|
6191
6377
|
],
|
|
@@ -6204,6 +6390,9 @@
|
|
|
6204
6390
|
"Removing this version from all environments will not delete the version. Version will still be available for later promotion.": [
|
|
6205
6391
|
""
|
|
6206
6392
|
],
|
|
6393
|
+
"Repair": [
|
|
6394
|
+
""
|
|
6395
|
+
],
|
|
6207
6396
|
"Replace content source on the target machine": [
|
|
6208
6397
|
""
|
|
6209
6398
|
],
|
|
@@ -6222,12 +6411,18 @@
|
|
|
6222
6411
|
"Repositories are not available for enablement while CDN configuration is set to Air-gapped (disconnected).": [
|
|
6223
6412
|
""
|
|
6224
6413
|
],
|
|
6414
|
+
"Repositories certs reset": [
|
|
6415
|
+
""
|
|
6416
|
+
],
|
|
6225
6417
|
"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.": [
|
|
6226
6418
|
""
|
|
6227
6419
|
],
|
|
6228
6420
|
"Repositories from published Content Views are not allowed.": [
|
|
6229
6421
|
""
|
|
6230
6422
|
],
|
|
6423
|
+
"Repositories gpg reset": [
|
|
6424
|
+
""
|
|
6425
|
+
],
|
|
6231
6426
|
"Repository": [
|
|
6232
6427
|
""
|
|
6233
6428
|
],
|
|
@@ -6393,12 +6588,18 @@
|
|
|
6393
6588
|
"Result": [
|
|
6394
6589
|
""
|
|
6395
6590
|
],
|
|
6591
|
+
"Retain build profile upon unregistration": [
|
|
6592
|
+
""
|
|
6593
|
+
],
|
|
6396
6594
|
"Retrieve a single errata for a host": [
|
|
6397
6595
|
""
|
|
6398
6596
|
],
|
|
6399
6597
|
"Return Red Hat (non-custom) products only": [
|
|
6400
6598
|
""
|
|
6401
6599
|
],
|
|
6600
|
+
"Return a list of installed debs distinct by name": [
|
|
6601
|
+
""
|
|
6602
|
+
],
|
|
6402
6603
|
"Return a list of installed packages distinct by name": [
|
|
6403
6604
|
""
|
|
6404
6605
|
],
|
|
@@ -6579,6 +6780,24 @@
|
|
|
6579
6780
|
"Save": [
|
|
6580
6781
|
""
|
|
6581
6782
|
],
|
|
6783
|
+
"Save Environments": [
|
|
6784
|
+
""
|
|
6785
|
+
],
|
|
6786
|
+
"Save artifact": [
|
|
6787
|
+
""
|
|
6788
|
+
],
|
|
6789
|
+
"Save distribution references": [
|
|
6790
|
+
""
|
|
6791
|
+
],
|
|
6792
|
+
"Save publication": [
|
|
6793
|
+
""
|
|
6794
|
+
],
|
|
6795
|
+
"Save version": [
|
|
6796
|
+
""
|
|
6797
|
+
],
|
|
6798
|
+
"Save versions": [
|
|
6799
|
+
""
|
|
6800
|
+
],
|
|
6582
6801
|
"Saving alternate content source...": [
|
|
6583
6802
|
""
|
|
6584
6803
|
],
|
|
@@ -6588,6 +6807,12 @@
|
|
|
6588
6807
|
"Scan a flatpak remote": [
|
|
6589
6808
|
""
|
|
6590
6809
|
],
|
|
6810
|
+
"Scan cdn": [
|
|
6811
|
+
""
|
|
6812
|
+
],
|
|
6813
|
+
"Scan remote": [
|
|
6814
|
+
""
|
|
6815
|
+
],
|
|
6591
6816
|
"Schema version 1": [
|
|
6592
6817
|
""
|
|
6593
6818
|
],
|
|
@@ -6636,6 +6861,9 @@
|
|
|
6636
6861
|
"Security errata installable": [
|
|
6637
6862
|
""
|
|
6638
6863
|
],
|
|
6864
|
+
"See child manifests": [
|
|
6865
|
+
""
|
|
6866
|
+
],
|
|
6639
6867
|
"Select": [
|
|
6640
6868
|
""
|
|
6641
6869
|
],
|
|
@@ -6747,6 +6975,9 @@
|
|
|
6747
6975
|
"Select host collection(s) to remove from host {hostName}.": [
|
|
6748
6976
|
""
|
|
6749
6977
|
],
|
|
6978
|
+
"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.": [
|
|
6979
|
+
""
|
|
6980
|
+
],
|
|
6750
6981
|
"Select hosts to assign to %s": [
|
|
6751
6982
|
""
|
|
6752
6983
|
],
|
|
@@ -6825,10 +7056,13 @@
|
|
|
6825
7056
|
"Service Level (SLA)": [
|
|
6826
7057
|
""
|
|
6827
7058
|
],
|
|
7059
|
+
"Service level": [
|
|
7060
|
+
""
|
|
7061
|
+
],
|
|
6828
7062
|
"Service level of host": [
|
|
6829
7063
|
""
|
|
6830
7064
|
],
|
|
6831
|
-
"Service level
|
|
7065
|
+
"Service level, e.g. SELF-SUPPORT": [
|
|
6832
7066
|
""
|
|
6833
7067
|
],
|
|
6834
7068
|
"Set content overrides": [
|
|
@@ -6855,9 +7089,6 @@
|
|
|
6855
7089
|
"Sets the system purpose usage": [
|
|
6856
7090
|
""
|
|
6857
7091
|
],
|
|
6858
|
-
"Sets whether the Host will autoheal subscriptions upon checkin": [
|
|
6859
|
-
""
|
|
6860
|
-
],
|
|
6861
7092
|
"Setting 'default_location_subscribed_hosts' is not set to a valid location.": [
|
|
6862
7093
|
""
|
|
6863
7094
|
],
|
|
@@ -6867,6 +7098,9 @@
|
|
|
6867
7098
|
"Severity must be one of: %s": [
|
|
6868
7099
|
""
|
|
6869
7100
|
],
|
|
7101
|
+
"Show ${remainingCount} more": [
|
|
7102
|
+
""
|
|
7103
|
+
],
|
|
6870
7104
|
"Show %s": [
|
|
6871
7105
|
""
|
|
6872
7106
|
],
|
|
@@ -7008,6 +7242,9 @@
|
|
|
7008
7242
|
"Smart proxy name": [
|
|
7009
7243
|
""
|
|
7010
7244
|
],
|
|
7245
|
+
"Smart proxy verify content checksum has started in the background": [
|
|
7246
|
+
""
|
|
7247
|
+
],
|
|
7011
7248
|
"Sockets": [
|
|
7012
7249
|
""
|
|
7013
7250
|
],
|
|
@@ -7122,7 +7359,7 @@
|
|
|
7122
7359
|
"Something went wrong while refreshing alternate content sources: ": [
|
|
7123
7360
|
""
|
|
7124
7361
|
],
|
|
7125
|
-
"Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error
|
|
7362
|
+
"Something went wrong while refreshing content counts: ${getResponseErrorMsgs(error?.response)}": [
|
|
7126
7363
|
""
|
|
7127
7364
|
],
|
|
7128
7365
|
"Something went wrong while removing a filter rule! ${getResponseErrorMsgs(error.response)}": [
|
|
@@ -7191,6 +7428,9 @@
|
|
|
7191
7428
|
"Something went wrong while updating the content source. See the logs for more information": [
|
|
7192
7429
|
""
|
|
7193
7430
|
],
|
|
7431
|
+
"Something went wrong while verifying content checksums: ${getResponseErrorMsgs(error?.response)}": [
|
|
7432
|
+
""
|
|
7433
|
+
],
|
|
7194
7434
|
"Something went wrong! Please check server logs!": [
|
|
7195
7435
|
""
|
|
7196
7436
|
],
|
|
@@ -7278,9 +7518,6 @@
|
|
|
7278
7518
|
"Subscription Details": [
|
|
7279
7519
|
""
|
|
7280
7520
|
],
|
|
7281
|
-
"Subscription ID": [
|
|
7282
|
-
""
|
|
7283
|
-
],
|
|
7284
7521
|
"Subscription Info": [
|
|
7285
7522
|
""
|
|
7286
7523
|
],
|
|
@@ -7296,12 +7533,6 @@
|
|
|
7296
7533
|
"Subscription Name": [
|
|
7297
7534
|
""
|
|
7298
7535
|
],
|
|
7299
|
-
"Subscription Pool id": [
|
|
7300
|
-
""
|
|
7301
|
-
],
|
|
7302
|
-
"Subscription Pool uuid": [
|
|
7303
|
-
""
|
|
7304
|
-
],
|
|
7305
7536
|
"Subscription UUID": [
|
|
7306
7537
|
""
|
|
7307
7538
|
],
|
|
@@ -7353,9 +7584,6 @@
|
|
|
7353
7584
|
"Successfully added %s Host(s).": [
|
|
7354
7585
|
""
|
|
7355
7586
|
],
|
|
7356
|
-
"Successfully added %{count} content host(s) to host collection %{host_collection}.": [
|
|
7357
|
-
""
|
|
7358
|
-
],
|
|
7359
7587
|
"Successfully changed sync plan for %s product(s)": [
|
|
7360
7588
|
""
|
|
7361
7589
|
],
|
|
@@ -7368,9 +7596,6 @@
|
|
|
7368
7596
|
"Successfully removed %s Host(s).": [
|
|
7369
7597
|
""
|
|
7370
7598
|
],
|
|
7371
|
-
"Successfully removed %{count} content host(s) from host collection %{host_collection}.": [
|
|
7372
|
-
""
|
|
7373
|
-
],
|
|
7374
7599
|
"Successfully synced capsule.": [
|
|
7375
7600
|
""
|
|
7376
7601
|
],
|
|
@@ -7389,6 +7614,9 @@
|
|
|
7389
7614
|
"Supported Content Types": [
|
|
7390
7615
|
""
|
|
7391
7616
|
],
|
|
7617
|
+
"Sync": [
|
|
7618
|
+
""
|
|
7619
|
+
],
|
|
7392
7620
|
"Sync Canceled": [
|
|
7393
7621
|
""
|
|
7394
7622
|
],
|
|
@@ -7443,6 +7671,9 @@
|
|
|
7443
7671
|
"Sync all repositories for a product": [
|
|
7444
7672
|
""
|
|
7445
7673
|
],
|
|
7674
|
+
"Sync capsule": [
|
|
7675
|
+
""
|
|
7676
|
+
],
|
|
7446
7677
|
"Sync complete.": [
|
|
7447
7678
|
""
|
|
7448
7679
|
],
|
|
@@ -7461,6 +7692,9 @@
|
|
|
7461
7692
|
"Sync state": [
|
|
7462
7693
|
""
|
|
7463
7694
|
],
|
|
7695
|
+
"Syncable export": [
|
|
7696
|
+
""
|
|
7697
|
+
],
|
|
7464
7698
|
"Synced": [
|
|
7465
7699
|
""
|
|
7466
7700
|
],
|
|
@@ -7512,6 +7746,9 @@
|
|
|
7512
7746
|
"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.": [
|
|
7513
7747
|
""
|
|
7514
7748
|
],
|
|
7749
|
+
"Tag": [
|
|
7750
|
+
""
|
|
7751
|
+
],
|
|
7515
7752
|
"Tag name": [
|
|
7516
7753
|
""
|
|
7517
7754
|
],
|
|
@@ -7719,9 +7956,6 @@
|
|
|
7719
7956
|
"The selected/Inherited Content View is not available for this Lifecycle Environment": [
|
|
7720
7957
|
""
|
|
7721
7958
|
],
|
|
7722
|
-
"The specified organization is in Simple Content Access mode. Attaching subscriptions is disabled": [
|
|
7723
|
-
""
|
|
7724
|
-
],
|
|
7725
7959
|
"The subscription cannot be found upstream": [
|
|
7726
7960
|
""
|
|
7727
7961
|
],
|
|
@@ -7863,12 +8097,6 @@
|
|
|
7863
8097
|
"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.": [
|
|
7864
8098
|
""
|
|
7865
8099
|
],
|
|
7866
|
-
"This host's organization is in Simple Content Access mode. Attaching subscriptions is disabled.": [
|
|
7867
|
-
""
|
|
7868
|
-
],
|
|
7869
|
-
"This host's organization is in Simple Content Access mode. Auto-attach is disabled": [
|
|
7870
|
-
""
|
|
7871
|
-
],
|
|
7872
8100
|
"This is disabled because a manifest task is in progress": [
|
|
7873
8101
|
""
|
|
7874
8102
|
],
|
|
@@ -7947,6 +8175,9 @@
|
|
|
7947
8175
|
"To change content view environments, a specific organization must be selected from the organization context.": [
|
|
7948
8176
|
""
|
|
7949
8177
|
],
|
|
8178
|
+
"To continue with Red Hat Flatpak remote, you need to generate your username and password in": [
|
|
8179
|
+
""
|
|
8180
|
+
],
|
|
7950
8181
|
"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.": [
|
|
7951
8182
|
""
|
|
7952
8183
|
],
|
|
@@ -7968,6 +8199,9 @@
|
|
|
7968
8199
|
"To include or exclude specific content from the content view, create a filter. Without filters, the content view includes everything from the added repositories.": [
|
|
7969
8200
|
""
|
|
7970
8201
|
],
|
|
8202
|
+
"To manage host collections, a specific organization must be selected from the organization context.": [
|
|
8203
|
+
""
|
|
8204
|
+
],
|
|
7971
8205
|
"To manage host content overrides, a specific organization must be selected from the organization context.": [
|
|
7972
8206
|
""
|
|
7973
8207
|
],
|
|
@@ -8022,12 +8256,6 @@
|
|
|
8022
8256
|
"Traffic for all alternate content sources associated with this smart proxy will go through the chosen HTTP proxy.": [
|
|
8023
8257
|
""
|
|
8024
8258
|
],
|
|
8025
|
-
"Trigger an auto-attach of subscriptions": [
|
|
8026
|
-
""
|
|
8027
|
-
],
|
|
8028
|
-
"Trigger an auto-attach of subscriptions on one or more hosts": [
|
|
8029
|
-
""
|
|
8030
|
-
],
|
|
8031
8259
|
"Try changing your search criteria.": [
|
|
8032
8260
|
""
|
|
8033
8261
|
],
|
|
@@ -8181,9 +8409,6 @@
|
|
|
8181
8409
|
"Unapplied Errata": [
|
|
8182
8410
|
""
|
|
8183
8411
|
],
|
|
8184
|
-
"Unattach a subscription": [
|
|
8185
|
-
""
|
|
8186
|
-
],
|
|
8187
8412
|
"Unfiltered params array: %s.": [
|
|
8188
8413
|
""
|
|
8189
8414
|
],
|
|
@@ -8295,15 +8520,27 @@
|
|
|
8295
8520
|
"Update content counts for the smart proxy": [
|
|
8296
8521
|
""
|
|
8297
8522
|
],
|
|
8523
|
+
"Update content urls": [
|
|
8524
|
+
""
|
|
8525
|
+
],
|
|
8298
8526
|
"Update content view environments for host": [
|
|
8299
8527
|
""
|
|
8300
8528
|
],
|
|
8301
8529
|
"Update content view environments for host %s": [
|
|
8302
8530
|
""
|
|
8303
8531
|
],
|
|
8532
|
+
"Update distributions": [
|
|
8533
|
+
""
|
|
8534
|
+
],
|
|
8304
8535
|
"Update hosts manually": [
|
|
8305
8536
|
""
|
|
8306
8537
|
],
|
|
8538
|
+
"Update http proxy": [
|
|
8539
|
+
""
|
|
8540
|
+
],
|
|
8541
|
+
"Update http proxy details": [
|
|
8542
|
+
""
|
|
8543
|
+
],
|
|
8307
8544
|
"Update installed packages, enabled repos, module inventory": [
|
|
8308
8545
|
""
|
|
8309
8546
|
],
|
|
@@ -8319,12 +8556,21 @@
|
|
|
8319
8556
|
"Update packages via Katello interface": [
|
|
8320
8557
|
""
|
|
8321
8558
|
],
|
|
8559
|
+
"Update redhat repository": [
|
|
8560
|
+
""
|
|
8561
|
+
],
|
|
8322
8562
|
"Update release version for host": [
|
|
8323
8563
|
""
|
|
8324
8564
|
],
|
|
8325
8565
|
"Update release version for host %s": [
|
|
8326
8566
|
""
|
|
8327
8567
|
],
|
|
8568
|
+
"Update remote": [
|
|
8569
|
+
""
|
|
8570
|
+
],
|
|
8571
|
+
"Update repository": [
|
|
8572
|
+
""
|
|
8573
|
+
],
|
|
8328
8574
|
"Update services requiring restart": [
|
|
8329
8575
|
""
|
|
8330
8576
|
],
|
|
@@ -8415,6 +8661,12 @@
|
|
|
8415
8661
|
"Upload a subscription manifest": [
|
|
8416
8662
|
""
|
|
8417
8663
|
],
|
|
8664
|
+
"Upload content": [
|
|
8665
|
+
""
|
|
8666
|
+
],
|
|
8667
|
+
"Upload file": [
|
|
8668
|
+
""
|
|
8669
|
+
],
|
|
8418
8670
|
"Upload into": [
|
|
8419
8671
|
""
|
|
8420
8672
|
],
|
|
@@ -8424,6 +8676,9 @@
|
|
|
8424
8676
|
"Upload request id": [
|
|
8425
8677
|
""
|
|
8426
8678
|
],
|
|
8679
|
+
"Upload tag": [
|
|
8680
|
+
""
|
|
8681
|
+
],
|
|
8427
8682
|
"Upstream Candlepin": [
|
|
8428
8683
|
""
|
|
8429
8684
|
],
|
|
@@ -8538,9 +8793,15 @@
|
|
|
8538
8793
|
"Value must either be a boolean or 'default' for 'enabled'": [
|
|
8539
8794
|
""
|
|
8540
8795
|
],
|
|
8796
|
+
"Verify Content Checksum": [
|
|
8797
|
+
""
|
|
8798
|
+
],
|
|
8541
8799
|
"Verify SSL": [
|
|
8542
8800
|
""
|
|
8543
8801
|
],
|
|
8802
|
+
"Verify checksum": [
|
|
8803
|
+
""
|
|
8804
|
+
],
|
|
8544
8805
|
"Verify checksum for content on smart proxy": [
|
|
8545
8806
|
""
|
|
8546
8807
|
],
|
|
@@ -8622,6 +8883,9 @@
|
|
|
8622
8883
|
"View by": [
|
|
8623
8884
|
""
|
|
8624
8885
|
],
|
|
8886
|
+
"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.": [
|
|
8887
|
+
""
|
|
8888
|
+
],
|
|
8625
8889
|
"View content views": [
|
|
8626
8890
|
""
|
|
8627
8891
|
],
|
|
@@ -8631,6 +8895,15 @@
|
|
|
8631
8895
|
"View documentation": [
|
|
8632
8896
|
""
|
|
8633
8897
|
],
|
|
8898
|
+
"View here": [
|
|
8899
|
+
""
|
|
8900
|
+
],
|
|
8901
|
+
"View labels and annotations": [
|
|
8902
|
+
""
|
|
8903
|
+
],
|
|
8904
|
+
"View labels and annotations for image ": [
|
|
8905
|
+
""
|
|
8906
|
+
],
|
|
8634
8907
|
"View matching content": [
|
|
8635
8908
|
""
|
|
8636
8909
|
],
|
|
@@ -8670,6 +8943,9 @@
|
|
|
8670
8943
|
"When \\\"Upstream URL\\\" is set, \\\"Releases/Distributions\\\" must also be set!": [
|
|
8671
8944
|
""
|
|
8672
8945
|
],
|
|
8946
|
+
"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.": [
|
|
8947
|
+
""
|
|
8948
|
+
],
|
|
8673
8949
|
"When registering a host via subscription-manager, force use the specified fact (in the form of 'fact.fact')": [
|
|
8674
8950
|
""
|
|
8675
8951
|
],
|
|
@@ -8910,9 +9186,6 @@
|
|
|
8910
9186
|
"attempted to sync without a feed URL": [
|
|
8911
9187
|
""
|
|
8912
9188
|
],
|
|
8913
|
-
"auto attach subscriptions upon registration": [
|
|
8914
|
-
""
|
|
8915
|
-
],
|
|
8916
9189
|
"base url to perform repo discovery on": [
|
|
8917
9190
|
""
|
|
8918
9191
|
],
|
|
@@ -9549,9 +9822,6 @@
|
|
|
9549
9822
|
"start datetime of synchronization": [
|
|
9550
9823
|
""
|
|
9551
9824
|
],
|
|
9552
|
-
"subscriptions not specified": [
|
|
9553
|
-
""
|
|
9554
|
-
],
|
|
9555
9825
|
"sync plan description": [
|
|
9556
9826
|
""
|
|
9557
9827
|
],
|