foreman_openscap 0.11.5 → 0.12.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/controllers/api/v2/compliance/arf_reports_controller.rb +3 -6
- data/app/controllers/api/v2/compliance/policies_controller.rb +3 -1
- data/app/controllers/concerns/foreman/controller/parameters/policy_api.rb +1 -1
- data/app/controllers/policies_controller.rb +2 -1
- data/app/helpers/foreman_openscap_helper.rb +14 -0
- data/app/helpers/policies_helper.rb +36 -0
- data/app/models/concerns/foreman_openscap/host_extensions.rb +5 -1
- data/app/models/concerns/foreman_openscap/openscap_proxy_core_extensions.rb +15 -19
- data/app/models/foreman_openscap/policy.rb +14 -80
- data/app/services/foreman_openscap/client_config/ansible.rb +38 -0
- data/app/services/foreman_openscap/client_config/base.rb +41 -0
- data/app/services/foreman_openscap/client_config/manual.rb +27 -0
- data/app/services/foreman_openscap/client_config/puppet.rb +38 -0
- data/app/services/foreman_openscap/config_name_service.rb +29 -0
- data/app/services/foreman_openscap/hostgroup_overrider.rb +71 -0
- data/app/services/foreman_openscap/lookup_key_overrider.rb +94 -0
- data/app/views/policies/_form.html.erb +6 -2
- data/app/views/policies/steps/_deployment_options_form.html.erb +11 -0
- data/app/views/policies/steps/{_create_policy_form.html.erb → _policy_attributes_form.html.erb} +0 -0
- data/db/migrate/20190103093409_add_deployment_option_to_policy.foreman_openscap.rb +15 -0
- data/lib/foreman_openscap/engine.rb +3 -3
- data/lib/foreman_openscap/version.rb +1 -1
- data/locale/de/foreman_openscap.edit.po +302 -106
- data/locale/en_GB/foreman_openscap.edit.po +302 -106
- data/locale/es/foreman_openscap.edit.po +302 -106
- data/locale/fr/foreman_openscap.edit.po +302 -106
- data/locale/gl/foreman_openscap.edit.po +302 -106
- data/locale/it/foreman_openscap.edit.po +302 -106
- data/locale/ja/foreman_openscap.edit.po +302 -106
- data/locale/ko/foreman_openscap.edit.po +302 -106
- data/locale/pt_BR/foreman_openscap.edit.po +302 -106
- data/locale/ru/foreman_openscap.edit.po +302 -106
- data/locale/sv_SE/foreman_openscap.edit.po +302 -106
- data/locale/zh_CN/foreman_openscap.edit.po +302 -106
- data/locale/zh_TW/foreman_openscap.edit.po +302 -106
- data/test/factories/policy_factory.rb +1 -0
- data/test/functional/api/v2/compliance/arf_reports_controller_test.rb +2 -3
- data/test/functional/api/v2/compliance/policies_controller_test.rb +2 -2
- data/test/test_plugin_helper.rb +26 -7
- data/test/unit/openscap_host_test.rb +0 -2
- data/test/unit/policy_test.rb +32 -23
- data/test/unit/services/config_name_service_test.rb +39 -0
- data/test/unit/services/hostgroup_overrider_test.rb +78 -0
- data/test/unit/services/lookup_key_overrider_test.rb +52 -0
- metadata +19 -5
- data/test/unit/puppet_overrides_test.rb +0 -38
@@ -42,19 +42,11 @@ msgstr ""
|
|
42
42
|
msgid "Download ARF report in HTML"
|
43
43
|
msgstr ""
|
44
44
|
|
45
|
-
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:
|
46
|
-
msgid "Policy with id %s not found."
|
47
|
-
msgstr ""
|
48
|
-
|
49
|
-
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:100
|
50
|
-
msgid "Could not find host identified by: %s"
|
51
|
-
msgstr ""
|
52
|
-
|
53
|
-
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:105
|
45
|
+
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:87
|
54
46
|
msgid "Failed to upload Arf Report, OpenSCAP proxy name or url not found in params when uploading for %s and host is missing openscap_proxy"
|
55
47
|
msgstr ""
|
56
48
|
|
57
|
-
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:
|
49
|
+
#: ../app/controllers/api/v2/compliance/arf_reports_controller.rb:99
|
58
50
|
msgid "No proxy found for %{name} or %{url}"
|
59
51
|
msgstr ""
|
60
52
|
|
@@ -114,31 +106,27 @@ msgstr ""
|
|
114
106
|
msgid "Tailoring file profile ID"
|
115
107
|
msgstr ""
|
116
108
|
|
117
|
-
#: ../app/controllers/api/v2/compliance/policies_controller.rb:
|
118
|
-
msgid "How the policy should be deployed"
|
119
|
-
msgstr ""
|
120
|
-
|
121
|
-
#: ../app/controllers/api/v2/compliance/policies_controller.rb:57
|
109
|
+
#: ../app/controllers/api/v2/compliance/policies_controller.rb:56
|
122
110
|
msgid "Create a Policy"
|
123
111
|
msgstr ""
|
124
112
|
|
125
|
-
#: ../app/controllers/api/v2/compliance/policies_controller.rb:
|
113
|
+
#: ../app/controllers/api/v2/compliance/policies_controller.rb:64
|
126
114
|
msgid "Update a Policy"
|
127
115
|
msgstr ""
|
128
116
|
|
129
|
-
#: ../app/controllers/api/v2/compliance/policies_controller.rb:
|
117
|
+
#: ../app/controllers/api/v2/compliance/policies_controller.rb:72
|
130
118
|
msgid "Delete a Policy"
|
131
119
|
msgstr ""
|
132
120
|
|
133
|
-
#: ../app/controllers/api/v2/compliance/policies_controller.rb:
|
121
|
+
#: ../app/controllers/api/v2/compliance/policies_controller.rb:79
|
134
122
|
msgid "Show a policy's SCAP content"
|
135
123
|
msgstr ""
|
136
124
|
|
137
|
-
#: ../app/controllers/api/v2/compliance/policies_controller.rb:
|
125
|
+
#: ../app/controllers/api/v2/compliance/policies_controller.rb:89
|
138
126
|
msgid "Show a policy's Tailoring file"
|
139
127
|
msgstr ""
|
140
128
|
|
141
|
-
#: ../app/controllers/api/v2/compliance/policies_controller.rb:
|
129
|
+
#: ../app/controllers/api/v2/compliance/policies_controller.rb:99
|
142
130
|
msgid "No Tailoring file assigned for policy with id %s"
|
143
131
|
msgstr ""
|
144
132
|
|
@@ -254,31 +242,31 @@ msgstr ""
|
|
254
242
|
msgid "No OpenSCAP Proxy selected."
|
255
243
|
msgstr ""
|
256
244
|
|
257
|
-
#: ../app/controllers/policies_controller.rb:
|
245
|
+
#: ../app/controllers/policies_controller.rb:83
|
258
246
|
msgid "Updated hosts: Assigned with compliance policy: %s"
|
259
247
|
msgstr ""
|
260
248
|
|
261
|
-
#: ../app/controllers/policies_controller.rb:
|
249
|
+
#: ../app/controllers/policies_controller.rb:87
|
262
250
|
msgid "No compliance policy selected."
|
263
251
|
msgstr ""
|
264
252
|
|
265
|
-
#: ../app/controllers/policies_controller.rb:
|
253
|
+
#: ../app/controllers/policies_controller.rb:99
|
266
254
|
msgid "Updated hosts: Unassigned from compliance policy '%s'"
|
267
255
|
msgstr ""
|
268
256
|
|
269
|
-
#: ../app/controllers/policies_controller.rb:
|
257
|
+
#: ../app/controllers/policies_controller.rb:101
|
270
258
|
msgid "No valid policy ID provided"
|
271
259
|
msgstr ""
|
272
260
|
|
273
|
-
#: ../app/controllers/policies_controller.rb:
|
261
|
+
#: ../app/controllers/policies_controller.rb:121
|
274
262
|
msgid "No hosts were found."
|
275
263
|
msgstr ""
|
276
264
|
|
277
|
-
#: ../app/controllers/policies_controller.rb:
|
265
|
+
#: ../app/controllers/policies_controller.rb:125
|
278
266
|
msgid "No hosts selected"
|
279
267
|
msgstr ""
|
280
268
|
|
281
|
-
#: ../app/controllers/policies_controller.rb:
|
269
|
+
#: ../app/controllers/policies_controller.rb:130
|
282
270
|
msgid "Something went wrong while selecting hosts - %s"
|
283
271
|
msgstr ""
|
284
272
|
|
@@ -393,51 +381,47 @@ msgstr ""
|
|
393
381
|
msgid "Host is deleted"
|
394
382
|
msgstr ""
|
395
383
|
|
396
|
-
#: ../app/helpers/
|
397
|
-
msgid "documentation"
|
398
|
-
msgstr ""
|
399
|
-
|
400
|
-
#: ../app/helpers/policies_helper.rb:56
|
384
|
+
#: ../app/helpers/policies_helper.rb:20
|
401
385
|
msgid "Choose existing SCAP Content"
|
402
386
|
msgstr ""
|
403
387
|
|
404
|
-
#: ../app/helpers/policies_helper.rb:
|
388
|
+
#: ../app/helpers/policies_helper.rb:21 ../app/helpers/policies_helper.rb:26 ../app/models/foreman_openscap/policy.rb:100 ../app/views/policies/_form.html.erb:9 ../app/views/scap_contents/welcome.html.erb:1 ../app/views/scap_contents/welcome.html.erb:6
|
405
389
|
msgid "SCAP Content"
|
406
390
|
msgstr ""
|
407
391
|
|
408
|
-
#: ../app/helpers/policies_helper.rb:
|
392
|
+
#: ../app/helpers/policies_helper.rb:36 ../app/helpers/policies_helper.rb:43
|
409
393
|
msgid "XCCDF Profile"
|
410
394
|
msgstr ""
|
411
395
|
|
412
|
-
#: ../app/helpers/policies_helper.rb:
|
396
|
+
#: ../app/helpers/policies_helper.rb:42
|
413
397
|
msgid "Default XCCDF profile"
|
414
398
|
msgstr ""
|
415
399
|
|
416
|
-
#: ../app/helpers/policies_helper.rb:
|
400
|
+
#: ../app/helpers/policies_helper.rb:51
|
417
401
|
msgid "Choose Tailoring File"
|
418
402
|
msgstr ""
|
419
403
|
|
420
|
-
#: ../app/helpers/policies_helper.rb:
|
404
|
+
#: ../app/helpers/policies_helper.rb:52 ../app/views/policies/_list.html.erb:6
|
421
405
|
msgid "Tailoring File"
|
422
406
|
msgstr ""
|
423
407
|
|
424
|
-
#: ../app/helpers/policies_helper.rb:
|
408
|
+
#: ../app/helpers/policies_helper.rb:61
|
425
409
|
msgid "XCCDF Profile in Tailoring File"
|
426
410
|
msgstr ""
|
427
411
|
|
428
|
-
#: ../app/helpers/policies_helper.rb:
|
412
|
+
#: ../app/helpers/policies_helper.rb:62
|
429
413
|
msgid "This profile will be used to override the one from scap content"
|
430
414
|
msgstr ""
|
431
415
|
|
432
|
-
#: ../app/helpers/policies_helper.rb:
|
416
|
+
#: ../app/helpers/policies_helper.rb:73 ../app/views/arf_reports/_list.html.erb:53
|
433
417
|
msgid "Submit"
|
434
418
|
msgstr ""
|
435
419
|
|
436
|
-
#: ../app/helpers/policies_helper.rb:
|
420
|
+
#: ../app/helpers/policies_helper.rb:78 ../app/views/arf_reports/_list.html.erb:52
|
437
421
|
msgid "Cancel"
|
438
422
|
msgstr ""
|
439
423
|
|
440
|
-
#: ../app/helpers/policies_helper.rb:
|
424
|
+
#: ../app/helpers/policies_helper.rb:109 ../lib/foreman_openscap/engine.rb:138
|
441
425
|
msgid "Policies"
|
442
426
|
msgstr ""
|
443
427
|
|
@@ -489,10 +473,14 @@ msgstr ""
|
|
489
473
|
msgid "is not included in SCAP_RESULT"
|
490
474
|
msgstr ""
|
491
475
|
|
492
|
-
#: ../app/models/concerns/foreman_openscap/openscap_proxy_core_extensions.rb:
|
476
|
+
#: ../app/models/concerns/foreman_openscap/openscap_proxy_core_extensions.rb:66
|
493
477
|
msgid "must have Openscap feature"
|
494
478
|
msgstr ""
|
495
479
|
|
480
|
+
#: ../app/models/concerns/foreman_openscap/openscap_proxy_core_extensions.rb:71
|
481
|
+
msgid "Puppet class 'foreman_scap_client' not found, make sure it is imported from Puppet master"
|
482
|
+
msgstr ""
|
483
|
+
|
496
484
|
#: ../app/models/concerns/foreman_openscap/openscap_proxy_extensions.rb:8
|
497
485
|
msgid "No OpenSCAP proxy found for %{class} with id %{id}"
|
498
486
|
msgstr ""
|
@@ -513,7 +501,7 @@ msgstr ""
|
|
513
501
|
msgid "Unknown Compliance status"
|
514
502
|
msgstr ""
|
515
503
|
|
516
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
504
|
+
#: ../app/models/foreman_openscap/policy.rb:29 ../app/models/foreman_openscap/policy.rb:304
|
517
505
|
msgid "is not a valid value"
|
518
506
|
msgstr ""
|
519
507
|
|
@@ -525,23 +513,19 @@ msgstr ""
|
|
525
513
|
msgid "Cannot generate HTML guide, no valid OpenSCAP proxy server found."
|
526
514
|
msgstr ""
|
527
515
|
|
528
|
-
#: ../app/models/foreman_openscap/policy.rb:100 ../app/views/policies/_form.html.erb:8
|
529
|
-
msgid "Deployment Options"
|
530
|
-
msgstr ""
|
531
|
-
|
532
516
|
#: ../app/models/foreman_openscap/policy.rb:100
|
533
|
-
msgid "
|
517
|
+
msgid "Create policy"
|
534
518
|
msgstr ""
|
535
519
|
|
536
|
-
#: ../app/models/foreman_openscap/policy.rb:100 ../app/views/policies/_form.html.erb:
|
520
|
+
#: ../app/models/foreman_openscap/policy.rb:100 ../app/views/policies/_form.html.erb:10
|
537
521
|
msgid "Schedule"
|
538
522
|
msgstr ""
|
539
523
|
|
540
|
-
#: ../app/models/foreman_openscap/policy.rb:101 ../app/views/policies/_form.html.erb:
|
524
|
+
#: ../app/models/foreman_openscap/policy.rb:101 ../app/views/policies/_form.html.erb:12 ../app/views/scap_contents/_form.html.erb:11 ../app/views/tailoring_files/_form.html.erb:11
|
541
525
|
msgid "Locations"
|
542
526
|
msgstr ""
|
543
527
|
|
544
|
-
#: ../app/models/foreman_openscap/policy.rb:102 ../app/views/policies/_form.html.erb:
|
528
|
+
#: ../app/models/foreman_openscap/policy.rb:102 ../app/views/policies/_form.html.erb:15 ../app/views/scap_contents/_form.html.erb:14 ../app/views/tailoring_files/_form.html.erb:14
|
545
529
|
msgid "Organizations"
|
546
530
|
msgstr ""
|
547
531
|
|
@@ -549,27 +533,39 @@ msgstr ""
|
|
549
533
|
msgid "Hostgroups"
|
550
534
|
msgstr ""
|
551
535
|
|
552
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
536
|
+
#: ../app/models/foreman_openscap/policy.rb:251
|
537
|
+
msgid "Required Puppet class %{class} is not found, please ensure it imported first."
|
538
|
+
msgstr ""
|
539
|
+
|
540
|
+
#: ../app/models/foreman_openscap/policy.rb:277
|
541
|
+
msgid "Puppet class %{class} does not have %{parameter} class parameter."
|
542
|
+
msgstr ""
|
543
|
+
|
544
|
+
#: ../app/models/foreman_openscap/policy.rb:286
|
545
|
+
msgid "%{parameter} class parameter for class %{class} could not be configured."
|
546
|
+
msgstr ""
|
547
|
+
|
548
|
+
#: ../app/models/foreman_openscap/policy.rb:298
|
553
549
|
msgid "does not consist of 5 parts separated by space"
|
554
550
|
msgstr ""
|
555
551
|
|
556
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
552
|
+
#: ../app/models/foreman_openscap/policy.rb:310
|
557
553
|
msgid "must be between 1 and 31"
|
558
554
|
msgstr ""
|
559
555
|
|
560
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
556
|
+
#: ../app/models/foreman_openscap/policy.rb:315
|
561
557
|
msgid "must be present when tailoring file profile present"
|
562
558
|
msgstr ""
|
563
559
|
|
564
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
560
|
+
#: ../app/models/foreman_openscap/policy.rb:316
|
565
561
|
msgid "must be present when tailoring file present"
|
566
562
|
msgstr ""
|
567
563
|
|
568
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
564
|
+
#: ../app/models/foreman_openscap/policy.rb:321
|
569
565
|
msgid "does not come from selected tailoring file"
|
570
566
|
msgstr ""
|
571
567
|
|
572
|
-
#: ../app/models/foreman_openscap/policy.rb:
|
568
|
+
#: ../app/models/foreman_openscap/policy.rb:327
|
573
569
|
msgid "does not have the selected SCAP content profile"
|
574
570
|
msgstr ""
|
575
571
|
|
@@ -577,38 +573,6 @@ msgstr ""
|
|
577
573
|
msgid "invalid type %s"
|
578
574
|
msgstr ""
|
579
575
|
|
580
|
-
#: ../app/services/foreman_openscap/client_config/ansible.rb:32
|
581
|
-
msgid "Ansible role"
|
582
|
-
msgstr ""
|
583
|
-
|
584
|
-
#: ../app/services/foreman_openscap/client_config/ansible.rb:33
|
585
|
-
msgid "Ansible variables"
|
586
|
-
msgstr ""
|
587
|
-
|
588
|
-
#: ../app/services/foreman_openscap/client_config/puppet.rb:32
|
589
|
-
msgid "Puppet class"
|
590
|
-
msgstr ""
|
591
|
-
|
592
|
-
#: ../app/services/foreman_openscap/client_config/puppet.rb:33
|
593
|
-
msgid "Smart Class Parameters"
|
594
|
-
msgstr ""
|
595
|
-
|
596
|
-
#: ../app/services/foreman_openscap/lookup_key_overrider.rb:13
|
597
|
-
msgid "%{type} was selected to deploy policy to clients, but %{type} is not available. Are you missing a plugin?"
|
598
|
-
msgstr ""
|
599
|
-
|
600
|
-
#: ../app/services/foreman_openscap/lookup_key_overrider.rb:27
|
601
|
-
msgid "Required %{msg_name} %{class} was not found, please ensure it is imported first."
|
602
|
-
msgstr ""
|
603
|
-
|
604
|
-
#: ../app/services/foreman_openscap/lookup_key_overrider.rb:57
|
605
|
-
msgid "The following %{key_name} were missing for %{item_name}: %{key_names}. Make sure they are imported before proceeding."
|
606
|
-
msgstr ""
|
607
|
-
|
608
|
-
#: ../app/services/foreman_openscap/lookup_key_overrider.rb:89
|
609
|
-
msgid "Failed to save when overriding parameters for %{config_tool}, cause: %{errors}"
|
610
|
-
msgstr ""
|
611
|
-
|
612
576
|
#: ../app/services/foreman_openscap/openscap_proxy_version_check.rb:39
|
613
577
|
msgid "This feature is temporarily disabled. "
|
614
578
|
msgstr ""
|
@@ -733,7 +697,7 @@ msgstr ""
|
|
733
697
|
msgid "Host"
|
734
698
|
msgstr ""
|
735
699
|
|
736
|
-
#: ../app/views/arf_reports/delete_multiple.html.erb:27
|
700
|
+
#: ../app/views/arf_reports/delete_multiple.html.erb:27 action_names.rb:18
|
737
701
|
msgid "Delete"
|
738
702
|
msgstr ""
|
739
703
|
|
@@ -885,27 +849,27 @@ msgstr ""
|
|
885
849
|
msgid "Select OpenSCAP Proxy"
|
886
850
|
msgstr ""
|
887
851
|
|
888
|
-
#: ../app/views/policies/_form.html.erb:
|
852
|
+
#: ../app/views/policies/_form.html.erb:8
|
889
853
|
msgid "General"
|
890
854
|
msgstr ""
|
891
855
|
|
892
|
-
#: ../app/views/policies/_form.html.erb:
|
856
|
+
#: ../app/views/policies/_form.html.erb:17
|
893
857
|
msgid "Host Groups"
|
894
858
|
msgstr ""
|
895
859
|
|
896
|
-
#: ../app/views/policies/_form.html.erb:
|
860
|
+
#: ../app/views/policies/_form.html.erb:41 ../app/views/policies/steps/_schedule_form.html.erb:6
|
897
861
|
msgid "Choose period"
|
898
862
|
msgstr ""
|
899
863
|
|
900
|
-
#: ../app/views/policies/_form.html.erb:
|
864
|
+
#: ../app/views/policies/_form.html.erb:43 ../app/views/policies/steps/_schedule_form.html.erb:8
|
901
865
|
msgid "Choose weekday"
|
902
866
|
msgstr ""
|
903
867
|
|
904
|
-
#: ../app/views/policies/_form.html.erb:
|
868
|
+
#: ../app/views/policies/_form.html.erb:44 ../app/views/policies/steps/_schedule_form.html.erb:9
|
905
869
|
msgid "Number of a day in month, note that not all months have same count of days"
|
906
870
|
msgstr ""
|
907
871
|
|
908
|
-
#: ../app/views/policies/_form.html.erb:
|
872
|
+
#: ../app/views/policies/_form.html.erb:45 ../app/views/policies/steps/_schedule_form.html.erb:10
|
909
873
|
msgid "You can specify custom cron line, e.g. \"0 3 * * *\", separate each of 5 values by space"
|
910
874
|
msgstr ""
|
911
875
|
|
@@ -1188,37 +1152,269 @@ msgid "Run OpenSCAP scan"
|
|
1188
1152
|
msgstr ""
|
1189
1153
|
|
1190
1154
|
#: action_names.rb:2
|
1191
|
-
msgid "
|
1155
|
+
msgid "Action with sub plans"
|
1192
1156
|
msgstr ""
|
1193
1157
|
|
1194
1158
|
#: action_names.rb:3
|
1195
|
-
msgid "
|
1159
|
+
msgid "Import facts"
|
1196
1160
|
msgstr ""
|
1197
1161
|
|
1198
1162
|
#: action_names.rb:4
|
1199
|
-
msgid "
|
1163
|
+
msgid "Import Puppet classes"
|
1200
1164
|
msgstr ""
|
1201
1165
|
|
1202
1166
|
#: action_names.rb:5
|
1203
|
-
msgid "
|
1167
|
+
msgid "Remote action:"
|
1204
1168
|
msgstr ""
|
1205
1169
|
|
1206
1170
|
#: action_names.rb:6
|
1207
|
-
msgid "
|
1171
|
+
msgid "Create client"
|
1208
1172
|
msgstr ""
|
1209
1173
|
|
1210
1174
|
#: action_names.rb:7
|
1211
|
-
msgid "
|
1175
|
+
msgid "Delete client"
|
1212
1176
|
msgstr ""
|
1213
1177
|
|
1214
1178
|
#: action_names.rb:8
|
1215
|
-
msgid "
|
1179
|
+
msgid "Delete host"
|
1216
1180
|
msgstr ""
|
1217
1181
|
|
1218
1182
|
#: action_names.rb:9
|
1219
|
-
msgid "
|
1183
|
+
msgid "Update host"
|
1220
1184
|
msgstr ""
|
1221
1185
|
|
1222
1186
|
#: action_names.rb:10
|
1223
|
-
msgid "
|
1187
|
+
msgid "Update node"
|
1188
|
+
msgstr ""
|
1189
|
+
|
1190
|
+
#: action_names.rb:11
|
1191
|
+
msgid "Abstract async task"
|
1192
|
+
msgstr ""
|
1193
|
+
|
1194
|
+
#: action_names.rb:12
|
1195
|
+
msgid "Create"
|
1196
|
+
msgstr ""
|
1197
|
+
|
1198
|
+
#: action_names.rb:13
|
1199
|
+
msgid "Delete Activation Key"
|
1200
|
+
msgstr ""
|
1201
|
+
|
1202
|
+
#: action_names.rb:14
|
1203
|
+
msgid "Update"
|
1204
|
+
msgstr ""
|
1205
|
+
|
1206
|
+
#: action_names.rb:15
|
1207
|
+
msgid "Configure capsule"
|
1208
|
+
msgstr ""
|
1209
|
+
|
1210
|
+
#: action_names.rb:16
|
1211
|
+
msgid "Create repos"
|
1212
|
+
msgstr ""
|
1213
|
+
|
1214
|
+
#: action_names.rb:17
|
1215
|
+
msgid "Synchronize smart proxy"
|
1216
|
+
msgstr ""
|
1217
|
+
|
1218
|
+
#: action_names.rb:19
|
1219
|
+
msgid "Errata mail"
|
1220
|
+
msgstr ""
|
1221
|
+
|
1222
|
+
#: action_names.rb:20
|
1223
|
+
msgid "Incremental Update of Content View Version(s) "
|
1224
|
+
msgstr ""
|
1225
|
+
|
1226
|
+
#: action_names.rb:21
|
1227
|
+
msgid "Promote"
|
1228
|
+
msgstr ""
|
1229
|
+
|
1230
|
+
#: action_names.rb:22
|
1231
|
+
msgid "Promotion to Environment"
|
1232
|
+
msgstr ""
|
1233
|
+
|
1234
|
+
#: action_names.rb:23
|
1235
|
+
msgid "Publish"
|
1236
|
+
msgstr ""
|
1237
|
+
|
1238
|
+
#: action_names.rb:24
|
1239
|
+
msgid "Remove Versions and Associations"
|
1240
|
+
msgstr ""
|
1241
|
+
|
1242
|
+
#: action_names.rb:25
|
1243
|
+
msgid "Remove from Environment"
|
1244
|
+
msgstr ""
|
1245
|
+
|
1246
|
+
#: action_names.rb:26
|
1247
|
+
msgid "Remove Version"
|
1248
|
+
msgstr ""
|
1249
|
+
|
1250
|
+
#: action_names.rb:27
|
1251
|
+
msgid "Export"
|
1252
|
+
msgstr ""
|
1253
|
+
|
1254
|
+
#: action_names.rb:28
|
1255
|
+
msgid "Fetch pxe files"
|
1256
|
+
msgstr ""
|
1257
|
+
|
1258
|
+
#: action_names.rb:29
|
1259
|
+
msgid "Filtered index content"
|
1260
|
+
msgstr ""
|
1261
|
+
|
1262
|
+
#: action_names.rb:30
|
1263
|
+
msgid "Upload into"
|
1264
|
+
msgstr ""
|
1265
|
+
|
1266
|
+
#: action_names.rb:31
|
1267
|
+
msgid "Index content"
|
1268
|
+
msgstr ""
|
1269
|
+
|
1270
|
+
#: action_names.rb:32
|
1271
|
+
msgid "Index errata"
|
1272
|
+
msgstr ""
|
1273
|
+
|
1274
|
+
#: action_names.rb:33
|
1275
|
+
msgid "Index module streams"
|
1276
|
+
msgstr ""
|
1277
|
+
|
1278
|
+
#: action_names.rb:34
|
1279
|
+
msgid "Index package groups"
|
1280
|
+
msgstr ""
|
1281
|
+
|
1282
|
+
#: action_names.rb:35
|
1283
|
+
msgid "Remove Content"
|
1284
|
+
msgstr ""
|
1285
|
+
|
1286
|
+
#: action_names.rb:36
|
1287
|
+
msgid "Synchronize"
|
1288
|
+
msgstr ""
|
1289
|
+
|
1290
|
+
#: action_names.rb:37
|
1291
|
+
msgid "Upload errata into"
|
1292
|
+
msgstr ""
|
1293
|
+
|
1294
|
+
#: action_names.rb:38
|
1295
|
+
msgid "Create Package Group"
|
1296
|
+
msgstr ""
|
1297
|
+
|
1298
|
+
#: action_names.rb:39
|
1299
|
+
msgid "Disable"
|
1300
|
+
msgstr ""
|
1301
|
+
|
1302
|
+
#: action_names.rb:40
|
1303
|
+
msgid "Enable"
|
1304
|
+
msgstr ""
|
1305
|
+
|
1306
|
+
#: action_names.rb:41
|
1307
|
+
msgid "Run Sync Plan"
|
1308
|
+
msgstr ""
|
1309
|
+
|
1310
|
+
#: action_names.rb:42
|
1311
|
+
msgid "Incremental Update"
|
1312
|
+
msgstr ""
|
1313
|
+
|
1314
|
+
#: action_names.rb:43
|
1315
|
+
msgid "Republish Version Repositories"
|
1316
|
+
msgstr ""
|
1317
|
+
|
1318
|
+
#: action_names.rb:44
|
1319
|
+
msgid "Delete Lifecycle Environment"
|
1320
|
+
msgstr ""
|
1321
|
+
|
1322
|
+
#: action_names.rb:45
|
1323
|
+
msgid "Publish Lifecycle Environment Repositories"
|
1324
|
+
msgstr ""
|
1325
|
+
|
1326
|
+
#: action_names.rb:46
|
1327
|
+
msgid "Attach subscriptions"
|
1328
|
+
msgstr ""
|
1329
|
+
|
1330
|
+
#: action_names.rb:47
|
1331
|
+
msgid "Auto attach subscriptions"
|
1332
|
+
msgstr ""
|
1333
|
+
|
1334
|
+
#: action_names.rb:48
|
1335
|
+
msgid "Destroy Content Host"
|
1336
|
+
msgstr ""
|
1337
|
+
|
1338
|
+
#: action_names.rb:49
|
1339
|
+
msgid "Install Applicable Errata"
|
1340
|
+
msgstr ""
|
1341
|
+
|
1342
|
+
#: action_names.rb:50
|
1343
|
+
msgid "Install erratum"
|
1344
|
+
msgstr ""
|
1345
|
+
|
1346
|
+
#: action_names.rb:51
|
1347
|
+
msgid "Hypervisors"
|
1348
|
+
msgstr ""
|
1349
|
+
|
1350
|
+
#: action_names.rb:52
|
1351
|
+
msgid "Hypervisors update"
|
1352
|
+
msgstr ""
|
1353
|
+
|
1354
|
+
#: action_names.rb:53
|
1355
|
+
msgid "Install package"
|
1356
|
+
msgstr ""
|
1357
|
+
|
1358
|
+
#: action_names.rb:54
|
1359
|
+
msgid "Install package group"
|
1360
|
+
msgstr ""
|
1361
|
+
|
1362
|
+
#: action_names.rb:55
|
1363
|
+
msgid "Remove package"
|
1364
|
+
msgstr ""
|
1365
|
+
|
1366
|
+
#: action_names.rb:56
|
1367
|
+
msgid "Update package"
|
1368
|
+
msgstr ""
|
1369
|
+
|
1370
|
+
#: action_names.rb:57
|
1371
|
+
msgid "Remove package group"
|
1372
|
+
msgstr ""
|
1373
|
+
|
1374
|
+
#: action_names.rb:58
|
1375
|
+
msgid "Remove subscriptions"
|
1376
|
+
msgstr ""
|
1377
|
+
|
1378
|
+
#: action_names.rb:59
|
1379
|
+
msgid "Update for host"
|
1380
|
+
msgstr ""
|
1381
|
+
|
1382
|
+
#: action_names.rb:60
|
1383
|
+
msgid "Update Content Overrides"
|
1384
|
+
msgstr ""
|
1385
|
+
|
1386
|
+
#: action_names.rb:61
|
1387
|
+
msgid "Update release version for host"
|
1388
|
+
msgstr ""
|
1389
|
+
|
1390
|
+
#: action_names.rb:62
|
1391
|
+
msgid "Package Profile Update"
|
1392
|
+
msgstr ""
|
1393
|
+
|
1394
|
+
#: action_names.rb:63
|
1395
|
+
msgid "Auto-attach subscriptions"
|
1396
|
+
msgstr ""
|
1397
|
+
|
1398
|
+
#: action_names.rb:64
|
1399
|
+
msgid "Destroy"
|
1400
|
+
msgstr ""
|
1401
|
+
|
1402
|
+
#: action_names.rb:65
|
1403
|
+
msgid "Product Create"
|
1404
|
+
msgstr ""
|
1405
|
+
|
1406
|
+
#: action_names.rb:66
|
1407
|
+
msgid "Delete Product"
|
1408
|
+
msgstr ""
|
1409
|
+
|
1410
|
+
#: action_names.rb:67
|
1411
|
+
msgid "Reindex subscriptions"
|
1412
|
+
msgstr ""
|
1413
|
+
|
1414
|
+
#: action_names.rb:68
|
1415
|
+
msgid "Delete Package Group"
|
1416
|
+
msgstr ""
|
1417
|
+
|
1418
|
+
#: action_names.rb:69
|
1419
|
+
msgid "Report"
|
1224
1420
|
msgstr ""
|