hammer_cli_foreman 0.1.3 → 0.1.4
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 hammer_cli_foreman might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/doc/release_notes.md +18 -0
- data/lib/hammer_cli_foreman.rb +4 -0
- data/lib/hammer_cli_foreman/auth_source.rb +10 -0
- data/lib/hammer_cli_foreman/auth_source_ldap.rb +70 -0
- data/lib/hammer_cli_foreman/commands.rb +47 -3
- data/lib/hammer_cli_foreman/credentials.rb +35 -4
- data/lib/hammer_cli_foreman/exceptions.rb +10 -1
- data/lib/hammer_cli_foreman/external_usergroup.rb +83 -0
- data/lib/hammer_cli_foreman/host.rb +26 -22
- data/lib/hammer_cli_foreman/hostgroup.rb +12 -5
- data/lib/hammer_cli_foreman/i18n.rb +4 -0
- data/lib/hammer_cli_foreman/id_resolver.rb +81 -13
- data/lib/hammer_cli_foreman/operating_system.rb +5 -44
- data/lib/hammer_cli_foreman/option_builders.rb +64 -5
- data/lib/hammer_cli_foreman/organization.rb +3 -3
- data/lib/hammer_cli_foreman/param_filters.rb +18 -2
- data/lib/hammer_cli_foreman/references.rb +9 -1
- data/lib/hammer_cli_foreman/role.rb +2 -5
- data/lib/hammer_cli_foreman/usergroup.rb +4 -0
- data/lib/hammer_cli_foreman/version.rb +1 -1
- data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/de/hammer-cli-foreman.po +2169 -0
- data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en/hammer-cli-foreman.po +1 -1
- data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/en_GB/hammer-cli-foreman.po +254 -81
- data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/es/hammer-cli-foreman.po +268 -94
- data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/fr/hammer-cli-foreman.po +258 -84
- data/locale/hammer-cli-foreman.pot +428 -321
- data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/it/hammer-cli-foreman.po +2168 -0
- data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ja/hammer-cli-foreman.po +2167 -0
- data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ko/hammer-cli-foreman.po +2167 -0
- data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/pt_BR/hammer-cli-foreman.po +2167 -0
- data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/ru/hammer-cli-foreman.po +2166 -0
- data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_CN/hammer-cli-foreman.po +2166 -0
- data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
- data/locale/zh_TW/hammer-cli-foreman.po +2166 -0
- data/test/unit/auth_source_ldap_test.rb +95 -0
- data/test/unit/credentials_test.rb +20 -7
- data/test/unit/data/1.6/foreman_api.json +1 -1
- data/test/unit/data/1.6/foreman_api_back.json +1 -0
- data/test/unit/data/1.6/whatever.json +1 -0
- data/test/unit/external_usergroup_test.rb +103 -0
- data/test/unit/helpers/command.rb +5 -1
- data/test/unit/host_test.rb +4 -4
- data/test/unit/hostgroup_test.rb +5 -5
- data/test/unit/media_test.rb +2 -2
- data/test/unit/operating_system_test.rb +7 -1
- data/test/unit/param_filters_test.rb +65 -0
- data/test/unit/smart_class_parameter_test.rb +1 -1
- metadata +335 -309
- data/lib/hammer_cli_foreman/smart_variables.rb +0 -111
@@ -6,9 +6,9 @@
|
|
6
6
|
#, fuzzy
|
7
7
|
msgid ""
|
8
8
|
msgstr ""
|
9
|
-
"Project-Id-Version: hammer-cli-foreman 0.1.
|
9
|
+
"Project-Id-Version: hammer-cli-foreman 0.1.4\n"
|
10
10
|
"Report-Msgid-Bugs-To: \n"
|
11
|
-
"POT-Creation-Date: 2014-
|
11
|
+
"POT-Creation-Date: 2014-12-11 13:21+0100\n"
|
12
12
|
"PO-Revision-Date: 2014-03-04 16:47+0000\n"
|
13
13
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14
14
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
@@ -19,15 +19,14 @@ msgstr ""
|
|
19
19
|
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
|
20
20
|
|
21
21
|
#: lib/hammer_cli_foreman/report.rb:10 lib/hammer_cli_foreman/report.rb:30
|
22
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:10
|
22
23
|
#: lib/hammer_cli_foreman/organization.rb:13
|
23
24
|
#: lib/hammer_cli_foreman/subnet.rb:10 lib/hammer_cli_foreman/model.rb:10
|
24
25
|
#: lib/hammer_cli_foreman/role.rb:11 lib/hammer_cli_foreman/media.rb:9
|
25
26
|
#: lib/hammer_cli_foreman/compute_resource.rb:11
|
26
|
-
#: lib/hammer_cli_foreman/
|
27
|
-
#: lib/hammer_cli_foreman/
|
28
|
-
#: lib/hammer_cli_foreman/
|
29
|
-
#: lib/hammer_cli_foreman/template.rb:25 lib/hammer_cli_foreman/host.rb:124
|
30
|
-
#: lib/hammer_cli_foreman/host.rb:195 lib/hammer_cli_foreman/host.rb:208
|
27
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:46
|
28
|
+
#: lib/hammer_cli_foreman/template.rb:25 lib/hammer_cli_foreman/host.rb:128
|
29
|
+
#: lib/hammer_cli_foreman/host.rb:199 lib/hammer_cli_foreman/host.rb:212
|
31
30
|
#: lib/hammer_cli_foreman/operating_system.rb:10
|
32
31
|
#: lib/hammer_cli_foreman/smart_proxy.rb:11
|
33
32
|
#: lib/hammer_cli_foreman/environment.rb:14
|
@@ -35,10 +34,11 @@ msgstr ""
|
|
35
34
|
#: lib/hammer_cli_foreman/domain.rb:10
|
36
35
|
#: lib/hammer_cli_foreman/smart_class_parameter.rb:8
|
37
36
|
#: lib/hammer_cli_foreman/smart_class_parameter.rb:66
|
38
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
37
|
+
#: lib/hammer_cli_foreman/usergroup.rb:11 lib/hammer_cli_foreman/image.rb:29
|
39
38
|
#: lib/hammer_cli_foreman/partition_table.rb:10
|
40
39
|
#: lib/hammer_cli_foreman/user.rb:10 lib/hammer_cli_foreman/filter.rb:9
|
41
40
|
#: lib/hammer_cli_foreman/filter.rb:72 lib/hammer_cli_foreman/location.rb:13
|
41
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:13
|
42
42
|
#: lib/hammer_cli_foreman/architecture.rb:10
|
43
43
|
msgid "Id"
|
44
44
|
msgstr ""
|
@@ -48,7 +48,7 @@ msgstr ""
|
|
48
48
|
msgid "Host"
|
49
49
|
msgstr ""
|
50
50
|
|
51
|
-
#: lib/hammer_cli_foreman/report.rb:12 lib/hammer_cli_foreman/host.rb:
|
51
|
+
#: lib/hammer_cli_foreman/report.rb:12 lib/hammer_cli_foreman/host.rb:181
|
52
52
|
msgid "Last report"
|
53
53
|
msgstr ""
|
54
54
|
|
@@ -148,28 +148,68 @@ msgstr ""
|
|
148
148
|
msgid "Could not delete the report"
|
149
149
|
msgstr ""
|
150
150
|
|
151
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:6
|
152
|
+
msgid "View and manage user group's external user groups"
|
153
|
+
msgstr ""
|
154
|
+
|
155
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:11
|
156
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:42
|
151
157
|
#: lib/hammer_cli_foreman/organization.rb:14
|
152
158
|
#: lib/hammer_cli_foreman/common_parameter.rb:12
|
153
159
|
#: lib/hammer_cli_foreman/subnet.rb:11 lib/hammer_cli_foreman/model.rb:11
|
154
160
|
#: lib/hammer_cli_foreman/role.rb:12 lib/hammer_cli_foreman/media.rb:10
|
155
161
|
#: lib/hammer_cli_foreman/compute_resource.rb:12
|
156
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
162
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:47
|
157
163
|
#: lib/hammer_cli_foreman/template.rb:26 lib/hammer_cli_foreman/template.rb:74
|
158
|
-
#: lib/hammer_cli_foreman/host.rb:
|
159
|
-
#: lib/hammer_cli_foreman/host.rb:
|
164
|
+
#: lib/hammer_cli_foreman/host.rb:129 lib/hammer_cli_foreman/host.rb:200
|
165
|
+
#: lib/hammer_cli_foreman/host.rb:213
|
160
166
|
#: lib/hammer_cli_foreman/operating_system.rb:22
|
161
167
|
#: lib/hammer_cli_foreman/smart_proxy.rb:12
|
162
168
|
#: lib/hammer_cli_foreman/environment.rb:15
|
163
169
|
#: lib/hammer_cli_foreman/puppet_class.rb:13
|
164
|
-
#: lib/hammer_cli_foreman/domain.rb:11 lib/hammer_cli_foreman/usergroup.rb:
|
170
|
+
#: lib/hammer_cli_foreman/domain.rb:11 lib/hammer_cli_foreman/usergroup.rb:12
|
165
171
|
#: lib/hammer_cli_foreman/image.rb:30 lib/hammer_cli_foreman/image.rb:70
|
166
172
|
#: lib/hammer_cli_foreman/partition_table.rb:11
|
167
173
|
#: lib/hammer_cli_foreman/user.rb:12 lib/hammer_cli_foreman/filter.rb:73
|
168
174
|
#: lib/hammer_cli_foreman/filter.rb:90 lib/hammer_cli_foreman/location.rb:14
|
175
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:14
|
169
176
|
#: lib/hammer_cli_foreman/architecture.rb:11
|
170
177
|
msgid "Name"
|
171
178
|
msgstr ""
|
172
179
|
|
180
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:12
|
181
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:43
|
182
|
+
msgid "Auth source"
|
183
|
+
msgstr ""
|
184
|
+
|
185
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:39
|
186
|
+
msgid "Refresh external user group"
|
187
|
+
msgstr ""
|
188
|
+
|
189
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:57
|
190
|
+
msgid "External user group created"
|
191
|
+
msgstr ""
|
192
|
+
|
193
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:58
|
194
|
+
msgid "Could not create external user group"
|
195
|
+
msgstr ""
|
196
|
+
|
197
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:65
|
198
|
+
msgid "External user group updated"
|
199
|
+
msgstr ""
|
200
|
+
|
201
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:66
|
202
|
+
msgid "Could not update external user group"
|
203
|
+
msgstr ""
|
204
|
+
|
205
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:73
|
206
|
+
msgid "External user group deleted"
|
207
|
+
msgstr ""
|
208
|
+
|
209
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:74
|
210
|
+
msgid "Could not delete the external user group"
|
211
|
+
msgstr ""
|
212
|
+
|
173
213
|
#: lib/hammer_cli_foreman/organization.rb:37
|
174
214
|
#: lib/hammer_cli_foreman/references.rb:15
|
175
215
|
msgid "Locations"
|
@@ -200,10 +240,7 @@ msgid "Could not delete the organization"
|
|
200
240
|
msgstr ""
|
201
241
|
|
202
242
|
#: lib/hammer_cli_foreman/common_parameter.rb:13
|
203
|
-
#: lib/hammer_cli_foreman/fact.rb:14
|
204
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:64
|
205
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:67
|
206
|
-
#: lib/hammer_cli_foreman/host.rb:282
|
243
|
+
#: lib/hammer_cli_foreman/fact.rb:14 lib/hammer_cli_foreman/host.rb:286
|
207
244
|
#: lib/hammer_cli_foreman/smart_class_parameter.rb:65
|
208
245
|
#: lib/hammer_cli_foreman/smart_class_parameter.rb:68
|
209
246
|
msgid "Value"
|
@@ -356,41 +393,41 @@ msgstr ""
|
|
356
393
|
msgid "User role id"
|
357
394
|
msgstr ""
|
358
395
|
|
359
|
-
#: lib/hammer_cli_foreman/role.rb:
|
396
|
+
#: lib/hammer_cli_foreman/role.rb:33 lib/hammer_cli_foreman/filter.rb:18
|
360
397
|
#: lib/hammer_cli_foreman/filter.rb:34 lib/hammer_cli_foreman/filter.rb:78
|
361
398
|
msgid "(Miscellaneous)"
|
362
399
|
msgstr ""
|
363
400
|
|
364
|
-
#: lib/hammer_cli_foreman/role.rb:
|
401
|
+
#: lib/hammer_cli_foreman/role.rb:34 lib/hammer_cli_foreman/filter.rb:19
|
365
402
|
#: lib/hammer_cli_foreman/filter.rb:35
|
366
403
|
msgid "none"
|
367
404
|
msgstr ""
|
368
405
|
|
369
|
-
#: lib/hammer_cli_foreman/role.rb:
|
406
|
+
#: lib/hammer_cli_foreman/role.rb:47
|
370
407
|
msgid "User role [%<name>s] created"
|
371
408
|
msgstr ""
|
372
409
|
|
373
|
-
#: lib/hammer_cli_foreman/role.rb:
|
410
|
+
#: lib/hammer_cli_foreman/role.rb:48
|
374
411
|
msgid "Could not create the user role"
|
375
412
|
msgstr ""
|
376
413
|
|
377
|
-
#: lib/hammer_cli_foreman/role.rb:
|
414
|
+
#: lib/hammer_cli_foreman/role.rb:55
|
378
415
|
msgid "User role [%<name>s] updated"
|
379
416
|
msgstr ""
|
380
417
|
|
381
|
-
#: lib/hammer_cli_foreman/role.rb:
|
418
|
+
#: lib/hammer_cli_foreman/role.rb:56
|
382
419
|
msgid "Could not update the user role"
|
383
420
|
msgstr ""
|
384
421
|
|
385
|
-
#: lib/hammer_cli_foreman/role.rb:
|
422
|
+
#: lib/hammer_cli_foreman/role.rb:63
|
386
423
|
msgid "User role [%<name>s] deleted"
|
387
424
|
msgstr ""
|
388
425
|
|
389
|
-
#: lib/hammer_cli_foreman/role.rb:
|
426
|
+
#: lib/hammer_cli_foreman/role.rb:64
|
390
427
|
msgid "Could not delete the user roles"
|
391
428
|
msgstr ""
|
392
429
|
|
393
|
-
#: lib/hammer_cli_foreman/fact.rb:13 lib/hammer_cli_foreman/host.rb:
|
430
|
+
#: lib/hammer_cli_foreman/fact.rb:13 lib/hammer_cli_foreman/host.rb:285
|
394
431
|
msgid "Fact"
|
395
432
|
msgstr ""
|
396
433
|
|
@@ -451,7 +488,7 @@ msgstr ""
|
|
451
488
|
|
452
489
|
#: lib/hammer_cli_foreman/compute_resource.rb:23
|
453
490
|
#: lib/hammer_cli_foreman/compute_resource.rb:29
|
454
|
-
#: lib/hammer_cli_foreman/host.rb:
|
491
|
+
#: lib/hammer_cli_foreman/host.rb:161 lib/hammer_cli_foreman/image.rb:33
|
455
492
|
#: lib/hammer_cli_foreman/image.rb:71
|
456
493
|
msgid "UUID"
|
457
494
|
msgstr ""
|
@@ -474,7 +511,6 @@ msgid "Url"
|
|
474
511
|
msgstr ""
|
475
512
|
|
476
513
|
#: lib/hammer_cli_foreman/compute_resource.rb:44
|
477
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:52
|
478
514
|
#: lib/hammer_cli_foreman/domain.rb:21
|
479
515
|
#: lib/hammer_cli_foreman/smart_class_parameter.rb:53
|
480
516
|
msgid "Description"
|
@@ -692,109 +728,6 @@ msgstr ""
|
|
692
728
|
msgid "Could not remove the user role"
|
693
729
|
msgstr ""
|
694
730
|
|
695
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:9
|
696
|
-
#: lib/hammer_cli_foreman/puppet_class.rb:34
|
697
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:10
|
698
|
-
msgid "Parameter"
|
699
|
-
msgstr ""
|
700
|
-
|
701
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:10
|
702
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:11
|
703
|
-
msgid "Default Value"
|
704
|
-
msgstr ""
|
705
|
-
|
706
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:11
|
707
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:12
|
708
|
-
msgid "Override"
|
709
|
-
msgstr ""
|
710
|
-
|
711
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:32
|
712
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:33
|
713
|
-
msgid "Puppet class"
|
714
|
-
msgstr ""
|
715
|
-
|
716
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:33
|
717
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:34
|
718
|
-
msgid "Class Id"
|
719
|
-
msgstr ""
|
720
|
-
|
721
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:53
|
722
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:57
|
723
|
-
#: lib/hammer_cli_foreman/template.rb:27
|
724
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:54
|
725
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:58
|
726
|
-
msgid "Type"
|
727
|
-
msgstr ""
|
728
|
-
|
729
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:54
|
730
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:55
|
731
|
-
msgid "Required"
|
732
|
-
msgstr ""
|
733
|
-
|
734
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:56
|
735
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:57
|
736
|
-
msgid "Validator"
|
737
|
-
msgstr ""
|
738
|
-
|
739
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:58
|
740
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:59
|
741
|
-
msgid "Rule"
|
742
|
-
msgstr ""
|
743
|
-
|
744
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:60
|
745
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:61
|
746
|
-
msgid "Override values"
|
747
|
-
msgstr ""
|
748
|
-
|
749
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:61
|
750
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:62
|
751
|
-
msgid "Order"
|
752
|
-
msgstr ""
|
753
|
-
|
754
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:62
|
755
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:63
|
756
|
-
msgid "Count"
|
757
|
-
msgstr ""
|
758
|
-
|
759
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:66
|
760
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:67
|
761
|
-
msgid "Match"
|
762
|
-
msgstr ""
|
763
|
-
|
764
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:85
|
765
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:86
|
766
|
-
msgid "Parameter updated"
|
767
|
-
msgstr ""
|
768
|
-
|
769
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:86
|
770
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:87
|
771
|
-
msgid "Could not update the parameter"
|
772
|
-
msgstr ""
|
773
|
-
|
774
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:90
|
775
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:91
|
776
|
-
msgid "Override this parameter."
|
777
|
-
msgstr ""
|
778
|
-
|
779
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:92
|
780
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:93
|
781
|
-
msgid "This parameter is required."
|
782
|
-
msgstr ""
|
783
|
-
|
784
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:94
|
785
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:95
|
786
|
-
msgid "Type of the parameter."
|
787
|
-
msgstr ""
|
788
|
-
|
789
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:97
|
790
|
-
#: lib/hammer_cli_foreman/smart_class_parameter.rb:98
|
791
|
-
msgid "Type of the validator."
|
792
|
-
msgstr ""
|
793
|
-
|
794
|
-
#: lib/hammer_cli_foreman/smart_variables.rb:109
|
795
|
-
msgid "Manipulate smart variables."
|
796
|
-
msgstr ""
|
797
|
-
|
798
731
|
#: lib/hammer_cli_foreman/hostgroup.rb:9
|
799
732
|
msgid "List of puppetclass ids"
|
800
733
|
msgstr ""
|
@@ -807,108 +740,119 @@ msgstr ""
|
|
807
740
|
msgid "Name of puppet proxy"
|
808
741
|
msgstr ""
|
809
742
|
|
810
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
811
|
-
msgid "
|
743
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:13
|
744
|
+
msgid "Name of parent hostgroup"
|
745
|
+
msgstr ""
|
746
|
+
|
747
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:48
|
748
|
+
#: lib/hammer_cli_foreman/operating_system.rb:11
|
749
|
+
msgid "Title"
|
812
750
|
msgstr ""
|
813
751
|
|
814
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
752
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:49 lib/hammer_cli_foreman/host.rb:130
|
815
753
|
#: lib/hammer_cli_foreman/image.rb:31
|
816
754
|
msgid "Operating System"
|
817
755
|
msgstr ""
|
818
756
|
|
819
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
757
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:50 lib/hammer_cli_foreman/host.rb:164
|
820
758
|
msgid "Environment"
|
821
759
|
msgstr ""
|
822
760
|
|
823
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
761
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:51 lib/hammer_cli_foreman/host.rb:185
|
824
762
|
msgid "Model"
|
825
763
|
msgstr ""
|
826
764
|
|
827
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
828
|
-
msgid "Ancestry"
|
829
|
-
msgstr ""
|
830
|
-
|
831
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:55 lib/hammer_cli_foreman/host.rb:183
|
765
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:61 lib/hammer_cli_foreman/host.rb:187
|
832
766
|
msgid "Subnet"
|
833
767
|
msgstr ""
|
834
768
|
|
835
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
769
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:63 lib/hammer_cli_foreman/host.rb:188
|
836
770
|
msgid "Domain"
|
837
771
|
msgstr ""
|
838
772
|
|
839
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
773
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:64 lib/hammer_cli_foreman/host.rb:192
|
840
774
|
#: lib/hammer_cli_foreman/image.rb:45
|
841
775
|
msgid "Architecture"
|
842
776
|
msgstr ""
|
843
777
|
|
844
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
778
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:65 lib/hammer_cli_foreman/host.rb:191
|
845
779
|
msgid "Partition Table"
|
846
780
|
msgstr ""
|
847
781
|
|
848
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
782
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:66 lib/hammer_cli_foreman/host.rb:184
|
849
783
|
msgid "Medium"
|
850
784
|
msgstr ""
|
851
785
|
|
852
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
786
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:67 lib/hammer_cli_foreman/host.rb:183
|
853
787
|
msgid "Puppet CA Proxy Id"
|
854
788
|
msgstr ""
|
855
789
|
|
856
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
790
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:68
|
857
791
|
msgid "Puppet Master Proxy Id"
|
858
792
|
msgstr ""
|
859
793
|
|
860
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
794
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:69
|
861
795
|
msgid "ComputeProfile"
|
862
796
|
msgstr ""
|
863
797
|
|
864
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
798
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:73
|
799
|
+
msgid "Parent Id"
|
800
|
+
msgstr ""
|
801
|
+
|
802
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:83
|
865
803
|
msgid "Hostgroup created"
|
866
804
|
msgstr ""
|
867
805
|
|
868
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
806
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:84
|
869
807
|
msgid "Could not create the hostgroup"
|
870
808
|
msgstr ""
|
871
809
|
|
872
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
810
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:93
|
873
811
|
msgid "Hostgroup updated"
|
874
812
|
msgstr ""
|
875
813
|
|
876
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
814
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:94
|
877
815
|
msgid "Could not update the hostgroup"
|
878
816
|
msgstr ""
|
879
817
|
|
880
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
818
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:101
|
881
819
|
msgid "Hostgroup deleted"
|
882
820
|
msgstr ""
|
883
821
|
|
884
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
822
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:102
|
885
823
|
msgid "Could not delete the hostgroup"
|
886
824
|
msgstr ""
|
887
825
|
|
888
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
826
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:129
|
889
827
|
msgid "Create or update parameter for a hostgroup."
|
890
828
|
msgstr ""
|
891
829
|
|
892
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
830
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:131
|
893
831
|
msgid "Hostgroup parameter updated"
|
894
832
|
msgstr ""
|
895
833
|
|
896
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
834
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:132
|
897
835
|
msgid "New hostgroup parameter created"
|
898
836
|
msgstr ""
|
899
837
|
|
900
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
838
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:133
|
901
839
|
msgid "Could not set hostgroup parameter"
|
902
840
|
msgstr ""
|
903
841
|
|
904
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
842
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:140
|
905
843
|
msgid "Delete parameter for a hostgroup."
|
906
844
|
msgstr ""
|
907
845
|
|
908
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
846
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:142
|
909
847
|
msgid "Hostgroup parameter deleted"
|
910
848
|
msgstr ""
|
911
849
|
|
850
|
+
#: lib/hammer_cli_foreman/template.rb:27
|
851
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:54
|
852
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:58
|
853
|
+
msgid "Type"
|
854
|
+
msgstr ""
|
855
|
+
|
912
856
|
#: lib/hammer_cli_foreman/template.rb:71
|
913
857
|
msgid "List available config template kinds."
|
914
858
|
msgstr ""
|
@@ -951,245 +895,267 @@ msgstr ""
|
|
951
895
|
msgid "Could not delete the config template"
|
952
896
|
msgstr ""
|
953
897
|
|
954
|
-
#: lib/hammer_cli_foreman/host.rb:
|
898
|
+
#: lib/hammer_cli_foreman/host.rb:12
|
899
|
+
msgid "Login of the owner"
|
900
|
+
msgstr ""
|
901
|
+
|
902
|
+
#: lib/hammer_cli_foreman/host.rb:14
|
903
|
+
msgid "ID of the owner"
|
904
|
+
msgstr ""
|
905
|
+
|
906
|
+
#: lib/hammer_cli_foreman/host.rb:39
|
955
907
|
msgid "Host parameters."
|
956
908
|
msgstr ""
|
957
909
|
|
958
|
-
#: lib/hammer_cli_foreman/host.rb:
|
910
|
+
#: lib/hammer_cli_foreman/host.rb:41
|
959
911
|
msgid "Compute resource attributes."
|
960
912
|
msgstr ""
|
961
913
|
|
962
|
-
#: lib/hammer_cli_foreman/host.rb:
|
914
|
+
#: lib/hammer_cli_foreman/host.rb:43
|
963
915
|
msgid "Volume parameters"
|
964
916
|
msgstr ""
|
965
917
|
|
966
|
-
#: lib/hammer_cli_foreman/host.rb:
|
918
|
+
#: lib/hammer_cli_foreman/host.rb:45
|
967
919
|
msgid "Interface parameters."
|
968
920
|
msgstr ""
|
969
921
|
|
970
|
-
#: lib/hammer_cli_foreman/host.rb:
|
922
|
+
#: lib/hammer_cli_foreman/host.rb:131
|
971
923
|
msgid "Host Group"
|
972
924
|
msgstr ""
|
973
925
|
|
974
|
-
#: lib/hammer_cli_foreman/host.rb:
|
975
|
-
#: lib/hammer_cli_foreman/host.rb:
|
926
|
+
#: lib/hammer_cli_foreman/host.rb:132 lib/hammer_cli_foreman/host.rb:201
|
927
|
+
#: lib/hammer_cli_foreman/host.rb:214
|
976
928
|
msgid "IP"
|
977
929
|
msgstr ""
|
978
930
|
|
979
|
-
#: lib/hammer_cli_foreman/host.rb:
|
980
|
-
#: lib/hammer_cli_foreman/host.rb:
|
931
|
+
#: lib/hammer_cli_foreman/host.rb:133 lib/hammer_cli_foreman/host.rb:202
|
932
|
+
#: lib/hammer_cli_foreman/host.rb:215
|
981
933
|
msgid "MAC"
|
982
934
|
msgstr ""
|
983
935
|
|
984
|
-
#: lib/hammer_cli_foreman/host.rb:
|
936
|
+
#: lib/hammer_cli_foreman/host.rb:162
|
985
937
|
msgid "Cert name"
|
986
938
|
msgstr ""
|
987
939
|
|
988
|
-
#: lib/hammer_cli_foreman/host.rb:
|
940
|
+
#: lib/hammer_cli_foreman/host.rb:166
|
989
941
|
msgid "Managed"
|
990
942
|
msgstr ""
|
991
943
|
|
992
|
-
#: lib/hammer_cli_foreman/host.rb:
|
944
|
+
#: lib/hammer_cli_foreman/host.rb:167
|
993
945
|
msgid "Enabled"
|
994
946
|
msgstr ""
|
995
947
|
|
996
|
-
#: lib/hammer_cli_foreman/host.rb:
|
948
|
+
#: lib/hammer_cli_foreman/host.rb:168
|
997
949
|
msgid "Build"
|
998
950
|
msgstr ""
|
999
951
|
|
1000
|
-
#: lib/hammer_cli_foreman/host.rb:
|
952
|
+
#: lib/hammer_cli_foreman/host.rb:170
|
1001
953
|
msgid "Use image"
|
1002
954
|
msgstr ""
|
1003
955
|
|
1004
|
-
#: lib/hammer_cli_foreman/host.rb:
|
956
|
+
#: lib/hammer_cli_foreman/host.rb:171
|
1005
957
|
msgid "Disk"
|
1006
958
|
msgstr ""
|
1007
959
|
|
1008
|
-
#: lib/hammer_cli_foreman/host.rb:
|
960
|
+
#: lib/hammer_cli_foreman/host.rb:172
|
1009
961
|
msgid "Image file"
|
1010
962
|
msgstr ""
|
1011
963
|
|
1012
|
-
#: lib/hammer_cli_foreman/host.rb:
|
964
|
+
#: lib/hammer_cli_foreman/host.rb:174
|
1013
965
|
msgid "SP Name"
|
1014
966
|
msgstr ""
|
1015
967
|
|
1016
|
-
#: lib/hammer_cli_foreman/host.rb:
|
968
|
+
#: lib/hammer_cli_foreman/host.rb:175
|
1017
969
|
msgid "SP IP"
|
1018
970
|
msgstr ""
|
1019
971
|
|
1020
|
-
#: lib/hammer_cli_foreman/host.rb:
|
972
|
+
#: lib/hammer_cli_foreman/host.rb:176
|
1021
973
|
msgid "SP MAC"
|
1022
974
|
msgstr ""
|
1023
975
|
|
1024
|
-
#: lib/hammer_cli_foreman/host.rb:
|
976
|
+
#: lib/hammer_cli_foreman/host.rb:178
|
1025
977
|
msgid "SP Subnet"
|
1026
978
|
msgstr ""
|
1027
979
|
|
1028
|
-
#: lib/hammer_cli_foreman/host.rb:
|
980
|
+
#: lib/hammer_cli_foreman/host.rb:180
|
1029
981
|
msgid "Installed at"
|
1030
982
|
msgstr ""
|
1031
983
|
|
1032
|
-
#: lib/hammer_cli_foreman/host.rb:
|
984
|
+
#: lib/hammer_cli_foreman/host.rb:186
|
1033
985
|
msgid "Owner Id"
|
1034
986
|
msgstr ""
|
1035
987
|
|
1036
|
-
#: lib/hammer_cli_foreman/host.rb:
|
988
|
+
#: lib/hammer_cli_foreman/host.rb:189
|
1037
989
|
msgid "Puppet Proxy Id"
|
1038
990
|
msgstr ""
|
1039
991
|
|
1040
|
-
#: lib/hammer_cli_foreman/host.rb:
|
992
|
+
#: lib/hammer_cli_foreman/host.rb:190
|
1041
993
|
msgid "Owner Type"
|
1042
994
|
msgstr ""
|
1043
995
|
|
1044
|
-
#: lib/hammer_cli_foreman/host.rb:
|
996
|
+
#: lib/hammer_cli_foreman/host.rb:193
|
1045
997
|
msgid "Image"
|
1046
998
|
msgstr ""
|
1047
999
|
|
1048
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1000
|
+
#: lib/hammer_cli_foreman/host.rb:194
|
1049
1001
|
msgid "Compute Resource"
|
1050
1002
|
msgstr ""
|
1051
1003
|
|
1052
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1004
|
+
#: lib/hammer_cli_foreman/host.rb:196
|
1053
1005
|
msgid "Comment"
|
1054
1006
|
msgstr ""
|
1055
1007
|
|
1056
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1008
|
+
#: lib/hammer_cli_foreman/host.rb:198
|
1057
1009
|
msgid "BMC Network Interfaces"
|
1058
1010
|
msgstr ""
|
1059
1011
|
|
1060
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1012
|
+
#: lib/hammer_cli_foreman/host.rb:203 lib/hammer_cli_foreman/host.rb:216
|
1061
1013
|
msgid "Domain Id"
|
1062
1014
|
msgstr ""
|
1063
1015
|
|
1064
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1016
|
+
#: lib/hammer_cli_foreman/host.rb:204 lib/hammer_cli_foreman/host.rb:217
|
1065
1017
|
msgid "Domain Name"
|
1066
1018
|
msgstr ""
|
1067
1019
|
|
1068
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1020
|
+
#: lib/hammer_cli_foreman/host.rb:205 lib/hammer_cli_foreman/host.rb:218
|
1069
1021
|
msgid "Subnet Id"
|
1070
1022
|
msgstr ""
|
1071
1023
|
|
1072
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1024
|
+
#: lib/hammer_cli_foreman/host.rb:206 lib/hammer_cli_foreman/host.rb:219
|
1073
1025
|
msgid "Subnet Name"
|
1074
1026
|
msgstr ""
|
1075
1027
|
|
1076
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1028
|
+
#: lib/hammer_cli_foreman/host.rb:207
|
1077
1029
|
msgid "BMC Username"
|
1078
1030
|
msgstr ""
|
1079
1031
|
|
1080
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1032
|
+
#: lib/hammer_cli_foreman/host.rb:208
|
1081
1033
|
msgid "BMC Password"
|
1082
1034
|
msgstr ""
|
1083
1035
|
|
1084
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1036
|
+
#: lib/hammer_cli_foreman/host.rb:211
|
1085
1037
|
msgid "Managed Network Interfaces"
|
1086
1038
|
msgstr ""
|
1087
1039
|
|
1088
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1040
|
+
#: lib/hammer_cli_foreman/host.rb:235
|
1089
1041
|
msgid "Status"
|
1090
1042
|
msgstr ""
|
1091
1043
|
|
1092
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1044
|
+
#: lib/hammer_cli_foreman/host.rb:236
|
1093
1045
|
msgid "Power"
|
1094
1046
|
msgstr ""
|
1095
1047
|
|
1096
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1048
|
+
#: lib/hammer_cli_foreman/host.rb:272
|
1097
1049
|
msgid "Puppet run triggered"
|
1098
1050
|
msgstr ""
|
1099
1051
|
|
1100
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1052
|
+
#: lib/hammer_cli_foreman/host.rb:323
|
1101
1053
|
msgid "Host created"
|
1102
1054
|
msgstr ""
|
1103
1055
|
|
1104
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1056
|
+
#: lib/hammer_cli_foreman/host.rb:324
|
1105
1057
|
msgid "Could not create the host"
|
1106
1058
|
msgstr ""
|
1107
1059
|
|
1108
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1060
|
+
#: lib/hammer_cli_foreman/host.rb:345
|
1109
1061
|
msgid "Host updated"
|
1110
1062
|
msgstr ""
|
1111
1063
|
|
1112
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1064
|
+
#: lib/hammer_cli_foreman/host.rb:346
|
1113
1065
|
msgid "Could not update the host"
|
1114
1066
|
msgstr ""
|
1115
1067
|
|
1116
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1068
|
+
#: lib/hammer_cli_foreman/host.rb:353
|
1117
1069
|
msgid "Host deleted"
|
1118
1070
|
msgstr ""
|
1119
1071
|
|
1120
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1072
|
+
#: lib/hammer_cli_foreman/host.rb:354
|
1121
1073
|
msgid "Could not delete the host"
|
1122
1074
|
msgstr ""
|
1123
1075
|
|
1124
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1076
|
+
#: lib/hammer_cli_foreman/host.rb:361
|
1125
1077
|
msgid "Create or update parameter for a host."
|
1126
1078
|
msgstr ""
|
1127
1079
|
|
1128
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1080
|
+
#: lib/hammer_cli_foreman/host.rb:363
|
1129
1081
|
msgid "Host parameter updated"
|
1130
1082
|
msgstr ""
|
1131
1083
|
|
1132
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1084
|
+
#: lib/hammer_cli_foreman/host.rb:364
|
1133
1085
|
msgid "New host parameter created"
|
1134
1086
|
msgstr ""
|
1135
1087
|
|
1136
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1088
|
+
#: lib/hammer_cli_foreman/host.rb:365
|
1137
1089
|
msgid "Could not set host parameter"
|
1138
1090
|
msgstr ""
|
1139
1091
|
|
1140
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1092
|
+
#: lib/hammer_cli_foreman/host.rb:377
|
1141
1093
|
msgid "Delete parameter for a host."
|
1142
1094
|
msgstr ""
|
1143
1095
|
|
1144
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1096
|
+
#: lib/hammer_cli_foreman/host.rb:379
|
1145
1097
|
msgid "Host parameter deleted"
|
1146
1098
|
msgstr ""
|
1147
1099
|
|
1148
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1100
|
+
#: lib/hammer_cli_foreman/host.rb:394
|
1149
1101
|
msgid "Power a host on"
|
1150
1102
|
msgstr ""
|
1151
1103
|
|
1152
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1104
|
+
#: lib/hammer_cli_foreman/host.rb:395
|
1153
1105
|
msgid "The host is starting."
|
1154
1106
|
msgstr ""
|
1155
1107
|
|
1156
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1108
|
+
#: lib/hammer_cli_foreman/host.rb:412
|
1157
1109
|
msgid "Force turning off a host"
|
1158
1110
|
msgstr ""
|
1159
1111
|
|
1160
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1112
|
+
#: lib/hammer_cli_foreman/host.rb:417
|
1161
1113
|
msgid "Power a host off"
|
1162
1114
|
msgstr ""
|
1163
1115
|
|
1164
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1116
|
+
#: lib/hammer_cli_foreman/host.rb:429
|
1165
1117
|
msgid "Power off forced."
|
1166
1118
|
msgstr ""
|
1167
1119
|
|
1168
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1120
|
+
#: lib/hammer_cli_foreman/host.rb:431
|
1169
1121
|
msgid "Powering the host off."
|
1170
1122
|
msgstr ""
|
1171
1123
|
|
1172
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1124
|
+
#: lib/hammer_cli_foreman/host.rb:448
|
1173
1125
|
msgid "Reboot a host"
|
1174
1126
|
msgstr ""
|
1175
1127
|
|
1176
|
-
#: lib/hammer_cli_foreman/host.rb:
|
1128
|
+
#: lib/hammer_cli_foreman/host.rb:449
|
1177
1129
|
msgid "Host reboot started."
|
1178
1130
|
msgstr ""
|
1179
1131
|
|
1180
|
-
#: lib/hammer_cli_foreman/commands.rb:
|
1132
|
+
#: lib/hammer_cli_foreman/commands.rb:83
|
1181
1133
|
msgid "Received data of unknown format"
|
1182
1134
|
msgstr ""
|
1183
1135
|
|
1184
|
-
#: lib/hammer_cli_foreman/commands.rb:
|
1136
|
+
#: lib/hammer_cli_foreman/commands.rb:185
|
1137
|
+
msgid ""
|
1138
|
+
"Could not find %{resource}. Some search options were missing, please see --"
|
1139
|
+
"help."
|
1140
|
+
msgstr ""
|
1141
|
+
|
1142
|
+
#: lib/hammer_cli_foreman/commands.rb:187
|
1143
|
+
msgid "Could not find %{resource}, please set option %{switches}."
|
1144
|
+
msgstr ""
|
1145
|
+
|
1146
|
+
#: lib/hammer_cli_foreman/commands.rb:189
|
1147
|
+
msgid "Could not find %{resource}, please set one of options %{switches}."
|
1148
|
+
msgstr ""
|
1149
|
+
|
1150
|
+
#: lib/hammer_cli_foreman/commands.rb:288
|
1185
1151
|
msgid "List next page? (%s): "
|
1186
1152
|
msgstr ""
|
1187
1153
|
|
1188
|
-
#: lib/hammer_cli_foreman/commands.rb:
|
1154
|
+
#: lib/hammer_cli_foreman/commands.rb:492
|
1189
1155
|
msgid "Associate a resource"
|
1190
1156
|
msgstr ""
|
1191
1157
|
|
1192
|
-
#: lib/hammer_cli_foreman/commands.rb:
|
1158
|
+
#: lib/hammer_cli_foreman/commands.rb:514
|
1193
1159
|
msgid "Disassociate a resource"
|
1194
1160
|
msgstr ""
|
1195
1161
|
|
@@ -1262,12 +1228,12 @@ msgstr ""
|
|
1262
1228
|
msgid "Roles"
|
1263
1229
|
msgstr ""
|
1264
1230
|
|
1265
|
-
#: lib/hammer_cli_foreman/
|
1266
|
-
msgid "
|
1231
|
+
#: lib/hammer_cli_foreman/references.rb:139
|
1232
|
+
msgid "External user groups"
|
1267
1233
|
msgstr ""
|
1268
1234
|
|
1269
|
-
#: lib/hammer_cli_foreman/
|
1270
|
-
msgid "
|
1235
|
+
#: lib/hammer_cli_foreman/resource_supported_test.rb:11
|
1236
|
+
msgid "The server does not support such operation."
|
1271
1237
|
msgstr ""
|
1272
1238
|
|
1273
1239
|
#: lib/hammer_cli_foreman/operating_system.rb:12
|
@@ -1298,105 +1264,85 @@ msgstr ""
|
|
1298
1264
|
msgid "Architectures"
|
1299
1265
|
msgstr ""
|
1300
1266
|
|
1301
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1302
|
-
#: lib/hammer_cli_foreman/operating_system.rb:73
|
1303
|
-
msgid "set associated architectures"
|
1304
|
-
msgstr ""
|
1305
|
-
|
1306
|
-
#: lib/hammer_cli_foreman/operating_system.rb:48
|
1307
|
-
#: lib/hammer_cli_foreman/operating_system.rb:75
|
1308
|
-
msgid "set associated templates"
|
1309
|
-
msgstr ""
|
1310
|
-
|
1311
|
-
#: lib/hammer_cli_foreman/operating_system.rb:50
|
1312
|
-
#: lib/hammer_cli_foreman/operating_system.rb:77
|
1313
|
-
msgid "set associated installation media"
|
1314
|
-
msgstr ""
|
1315
|
-
|
1316
|
-
#: lib/hammer_cli_foreman/operating_system.rb:52
|
1317
|
-
#: lib/hammer_cli_foreman/operating_system.rb:79
|
1318
|
-
msgid "set associated partition tables"
|
1319
|
-
msgstr ""
|
1320
|
-
|
1321
|
-
#: lib/hammer_cli_foreman/operating_system.rb:55
|
1267
|
+
#: lib/hammer_cli_foreman/operating_system.rb:44
|
1322
1268
|
msgid "Operating system created"
|
1323
1269
|
msgstr ""
|
1324
1270
|
|
1325
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1271
|
+
#: lib/hammer_cli_foreman/operating_system.rb:45
|
1326
1272
|
msgid "Could not create the operating system"
|
1327
1273
|
msgstr ""
|
1328
1274
|
|
1329
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1275
|
+
#: lib/hammer_cli_foreman/operating_system.rb:52
|
1330
1276
|
msgid "Operating system updated"
|
1331
1277
|
msgstr ""
|
1332
1278
|
|
1333
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1279
|
+
#: lib/hammer_cli_foreman/operating_system.rb:53
|
1334
1280
|
msgid "Could not update the operating system"
|
1335
1281
|
msgstr ""
|
1336
1282
|
|
1337
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1283
|
+
#: lib/hammer_cli_foreman/operating_system.rb:60
|
1338
1284
|
msgid "Operating system deleted"
|
1339
1285
|
msgstr ""
|
1340
1286
|
|
1341
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1287
|
+
#: lib/hammer_cli_foreman/operating_system.rb:61
|
1342
1288
|
msgid "Could not delete the operating system"
|
1343
1289
|
msgstr ""
|
1344
1290
|
|
1345
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1291
|
+
#: lib/hammer_cli_foreman/operating_system.rb:68
|
1346
1292
|
msgid "Create or update parameter for an operating system."
|
1347
1293
|
msgstr ""
|
1348
1294
|
|
1349
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1295
|
+
#: lib/hammer_cli_foreman/operating_system.rb:70
|
1350
1296
|
msgid "Operating system parameter updated"
|
1351
1297
|
msgstr ""
|
1352
1298
|
|
1353
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1299
|
+
#: lib/hammer_cli_foreman/operating_system.rb:71
|
1354
1300
|
msgid "New operating system parameter created"
|
1355
1301
|
msgstr ""
|
1356
1302
|
|
1357
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1303
|
+
#: lib/hammer_cli_foreman/operating_system.rb:72
|
1358
1304
|
msgid "Could not set operating system parameter"
|
1359
1305
|
msgstr ""
|
1360
1306
|
|
1361
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1307
|
+
#: lib/hammer_cli_foreman/operating_system.rb:84
|
1362
1308
|
msgid "Delete parameter for an operating system."
|
1363
1309
|
msgstr ""
|
1364
1310
|
|
1365
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1311
|
+
#: lib/hammer_cli_foreman/operating_system.rb:86
|
1366
1312
|
msgid "operating system parameter deleted"
|
1367
1313
|
msgstr ""
|
1368
1314
|
|
1369
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1370
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1315
|
+
#: lib/hammer_cli_foreman/operating_system.rb:101
|
1316
|
+
#: lib/hammer_cli_foreman/operating_system.rb:167
|
1371
1317
|
msgid "operatingsystem id"
|
1372
1318
|
msgstr ""
|
1373
1319
|
|
1374
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1320
|
+
#: lib/hammer_cli_foreman/operating_system.rb:102
|
1375
1321
|
msgid "config template id to be set"
|
1376
1322
|
msgstr ""
|
1377
1323
|
|
1378
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1324
|
+
#: lib/hammer_cli_foreman/operating_system.rb:105
|
1379
1325
|
msgid ""
|
1380
1326
|
"[%{config_template_name}] was set as default %{template_kind_name} template"
|
1381
1327
|
msgstr ""
|
1382
1328
|
|
1383
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1329
|
+
#: lib/hammer_cli_foreman/operating_system.rb:106
|
1384
1330
|
msgid "Could not set the os default template"
|
1385
1331
|
msgstr ""
|
1386
1332
|
|
1387
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1333
|
+
#: lib/hammer_cli_foreman/operating_system.rb:168
|
1388
1334
|
msgid "Type of the config template"
|
1389
1335
|
msgstr ""
|
1390
1336
|
|
1391
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1337
|
+
#: lib/hammer_cli_foreman/operating_system.rb:170
|
1392
1338
|
msgid "Default template deleted"
|
1393
1339
|
msgstr ""
|
1394
1340
|
|
1395
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1341
|
+
#: lib/hammer_cli_foreman/operating_system.rb:171
|
1396
1342
|
msgid "Could not delete the default template"
|
1397
1343
|
msgstr ""
|
1398
1344
|
|
1399
|
-
#: lib/hammer_cli_foreman/operating_system.rb:
|
1345
|
+
#: lib/hammer_cli_foreman/operating_system.rb:178
|
1400
1346
|
msgid "Default template of type %s not found"
|
1401
1347
|
msgstr ""
|
1402
1348
|
|
@@ -1481,6 +1427,11 @@ msgstr ""
|
|
1481
1427
|
msgid "Smart variables"
|
1482
1428
|
msgstr ""
|
1483
1429
|
|
1430
|
+
#: lib/hammer_cli_foreman/puppet_class.rb:34
|
1431
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:10
|
1432
|
+
msgid "Parameter"
|
1433
|
+
msgstr ""
|
1434
|
+
|
1484
1435
|
#: lib/hammer_cli_foreman/puppet_class.rb:35
|
1485
1436
|
msgid "Default value"
|
1486
1437
|
msgstr ""
|
@@ -1545,6 +1496,74 @@ msgstr ""
|
|
1545
1496
|
msgid "Domain parameter deleted"
|
1546
1497
|
msgstr ""
|
1547
1498
|
|
1499
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:11
|
1500
|
+
msgid "Default Value"
|
1501
|
+
msgstr ""
|
1502
|
+
|
1503
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:12
|
1504
|
+
msgid "Override"
|
1505
|
+
msgstr ""
|
1506
|
+
|
1507
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:33
|
1508
|
+
msgid "Puppet class"
|
1509
|
+
msgstr ""
|
1510
|
+
|
1511
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:34
|
1512
|
+
msgid "Class Id"
|
1513
|
+
msgstr ""
|
1514
|
+
|
1515
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:55
|
1516
|
+
msgid "Required"
|
1517
|
+
msgstr ""
|
1518
|
+
|
1519
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:57
|
1520
|
+
msgid "Validator"
|
1521
|
+
msgstr ""
|
1522
|
+
|
1523
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:59
|
1524
|
+
msgid "Rule"
|
1525
|
+
msgstr ""
|
1526
|
+
|
1527
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:61
|
1528
|
+
msgid "Override values"
|
1529
|
+
msgstr ""
|
1530
|
+
|
1531
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:62
|
1532
|
+
msgid "Order"
|
1533
|
+
msgstr ""
|
1534
|
+
|
1535
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:63
|
1536
|
+
msgid "Count"
|
1537
|
+
msgstr ""
|
1538
|
+
|
1539
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:67
|
1540
|
+
msgid "Match"
|
1541
|
+
msgstr ""
|
1542
|
+
|
1543
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:86
|
1544
|
+
msgid "Parameter updated"
|
1545
|
+
msgstr ""
|
1546
|
+
|
1547
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:87
|
1548
|
+
msgid "Could not update the parameter"
|
1549
|
+
msgstr ""
|
1550
|
+
|
1551
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:91
|
1552
|
+
msgid "Override this parameter."
|
1553
|
+
msgstr ""
|
1554
|
+
|
1555
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:93
|
1556
|
+
msgid "This parameter is required."
|
1557
|
+
msgstr ""
|
1558
|
+
|
1559
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:95
|
1560
|
+
msgid "Type of the parameter."
|
1561
|
+
msgstr ""
|
1562
|
+
|
1563
|
+
#: lib/hammer_cli_foreman/smart_class_parameter.rb:98
|
1564
|
+
msgid "Type of the validator."
|
1565
|
+
msgstr ""
|
1566
|
+
|
1548
1567
|
#: lib/hammer_cli_foreman/auth.rb:7
|
1549
1568
|
msgid "Set credentials"
|
1550
1569
|
msgstr ""
|
@@ -1571,27 +1590,27 @@ msgid ""
|
|
1571
1590
|
"credentials."
|
1572
1591
|
msgstr ""
|
1573
1592
|
|
1574
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1593
|
+
#: lib/hammer_cli_foreman/usergroup.rb:31
|
1575
1594
|
msgid "User group [%<name>s] created"
|
1576
1595
|
msgstr ""
|
1577
1596
|
|
1578
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1597
|
+
#: lib/hammer_cli_foreman/usergroup.rb:32
|
1579
1598
|
msgid "Could not create the user group"
|
1580
1599
|
msgstr ""
|
1581
1600
|
|
1582
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1601
|
+
#: lib/hammer_cli_foreman/usergroup.rb:38
|
1583
1602
|
msgid "User group [%<name>s] updated"
|
1584
1603
|
msgstr ""
|
1585
1604
|
|
1586
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1605
|
+
#: lib/hammer_cli_foreman/usergroup.rb:39
|
1587
1606
|
msgid "Could not update the user group"
|
1588
1607
|
msgstr ""
|
1589
1608
|
|
1590
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1609
|
+
#: lib/hammer_cli_foreman/usergroup.rb:45
|
1591
1610
|
msgid "User group [%<name>s] deleted"
|
1592
1611
|
msgstr ""
|
1593
1612
|
|
1594
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1613
|
+
#: lib/hammer_cli_foreman/usergroup.rb:46
|
1595
1614
|
msgid "Could not delete the user group"
|
1596
1615
|
msgstr ""
|
1597
1616
|
|
@@ -1668,103 +1687,111 @@ msgstr ""
|
|
1668
1687
|
msgid "Could not delete the partition table"
|
1669
1688
|
msgstr ""
|
1670
1689
|
|
1671
|
-
#: lib/hammer_cli_foreman/credentials.rb:
|
1672
|
-
msgid "[Foreman]
|
1690
|
+
#: lib/hammer_cli_foreman/credentials.rb:26
|
1691
|
+
msgid "[Foreman] Username: "
|
1673
1692
|
msgstr ""
|
1674
1693
|
|
1675
|
-
#: lib/hammer_cli_foreman/credentials.rb:
|
1676
|
-
msgid "[Foreman]
|
1694
|
+
#: lib/hammer_cli_foreman/credentials.rb:33
|
1695
|
+
msgid "[Foreman] Password for %s: "
|
1677
1696
|
msgstr ""
|
1678
1697
|
|
1679
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1698
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:36
|
1680
1699
|
msgid "Architecture name"
|
1681
1700
|
msgstr ""
|
1682
1701
|
|
1683
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1702
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:37
|
1684
1703
|
msgid "Compute resource name"
|
1685
1704
|
msgstr ""
|
1686
1705
|
|
1687
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1706
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:38
|
1688
1707
|
msgid "Domain name"
|
1689
1708
|
msgstr ""
|
1690
1709
|
|
1691
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1710
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:39
|
1692
1711
|
msgid "Environment name"
|
1693
1712
|
msgstr ""
|
1694
1713
|
|
1695
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1714
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:42
|
1696
1715
|
msgid "Host name"
|
1697
1716
|
msgstr ""
|
1698
1717
|
|
1699
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1718
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:43
|
1700
1719
|
msgid "Hostgroup name"
|
1701
1720
|
msgstr ""
|
1702
1721
|
|
1703
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1722
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:45
|
1704
1723
|
msgid "Location name"
|
1705
1724
|
msgstr ""
|
1706
1725
|
|
1707
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1726
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:46
|
1708
1727
|
msgid "Medium name"
|
1709
1728
|
msgstr ""
|
1710
1729
|
|
1711
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1730
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:47
|
1712
1731
|
msgid "Model name"
|
1713
1732
|
msgstr ""
|
1714
1733
|
|
1715
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1734
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:48
|
1716
1735
|
msgid "Organization name"
|
1717
1736
|
msgstr ""
|
1718
1737
|
|
1719
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1738
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:49
|
1739
|
+
msgid "Operating system title"
|
1740
|
+
msgstr ""
|
1741
|
+
|
1742
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:50
|
1720
1743
|
msgid "Partition table name"
|
1721
1744
|
msgstr ""
|
1722
1745
|
|
1723
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1746
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:51
|
1724
1747
|
msgid "Proxy name"
|
1725
1748
|
msgstr ""
|
1726
1749
|
|
1727
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1750
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:52
|
1728
1751
|
msgid "Puppet class name"
|
1729
1752
|
msgstr ""
|
1730
1753
|
|
1731
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1754
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:53
|
1732
1755
|
msgid "Report name"
|
1733
1756
|
msgstr ""
|
1734
1757
|
|
1735
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1758
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:54
|
1736
1759
|
msgid "User role name"
|
1737
1760
|
msgstr ""
|
1738
1761
|
|
1739
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1762
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:55
|
1740
1763
|
msgid "Subnet name"
|
1741
1764
|
msgstr ""
|
1742
1765
|
|
1743
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1766
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:57
|
1744
1767
|
msgid "User's login to search by"
|
1745
1768
|
msgstr ""
|
1746
1769
|
|
1747
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1770
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:58
|
1748
1771
|
msgid "Common parameter name"
|
1749
1772
|
msgstr ""
|
1750
1773
|
|
1751
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1774
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:59
|
1752
1775
|
msgid "Smart class parameter name"
|
1753
1776
|
msgstr ""
|
1754
1777
|
|
1755
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1778
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:61
|
1756
1779
|
msgid "Name to search by"
|
1757
1780
|
msgstr ""
|
1758
1781
|
|
1759
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1782
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:149
|
1783
|
+
msgid "one of %s not found"
|
1784
|
+
msgstr ""
|
1785
|
+
|
1786
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:191
|
1760
1787
|
msgid "%s not found"
|
1761
1788
|
msgstr ""
|
1762
1789
|
|
1763
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1790
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:192
|
1764
1791
|
msgid "%s found more than once"
|
1765
1792
|
msgstr ""
|
1766
1793
|
|
1767
|
-
#: lib/hammer_cli_foreman/id_resolver.rb:
|
1794
|
+
#: lib/hammer_cli_foreman/id_resolver.rb:203
|
1768
1795
|
msgid "Missing options to search %s"
|
1769
1796
|
msgstr ""
|
1770
1797
|
|
@@ -1885,6 +1912,82 @@ msgstr ""
|
|
1885
1912
|
msgid "Could not delete the location"
|
1886
1913
|
msgstr ""
|
1887
1914
|
|
1915
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:7
|
1916
|
+
msgid "Manage LDAP auth sources."
|
1917
|
+
msgstr ""
|
1918
|
+
|
1919
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:15
|
1920
|
+
msgid "LDAPS?"
|
1921
|
+
msgstr ""
|
1922
|
+
|
1923
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:16
|
1924
|
+
msgid "Port"
|
1925
|
+
msgstr ""
|
1926
|
+
|
1927
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:17
|
1928
|
+
msgid "Server Type"
|
1929
|
+
msgstr ""
|
1930
|
+
|
1931
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:27
|
1932
|
+
msgid "Account Username"
|
1933
|
+
msgstr ""
|
1934
|
+
|
1935
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:28
|
1936
|
+
msgid "Base DN"
|
1937
|
+
msgstr ""
|
1938
|
+
|
1939
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:29
|
1940
|
+
msgid "LDAP filter"
|
1941
|
+
msgstr ""
|
1942
|
+
|
1943
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:30
|
1944
|
+
msgid "Automatically Create Accounts?"
|
1945
|
+
msgstr ""
|
1946
|
+
|
1947
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:31
|
1948
|
+
msgid "Login Name Attribute"
|
1949
|
+
msgstr ""
|
1950
|
+
|
1951
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:32
|
1952
|
+
msgid "First Name Attribute"
|
1953
|
+
msgstr ""
|
1954
|
+
|
1955
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:33
|
1956
|
+
msgid "Last Name Attribute"
|
1957
|
+
msgstr ""
|
1958
|
+
|
1959
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:34
|
1960
|
+
msgid "Email Address Attribute"
|
1961
|
+
msgstr ""
|
1962
|
+
|
1963
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:35
|
1964
|
+
msgid "Photo Attribute"
|
1965
|
+
msgstr ""
|
1966
|
+
|
1967
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:43
|
1968
|
+
msgid "Auth source created"
|
1969
|
+
msgstr ""
|
1970
|
+
|
1971
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:44
|
1972
|
+
msgid "Could not create the Auth Source"
|
1973
|
+
msgstr ""
|
1974
|
+
|
1975
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:51
|
1976
|
+
msgid "Auth source deleted"
|
1977
|
+
msgstr ""
|
1978
|
+
|
1979
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:52
|
1980
|
+
msgid "Could not delete the Auth Source"
|
1981
|
+
msgstr ""
|
1982
|
+
|
1983
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:59
|
1984
|
+
msgid "Auth source updated"
|
1985
|
+
msgstr ""
|
1986
|
+
|
1987
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:60
|
1988
|
+
msgid "Could not update the Auth Source"
|
1989
|
+
msgstr ""
|
1990
|
+
|
1888
1991
|
#: lib/hammer_cli_foreman/architecture.rb:31
|
1889
1992
|
msgid "Architecture created"
|
1890
1993
|
msgstr ""
|
@@ -1918,89 +2021,93 @@ msgid "Manipulate architectures."
|
|
1918
2021
|
msgstr ""
|
1919
2022
|
|
1920
2023
|
#: lib/hammer_cli_foreman.rb:38
|
1921
|
-
msgid "Manipulate
|
2024
|
+
msgid "Manipulate auth sources."
|
1922
2025
|
msgstr ""
|
1923
2026
|
|
1924
2027
|
#: lib/hammer_cli_foreman.rb:42
|
1925
|
-
msgid "Manipulate
|
2028
|
+
msgid "Manipulate compute resources."
|
1926
2029
|
msgstr ""
|
1927
2030
|
|
1928
2031
|
#: lib/hammer_cli_foreman.rb:46
|
1929
|
-
msgid "Manipulate
|
2032
|
+
msgid "Manipulate domains."
|
1930
2033
|
msgstr ""
|
1931
2034
|
|
1932
2035
|
#: lib/hammer_cli_foreman.rb:50
|
1933
|
-
msgid "
|
2036
|
+
msgid "Manipulate environments."
|
1934
2037
|
msgstr ""
|
1935
2038
|
|
1936
2039
|
#: lib/hammer_cli_foreman.rb:54
|
1937
|
-
msgid "
|
2040
|
+
msgid "Search facts."
|
1938
2041
|
msgstr ""
|
1939
2042
|
|
1940
2043
|
#: lib/hammer_cli_foreman.rb:58
|
1941
|
-
msgid "
|
2044
|
+
msgid "Manage permission filters."
|
1942
2045
|
msgstr ""
|
1943
2046
|
|
1944
2047
|
#: lib/hammer_cli_foreman.rb:62
|
1945
|
-
msgid "Manipulate
|
2048
|
+
msgid "Manipulate hosts."
|
1946
2049
|
msgstr ""
|
1947
2050
|
|
1948
2051
|
#: lib/hammer_cli_foreman.rb:66
|
1949
|
-
msgid "Manipulate
|
2052
|
+
msgid "Manipulate hostgroups."
|
1950
2053
|
msgstr ""
|
1951
2054
|
|
1952
2055
|
#: lib/hammer_cli_foreman.rb:70
|
1953
|
-
msgid "Manipulate
|
2056
|
+
msgid "Manipulate locations."
|
1954
2057
|
msgstr ""
|
1955
2058
|
|
1956
2059
|
#: lib/hammer_cli_foreman.rb:74
|
1957
|
-
msgid "Manipulate
|
2060
|
+
msgid "Manipulate installation media."
|
1958
2061
|
msgstr ""
|
1959
2062
|
|
1960
2063
|
#: lib/hammer_cli_foreman.rb:78
|
1961
|
-
msgid "Manipulate
|
2064
|
+
msgid "Manipulate hardware models."
|
1962
2065
|
msgstr ""
|
1963
2066
|
|
1964
2067
|
#: lib/hammer_cli_foreman.rb:82
|
1965
|
-
msgid "Manipulate
|
2068
|
+
msgid "Manipulate operating system."
|
1966
2069
|
msgstr ""
|
1967
2070
|
|
1968
2071
|
#: lib/hammer_cli_foreman.rb:86
|
1969
|
-
msgid "Manipulate
|
2072
|
+
msgid "Manipulate organizations."
|
1970
2073
|
msgstr ""
|
1971
2074
|
|
1972
2075
|
#: lib/hammer_cli_foreman.rb:90
|
1973
|
-
msgid "
|
2076
|
+
msgid "Manipulate partition tables."
|
1974
2077
|
msgstr ""
|
1975
2078
|
|
1976
2079
|
#: lib/hammer_cli_foreman.rb:94
|
1977
|
-
msgid "
|
2080
|
+
msgid "Search puppet modules."
|
1978
2081
|
msgstr ""
|
1979
2082
|
|
1980
2083
|
#: lib/hammer_cli_foreman.rb:98
|
1981
|
-
msgid "
|
2084
|
+
msgid "Browse and read reports."
|
1982
2085
|
msgstr ""
|
1983
2086
|
|
1984
2087
|
#: lib/hammer_cli_foreman.rb:102
|
1985
|
-
msgid "
|
2088
|
+
msgid "Manage user roles."
|
1986
2089
|
msgstr ""
|
1987
2090
|
|
1988
2091
|
#: lib/hammer_cli_foreman.rb:106
|
1989
|
-
msgid "Manipulate smart
|
2092
|
+
msgid "Manipulate smart class parameters."
|
1990
2093
|
msgstr ""
|
1991
2094
|
|
1992
2095
|
#: lib/hammer_cli_foreman.rb:110
|
1993
|
-
msgid "Manipulate
|
2096
|
+
msgid "Manipulate smart proxies."
|
1994
2097
|
msgstr ""
|
1995
2098
|
|
1996
2099
|
#: lib/hammer_cli_foreman.rb:114
|
1997
|
-
msgid "Manipulate
|
2100
|
+
msgid "Manipulate subnets."
|
1998
2101
|
msgstr ""
|
1999
2102
|
|
2000
2103
|
#: lib/hammer_cli_foreman.rb:118
|
2001
|
-
msgid "Manipulate
|
2104
|
+
msgid "Manipulate config templates."
|
2002
2105
|
msgstr ""
|
2003
2106
|
|
2004
2107
|
#: lib/hammer_cli_foreman.rb:122
|
2108
|
+
msgid "Manipulate users."
|
2109
|
+
msgstr ""
|
2110
|
+
|
2111
|
+
#: lib/hammer_cli_foreman.rb:126
|
2005
2112
|
msgid "Manage user groups."
|
2006
2113
|
msgstr ""
|