foreman_rh_cloud 12.2.10 → 13.0.0
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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/foreman_rh_cloud/locale/fr/foreman_rh_cloud.js +17 -50
- data/app/assets/javascripts/foreman_rh_cloud/locale/ja/foreman_rh_cloud.js +17 -50
- data/app/assets/javascripts/foreman_rh_cloud/locale/ka/foreman_rh_cloud.js +16 -49
- data/app/assets/javascripts/foreman_rh_cloud/locale/ko/foreman_rh_cloud.js +17 -50
- data/app/assets/javascripts/foreman_rh_cloud/locale/zh_CN/foreman_rh_cloud.js +17 -50
- data/app/controllers/concerns/insights_cloud/package_profile_upload_extensions.rb +3 -2
- data/app/models/insights_hit.rb +1 -1
- data/app/services/foreman_rh_cloud/cert_auth.rb +3 -13
- data/app/services/foreman_rh_cloud/gateway_request.rb +26 -0
- data/app/services/foreman_rh_cloud/insights_api_forwarder.rb +1 -3
- data/app/services/foreman_rh_cloud/tags_auth.rb +1 -2
- data/lib/foreman_inventory_upload/async/generate_report_job.rb +8 -13
- data/lib/foreman_inventory_upload/async/queue_for_upload_job.rb +4 -4
- data/lib/foreman_inventory_upload/async/upload_report_job.rb +5 -6
- data/lib/foreman_inventory_upload/generators/fact_helpers.rb +2 -2
- data/lib/foreman_inventory_upload/generators/slice.rb +3 -3
- data/lib/foreman_inventory_upload/scripts/uploader.sh.erb +1 -7
- data/lib/foreman_rh_cloud/engine.rb +15 -33
- data/lib/foreman_rh_cloud/plugin.rb +9 -9
- data/lib/foreman_rh_cloud/version.rb +1 -1
- data/lib/tasks/rh_cloud_inventory.rake +31 -14
- data/locale/foreman_rh_cloud.pot +152 -219
- data/locale/fr/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/fr/foreman_rh_cloud.po +18 -50
- data/locale/ja/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ja/foreman_rh_cloud.po +18 -50
- data/locale/ka/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ka/foreman_rh_cloud.po +17 -49
- data/locale/ko/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/ko/foreman_rh_cloud.po +18 -50
- data/locale/zh_CN/LC_MESSAGES/foreman_rh_cloud.mo +0 -0
- data/locale/zh_CN/foreman_rh_cloud.po +18 -50
- data/package.json +1 -1
- data/test/jobs/upload_report_job_test.rb +1 -2
- data/test/unit/fact_helpers_test.rb +0 -47
- data/test/unit/slice_generator_test.rb +0 -57
- data/webpack/ForemanRhCloudFills.js +2 -6
- data/webpack/ForemanRhCloudHelpers.js +0 -4
- data/webpack/InsightsHostDetailsTab/InsightsTab.scss +0 -4
- data/webpack/InsightsHostDetailsTab/InsightsTotalRiskChart.js +23 -59
- data/webpack/InsightsHostDetailsTab/NewHostDetailsTab.js +16 -3
- data/webpack/__tests__/ForemanRhCloudHelpers.test.js +1 -16
- data/webpack/__tests__/__snapshots__/ForemanRhCloudHelpers.test.js.snap +0 -6
- metadata +4 -10
- data/lib/foreman_inventory_upload/async/create_missing_insights_facets.rb +0 -29
- data/lib/foreman_inventory_upload/async/generate_host_report.rb +0 -20
- data/lib/foreman_inventory_upload/async/host_inventory_report_job.rb +0 -39
- data/lib/foreman_inventory_upload/async/single_host_report_job.rb +0 -20
- data/test/jobs/queue_for_upload_job_test.rb +0 -63
- data/webpack/InsightsHostDetailsTab/__tests__/InsightsTotalRiskChart.test.js +0 -194
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 936f2b5f4d922c5f2a8b65baae327d9a70bc70bb40f3f9950e9c0755d842604f
|
4
|
+
data.tar.gz: bc36b4bad75d6ef32b513233c6476665df9ca8b6d694a87157cf75192395cd0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 79e9a86baddfd9cddd5fe0ca26a34e09e29033e0066aacfa974cb1ea04b68a9c03a3559995e52df20b0677cf8487bd46155e42a0f7026cfde1700026580553e5
|
7
|
+
data.tar.gz: a3b16766dff66cf5d935e47b41b72d1de9a25334b35743f4e7cba07840c761fc1c2b601bf8090874773bd3fd08f596aa5d31a7e523e9edf57ab7ba43fccf39b4
|
@@ -35,9 +35,6 @@
|
|
35
35
|
"All recommendations are now selected.": [
|
36
36
|
"Toutes les recommandations sont maintenant sélectionnées."
|
37
37
|
],
|
38
|
-
"Analytics data collection": [
|
39
|
-
""
|
40
|
-
],
|
41
38
|
"Any Organization": [
|
42
39
|
"Toute Organisation"
|
43
40
|
],
|
@@ -137,14 +134,17 @@
|
|
137
134
|
"Encountered an error while trying to access the server:": [
|
138
135
|
"Une erreur s'est produite lors de l'accès au serveur :"
|
139
136
|
],
|
140
|
-
"Exclude installed
|
141
|
-
""
|
137
|
+
"Exclude installed Packages": [
|
138
|
+
"Exclure les paquets installés"
|
142
139
|
],
|
143
140
|
"Exclude installed packages from being uploaded to the Red Hat cloud": [
|
144
141
|
"Exclure les paquets installés du téléchargement dans Red Hat Cloud"
|
145
142
|
],
|
146
|
-
"Exclude
|
147
|
-
""
|
143
|
+
"Exclude packages": [
|
144
|
+
"Exclure les paquets"
|
145
|
+
],
|
146
|
+
"Exclude packages from being uploaded to the Red Hat cloud": [
|
147
|
+
"Exclure les paquets du téléchargement vers Red Hat Cloud"
|
148
148
|
],
|
149
149
|
"Exit Code: %s": [
|
150
150
|
"Code de sortie : %s"
|
@@ -179,9 +179,6 @@
|
|
179
179
|
"Generate and upload report": [
|
180
180
|
"Générer et télécharger un rapport"
|
181
181
|
],
|
182
|
-
"Generate report": [
|
183
|
-
""
|
184
|
-
],
|
185
182
|
"Generate the report, but do not upload": [
|
186
183
|
"Générer le rapport, mais ne pas le télécharger"
|
187
184
|
],
|
@@ -251,9 +248,6 @@
|
|
251
248
|
"Knowledgebase article": [
|
252
249
|
"Article de base de connaissances"
|
253
250
|
],
|
254
|
-
"Learn more about {minimalDataCollectionSetting}.": [
|
255
|
-
""
|
256
|
-
],
|
257
251
|
"List of host UUIDs": [
|
258
252
|
"Liste des UUID d'hôtes"
|
259
253
|
],
|
@@ -269,9 +263,6 @@
|
|
269
263
|
"Manual": [
|
270
264
|
"Manuelle"
|
271
265
|
],
|
272
|
-
"Minimal data collection": [
|
273
|
-
""
|
274
|
-
],
|
275
266
|
"Moderate": [
|
276
267
|
"Modéré"
|
277
268
|
],
|
@@ -302,33 +293,21 @@
|
|
302
293
|
"Notice": [
|
303
294
|
"Note"
|
304
295
|
],
|
296
|
+
"Obfuscate IPs": [
|
297
|
+
"Obfusquer les adresses IP"
|
298
|
+
],
|
305
299
|
"Obfuscate host ipv4 addresses": [
|
306
300
|
"Obfusquer les adresses ipv4 des hôtes"
|
307
301
|
],
|
308
|
-
"Obfuscate host ipv4 addresses.": [
|
309
|
-
""
|
310
|
-
],
|
311
302
|
"Obfuscate host names": [
|
312
303
|
"Obfusquer les noms d'hôtes"
|
313
304
|
],
|
314
305
|
"Obfuscate host names sent to the Red Hat cloud": [
|
315
306
|
"Obfusquer les noms d'hôtes envoyés à Red Hat Cloud"
|
316
307
|
],
|
317
|
-
"Obfuscate host names sent to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored because host names are not included in the report.)": [
|
318
|
-
""
|
319
|
-
],
|
320
308
|
"Obfuscate ipv4 addresses sent to the Red Hat cloud": [
|
321
309
|
"Obfusquer les adresses ipv4 envoyées à Red Hat Cloud"
|
322
310
|
],
|
323
|
-
"Obfuscate ipv4 addresses sent to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored because host IPv4 addresses are not included in the report.)": [
|
324
|
-
""
|
325
|
-
],
|
326
|
-
"Only include the minimum required data in inventory reports for uploading to Red Hat cloud. When this is true, installed packages are excluded from the report regardless of the exclude_installed_packages setting, and host names and IPv4 addresses are excluded from the report regardless of obfuscation settings.": [
|
327
|
-
""
|
328
|
-
],
|
329
|
-
"Only send the minimum required data to Red Hat cloud, obfuscation settings are disabled": [
|
330
|
-
""
|
331
|
-
],
|
332
311
|
"Oops! Couldn't find organization that matches your query": [
|
333
312
|
"Oups ! Nous n'avons pas trouvé d'organisation correspondant à votre demande."
|
334
313
|
],
|
@@ -347,6 +326,9 @@
|
|
347
326
|
"RHC daemon id": [
|
348
327
|
"Id du démon RHC"
|
349
328
|
],
|
329
|
+
"RHCloud": [
|
330
|
+
"RHCloud"
|
331
|
+
],
|
350
332
|
"Read more about it in RH cloud insights": [
|
351
333
|
"Plus d'informations dans RH cloud insights"
|
352
334
|
],
|
@@ -404,8 +386,8 @@
|
|
404
386
|
"Run RH Cloud playbook": [
|
405
387
|
"Exécuter le playbook RH Cloud"
|
406
388
|
],
|
407
|
-
"Run playbook
|
408
|
-
""
|
389
|
+
"Run playbook genrated by Red Hat remediations app": [
|
390
|
+
"Exécuter le playbook généré par l'app de remédiations de Red Hat"
|
409
391
|
],
|
410
392
|
"Run remediation playbook generated by Insights": [
|
411
393
|
"Exécuter le playbook de remédiation généré par Insights"
|
@@ -419,9 +401,6 @@
|
|
419
401
|
"Select recommendations from all pages": [
|
420
402
|
"Sélectionner des recommandations sur toutes les pages"
|
421
403
|
],
|
422
|
-
"Send additional data to enhance Insights services, as per the settings": [
|
423
|
-
""
|
424
|
-
],
|
425
404
|
"Set the current organization context for the request": [
|
426
405
|
"Définir le contexte organisationnel actuel de la demande"
|
427
406
|
],
|
@@ -467,8 +446,8 @@
|
|
467
446
|
"The report file %{filename} doesn't exist": [
|
468
447
|
"Le fichier de rapport %{filename} n'existe pas"
|
469
448
|
],
|
470
|
-
"The scheduled process is disabled because this Foreman is configured with
|
471
|
-
""
|
449
|
+
"The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option.": [
|
450
|
+
"Le processus planifié est désactivé car ce contremaître est configuré avec l'option use_local_advisor_engine."
|
472
451
|
],
|
473
452
|
"The server returned the following error: %s": [
|
474
453
|
"Le serveur a renvoyé l'erreur suivante : %s"
|
@@ -488,9 +467,6 @@
|
|
488
467
|
"To manually upload the data for a specific organization, select an organization and click {restartButtonName}.": [
|
489
468
|
"Pour télécharger manuellement les données d'une organisation spécifique, sélectionnez une organisation et cliquez sur{restartButtonName} ."
|
490
469
|
],
|
491
|
-
"Total CVEs": [
|
492
|
-
""
|
493
|
-
],
|
494
470
|
"Total risk": [
|
495
471
|
"Risque total"
|
496
472
|
],
|
@@ -518,12 +494,6 @@
|
|
518
494
|
"View in Red Hat Insights": [
|
519
495
|
"Afficher Red Hat Insights."
|
520
496
|
],
|
521
|
-
"Vulnerabilities": [
|
522
|
-
""
|
523
|
-
],
|
524
|
-
"Vulnerability": [
|
525
|
-
""
|
526
|
-
],
|
527
497
|
"Wait and %s": [
|
528
498
|
"Attendez et %s"
|
529
499
|
],
|
@@ -590,9 +560,6 @@
|
|
590
560
|
"rule title": [
|
591
561
|
"titre de la règle"
|
592
562
|
],
|
593
|
-
"setting minimal data collection": [
|
594
|
-
""
|
595
|
-
],
|
596
563
|
"solution url": [
|
597
564
|
"URL de la solution"
|
598
565
|
],
|
@@ -35,9 +35,6 @@
|
|
35
35
|
"All recommendations are now selected.": [
|
36
36
|
"すべての推奨事項が選択されました。"
|
37
37
|
],
|
38
|
-
"Analytics data collection": [
|
39
|
-
""
|
40
|
-
],
|
41
38
|
"Any Organization": [
|
42
39
|
"任意の組織"
|
43
40
|
],
|
@@ -137,14 +134,17 @@
|
|
137
134
|
"Encountered an error while trying to access the server:": [
|
138
135
|
"サーバーへのアクセス時にエラーが発生しました:"
|
139
136
|
],
|
140
|
-
"Exclude installed
|
141
|
-
""
|
137
|
+
"Exclude installed Packages": [
|
138
|
+
"インストール済みパッケージの除外"
|
142
139
|
],
|
143
140
|
"Exclude installed packages from being uploaded to the Red Hat cloud": [
|
144
141
|
"Red Hat クラウドにアップロードされないようにインストール済みパッケージを除外する"
|
145
142
|
],
|
146
|
-
"Exclude
|
147
|
-
""
|
143
|
+
"Exclude packages": [
|
144
|
+
"パッケージの除外"
|
145
|
+
],
|
146
|
+
"Exclude packages from being uploaded to the Red Hat cloud": [
|
147
|
+
"パッケージが Red Hat クラウドにアップロードされないように除外する"
|
148
148
|
],
|
149
149
|
"Exit Code: %s": [
|
150
150
|
"終了コード: %s"
|
@@ -179,9 +179,6 @@
|
|
179
179
|
"Generate and upload report": [
|
180
180
|
"レポートの生成およびアップロード"
|
181
181
|
],
|
182
|
-
"Generate report": [
|
183
|
-
""
|
184
|
-
],
|
185
182
|
"Generate the report, but do not upload": [
|
186
183
|
"レポートを生成するがアップロードしない"
|
187
184
|
],
|
@@ -251,9 +248,6 @@
|
|
251
248
|
"Knowledgebase article": [
|
252
249
|
"ナレッジベースアーティクル"
|
253
250
|
],
|
254
|
-
"Learn more about {minimalDataCollectionSetting}.": [
|
255
|
-
""
|
256
|
-
],
|
257
251
|
"List of host UUIDs": [
|
258
252
|
"ホスト UUID のリスト"
|
259
253
|
],
|
@@ -269,9 +263,6 @@
|
|
269
263
|
"Manual": [
|
270
264
|
"手動"
|
271
265
|
],
|
272
|
-
"Minimal data collection": [
|
273
|
-
""
|
274
|
-
],
|
275
266
|
"Moderate": [
|
276
267
|
"中"
|
277
268
|
],
|
@@ -302,33 +293,21 @@
|
|
302
293
|
"Notice": [
|
303
294
|
"注意"
|
304
295
|
],
|
296
|
+
"Obfuscate IPs": [
|
297
|
+
"IP の難読化"
|
298
|
+
],
|
305
299
|
"Obfuscate host ipv4 addresses": [
|
306
300
|
"ホストの ipv4 アドレスの難読化"
|
307
301
|
],
|
308
|
-
"Obfuscate host ipv4 addresses.": [
|
309
|
-
""
|
310
|
-
],
|
311
302
|
"Obfuscate host names": [
|
312
303
|
"ホスト名の難読化"
|
313
304
|
],
|
314
305
|
"Obfuscate host names sent to the Red Hat cloud": [
|
315
306
|
"Red Hat クラウドに送信するホスト名を難読化する"
|
316
307
|
],
|
317
|
-
"Obfuscate host names sent to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored because host names are not included in the report.)": [
|
318
|
-
""
|
319
|
-
],
|
320
308
|
"Obfuscate ipv4 addresses sent to the Red Hat cloud": [
|
321
309
|
"Red Hat クラウドに送信する ipv4 アドレスを難読化する"
|
322
310
|
],
|
323
|
-
"Obfuscate ipv4 addresses sent to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored because host IPv4 addresses are not included in the report.)": [
|
324
|
-
""
|
325
|
-
],
|
326
|
-
"Only include the minimum required data in inventory reports for uploading to Red Hat cloud. When this is true, installed packages are excluded from the report regardless of the exclude_installed_packages setting, and host names and IPv4 addresses are excluded from the report regardless of obfuscation settings.": [
|
327
|
-
""
|
328
|
-
],
|
329
|
-
"Only send the minimum required data to Red Hat cloud, obfuscation settings are disabled": [
|
330
|
-
""
|
331
|
-
],
|
332
311
|
"Oops! Couldn't find organization that matches your query": [
|
333
312
|
"クエリーに合致する組織が見つかりませんでした"
|
334
313
|
],
|
@@ -347,6 +326,9 @@
|
|
347
326
|
"RHC daemon id": [
|
348
327
|
"RHC デーモン ID"
|
349
328
|
],
|
329
|
+
"RHCloud": [
|
330
|
+
"RHCloud"
|
331
|
+
],
|
350
332
|
"Read more about it in RH cloud insights": [
|
351
333
|
"詳細は、RH cloud insights を参照してください。"
|
352
334
|
],
|
@@ -404,8 +386,8 @@
|
|
404
386
|
"Run RH Cloud playbook": [
|
405
387
|
"RH Cloud Playbook の実行"
|
406
388
|
],
|
407
|
-
"Run playbook
|
408
|
-
""
|
389
|
+
"Run playbook genrated by Red Hat remediations app": [
|
390
|
+
"Red Hat 修復アプリが生成した Playbook の実行"
|
409
391
|
],
|
410
392
|
"Run remediation playbook generated by Insights": [
|
411
393
|
"Insights で生成された修復 Playbook の実行"
|
@@ -419,9 +401,6 @@
|
|
419
401
|
"Select recommendations from all pages": [
|
420
402
|
"すべてのページから推奨事項を選択する"
|
421
403
|
],
|
422
|
-
"Send additional data to enhance Insights services, as per the settings": [
|
423
|
-
""
|
424
|
-
],
|
425
404
|
"Set the current organization context for the request": [
|
426
405
|
"要求に現在の組織コンテキストを設定します"
|
427
406
|
],
|
@@ -467,8 +446,8 @@
|
|
467
446
|
"The report file %{filename} doesn't exist": [
|
468
447
|
"%{filename} レポートファイルがありません"
|
469
448
|
],
|
470
|
-
"The scheduled process is disabled because this Foreman is configured with
|
471
|
-
""
|
449
|
+
"The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option.": [
|
450
|
+
"この Foreman は use_local_advisor_engine オプションで設定されているため、スケジュールされたプロセスは無効になっています。"
|
472
451
|
],
|
473
452
|
"The server returned the following error: %s": [
|
474
453
|
"サーバーは以下のエラーを返しました: %s"
|
@@ -488,9 +467,6 @@
|
|
488
467
|
"To manually upload the data for a specific organization, select an organization and click {restartButtonName}.": [
|
489
468
|
"特定の組織のデータを手動でアップロードするには、組織を選択して {restartButtonName} をクリックします。"
|
490
469
|
],
|
491
|
-
"Total CVEs": [
|
492
|
-
""
|
493
|
-
],
|
494
470
|
"Total risk": [
|
495
471
|
"リスクの総数"
|
496
472
|
],
|
@@ -518,12 +494,6 @@
|
|
518
494
|
"View in Red Hat Insights": [
|
519
495
|
"Red Hat Insights での表示"
|
520
496
|
],
|
521
|
-
"Vulnerabilities": [
|
522
|
-
""
|
523
|
-
],
|
524
|
-
"Vulnerability": [
|
525
|
-
""
|
526
|
-
],
|
527
497
|
"Wait and %s": [
|
528
498
|
"待機して %s"
|
529
499
|
],
|
@@ -590,9 +560,6 @@
|
|
590
560
|
"rule title": [
|
591
561
|
"ルールタイトル"
|
592
562
|
],
|
593
|
-
"setting minimal data collection": [
|
594
|
-
""
|
595
|
-
],
|
596
563
|
"solution url": [
|
597
564
|
"ソリューション URL"
|
598
565
|
],
|
@@ -35,9 +35,6 @@
|
|
35
35
|
"All recommendations are now selected.": [
|
36
36
|
"ახლა ყველა რეკომენდაცია მონიშნულია."
|
37
37
|
],
|
38
|
-
"Analytics data collection": [
|
39
|
-
""
|
40
|
-
],
|
41
38
|
"Any Organization": [
|
42
39
|
"ნებისმიერი ორგანიზაცია"
|
43
40
|
],
|
@@ -137,14 +134,17 @@
|
|
137
134
|
"Encountered an error while trying to access the server:": [
|
138
135
|
"შეცდომა სერვერთან წვდომის მცდელობისას:"
|
139
136
|
],
|
140
|
-
"Exclude installed
|
141
|
-
""
|
137
|
+
"Exclude installed Packages": [
|
138
|
+
"დაყენებული პაკეტების გამორიცხვა"
|
142
139
|
],
|
143
140
|
"Exclude installed packages from being uploaded to the Red Hat cloud": [
|
144
141
|
"Red Hat cloud-ში ატვირთული პაკეტების სიიდან დაყენებული პაკეტების ამოღება"
|
145
142
|
],
|
146
|
-
"Exclude
|
147
|
-
""
|
143
|
+
"Exclude packages": [
|
144
|
+
"პაკეტების გამორიცხვა"
|
145
|
+
],
|
146
|
+
"Exclude packages from being uploaded to the Red Hat cloud": [
|
147
|
+
"პაკეტების ამოღება Red Hat Cloud-ზე ასატვირთი სიიდან"
|
148
148
|
],
|
149
149
|
"Exit Code: %s": [
|
150
150
|
"გასვლის კოდი: %s"
|
@@ -179,9 +179,6 @@
|
|
179
179
|
"Generate and upload report": [
|
180
180
|
""
|
181
181
|
],
|
182
|
-
"Generate report": [
|
183
|
-
""
|
184
|
-
],
|
185
182
|
"Generate the report, but do not upload": [
|
186
183
|
""
|
187
184
|
],
|
@@ -251,9 +248,6 @@
|
|
251
248
|
"Knowledgebase article": [
|
252
249
|
"ცოდნის ბაზის სტატია"
|
253
250
|
],
|
254
|
-
"Learn more about {minimalDataCollectionSetting}.": [
|
255
|
-
""
|
256
|
-
],
|
257
251
|
"List of host UUIDs": [
|
258
252
|
""
|
259
253
|
],
|
@@ -269,9 +263,6 @@
|
|
269
263
|
"Manual": [
|
270
264
|
"ხელით"
|
271
265
|
],
|
272
|
-
"Minimal data collection": [
|
273
|
-
""
|
274
|
-
],
|
275
266
|
"Moderate": [
|
276
267
|
"საშუალო"
|
277
268
|
],
|
@@ -302,33 +293,21 @@
|
|
302
293
|
"Notice": [
|
303
294
|
"გაფრთხილება"
|
304
295
|
],
|
296
|
+
"Obfuscate IPs": [
|
297
|
+
"IP-ების ობფუსკაცია"
|
298
|
+
],
|
305
299
|
"Obfuscate host ipv4 addresses": [
|
306
300
|
"ჰოსტის ipv4 მისამართების ობფუსკაცია"
|
307
301
|
],
|
308
|
-
"Obfuscate host ipv4 addresses.": [
|
309
|
-
""
|
310
|
-
],
|
311
302
|
"Obfuscate host names": [
|
312
303
|
"ჰოსტის სახელების ობფუსკაცია"
|
313
304
|
],
|
314
305
|
"Obfuscate host names sent to the Red Hat cloud": [
|
315
306
|
"Red Hat cloud-ში გაგზავნილი ჰოსტის სახელების დამახინჯება"
|
316
307
|
],
|
317
|
-
"Obfuscate host names sent to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored because host names are not included in the report.)": [
|
318
|
-
""
|
319
|
-
],
|
320
308
|
"Obfuscate ipv4 addresses sent to the Red Hat cloud": [
|
321
309
|
"Red Hat cloud-ში გაგზავნილი IPv4 მისამართების დამახინჯება"
|
322
310
|
],
|
323
|
-
"Obfuscate ipv4 addresses sent to the Red Hat cloud. (If insights_minimal_data_collection is set to true, this setting is ignored because host IPv4 addresses are not included in the report.)": [
|
324
|
-
""
|
325
|
-
],
|
326
|
-
"Only include the minimum required data in inventory reports for uploading to Red Hat cloud. When this is true, installed packages are excluded from the report regardless of the exclude_installed_packages setting, and host names and IPv4 addresses are excluded from the report regardless of obfuscation settings.": [
|
327
|
-
""
|
328
|
-
],
|
329
|
-
"Only send the minimum required data to Red Hat cloud, obfuscation settings are disabled": [
|
330
|
-
""
|
331
|
-
],
|
332
311
|
"Oops! Couldn't find organization that matches your query": [
|
333
312
|
"ვაი! ორგანიზაცია, რომელიც თქვენს პირობებში ჯდება, ვერ ვიპოვე"
|
334
313
|
],
|
@@ -347,6 +326,9 @@
|
|
347
326
|
"RHC daemon id": [
|
348
327
|
"RHC დემონის ID"
|
349
328
|
],
|
329
|
+
"RHCloud": [
|
330
|
+
"RHCloud"
|
331
|
+
],
|
350
332
|
"Read more about it in RH cloud insights": [
|
351
333
|
"გაიგეთ მეტი RH Cloud insights-ის შესახებ"
|
352
334
|
],
|
@@ -404,8 +386,8 @@
|
|
404
386
|
"Run RH Cloud playbook": [
|
405
387
|
"RH Cloud-ის Playbok-ის გაშვება"
|
406
388
|
],
|
407
|
-
"Run playbook
|
408
|
-
""
|
389
|
+
"Run playbook genrated by Red Hat remediations app": [
|
390
|
+
"Red Hat-ის აღდგენის აპის მიერ გენერირებული Playbook-ის გაშვება"
|
409
391
|
],
|
410
392
|
"Run remediation playbook generated by Insights": [
|
411
393
|
"Insights-ის მიერ გენერირებული აღდგენის playbook-ის გაშვება"
|
@@ -419,9 +401,6 @@
|
|
419
401
|
"Select recommendations from all pages": [
|
420
402
|
"რეკომენდაციების მონიშვნა ყველა გვერდიდან"
|
421
403
|
],
|
422
|
-
"Send additional data to enhance Insights services, as per the settings": [
|
423
|
-
""
|
424
|
-
],
|
425
404
|
"Set the current organization context for the request": [
|
426
405
|
"მოთხოვნის მიმდინარე ორგანიზაციის კონტექსტის დაყენება"
|
427
406
|
],
|
@@ -467,7 +446,7 @@
|
|
467
446
|
"The report file %{filename} doesn't exist": [
|
468
447
|
"ანგარიშის ფაილი %{filename} არ არსებობს"
|
469
448
|
],
|
470
|
-
"The scheduled process is disabled because this Foreman is configured with
|
449
|
+
"The scheduled process is disabled because this Foreman is configured with the use_local_advisor_engine option.": [
|
471
450
|
""
|
472
451
|
],
|
473
452
|
"The server returned the following error: %s": [
|
@@ -488,9 +467,6 @@
|
|
488
467
|
"To manually upload the data for a specific organization, select an organization and click {restartButtonName}.": [
|
489
468
|
""
|
490
469
|
],
|
491
|
-
"Total CVEs": [
|
492
|
-
""
|
493
|
-
],
|
494
470
|
"Total risk": [
|
495
471
|
"სრული რისკი"
|
496
472
|
],
|
@@ -518,12 +494,6 @@
|
|
518
494
|
"View in Red Hat Insights": [
|
519
495
|
"Red Hat Insights-ში ნახვა"
|
520
496
|
],
|
521
|
-
"Vulnerabilities": [
|
522
|
-
""
|
523
|
-
],
|
524
|
-
"Vulnerability": [
|
525
|
-
""
|
526
|
-
],
|
527
497
|
"Wait and %s": [
|
528
498
|
"დაელოდეთ და %s"
|
529
499
|
],
|
@@ -590,9 +560,6 @@
|
|
590
560
|
"rule title": [
|
591
561
|
""
|
592
562
|
],
|
593
|
-
"setting minimal data collection": [
|
594
|
-
""
|
595
|
-
],
|
596
563
|
"solution url": [
|
597
564
|
""
|
598
565
|
],
|