hammer_cli_foreman 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
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
Binary file
|
Binary file
|
@@ -6,10 +6,10 @@
|
|
6
6
|
# Dominic Cleal <dcleal@redhat.com>, 2014
|
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-
|
12
|
-
"PO-Revision-Date: 2014-
|
11
|
+
"POT-Creation-Date: 2014-09-19 13:34+0200\n"
|
12
|
+
"PO-Revision-Date: 2014-09-20 09:37+0000\n"
|
13
13
|
"Last-Translator: Lukáš Zapletal\n"
|
14
14
|
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/foreman/language/en_GB/)\n"
|
15
15
|
"MIME-Version: 1.0\n"
|
@@ -19,13 +19,15 @@ msgstr ""
|
|
19
19
|
"Plural-Forms: nplurals=2; plural=(n != 1);\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
|
26
|
+
#: lib/hammer_cli_foreman/override_value.rb:28
|
25
27
|
#: lib/hammer_cli_foreman/compute_resource.rb:11
|
26
28
|
#: lib/hammer_cli_foreman/smart_variables.rb:7
|
27
29
|
#: lib/hammer_cli_foreman/smart_variables.rb:65
|
28
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
30
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:39
|
29
31
|
#: lib/hammer_cli_foreman/template.rb:25 lib/hammer_cli_foreman/host.rb:124
|
30
32
|
#: lib/hammer_cli_foreman/host.rb:195 lib/hammer_cli_foreman/host.rb:208
|
31
33
|
#: lib/hammer_cli_foreman/operating_system.rb:10
|
@@ -35,10 +37,11 @@ msgstr ""
|
|
35
37
|
#: lib/hammer_cli_foreman/domain.rb:10
|
36
38
|
#: lib/hammer_cli_foreman/smart_class_parameter.rb:8
|
37
39
|
#: lib/hammer_cli_foreman/smart_class_parameter.rb:66
|
38
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
40
|
+
#: lib/hammer_cli_foreman/usergroup.rb:11 lib/hammer_cli_foreman/image.rb:29
|
39
41
|
#: lib/hammer_cli_foreman/partition_table.rb:10
|
40
42
|
#: lib/hammer_cli_foreman/user.rb:10 lib/hammer_cli_foreman/filter.rb:9
|
41
43
|
#: lib/hammer_cli_foreman/filter.rb:72 lib/hammer_cli_foreman/location.rb:13
|
44
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:13
|
42
45
|
#: lib/hammer_cli_foreman/architecture.rb:10
|
43
46
|
msgid "Id"
|
44
47
|
msgstr ""
|
@@ -148,12 +151,19 @@ msgstr ""
|
|
148
151
|
msgid "Could not delete the report"
|
149
152
|
msgstr ""
|
150
153
|
|
154
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:6
|
155
|
+
msgid "View and manage user group's external user groups"
|
156
|
+
msgstr ""
|
157
|
+
|
158
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:11
|
159
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:42
|
151
160
|
#: lib/hammer_cli_foreman/organization.rb:14
|
152
161
|
#: lib/hammer_cli_foreman/common_parameter.rb:12
|
153
162
|
#: lib/hammer_cli_foreman/subnet.rb:11 lib/hammer_cli_foreman/model.rb:11
|
154
163
|
#: lib/hammer_cli_foreman/role.rb:12 lib/hammer_cli_foreman/media.rb:10
|
164
|
+
#: lib/hammer_cli_foreman/override_value.rb:29
|
155
165
|
#: lib/hammer_cli_foreman/compute_resource.rb:12
|
156
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
166
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:40
|
157
167
|
#: lib/hammer_cli_foreman/template.rb:26 lib/hammer_cli_foreman/template.rb:74
|
158
168
|
#: lib/hammer_cli_foreman/host.rb:125 lib/hammer_cli_foreman/host.rb:196
|
159
169
|
#: lib/hammer_cli_foreman/host.rb:209
|
@@ -161,15 +171,49 @@ msgstr ""
|
|
161
171
|
#: lib/hammer_cli_foreman/smart_proxy.rb:12
|
162
172
|
#: lib/hammer_cli_foreman/environment.rb:15
|
163
173
|
#: lib/hammer_cli_foreman/puppet_class.rb:13
|
164
|
-
#: lib/hammer_cli_foreman/domain.rb:11 lib/hammer_cli_foreman/usergroup.rb:
|
174
|
+
#: lib/hammer_cli_foreman/domain.rb:11 lib/hammer_cli_foreman/usergroup.rb:12
|
165
175
|
#: lib/hammer_cli_foreman/image.rb:30 lib/hammer_cli_foreman/image.rb:70
|
166
176
|
#: lib/hammer_cli_foreman/partition_table.rb:11
|
167
177
|
#: lib/hammer_cli_foreman/user.rb:12 lib/hammer_cli_foreman/filter.rb:73
|
168
178
|
#: lib/hammer_cli_foreman/filter.rb:90 lib/hammer_cli_foreman/location.rb:14
|
179
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:14
|
169
180
|
#: lib/hammer_cli_foreman/architecture.rb:11
|
170
181
|
msgid "Name"
|
171
182
|
msgstr "Name"
|
172
183
|
|
184
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:12
|
185
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:43
|
186
|
+
msgid "Auth source"
|
187
|
+
msgstr ""
|
188
|
+
|
189
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:39
|
190
|
+
msgid "Refresh external user group"
|
191
|
+
msgstr ""
|
192
|
+
|
193
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:57
|
194
|
+
msgid "External user group created"
|
195
|
+
msgstr ""
|
196
|
+
|
197
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:58
|
198
|
+
msgid "Could not create external user group"
|
199
|
+
msgstr ""
|
200
|
+
|
201
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:65
|
202
|
+
msgid "External user group updated"
|
203
|
+
msgstr ""
|
204
|
+
|
205
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:66
|
206
|
+
msgid "Could not update external user group"
|
207
|
+
msgstr ""
|
208
|
+
|
209
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:73
|
210
|
+
msgid "External user group deleted"
|
211
|
+
msgstr ""
|
212
|
+
|
213
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:74
|
214
|
+
msgid "Could not delete the external user group"
|
215
|
+
msgstr ""
|
216
|
+
|
173
217
|
#: lib/hammer_cli_foreman/organization.rb:37
|
174
218
|
#: lib/hammer_cli_foreman/references.rb:15
|
175
219
|
msgid "Locations"
|
@@ -427,6 +471,64 @@ msgstr ""
|
|
427
471
|
msgid "Could not delete the installation media"
|
428
472
|
msgstr ""
|
429
473
|
|
474
|
+
#: lib/hammer_cli_foreman/override_value.rb:7
|
475
|
+
msgid "View and manage override values"
|
476
|
+
msgstr ""
|
477
|
+
|
478
|
+
#: lib/hammer_cli_foreman/override_value.rb:30
|
479
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:42 lib/hammer_cli_foreman/host.rb:126
|
480
|
+
#: lib/hammer_cli_foreman/image.rb:31
|
481
|
+
msgid "Operating System"
|
482
|
+
msgstr ""
|
483
|
+
|
484
|
+
#: lib/hammer_cli_foreman/override_value.rb:31
|
485
|
+
#: lib/hammer_cli_foreman/image.rb:32
|
486
|
+
msgid "Username"
|
487
|
+
msgstr ""
|
488
|
+
|
489
|
+
#: lib/hammer_cli_foreman/override_value.rb:32
|
490
|
+
#: lib/hammer_cli_foreman/compute_resource.rb:23
|
491
|
+
#: lib/hammer_cli_foreman/compute_resource.rb:29
|
492
|
+
#: lib/hammer_cli_foreman/host.rb:157 lib/hammer_cli_foreman/image.rb:33
|
493
|
+
#: lib/hammer_cli_foreman/image.rb:71
|
494
|
+
msgid "UUID"
|
495
|
+
msgstr ""
|
496
|
+
|
497
|
+
#: lib/hammer_cli_foreman/override_value.rb:44
|
498
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:58 lib/hammer_cli_foreman/host.rb:188
|
499
|
+
#: lib/hammer_cli_foreman/image.rb:45
|
500
|
+
msgid "Architecture"
|
501
|
+
msgstr ""
|
502
|
+
|
503
|
+
#: lib/hammer_cli_foreman/override_value.rb:45
|
504
|
+
#: lib/hammer_cli_foreman/image.rb:46
|
505
|
+
msgid "IAM role"
|
506
|
+
msgstr ""
|
507
|
+
|
508
|
+
#: lib/hammer_cli_foreman/override_value.rb:55
|
509
|
+
msgid "OverrideValue created"
|
510
|
+
msgstr ""
|
511
|
+
|
512
|
+
#: lib/hammer_cli_foreman/override_value.rb:56
|
513
|
+
msgid "Could not create the override_value"
|
514
|
+
msgstr ""
|
515
|
+
|
516
|
+
#: lib/hammer_cli_foreman/override_value.rb:64
|
517
|
+
msgid "OverrideValue updated"
|
518
|
+
msgstr ""
|
519
|
+
|
520
|
+
#: lib/hammer_cli_foreman/override_value.rb:65
|
521
|
+
msgid "Could not update the override_value"
|
522
|
+
msgstr ""
|
523
|
+
|
524
|
+
#: lib/hammer_cli_foreman/override_value.rb:73
|
525
|
+
msgid "OverrideValue deleted"
|
526
|
+
msgstr ""
|
527
|
+
|
528
|
+
#: lib/hammer_cli_foreman/override_value.rb:74
|
529
|
+
msgid "Could not delete the override_value"
|
530
|
+
msgstr ""
|
531
|
+
|
430
532
|
#: lib/hammer_cli_foreman/exception_handler.rb:41
|
431
533
|
msgid "Forbidden - server refused to process the request"
|
432
534
|
msgstr ""
|
@@ -449,13 +551,6 @@ msgstr ""
|
|
449
551
|
msgid "Provider"
|
450
552
|
msgstr ""
|
451
553
|
|
452
|
-
#: lib/hammer_cli_foreman/compute_resource.rb:23
|
453
|
-
#: lib/hammer_cli_foreman/compute_resource.rb:29
|
454
|
-
#: lib/hammer_cli_foreman/host.rb:157 lib/hammer_cli_foreman/image.rb:33
|
455
|
-
#: lib/hammer_cli_foreman/image.rb:71
|
456
|
-
msgid "UUID"
|
457
|
-
msgstr ""
|
458
|
-
|
459
554
|
#: lib/hammer_cli_foreman/compute_resource.rb:26
|
460
555
|
#: lib/hammer_cli_foreman/compute_resource.rb:36
|
461
556
|
msgid "Region"
|
@@ -795,105 +890,107 @@ msgstr ""
|
|
795
890
|
msgid "Manipulate smart variables."
|
796
891
|
msgstr ""
|
797
892
|
|
798
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
799
|
-
msgid "
|
893
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:9
|
894
|
+
msgid "List of puppetclass ids"
|
800
895
|
msgstr ""
|
801
896
|
|
802
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
803
|
-
|
804
|
-
msgid "Operating System"
|
897
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:11
|
898
|
+
msgid "Name of puppet CA proxy"
|
805
899
|
msgstr ""
|
806
900
|
|
807
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
901
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:12
|
902
|
+
msgid "Name of puppet proxy"
|
903
|
+
msgstr ""
|
904
|
+
|
905
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:41
|
906
|
+
msgid "Label"
|
907
|
+
msgstr ""
|
908
|
+
|
909
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:43 lib/hammer_cli_foreman/host.rb:160
|
808
910
|
msgid "Environment"
|
809
911
|
msgstr ""
|
810
912
|
|
811
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
913
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:44 lib/hammer_cli_foreman/host.rb:181
|
812
914
|
msgid "Model"
|
813
915
|
msgstr "Model"
|
814
916
|
|
815
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
917
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:45
|
816
918
|
msgid "Ancestry"
|
817
919
|
msgstr ""
|
818
920
|
|
819
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
921
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:55 lib/hammer_cli_foreman/host.rb:183
|
820
922
|
msgid "Subnet"
|
821
923
|
msgstr "Subnet"
|
822
924
|
|
823
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
925
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:57 lib/hammer_cli_foreman/host.rb:184
|
824
926
|
msgid "Domain"
|
825
927
|
msgstr ""
|
826
928
|
|
827
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
828
|
-
#: lib/hammer_cli_foreman/image.rb:45
|
829
|
-
msgid "Architecture"
|
830
|
-
msgstr ""
|
831
|
-
|
832
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:43 lib/hammer_cli_foreman/host.rb:187
|
929
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:59 lib/hammer_cli_foreman/host.rb:187
|
833
930
|
msgid "Partition Table"
|
834
931
|
msgstr ""
|
835
932
|
|
836
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
933
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:60 lib/hammer_cli_foreman/host.rb:180
|
837
934
|
msgid "Medium"
|
838
935
|
msgstr ""
|
839
936
|
|
840
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
937
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:61 lib/hammer_cli_foreman/host.rb:179
|
841
938
|
msgid "Puppet CA Proxy Id"
|
842
939
|
msgstr ""
|
843
940
|
|
844
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
941
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:62
|
845
942
|
msgid "Puppet Master Proxy Id"
|
846
943
|
msgstr ""
|
847
944
|
|
848
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
945
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:63
|
849
946
|
msgid "ComputeProfile"
|
850
947
|
msgstr ""
|
851
948
|
|
852
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
949
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:76
|
853
950
|
msgid "Hostgroup created"
|
854
951
|
msgstr ""
|
855
952
|
|
856
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
953
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:77
|
857
954
|
msgid "Could not create the hostgroup"
|
858
955
|
msgstr ""
|
859
956
|
|
860
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
957
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:86
|
861
958
|
msgid "Hostgroup updated"
|
862
959
|
msgstr ""
|
863
960
|
|
864
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
961
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:87
|
865
962
|
msgid "Could not update the hostgroup"
|
866
963
|
msgstr ""
|
867
964
|
|
868
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
965
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:94
|
869
966
|
msgid "Hostgroup deleted"
|
870
967
|
msgstr ""
|
871
968
|
|
872
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
969
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:95
|
873
970
|
msgid "Could not delete the hostgroup"
|
874
971
|
msgstr ""
|
875
972
|
|
876
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
973
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:122
|
877
974
|
msgid "Create or update parameter for a hostgroup."
|
878
975
|
msgstr ""
|
879
976
|
|
880
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
977
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:124
|
881
978
|
msgid "Hostgroup parameter updated"
|
882
979
|
msgstr ""
|
883
980
|
|
884
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
981
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:125
|
885
982
|
msgid "New hostgroup parameter created"
|
886
983
|
msgstr ""
|
887
984
|
|
888
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
985
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:126
|
889
986
|
msgid "Could not set hostgroup parameter"
|
890
987
|
msgstr ""
|
891
988
|
|
892
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
989
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:133
|
893
990
|
msgid "Delete parameter for a hostgroup."
|
894
991
|
msgstr ""
|
895
992
|
|
896
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
993
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:135
|
897
994
|
msgid "Hostgroup parameter deleted"
|
898
995
|
msgstr ""
|
899
996
|
|
@@ -1250,6 +1347,10 @@ msgstr ""
|
|
1250
1347
|
msgid "Roles"
|
1251
1348
|
msgstr ""
|
1252
1349
|
|
1350
|
+
#: lib/hammer_cli_foreman/references.rb:139
|
1351
|
+
msgid "External user groups"
|
1352
|
+
msgstr ""
|
1353
|
+
|
1253
1354
|
#: lib/hammer_cli_foreman/resource_supported_test.rb:11
|
1254
1355
|
msgid "The server does not support such operation."
|
1255
1356
|
msgstr ""
|
@@ -1559,27 +1660,27 @@ msgid ""
|
|
1559
1660
|
"credentials."
|
1560
1661
|
msgstr ""
|
1561
1662
|
|
1562
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1663
|
+
#: lib/hammer_cli_foreman/usergroup.rb:31
|
1563
1664
|
msgid "User group [%<name>s] created"
|
1564
1665
|
msgstr ""
|
1565
1666
|
|
1566
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1667
|
+
#: lib/hammer_cli_foreman/usergroup.rb:32
|
1567
1668
|
msgid "Could not create the user group"
|
1568
1669
|
msgstr ""
|
1569
1670
|
|
1570
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1671
|
+
#: lib/hammer_cli_foreman/usergroup.rb:38
|
1571
1672
|
msgid "User group [%<name>s] updated"
|
1572
1673
|
msgstr ""
|
1573
1674
|
|
1574
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1675
|
+
#: lib/hammer_cli_foreman/usergroup.rb:39
|
1575
1676
|
msgid "Could not update the user group"
|
1576
1677
|
msgstr ""
|
1577
1678
|
|
1578
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1679
|
+
#: lib/hammer_cli_foreman/usergroup.rb:45
|
1579
1680
|
msgid "User group [%<name>s] deleted"
|
1580
1681
|
msgstr ""
|
1581
1682
|
|
1582
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1683
|
+
#: lib/hammer_cli_foreman/usergroup.rb:46
|
1583
1684
|
msgid "Could not delete the user group"
|
1584
1685
|
msgstr ""
|
1585
1686
|
|
@@ -1587,14 +1688,6 @@ msgstr ""
|
|
1587
1688
|
msgid "View and manage compute resource's images"
|
1588
1689
|
msgstr ""
|
1589
1690
|
|
1590
|
-
#: lib/hammer_cli_foreman/image.rb:32
|
1591
|
-
msgid "Username"
|
1592
|
-
msgstr ""
|
1593
|
-
|
1594
|
-
#: lib/hammer_cli_foreman/image.rb:46
|
1595
|
-
msgid "IAM role"
|
1596
|
-
msgstr ""
|
1597
|
-
|
1598
1691
|
#: lib/hammer_cli_foreman/image.rb:56
|
1599
1692
|
msgid "Show images available for addition"
|
1600
1693
|
msgstr ""
|
@@ -1873,6 +1966,82 @@ msgstr ""
|
|
1873
1966
|
msgid "Could not delete the location"
|
1874
1967
|
msgstr ""
|
1875
1968
|
|
1969
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:7
|
1970
|
+
msgid "Manage LDAP auth sources."
|
1971
|
+
msgstr ""
|
1972
|
+
|
1973
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:15
|
1974
|
+
msgid "LDAPS?"
|
1975
|
+
msgstr ""
|
1976
|
+
|
1977
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:16
|
1978
|
+
msgid "Port"
|
1979
|
+
msgstr ""
|
1980
|
+
|
1981
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:17
|
1982
|
+
msgid "Server Type"
|
1983
|
+
msgstr ""
|
1984
|
+
|
1985
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:27
|
1986
|
+
msgid "Account Username"
|
1987
|
+
msgstr ""
|
1988
|
+
|
1989
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:28
|
1990
|
+
msgid "Base DN"
|
1991
|
+
msgstr ""
|
1992
|
+
|
1993
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:29
|
1994
|
+
msgid "LDAP filter"
|
1995
|
+
msgstr ""
|
1996
|
+
|
1997
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:30
|
1998
|
+
msgid "Automatically Create Accounts?"
|
1999
|
+
msgstr ""
|
2000
|
+
|
2001
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:31
|
2002
|
+
msgid "Login Name Attribute"
|
2003
|
+
msgstr ""
|
2004
|
+
|
2005
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:32
|
2006
|
+
msgid "First Name Attribute"
|
2007
|
+
msgstr ""
|
2008
|
+
|
2009
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:33
|
2010
|
+
msgid "Last Name Attribute"
|
2011
|
+
msgstr ""
|
2012
|
+
|
2013
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:34
|
2014
|
+
msgid "Email Address Attribute"
|
2015
|
+
msgstr ""
|
2016
|
+
|
2017
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:35
|
2018
|
+
msgid "Photo Attribute"
|
2019
|
+
msgstr ""
|
2020
|
+
|
2021
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:43
|
2022
|
+
msgid "Auth source created"
|
2023
|
+
msgstr ""
|
2024
|
+
|
2025
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:44
|
2026
|
+
msgid "Could not create the Auth Source"
|
2027
|
+
msgstr ""
|
2028
|
+
|
2029
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:51
|
2030
|
+
msgid "Auth source deleted"
|
2031
|
+
msgstr ""
|
2032
|
+
|
2033
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:52
|
2034
|
+
msgid "Could not delete the Auth Source"
|
2035
|
+
msgstr ""
|
2036
|
+
|
2037
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:59
|
2038
|
+
msgid "Auth source updated"
|
2039
|
+
msgstr ""
|
2040
|
+
|
2041
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:60
|
2042
|
+
msgid "Could not update the Auth Source"
|
2043
|
+
msgstr ""
|
2044
|
+
|
1876
2045
|
#: lib/hammer_cli_foreman/architecture.rb:31
|
1877
2046
|
msgid "Architecture created"
|
1878
2047
|
msgstr ""
|
@@ -1906,89 +2075,93 @@ msgid "Manipulate architectures."
|
|
1906
2075
|
msgstr ""
|
1907
2076
|
|
1908
2077
|
#: lib/hammer_cli_foreman.rb:38
|
1909
|
-
msgid "Manipulate
|
2078
|
+
msgid "Manipulate auth sources."
|
1910
2079
|
msgstr ""
|
1911
2080
|
|
1912
2081
|
#: lib/hammer_cli_foreman.rb:42
|
1913
|
-
msgid "Manipulate
|
2082
|
+
msgid "Manipulate compute resources."
|
1914
2083
|
msgstr ""
|
1915
2084
|
|
1916
2085
|
#: lib/hammer_cli_foreman.rb:46
|
1917
|
-
msgid "Manipulate
|
2086
|
+
msgid "Manipulate domains."
|
1918
2087
|
msgstr ""
|
1919
2088
|
|
1920
2089
|
#: lib/hammer_cli_foreman.rb:50
|
1921
|
-
msgid "
|
2090
|
+
msgid "Manipulate environments."
|
1922
2091
|
msgstr ""
|
1923
2092
|
|
1924
2093
|
#: lib/hammer_cli_foreman.rb:54
|
1925
|
-
msgid "
|
2094
|
+
msgid "Search facts."
|
1926
2095
|
msgstr ""
|
1927
2096
|
|
1928
2097
|
#: lib/hammer_cli_foreman.rb:58
|
1929
|
-
msgid "
|
2098
|
+
msgid "Manage permission filters."
|
1930
2099
|
msgstr ""
|
1931
2100
|
|
1932
2101
|
#: lib/hammer_cli_foreman.rb:62
|
1933
|
-
msgid "Manipulate
|
2102
|
+
msgid "Manipulate hosts."
|
1934
2103
|
msgstr ""
|
1935
2104
|
|
1936
2105
|
#: lib/hammer_cli_foreman.rb:66
|
1937
|
-
msgid "Manipulate
|
2106
|
+
msgid "Manipulate hostgroups."
|
1938
2107
|
msgstr ""
|
1939
2108
|
|
1940
2109
|
#: lib/hammer_cli_foreman.rb:70
|
1941
|
-
msgid "Manipulate
|
2110
|
+
msgid "Manipulate locations."
|
1942
2111
|
msgstr ""
|
1943
2112
|
|
1944
2113
|
#: lib/hammer_cli_foreman.rb:74
|
1945
|
-
msgid "Manipulate
|
2114
|
+
msgid "Manipulate installation media."
|
1946
2115
|
msgstr ""
|
1947
2116
|
|
1948
2117
|
#: lib/hammer_cli_foreman.rb:78
|
1949
|
-
msgid "Manipulate
|
2118
|
+
msgid "Manipulate hardware models."
|
1950
2119
|
msgstr ""
|
1951
2120
|
|
1952
2121
|
#: lib/hammer_cli_foreman.rb:82
|
2122
|
+
msgid "Manipulate operating system."
|
2123
|
+
msgstr ""
|
2124
|
+
|
2125
|
+
#: lib/hammer_cli_foreman.rb:86
|
1953
2126
|
msgid "Manipulate organizations."
|
1954
2127
|
msgstr "Manipulate organisations."
|
1955
2128
|
|
1956
|
-
#: lib/hammer_cli_foreman.rb:
|
2129
|
+
#: lib/hammer_cli_foreman.rb:90
|
1957
2130
|
msgid "Manipulate partition tables."
|
1958
2131
|
msgstr ""
|
1959
2132
|
|
1960
|
-
#: lib/hammer_cli_foreman.rb:
|
2133
|
+
#: lib/hammer_cli_foreman.rb:94
|
1961
2134
|
msgid "Search puppet modules."
|
1962
2135
|
msgstr ""
|
1963
2136
|
|
1964
|
-
#: lib/hammer_cli_foreman.rb:
|
2137
|
+
#: lib/hammer_cli_foreman.rb:98
|
1965
2138
|
msgid "Browse and read reports."
|
1966
2139
|
msgstr ""
|
1967
2140
|
|
1968
|
-
#: lib/hammer_cli_foreman.rb:
|
2141
|
+
#: lib/hammer_cli_foreman.rb:102
|
1969
2142
|
msgid "Manage user roles."
|
1970
2143
|
msgstr ""
|
1971
2144
|
|
1972
|
-
#: lib/hammer_cli_foreman.rb:
|
2145
|
+
#: lib/hammer_cli_foreman.rb:106
|
1973
2146
|
msgid "Manipulate smart class parameters."
|
1974
2147
|
msgstr ""
|
1975
2148
|
|
1976
|
-
#: lib/hammer_cli_foreman.rb:
|
2149
|
+
#: lib/hammer_cli_foreman.rb:110
|
1977
2150
|
msgid "Manipulate smart proxies."
|
1978
2151
|
msgstr ""
|
1979
2152
|
|
1980
|
-
#: lib/hammer_cli_foreman.rb:
|
2153
|
+
#: lib/hammer_cli_foreman.rb:114
|
1981
2154
|
msgid "Manipulate subnets."
|
1982
2155
|
msgstr ""
|
1983
2156
|
|
1984
|
-
#: lib/hammer_cli_foreman.rb:
|
2157
|
+
#: lib/hammer_cli_foreman.rb:118
|
1985
2158
|
msgid "Manipulate config templates."
|
1986
2159
|
msgstr ""
|
1987
2160
|
|
1988
|
-
#: lib/hammer_cli_foreman.rb:
|
2161
|
+
#: lib/hammer_cli_foreman.rb:122
|
1989
2162
|
msgid "Manipulate users."
|
1990
2163
|
msgstr ""
|
1991
2164
|
|
1992
|
-
#: lib/hammer_cli_foreman.rb:
|
2165
|
+
#: lib/hammer_cli_foreman.rb:126
|
1993
2166
|
msgid "Manage user groups."
|
1994
2167
|
msgstr ""
|