katello 4.1.0.rc2.2 → 4.1.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of katello might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/app/controllers/katello/api/v2/content_export_incrementals_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_exports_controller.rb +1 -1
- data/app/controllers/katello/api/v2/content_imports_controller.rb +2 -2
- data/app/controllers/katello/api/v2/errata_controller.rb +2 -23
- data/app/controllers/katello/api/v2/host_errata_controller.rb +5 -32
- data/app/controllers/katello/api/v2/host_packages_controller.rb +1 -1
- data/app/controllers/katello/api/v2/hosts_bulk_actions_controller.rb +1 -1
- data/app/controllers/katello/api/v2/products_bulk_actions_controller.rb +0 -1
- data/app/controllers/katello/api/v2/repositories_controller.rb +1 -1
- data/app/controllers/katello/concerns/api/v2/host_errata_extensions.rb +41 -0
- data/app/controllers/katello/remote_execution_controller.rb +5 -9
- data/app/lib/actions/candlepin/abstract_async_task.rb +9 -1
- data/app/lib/actions/katello/agent_action.rb +2 -0
- data/app/lib/actions/katello/applicability/repository/regenerate.rb +10 -10
- data/app/lib/actions/katello/capsule_content/sync.rb +1 -1
- data/app/lib/actions/katello/host/upload_package_profile.rb +1 -6
- data/app/lib/actions/katello/host/upload_profiles.rb +2 -41
- data/app/lib/actions/katello/orphan_cleanup/remove_orphans.rb +2 -2
- data/app/lib/actions/katello/repository/check_matching_content.rb +13 -14
- data/app/lib/actions/katello/repository/sync.rb +3 -14
- data/app/lib/actions/katello/repository/verify_checksum.rb +1 -1
- data/app/lib/actions/katello/sync_plan/run.rb +7 -2
- data/app/lib/actions/pulp3/content_guard/refresh.rb +6 -10
- data/app/lib/actions/pulp3/orchestration/orphan_cleanup/remove_orphans.rb +1 -1
- data/app/lib/actions/pulp3/repository/save_version.rb +1 -0
- data/app/lib/katello/errors.rb +1 -1
- data/app/lib/katello/event_daemon/monitor.rb +1 -0
- data/app/lib/katello/event_daemon/services/agent_event_receiver.rb +6 -10
- data/app/lib/katello/util/hostgroup_facets_helper.rb +126 -0
- data/app/models/katello/authorization/content_view.rb +5 -9
- data/app/models/katello/authorization/organization.rb +4 -4
- data/app/models/katello/concerns/hostgroup_extensions.rb +3 -1
- data/app/models/katello/concerns/pulp_database_unit.rb +42 -0
- data/app/models/katello/concerns/redhat_extensions.rb +18 -10
- data/app/models/katello/erratum.rb +0 -4
- data/app/models/katello/glue/pulp/repo.rb +0 -19
- data/app/models/katello/host/content_facet.rb +11 -20
- data/app/models/katello/host_available_module_stream.rb +4 -4
- data/app/models/katello/module_stream.rb +0 -4
- data/app/models/katello/ping.rb +2 -9
- data/app/models/katello/repository.rb +14 -4
- data/app/models/katello/root_repository.rb +4 -0
- data/app/models/katello/rpm.rb +0 -4
- data/app/services/cert/certs.rb +4 -0
- data/app/services/katello/applicable_host_queue.rb +2 -2
- data/app/services/katello/pulp/yum_metadata_file.rb +6 -2
- data/app/services/katello/pulp3/api/content_guard.rb +39 -5
- data/app/services/katello/pulp3/repository/ansible_collection.rb +1 -1
- data/app/services/katello/pulp3/repository/yum.rb +1 -0
- data/app/services/katello/registration_manager.rb +4 -24
- data/app/services/katello/ui_notifications/pulp/proxy_disk_space.rb +1 -0
- data/app/views/katello/api/v2/repository_sets/show.json.rabl +9 -5
- data/config/katello.yaml.example +0 -13
- data/config/routes/api/v2.rb +0 -1
- data/db/migrate/20200514092553_move_katello_fields_from_hostgroups.katello.rb +15 -1
- data/db/migrate/20210119162528_delete_puppet_and_ostree_repos.rb +18 -22
- data/db/migrate/20210512170039_add_repo_timestamps.rb +6 -0
- data/db/migrate/20210512192745_fix_red_hat_root_repository_arch.rb +11 -0
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-errata-modal.controller.js +26 -27
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-module-streams-modal.controller.js +1 -3
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/content-hosts-bulk-packages-modal.controller.js +1 -5
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-host-bulk-module-streams-modal.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-errata-modal.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/bulk/views/content-hosts-bulk-packages-modal.html +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-errata.controller.js +5 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-module-streams.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/content-host-packages.controller.js +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-errata.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-module-streams.html +1 -1
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages-actions.html +7 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/content-hosts/content/views/content-host-packages.html +2 -2
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/i18n/bastion_katello.pot +5 -10
- data/engines/bastion_katello/app/assets/javascripts/bastion_katello/products/details/repositories/new/new-repository.controller.js +3 -5
- data/lib/katello.rb +1 -1
- data/lib/katello/engine.rb +0 -2
- data/lib/katello/permission_creator.rb +7 -14
- data/lib/katello/plugin.rb +9 -0
- data/lib/katello/tasks/fix_hostgroup_facets.rake +8 -0
- data/lib/katello/tasks/upgrades/4.1/update_content_import_export_perms.rake +33 -0
- data/lib/katello/version.rb +1 -1
- data/locale/action_names.rb +39 -39
- data/locale/bn/katello.edit.po +114 -107
- data/locale/bn/katello.po +12 -6
- data/locale/cs/katello.edit.po +118 -115
- data/locale/cs/katello.po +12 -6
- data/locale/de/katello.edit.po +126 -136
- data/locale/de/katello.po +12 -6
- data/locale/en/katello.edit.po +114 -106
- data/locale/en/katello.po +12 -6
- data/locale/es/katello.edit.po +129 -165
- data/locale/es/katello.po +12 -6
- data/locale/fr/katello.edit.po +143 -247
- data/locale/fr/katello.po +13 -9
- data/locale/gu/katello.edit.po +114 -107
- data/locale/gu/katello.po +12 -6
- data/locale/hi/katello.edit.po +114 -107
- data/locale/hi/katello.po +12 -6
- data/locale/it/katello.edit.po +121 -131
- data/locale/it/katello.po +12 -6
- data/locale/ja/katello.edit.po +141 -229
- data/locale/ja/katello.po +13 -9
- data/locale/katello.pot +124 -114
- data/locale/kn/katello.edit.po +114 -107
- data/locale/kn/katello.po +12 -6
- data/locale/ko/katello.edit.po +126 -136
- data/locale/ko/katello.po +12 -6
- data/locale/mr/katello.edit.po +114 -107
- data/locale/mr/katello.po +12 -6
- data/locale/or/katello.edit.po +114 -107
- data/locale/or/katello.po +12 -6
- data/locale/pa/katello.edit.po +114 -107
- data/locale/pa/katello.po +12 -6
- data/locale/pt/katello.edit.po +114 -107
- data/locale/pt/katello.po +12 -6
- data/locale/pt_BR/katello.edit.po +129 -165
- data/locale/pt_BR/katello.po +12 -6
- data/locale/ru/katello.edit.po +126 -136
- data/locale/ru/katello.po +12 -6
- data/locale/ta/katello.edit.po +114 -107
- data/locale/ta/katello.po +12 -6
- data/locale/te/katello.edit.po +114 -107
- data/locale/te/katello.po +12 -6
- data/locale/zh_CN/katello.edit.po +140 -229
- data/locale/zh_CN/katello.po +13 -9
- data/locale/zh_TW/katello.edit.po +127 -153
- data/locale/zh_TW/katello.po +12 -6
- data/webpack/components/react-bootstrap-select/index.js +1 -1
- metadata +26 -18
- data/app/lib/actions/katello/host/generate_applicability.rb +0 -41
- data/app/lib/actions/katello/repository/import_applicability.rb +0 -25
- data/app/lib/actions/pulp/consumer.rb +0 -100
- data/app/lib/actions/pulp/consumer/create.rb +0 -19
- data/app/lib/actions/pulp/consumer/destroy.rb +0 -17
- data/app/lib/actions/pulp/consumer/generate_applicability.rb +0 -24
- data/app/lib/actions/pulp/consumer/update.rb +0 -20
- data/app/lib/actions/pulp3/capsule_content/refresh_content_guard.rb +0 -17
- data/app/models/katello/events/import_host_applicability.rb +0 -16
- data/app/services/katello/applicable_content_helper.rb +0 -111
- data/app/services/katello/pulp/consumer.rb +0 -83
- data/app/services/katello/pulp/consumer_group.rb +0 -95
data/locale/ja/katello.po
CHANGED
@@ -3144,6 +3144,9 @@ msgstr "%s でレポートされたインストール済みパッケージや有
|
|
3144
3144
|
msgid "No manifest file uploaded"
|
3145
3145
|
msgstr "マニフェストファイルがアップロードされていません"
|
3146
3146
|
|
3147
|
+
msgid "No manifest found. Import a manifest with the appropriate subscriptions before importing content."
|
3148
|
+
msgstr ""
|
3149
|
+
|
3147
3150
|
msgid "No matching content views found"
|
3148
3151
|
msgstr "一致するコンテンツビューが見つかりません"
|
3149
3152
|
|
@@ -4417,11 +4420,14 @@ msgstr "フィールドと順序のソート (例: ‘id DESC’)"
|
|
4417
4420
|
msgid "Source RPM"
|
4418
4421
|
msgstr "ソース RPM"
|
4419
4422
|
|
4423
|
+
msgid "Specify an export chunk size less than 1_000_000 GB"
|
4424
|
+
msgstr ""
|
4425
|
+
|
4420
4426
|
msgid "Specify the list of units in each repo"
|
4421
4427
|
msgstr "各リポジトリーのユニットの一覧を指定します"
|
4422
4428
|
|
4423
|
-
msgid "Split the exported content into archives no greater than the specified size in
|
4424
|
-
msgstr "
|
4429
|
+
msgid "Split the exported content into archives no greater than the specified size in gigabytes."
|
4430
|
+
msgstr ""
|
4425
4431
|
|
4426
4432
|
msgid "Stacking ID"
|
4427
4433
|
msgstr "スタッキング ID"
|
@@ -4750,13 +4756,6 @@ msgstr "データを並べ替えるフィールド。デフォルトは作成日
|
|
4750
4756
|
msgid "The following hosts have errata that apply to them: "
|
4751
4757
|
msgstr "以下のホストには、適用するエラータがあります: "
|
4752
4758
|
|
4753
|
-
msgid ""
|
4754
|
-
"The following repositories provided in the import metadata are either not available in the Library or are of incorrect Respository Type. Please add or enable the repositories before importing\n"
|
4755
|
-
" %{repos}"
|
4756
|
-
msgstr ""
|
4757
|
-
"インポートメタデータで提供されている次のリポジトリーは、ライブラリーで使用できないか、リポジトリータイプが正しくありません。インポートする前にリポジトリーを追加または有効にしてください\n"
|
4758
|
-
" %{repos}"
|
4759
|
-
|
4760
4759
|
msgid ""
|
4761
4760
|
"The following repositories provided in the import metadata have an incorrect content type or provider type. Make sure the export and import repositories are of the same type before importing\n"
|
4762
4761
|
" %{repos}"
|
@@ -4783,6 +4782,11 @@ msgstr "コンテンツが開始するファイル内のオフセット"
|
|
4783
4782
|
msgid "The order to sort the results in. ['asc', 'desc'] Defaults to 'desc'."
|
4784
4783
|
msgstr "結果を並べ替える順序。['asc'、'desc']。デフォルトは 'desc' です。"
|
4785
4784
|
|
4785
|
+
msgid ""
|
4786
|
+
"The organization's manifest does not contain the subscriptions required to enable the following repositories.\n"
|
4787
|
+
" %{repos}"
|
4788
|
+
msgstr ""
|
4789
|
+
|
4786
4790
|
msgid "The page you are attempting to access requires selecting a specific organization."
|
4787
4791
|
msgstr "アクセスしようとしているページでは、特定の組織を選択する必要があります。"
|
4788
4792
|
|
data/locale/katello.pot
CHANGED
@@ -8,8 +8,8 @@ msgid ""
|
|
8
8
|
msgstr ""
|
9
9
|
"Project-Id-Version: katello 1.0.0\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2021-
|
12
|
-
"PO-Revision-Date: 2021-
|
11
|
+
"POT-Creation-Date: 2021-06-21 13:44+0000\n"
|
12
|
+
"PO-Revision-Date: 2021-06-21 13:44+0000\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15
15
|
"Language: \n"
|
@@ -637,7 +637,7 @@ msgstr ""
|
|
637
637
|
#: ../app/controllers/katello/api/v2/content_exports_controller.rb:48
|
638
638
|
msgid ""
|
639
639
|
"Split the exported content into archives no greater than the specified size in"
|
640
|
-
"
|
640
|
+
" gigabytes."
|
641
641
|
msgstr ""
|
642
642
|
|
643
643
|
#:
|
@@ -4166,11 +4166,11 @@ msgstr ""
|
|
4166
4166
|
#: ../app/lib/actions/katello/content_view/create.rb:10
|
4167
4167
|
#: ../app/lib/actions/katello/content_view/environment_create.rb:16
|
4168
4168
|
#: ../app/lib/actions/katello/repository/create.rb:50
|
4169
|
-
#: ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:
|
4169
|
+
#: ../app/lib/actions/katello/repository/create_root.rb:17 action_names.rb:23
|
4170
4170
|
msgid "Create"
|
4171
4171
|
msgstr ""
|
4172
4172
|
|
4173
|
-
#: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:
|
4173
|
+
#: ../app/lib/actions/katello/activation_key/destroy.rb:19 action_names.rb:66
|
4174
4174
|
msgid "Delete Activation Key"
|
4175
4175
|
msgstr ""
|
4176
4176
|
|
@@ -4190,14 +4190,14 @@ msgid ""
|
|
4190
4190
|
"o-agent installed and goferd running on the Host?"
|
4191
4191
|
msgstr ""
|
4192
4192
|
|
4193
|
-
#: ../app/lib/actions/katello/agent_action.rb:
|
4193
|
+
#: ../app/lib/actions/katello/agent_action.rb:90
|
4194
4194
|
msgid ""
|
4195
4195
|
"Host did not finish content action in %s seconds. The task has been cancelled"
|
4196
4196
|
"."
|
4197
4197
|
msgstr ""
|
4198
4198
|
|
4199
4199
|
#: ../app/lib/actions/katello/applicability/host/generate.rb:22
|
4200
|
-
#: action_names.rb:
|
4200
|
+
#: action_names.rb:65
|
4201
4201
|
msgid "Generate host applicability"
|
4202
4202
|
msgstr ""
|
4203
4203
|
|
@@ -4208,16 +4208,16 @@ msgid ""
|
|
4208
4208
|
msgstr ""
|
4209
4209
|
|
4210
4210
|
#: ../app/lib/actions/katello/applicability/hosts/bulk_generate.rb:30
|
4211
|
-
#: action_names.rb:
|
4211
|
+
#: action_names.rb:71
|
4212
4212
|
msgid "Bulk generate applicability for hosts"
|
4213
4213
|
msgstr ""
|
4214
4214
|
|
4215
4215
|
#: ../app/lib/actions/katello/applicability/repository/regenerate.rb:25
|
4216
|
-
#: action_names.rb:
|
4216
|
+
#: action_names.rb:70
|
4217
4217
|
msgid "Generate repository applicability"
|
4218
4218
|
msgstr ""
|
4219
4219
|
|
4220
|
-
#: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:
|
4220
|
+
#: ../app/lib/actions/katello/capsule_content/sync.rb:14 action_names.rb:69
|
4221
4221
|
msgid "Synchronize smart proxy"
|
4222
4222
|
msgstr ""
|
4223
4223
|
|
@@ -4236,7 +4236,7 @@ msgstr ""
|
|
4236
4236
|
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:277
|
4237
4237
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsTable/components/Dialogs/DeleteDialog.js:27
|
4238
4238
|
#: ../webpack/scenes/Subscriptions/components/SubscriptionsToolbar/SubscriptionsToolbar.js:90
|
4239
|
-
#: action_names.rb:
|
4239
|
+
#: action_names.rb:22
|
4240
4240
|
msgid "Delete"
|
4241
4241
|
msgstr ""
|
4242
4242
|
|
@@ -4296,7 +4296,7 @@ msgid "Cannot promote environment out of sequence. Use force to bypass restricti
|
|
4296
4296
|
msgstr ""
|
4297
4297
|
|
4298
4298
|
#: ../app/lib/actions/katello/content_view/promote_to_environment.rb:40
|
4299
|
-
#: action_names.rb:
|
4299
|
+
#: action_names.rb:40
|
4300
4300
|
msgid "Promotion to Environment"
|
4301
4301
|
msgstr ""
|
4302
4302
|
|
@@ -4310,7 +4310,7 @@ msgid ""
|
|
4310
4310
|
"arameter."
|
4311
4311
|
msgstr ""
|
4312
4312
|
|
4313
|
-
#: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:
|
4313
|
+
#: ../app/lib/actions/katello/content_view/publish.rb:90 action_names.rb:42
|
4314
4314
|
msgid "Publish"
|
4315
4315
|
msgstr ""
|
4316
4316
|
|
@@ -4322,7 +4322,7 @@ msgstr ""
|
|
4322
4322
|
msgid "Cannot delete version while it is in environment %s"
|
4323
4323
|
msgstr ""
|
4324
4324
|
|
4325
|
-
#: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:
|
4325
|
+
#: ../app/lib/actions/katello/content_view/remove.rb:86 action_names.rb:39
|
4326
4326
|
msgid "Remove Versions and Associations"
|
4327
4327
|
msgstr ""
|
4328
4328
|
|
@@ -4349,7 +4349,7 @@ msgid ""
|
|
4349
4349
|
msgstr ""
|
4350
4350
|
|
4351
4351
|
#: ../app/lib/actions/katello/content_view/remove_from_environment.rb:35
|
4352
|
-
#: action_names.rb:
|
4352
|
+
#: action_names.rb:38
|
4353
4353
|
msgid "Remove from Environment"
|
4354
4354
|
msgstr ""
|
4355
4355
|
|
@@ -4363,7 +4363,7 @@ msgid "Create Repositories"
|
|
4363
4363
|
msgstr ""
|
4364
4364
|
|
4365
4365
|
#: ../app/lib/actions/katello/content_view_version/export.rb:31
|
4366
|
-
#: ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:
|
4366
|
+
#: ../app/lib/actions/katello/repository/export.rb:63 action_names.rb:37
|
4367
4367
|
msgid "Export"
|
4368
4368
|
msgstr ""
|
4369
4369
|
|
@@ -4371,18 +4371,18 @@ msgstr ""
|
|
4371
4371
|
msgid "Content view not provided in the metadata"
|
4372
4372
|
msgstr ""
|
4373
4373
|
|
4374
|
-
#: ../app/lib/actions/katello/content_view_version/import.rb:
|
4375
|
-
#: action_names.rb:
|
4374
|
+
#: ../app/lib/actions/katello/content_view_version/import.rb:41
|
4375
|
+
#: action_names.rb:44
|
4376
4376
|
msgid "Import Content View Version"
|
4377
4377
|
msgstr ""
|
4378
4378
|
|
4379
4379
|
#: ../app/lib/actions/katello/content_view_version/import_library.rb:14
|
4380
|
-
#: action_names.rb:
|
4380
|
+
#: action_names.rb:36
|
4381
4381
|
msgid "Import Default Content View"
|
4382
4382
|
msgstr ""
|
4383
4383
|
|
4384
4384
|
#: ../app/lib/actions/katello/content_view_version/incremental_update.rb:16
|
4385
|
-
#: action_names.rb:
|
4385
|
+
#: action_names.rb:35
|
4386
4386
|
msgid "Incremental Update"
|
4387
4387
|
msgstr ""
|
4388
4388
|
|
@@ -4409,16 +4409,16 @@ msgid "Republish Repositories of %{name} %{version}"
|
|
4409
4409
|
msgstr ""
|
4410
4410
|
|
4411
4411
|
#: ../app/lib/actions/katello/content_view_version/republish_repositories.rb:27
|
4412
|
-
#: action_names.rb:
|
4412
|
+
#: action_names.rb:34
|
4413
4413
|
msgid "Republish Version Repositories"
|
4414
4414
|
msgstr ""
|
4415
4415
|
|
4416
|
-
#: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:
|
4416
|
+
#: ../app/lib/actions/katello/environment/destroy.rb:36 action_names.rb:45
|
4417
4417
|
msgid "Delete Lifecycle Environment"
|
4418
4418
|
msgstr ""
|
4419
4419
|
|
4420
4420
|
#: ../app/lib/actions/katello/environment/publish_repositories.rb:33
|
4421
|
-
#: action_names.rb:
|
4421
|
+
#: action_names.rb:33
|
4422
4422
|
msgid "Publish Lifecycle Environment Repositories"
|
4423
4423
|
msgstr ""
|
4424
4424
|
|
@@ -4441,7 +4441,7 @@ msgid "Unknown"
|
|
4441
4441
|
msgstr ""
|
4442
4442
|
|
4443
4443
|
#: ../app/lib/actions/katello/host/attach_subscriptions.rb:49
|
4444
|
-
#: action_names.rb:
|
4444
|
+
#: action_names.rb:46
|
4445
4445
|
msgid "Attach subscriptions"
|
4446
4446
|
msgstr ""
|
4447
4447
|
|
@@ -4449,7 +4449,7 @@ msgstr ""
|
|
4449
4449
|
msgid "Destroy Content Host %s"
|
4450
4450
|
msgstr ""
|
4451
4451
|
|
4452
|
-
#: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:
|
4452
|
+
#: ../app/lib/actions/katello/host/destroy.rb:32 action_names.rb:47
|
4453
4453
|
msgid "Destroy Content Host"
|
4454
4454
|
msgstr ""
|
4455
4455
|
|
@@ -4462,7 +4462,7 @@ msgid "No applicable errata for %s, skipping"
|
|
4462
4462
|
msgstr ""
|
4463
4463
|
|
4464
4464
|
#: ../app/lib/actions/katello/host/erratum/applicable_errata_install.rb:31
|
4465
|
-
#: action_names.rb:
|
4465
|
+
#: action_names.rb:31
|
4466
4466
|
msgid "Install Applicable Errata"
|
4467
4467
|
msgstr ""
|
4468
4468
|
|
@@ -4558,7 +4558,7 @@ msgid "Remove subscriptions from %s"
|
|
4558
4558
|
msgstr ""
|
4559
4559
|
|
4560
4560
|
#: ../app/lib/actions/katello/host/remove_subscriptions.rb:40
|
4561
|
-
#: action_names.rb:
|
4561
|
+
#: action_names.rb:29
|
4562
4562
|
msgid "Remove subscriptions"
|
4563
4563
|
msgstr ""
|
4564
4564
|
|
@@ -4571,7 +4571,7 @@ msgid "Update Content Overrides to %s"
|
|
4571
4571
|
msgstr ""
|
4572
4572
|
|
4573
4573
|
#: ../app/lib/actions/katello/host/update_content_overrides.rb:32
|
4574
|
-
#: action_names.rb:
|
4574
|
+
#: action_names.rb:48
|
4575
4575
|
msgid "Update Content Overrides"
|
4576
4576
|
msgstr ""
|
4577
4577
|
|
@@ -4594,7 +4594,7 @@ msgid "Host %{name} cannot be assigned release version %{release_version}."
|
|
4594
4594
|
msgstr ""
|
4595
4595
|
|
4596
4596
|
#: ../app/lib/actions/katello/host/update_release_version.rb:21
|
4597
|
-
#: action_names.rb:
|
4597
|
+
#: action_names.rb:49
|
4598
4598
|
msgid "Update release version for host"
|
4599
4599
|
msgstr ""
|
4600
4600
|
|
@@ -4607,7 +4607,7 @@ msgid "Updating System Purpose for host %s"
|
|
4607
4607
|
msgstr ""
|
4608
4608
|
|
4609
4609
|
#: ../app/lib/actions/katello/host/update_system_purpose.rb:25
|
4610
|
-
#: action_names.rb:
|
4610
|
+
#: action_names.rb:50
|
4611
4611
|
msgid "Updating System Purpose for host"
|
4612
4612
|
msgstr ""
|
4613
4613
|
|
@@ -4616,7 +4616,7 @@ msgid "Package Profile Update for %s"
|
|
4616
4616
|
msgstr ""
|
4617
4617
|
|
4618
4618
|
#: ../app/lib/actions/katello/host/upload_package_profile.rb:22
|
4619
|
-
#: action_names.rb:
|
4619
|
+
#: action_names.rb:27
|
4620
4620
|
msgid "Package Profile Update"
|
4621
4621
|
msgstr ""
|
4622
4622
|
|
@@ -4624,11 +4624,11 @@ msgstr ""
|
|
4624
4624
|
msgid "Combined Profile Update for %s"
|
4625
4625
|
msgstr ""
|
4626
4626
|
|
4627
|
-
#: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:
|
4627
|
+
#: ../app/lib/actions/katello/host/upload_profiles.rb:24 action_names.rb:26
|
4628
4628
|
msgid "Combined Profile Update"
|
4629
4629
|
msgstr ""
|
4630
4630
|
|
4631
|
-
#: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:
|
4631
|
+
#: ../app/lib/actions/katello/organization/destroy.rb:30 action_names.rb:51
|
4632
4632
|
msgid "Destroy"
|
4633
4633
|
msgstr ""
|
4634
4634
|
|
@@ -4668,7 +4668,7 @@ msgstr ""
|
|
4668
4668
|
msgid "Cannot delete redhat product content"
|
4669
4669
|
msgstr ""
|
4670
4670
|
|
4671
|
-
#: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:
|
4671
|
+
#: ../app/lib/actions/katello/product/create.rb:37 action_names.rb:56
|
4672
4672
|
msgid "Product Create"
|
4673
4673
|
msgstr ""
|
4674
4674
|
|
@@ -4682,7 +4682,7 @@ msgid ""
|
|
4682
4682
|
" %{product}, %{view_versions}"
|
4683
4683
|
msgstr ""
|
4684
4684
|
|
4685
|
-
#: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:
|
4685
|
+
#: ../app/lib/actions/katello/product/destroy.rb:65 action_names.rb:25
|
4686
4686
|
msgid "Delete Product"
|
4687
4687
|
msgstr ""
|
4688
4688
|
|
@@ -4701,7 +4701,7 @@ msgstr ""
|
|
4701
4701
|
|
4702
4702
|
#: ../app/lib/actions/katello/provider/update.rb:12
|
4703
4703
|
#: ../webpack/scenes/Subscriptions/Manifest/ManageManifestModal.js:188
|
4704
|
-
#: action_names.rb:
|
4704
|
+
#: action_names.rb:9
|
4705
4705
|
msgid "Update"
|
4706
4706
|
msgstr ""
|
4707
4707
|
|
@@ -4718,7 +4718,7 @@ msgid "Cannot publish a link repository if multiple component clones are specifi
|
|
4718
4718
|
msgstr ""
|
4719
4719
|
|
4720
4720
|
#: ../app/lib/actions/katello/repository/destroy_package_group.rb:21
|
4721
|
-
#: action_names.rb:
|
4721
|
+
#: action_names.rb:62
|
4722
4722
|
msgid "Delete Package Group"
|
4723
4723
|
msgstr ""
|
4724
4724
|
|
@@ -4735,7 +4735,7 @@ msgid ""
|
|
4735
4735
|
msgstr ""
|
4736
4736
|
|
4737
4737
|
#: ../app/lib/actions/katello/repository/import_upload.rb:59
|
4738
|
-
#: ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:
|
4738
|
+
#: ../app/lib/actions/katello/repository/upload_files.rb:46 action_names.rb:12
|
4739
4739
|
msgid "Upload into"
|
4740
4740
|
msgstr ""
|
4741
4741
|
|
@@ -4747,7 +4747,8 @@ msgstr ""
|
|
4747
4747
|
msgid "Can only remove content from within the Default Content View"
|
4748
4748
|
msgstr ""
|
4749
4749
|
|
4750
|
-
#: ../app/lib/actions/katello/repository/remove_content.rb:56
|
4750
|
+
#: ../app/lib/actions/katello/repository/remove_content.rb:56
|
4751
|
+
#: action_names.rb:16
|
4751
4752
|
msgid "Remove Content"
|
4752
4753
|
msgstr ""
|
4753
4754
|
|
@@ -4771,22 +4772,22 @@ msgstr ""
|
|
4771
4772
|
msgid "Synchronize: Skip Metadata Check"
|
4772
4773
|
msgstr ""
|
4773
4774
|
|
4774
|
-
#: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:
|
4775
|
+
#: ../app/lib/actions/katello/repository/sync.rb:100 action_names.rb:15
|
4775
4776
|
msgid "Synchronize"
|
4776
4777
|
msgstr ""
|
4777
4778
|
|
4778
|
-
#: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:
|
4779
|
+
#: ../app/lib/actions/katello/repository/upload_errata.rb:33 action_names.rb:13
|
4779
4780
|
msgid "Upload errata into"
|
4780
4781
|
msgstr ""
|
4781
4782
|
|
4782
4783
|
#: ../app/lib/actions/katello/repository/upload_package_group.rb:28
|
4783
|
-
#: action_names.rb:
|
4784
|
+
#: action_names.rb:53
|
4784
4785
|
msgid "Create Package Group"
|
4785
4786
|
msgstr ""
|
4786
4787
|
|
4787
4788
|
#: ../app/lib/actions/katello/repository_set/disable_repository.rb:6
|
4788
4789
|
#: ../webpack/scenes/RedHatRepositories/components/EnabledRepository/EnabledRepositoryContent.js:10
|
4789
|
-
#: action_names.rb:
|
4790
|
+
#: action_names.rb:54
|
4790
4791
|
msgid "Disable"
|
4791
4792
|
msgstr ""
|
4792
4793
|
|
@@ -4795,7 +4796,7 @@ msgid "Repository not found"
|
|
4795
4796
|
msgstr ""
|
4796
4797
|
|
4797
4798
|
#: ../app/lib/actions/katello/repository_set/enable_repository.rb:6
|
4798
|
-
#: action_names.rb:
|
4799
|
+
#: action_names.rb:10
|
4799
4800
|
msgid "Enable"
|
4800
4801
|
msgstr ""
|
4801
4802
|
|
@@ -4803,7 +4804,7 @@ msgstr ""
|
|
4803
4804
|
msgid "The repository is already enabled"
|
4804
4805
|
msgstr ""
|
4805
4806
|
|
4806
|
-
#: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:
|
4807
|
+
#: ../app/lib/actions/katello/sync_plan/run.rb:36 action_names.rb:8
|
4807
4808
|
msgid "Run Sync Plan:"
|
4808
4809
|
msgstr ""
|
4809
4810
|
|
@@ -4984,18 +4985,18 @@ msgid "Group %{id} already created."
|
|
4984
4985
|
msgstr ""
|
4985
4986
|
|
4986
4987
|
#: ../app/lib/actions/pulp3/content_view_version/create_export_history.rb:52
|
4987
|
-
#: action_names.rb:
|
4988
|
+
#: action_names.rb:7
|
4988
4989
|
msgid "Create Export History"
|
4989
4990
|
msgstr ""
|
4990
4991
|
|
4991
4992
|
#: ../app/lib/actions/pulp3/content_view_version/create_import_history.rb:29
|
4992
|
-
#: action_names.rb:
|
4993
|
+
#: action_names.rb:6
|
4993
4994
|
msgid "Create Import History"
|
4994
4995
|
msgstr ""
|
4995
4996
|
|
4996
4997
|
#:
|
4997
4998
|
#: ../app/lib/actions/pulp3/orchestration/content_view_version/export_library.rb:37
|
4998
|
-
#: action_names.rb:
|
4999
|
+
#: action_names.rb:4
|
4999
5000
|
msgid "Export Library"
|
5000
5001
|
msgstr ""
|
5001
5002
|
|
@@ -5009,7 +5010,7 @@ msgid ""
|
|
5009
5010
|
msgstr ""
|
5010
5011
|
|
5011
5012
|
#: ../app/lib/actions/pulp3/orchestration/content_view_version/import.rb:49
|
5012
|
-
#: action_names.rb:
|
5013
|
+
#: action_names.rb:3
|
5013
5014
|
msgid "Import"
|
5014
5015
|
msgstr ""
|
5015
5016
|
|
@@ -5081,10 +5082,10 @@ msgid ""
|
|
5081
5082
|
"ifest."
|
5082
5083
|
msgstr ""
|
5083
5084
|
|
5084
|
-
#: ../app/lib/katello/http_resource.rb:
|
5085
|
-
#: ../app/lib/katello/http_resource.rb:
|
5086
|
-
#: ../app/lib/katello/http_resource.rb:
|
5087
|
-
#: ../app/lib/katello/http_resource.rb:
|
5085
|
+
#: ../app/lib/katello/http_resource.rb:83
|
5086
|
+
#: ../app/lib/katello/http_resource.rb:97
|
5087
|
+
#: ../app/lib/katello/http_resource.rb:111
|
5088
|
+
#: ../app/lib/katello/http_resource.rb:125
|
5088
5089
|
msgid "A backend service [ %s ] is unreachable"
|
5089
5090
|
msgstr ""
|
5090
5091
|
|
@@ -7259,7 +7260,11 @@ msgstr ""
|
|
7259
7260
|
msgid "Failed indexing errata, maximum retries encountered"
|
7260
7261
|
msgstr ""
|
7261
7262
|
|
7262
|
-
#: ../app/services/katello/pulp3/content_view_version/export.rb:
|
7263
|
+
#: ../app/services/katello/pulp3/content_view_version/export.rb:98
|
7264
|
+
msgid "Specify an export chunk size less than 1_000_000 GB"
|
7265
|
+
msgstr ""
|
7266
|
+
|
7267
|
+
#: ../app/services/katello/pulp3/content_view_version/export.rb:111
|
7263
7268
|
msgid ""
|
7264
7269
|
"NOTE: Unable to fully export Content View Version '%{content_view} %{current}'"
|
7265
7270
|
" it contains repositories without the 'immediate' download policy. Update the "
|
@@ -7268,29 +7273,35 @@ msgid ""
|
|
7268
7273
|
" %{repos}"
|
7269
7274
|
msgstr ""
|
7270
7275
|
|
7271
|
-
#: ../app/services/katello/pulp3/content_view_version/export.rb:
|
7276
|
+
#: ../app/services/katello/pulp3/content_view_version/export.rb:132
|
7272
7277
|
msgid ""
|
7273
7278
|
"The exported Content View Version '%{content_view} %{current}' cannot be incre"
|
7274
7279
|
"mentally updated from version '%{from}'. Please do a full export."
|
7275
7280
|
msgstr ""
|
7276
7281
|
|
7277
|
-
#: ../app/services/katello/pulp3/content_view_version/export.rb:
|
7282
|
+
#: ../app/services/katello/pulp3/content_view_version/export.rb:164
|
7278
7283
|
msgid "Product: '%{product}', Repository: '%{repository}'"
|
7279
7284
|
msgstr ""
|
7280
7285
|
|
7281
|
-
#: ../app/services/katello/pulp3/content_view_version/import_validator.rb:
|
7286
|
+
#: ../app/services/katello/pulp3/content_view_version/import_validator.rb:40
|
7282
7287
|
msgid ""
|
7283
7288
|
"Content View Version specified in the metadata - '%{name}' already exists. If "
|
7284
7289
|
"you wish to replace the existing version, delete %{name} and try again. "
|
7285
7290
|
msgstr ""
|
7286
7291
|
|
7287
|
-
#: ../app/services/katello/pulp3/content_view_version/import_validator.rb:
|
7292
|
+
#: ../app/services/katello/pulp3/content_view_version/import_validator.rb:54
|
7288
7293
|
msgid ""
|
7289
7294
|
"Prior Content View Version specified in the metadata - '%{name}' does not exis"
|
7290
7295
|
"t. Please import the metadata for '%{name}' before importing '%{current}' "
|
7291
7296
|
msgstr ""
|
7292
7297
|
|
7293
|
-
#: ../app/services/katello/pulp3/content_view_version/import_validator.rb:
|
7298
|
+
#: ../app/services/katello/pulp3/content_view_version/import_validator.rb:64
|
7299
|
+
msgid ""
|
7300
|
+
"No manifest found. Import a manifest with the appropriate subscriptions before"
|
7301
|
+
" importing content."
|
7302
|
+
msgstr ""
|
7303
|
+
|
7304
|
+
#: ../app/services/katello/pulp3/content_view_version/import_validator.rb:91
|
7294
7305
|
msgid ""
|
7295
7306
|
"The following repositories provided in the import metadata have an incorrect c"
|
7296
7307
|
"ontent type or provider type. Make sure the export and import repositories are"
|
@@ -7298,22 +7309,21 @@ msgid ""
|
|
7298
7309
|
" %{repos}"
|
7299
7310
|
msgstr ""
|
7300
7311
|
|
7301
|
-
#: ../app/services/katello/pulp3/content_view_version/import_validator.rb:
|
7312
|
+
#: ../app/services/katello/pulp3/content_view_version/import_validator.rb:126
|
7302
7313
|
msgid ""
|
7303
|
-
"The
|
7304
|
-
"
|
7305
|
-
"e the repositories before importing\n"
|
7314
|
+
"The organization's manifest does not contain the subscriptions required to ena"
|
7315
|
+
"ble the following repositories.\n"
|
7306
7316
|
" %{repos}"
|
7307
7317
|
msgstr ""
|
7308
7318
|
|
7309
|
-
#: ../app/services/katello/pulp3/content_view_version/import_validator.rb:
|
7319
|
+
#: ../app/services/katello/pulp3/content_view_version/import_validator.rb:135
|
7310
7320
|
msgid ""
|
7311
7321
|
"\n"
|
7312
7322
|
"* Product = '%{product}', Repository = '%{repository}'"
|
7313
7323
|
msgstr ""
|
7314
7324
|
|
7315
7325
|
#:
|
7316
|
-
#: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:
|
7326
|
+
#: ../app/services/katello/pulp3/content_view_version/importable_repositories.rb:38
|
7317
7327
|
msgid "Unable to find product '%s' in organization '%s'"
|
7318
7328
|
msgstr ""
|
7319
7329
|
|
@@ -9431,114 +9441,114 @@ msgstr ""
|
|
9431
9441
|
msgid "The subscription is no longer available"
|
9432
9442
|
msgstr ""
|
9433
9443
|
|
9434
|
-
#: action_names.rb:
|
9435
|
-
msgid "
|
9444
|
+
#: action_names.rb:2
|
9445
|
+
msgid "Remote action:"
|
9436
9446
|
msgstr ""
|
9437
9447
|
|
9438
9448
|
#: action_names.rb:5
|
9439
|
-
msgid "
|
9449
|
+
msgid "Copy version units to library"
|
9440
9450
|
msgstr ""
|
9441
9451
|
|
9442
|
-
#: action_names.rb:
|
9443
|
-
msgid "
|
9452
|
+
#: action_names.rb:11
|
9453
|
+
msgid "Verify checksum"
|
9444
9454
|
msgstr ""
|
9445
9455
|
|
9446
|
-
#: action_names.rb:
|
9447
|
-
msgid "
|
9456
|
+
#: action_names.rb:14
|
9457
|
+
msgid "Update http proxy details"
|
9448
9458
|
msgstr ""
|
9449
9459
|
|
9450
|
-
#: action_names.rb:
|
9451
|
-
msgid "
|
9460
|
+
#: action_names.rb:17
|
9461
|
+
msgid "Instance update"
|
9452
9462
|
msgstr ""
|
9453
9463
|
|
9454
|
-
#: action_names.rb:
|
9455
|
-
msgid "
|
9464
|
+
#: action_names.rb:18
|
9465
|
+
msgid "Index module streams"
|
9456
9466
|
msgstr ""
|
9457
9467
|
|
9458
|
-
#: action_names.rb:
|
9459
|
-
msgid "
|
9468
|
+
#: action_names.rb:19
|
9469
|
+
msgid "Index content"
|
9460
9470
|
msgstr ""
|
9461
9471
|
|
9462
|
-
#: action_names.rb:
|
9463
|
-
msgid "
|
9472
|
+
#: action_names.rb:20
|
9473
|
+
msgid "Fetch pxe files"
|
9464
9474
|
msgstr ""
|
9465
9475
|
|
9466
|
-
#: action_names.rb:
|
9467
|
-
msgid "
|
9476
|
+
#: action_names.rb:21
|
9477
|
+
msgid "Errata mail"
|
9468
9478
|
msgstr ""
|
9469
9479
|
|
9470
|
-
#: action_names.rb:
|
9480
|
+
#: action_names.rb:24
|
9471
9481
|
msgid "Update http proxy"
|
9472
9482
|
msgstr ""
|
9473
9483
|
|
9474
|
-
#: action_names.rb:
|
9475
|
-
msgid "Reindex subscriptions"
|
9476
|
-
msgstr ""
|
9477
|
-
|
9478
|
-
#: action_names.rb:31
|
9479
|
-
msgid "Hypervisors update"
|
9480
|
-
msgstr ""
|
9481
|
-
|
9482
|
-
#: action_names.rb:32
|
9484
|
+
#: action_names.rb:30
|
9483
9485
|
msgid "Hypervisors"
|
9484
9486
|
msgstr ""
|
9485
9487
|
|
9486
|
-
#: action_names.rb:
|
9488
|
+
#: action_names.rb:32
|
9487
9489
|
msgid "Auto attach subscriptions"
|
9488
9490
|
msgstr ""
|
9489
9491
|
|
9490
|
-
#: action_names.rb:
|
9492
|
+
#: action_names.rb:41
|
9491
9493
|
msgid "Promote"
|
9492
9494
|
msgstr ""
|
9493
9495
|
|
9494
|
-
#: action_names.rb:
|
9495
|
-
msgid "
|
9496
|
-
msgstr ""
|
9497
|
-
|
9498
|
-
#: action_names.rb:50
|
9499
|
-
msgid "Incremental Update of Content View Version(s) "
|
9496
|
+
#: action_names.rb:52
|
9497
|
+
msgid "Hypervisors update"
|
9500
9498
|
msgstr ""
|
9501
9499
|
|
9502
|
-
#: action_names.rb:
|
9503
|
-
msgid "
|
9500
|
+
#: action_names.rb:55
|
9501
|
+
msgid "Update content urls"
|
9504
9502
|
msgstr ""
|
9505
9503
|
|
9506
|
-
#: action_names.rb:
|
9507
|
-
msgid "
|
9504
|
+
#: action_names.rb:57
|
9505
|
+
msgid "Reindex subscriptions"
|
9508
9506
|
msgstr ""
|
9509
9507
|
|
9510
9508
|
#: action_names.rb:58
|
9511
|
-
msgid "
|
9509
|
+
msgid "Update redhat repository"
|
9512
9510
|
msgstr ""
|
9513
9511
|
|
9514
9512
|
#: action_names.rb:59
|
9515
|
-
msgid "
|
9513
|
+
msgid "Filtered index content"
|
9516
9514
|
msgstr ""
|
9517
9515
|
|
9518
9516
|
#: action_names.rb:60
|
9519
|
-
msgid "
|
9517
|
+
msgid "Index errata"
|
9520
9518
|
msgstr ""
|
9521
9519
|
|
9522
9520
|
#: action_names.rb:61
|
9523
|
-
msgid "
|
9521
|
+
msgid "Index package groups"
|
9522
|
+
msgstr ""
|
9523
|
+
|
9524
|
+
#: action_names.rb:63
|
9525
|
+
msgid "Discover"
|
9524
9526
|
msgstr ""
|
9525
9527
|
|
9526
9528
|
#: action_names.rb:64
|
9527
|
-
msgid "
|
9529
|
+
msgid "Incremental Update of Content View Version(s) "
|
9528
9530
|
msgstr ""
|
9529
9531
|
|
9530
|
-
#: action_names.rb:
|
9531
|
-
msgid "
|
9532
|
+
#: action_names.rb:67
|
9533
|
+
msgid "Abstract async task"
|
9534
|
+
msgstr ""
|
9535
|
+
|
9536
|
+
#: action_names.rb:68
|
9537
|
+
msgid "Sync capsule"
|
9538
|
+
msgstr ""
|
9539
|
+
|
9540
|
+
#: action_names.rb:72
|
9541
|
+
msgid "Agent action"
|
9532
9542
|
msgstr ""
|
9533
9543
|
|
9534
9544
|
#: action_names.rb:73
|
9535
|
-
msgid "
|
9545
|
+
msgid "Import Puppet classes"
|
9536
9546
|
msgstr ""
|
9537
9547
|
|
9538
9548
|
#: action_names.rb:74
|
9539
|
-
msgid "
|
9549
|
+
msgid "Import facts"
|
9540
9550
|
msgstr ""
|
9541
9551
|
|
9542
9552
|
#: action_names.rb:75
|
9543
|
-
msgid "
|
9553
|
+
msgid "Action with sub plans"
|
9544
9554
|
msgstr ""
|