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
Binary file
|
@@ -4,13 +4,14 @@
|
|
4
4
|
#
|
5
5
|
# Translators:
|
6
6
|
# Claer <transiblu@claer.hammock.fr>, 2014
|
7
|
+
# Dominic Cleal <dcleal@redhat.com>, 2014
|
7
8
|
# Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014
|
8
9
|
msgid ""
|
9
10
|
msgstr ""
|
10
|
-
"Project-Id-Version: hammer-cli-foreman 0.1.
|
11
|
+
"Project-Id-Version: hammer-cli-foreman 0.1.4\n"
|
11
12
|
"Report-Msgid-Bugs-To: \n"
|
12
|
-
"POT-Creation-Date: 2014-
|
13
|
-
"PO-Revision-Date: 2014-
|
13
|
+
"POT-Creation-Date: 2014-09-19 13:34+0200\n"
|
14
|
+
"PO-Revision-Date: 2014-10-11 10:31+0000\n"
|
14
15
|
"Last-Translator: Claer <transiblu@claer.hammock.fr>\n"
|
15
16
|
"Language-Team: French (http://www.transifex.com/projects/p/foreman/language/fr/)\n"
|
16
17
|
"MIME-Version: 1.0\n"
|
@@ -20,13 +21,15 @@ msgstr ""
|
|
20
21
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
21
22
|
|
22
23
|
#: lib/hammer_cli_foreman/report.rb:10 lib/hammer_cli_foreman/report.rb:30
|
24
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:10
|
23
25
|
#: lib/hammer_cli_foreman/organization.rb:13
|
24
26
|
#: lib/hammer_cli_foreman/subnet.rb:10 lib/hammer_cli_foreman/model.rb:10
|
25
27
|
#: lib/hammer_cli_foreman/role.rb:11 lib/hammer_cli_foreman/media.rb:9
|
28
|
+
#: lib/hammer_cli_foreman/override_value.rb:28
|
26
29
|
#: lib/hammer_cli_foreman/compute_resource.rb:11
|
27
30
|
#: lib/hammer_cli_foreman/smart_variables.rb:7
|
28
31
|
#: lib/hammer_cli_foreman/smart_variables.rb:65
|
29
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
32
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:39
|
30
33
|
#: lib/hammer_cli_foreman/template.rb:25 lib/hammer_cli_foreman/host.rb:124
|
31
34
|
#: lib/hammer_cli_foreman/host.rb:195 lib/hammer_cli_foreman/host.rb:208
|
32
35
|
#: lib/hammer_cli_foreman/operating_system.rb:10
|
@@ -36,10 +39,11 @@ msgstr ""
|
|
36
39
|
#: lib/hammer_cli_foreman/domain.rb:10
|
37
40
|
#: lib/hammer_cli_foreman/smart_class_parameter.rb:8
|
38
41
|
#: lib/hammer_cli_foreman/smart_class_parameter.rb:66
|
39
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
42
|
+
#: lib/hammer_cli_foreman/usergroup.rb:11 lib/hammer_cli_foreman/image.rb:29
|
40
43
|
#: lib/hammer_cli_foreman/partition_table.rb:10
|
41
44
|
#: lib/hammer_cli_foreman/user.rb:10 lib/hammer_cli_foreman/filter.rb:9
|
42
45
|
#: lib/hammer_cli_foreman/filter.rb:72 lib/hammer_cli_foreman/location.rb:13
|
46
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:13
|
43
47
|
#: lib/hammer_cli_foreman/architecture.rb:10
|
44
48
|
msgid "Id"
|
45
49
|
msgstr "Id"
|
@@ -149,12 +153,19 @@ msgstr "Le aapport a été supprimé"
|
|
149
153
|
msgid "Could not delete the report"
|
150
154
|
msgstr "Impossible de supprimer le rapport"
|
151
155
|
|
156
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:6
|
157
|
+
msgid "View and manage user group's external user groups"
|
158
|
+
msgstr "Visualiser et gérer les utilisateurs des groupes externes d'utilisateurs"
|
159
|
+
|
160
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:11
|
161
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:42
|
152
162
|
#: lib/hammer_cli_foreman/organization.rb:14
|
153
163
|
#: lib/hammer_cli_foreman/common_parameter.rb:12
|
154
164
|
#: lib/hammer_cli_foreman/subnet.rb:11 lib/hammer_cli_foreman/model.rb:11
|
155
165
|
#: lib/hammer_cli_foreman/role.rb:12 lib/hammer_cli_foreman/media.rb:10
|
166
|
+
#: lib/hammer_cli_foreman/override_value.rb:29
|
156
167
|
#: lib/hammer_cli_foreman/compute_resource.rb:12
|
157
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
168
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:40
|
158
169
|
#: lib/hammer_cli_foreman/template.rb:26 lib/hammer_cli_foreman/template.rb:74
|
159
170
|
#: lib/hammer_cli_foreman/host.rb:125 lib/hammer_cli_foreman/host.rb:196
|
160
171
|
#: lib/hammer_cli_foreman/host.rb:209
|
@@ -162,15 +173,49 @@ msgstr "Impossible de supprimer le rapport"
|
|
162
173
|
#: lib/hammer_cli_foreman/smart_proxy.rb:12
|
163
174
|
#: lib/hammer_cli_foreman/environment.rb:15
|
164
175
|
#: lib/hammer_cli_foreman/puppet_class.rb:13
|
165
|
-
#: lib/hammer_cli_foreman/domain.rb:11 lib/hammer_cli_foreman/usergroup.rb:
|
176
|
+
#: lib/hammer_cli_foreman/domain.rb:11 lib/hammer_cli_foreman/usergroup.rb:12
|
166
177
|
#: lib/hammer_cli_foreman/image.rb:30 lib/hammer_cli_foreman/image.rb:70
|
167
178
|
#: lib/hammer_cli_foreman/partition_table.rb:11
|
168
179
|
#: lib/hammer_cli_foreman/user.rb:12 lib/hammer_cli_foreman/filter.rb:73
|
169
180
|
#: lib/hammer_cli_foreman/filter.rb:90 lib/hammer_cli_foreman/location.rb:14
|
181
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:14
|
170
182
|
#: lib/hammer_cli_foreman/architecture.rb:11
|
171
183
|
msgid "Name"
|
172
184
|
msgstr "Nom"
|
173
185
|
|
186
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:12
|
187
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:43
|
188
|
+
msgid "Auth source"
|
189
|
+
msgstr "Auth source"
|
190
|
+
|
191
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:39
|
192
|
+
msgid "Refresh external user group"
|
193
|
+
msgstr "Rafraîchir un groupe d'utilisateur externe"
|
194
|
+
|
195
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:57
|
196
|
+
msgid "External user group created"
|
197
|
+
msgstr "Groupe externe d'utilisateurs créé"
|
198
|
+
|
199
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:58
|
200
|
+
msgid "Could not create external user group"
|
201
|
+
msgstr "Impossible de créer le groupe externe d'utilisateurs"
|
202
|
+
|
203
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:65
|
204
|
+
msgid "External user group updated"
|
205
|
+
msgstr "Groupe externe d'utilisateurs mis à jour"
|
206
|
+
|
207
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:66
|
208
|
+
msgid "Could not update external user group"
|
209
|
+
msgstr "Impossible de mettre à jour le groupe externe d'utilisateurs"
|
210
|
+
|
211
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:73
|
212
|
+
msgid "External user group deleted"
|
213
|
+
msgstr "Groupe externe d'utilisateurs supprimé"
|
214
|
+
|
215
|
+
#: lib/hammer_cli_foreman/external_usergroup.rb:74
|
216
|
+
msgid "Could not delete the external user group"
|
217
|
+
msgstr "Impossible de supprimer le groupe externe d'utilisateurs"
|
218
|
+
|
174
219
|
#: lib/hammer_cli_foreman/organization.rb:37
|
175
220
|
#: lib/hammer_cli_foreman/references.rb:15
|
176
221
|
msgid "Locations"
|
@@ -428,6 +473,64 @@ msgstr "Média d'installation supprimé"
|
|
428
473
|
msgid "Could not delete the installation media"
|
429
474
|
msgstr "Impossible de supprimer le média d'installation"
|
430
475
|
|
476
|
+
#: lib/hammer_cli_foreman/override_value.rb:7
|
477
|
+
msgid "View and manage override values"
|
478
|
+
msgstr "Visualiser et gérer les surcharges de valeurs"
|
479
|
+
|
480
|
+
#: lib/hammer_cli_foreman/override_value.rb:30
|
481
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:42 lib/hammer_cli_foreman/host.rb:126
|
482
|
+
#: lib/hammer_cli_foreman/image.rb:31
|
483
|
+
msgid "Operating System"
|
484
|
+
msgstr "Système d'Exploitation"
|
485
|
+
|
486
|
+
#: lib/hammer_cli_foreman/override_value.rb:31
|
487
|
+
#: lib/hammer_cli_foreman/image.rb:32
|
488
|
+
msgid "Username"
|
489
|
+
msgstr "Nom d'utilisateur"
|
490
|
+
|
491
|
+
#: lib/hammer_cli_foreman/override_value.rb:32
|
492
|
+
#: lib/hammer_cli_foreman/compute_resource.rb:23
|
493
|
+
#: lib/hammer_cli_foreman/compute_resource.rb:29
|
494
|
+
#: lib/hammer_cli_foreman/host.rb:157 lib/hammer_cli_foreman/image.rb:33
|
495
|
+
#: lib/hammer_cli_foreman/image.rb:71
|
496
|
+
msgid "UUID"
|
497
|
+
msgstr "UUID"
|
498
|
+
|
499
|
+
#: lib/hammer_cli_foreman/override_value.rb:44
|
500
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:58 lib/hammer_cli_foreman/host.rb:188
|
501
|
+
#: lib/hammer_cli_foreman/image.rb:45
|
502
|
+
msgid "Architecture"
|
503
|
+
msgstr "Architecture"
|
504
|
+
|
505
|
+
#: lib/hammer_cli_foreman/override_value.rb:45
|
506
|
+
#: lib/hammer_cli_foreman/image.rb:46
|
507
|
+
msgid "IAM role"
|
508
|
+
msgstr "Rôle IAM"
|
509
|
+
|
510
|
+
#: lib/hammer_cli_foreman/override_value.rb:55
|
511
|
+
msgid "OverrideValue created"
|
512
|
+
msgstr "Surcharge de valeur créée"
|
513
|
+
|
514
|
+
#: lib/hammer_cli_foreman/override_value.rb:56
|
515
|
+
msgid "Could not create the override_value"
|
516
|
+
msgstr "Impossible de créer cette surcharge de valeur"
|
517
|
+
|
518
|
+
#: lib/hammer_cli_foreman/override_value.rb:64
|
519
|
+
msgid "OverrideValue updated"
|
520
|
+
msgstr "Surcharge de valeur mis à jour"
|
521
|
+
|
522
|
+
#: lib/hammer_cli_foreman/override_value.rb:65
|
523
|
+
msgid "Could not update the override_value"
|
524
|
+
msgstr "Impossible de mettre à jour cette surcharge de valeur "
|
525
|
+
|
526
|
+
#: lib/hammer_cli_foreman/override_value.rb:73
|
527
|
+
msgid "OverrideValue deleted"
|
528
|
+
msgstr "Surcharge de valeur supprimée"
|
529
|
+
|
530
|
+
#: lib/hammer_cli_foreman/override_value.rb:74
|
531
|
+
msgid "Could not delete the override_value"
|
532
|
+
msgstr "Impossible de supprimer cette surcharge de valeur "
|
533
|
+
|
431
534
|
#: lib/hammer_cli_foreman/exception_handler.rb:41
|
432
535
|
msgid "Forbidden - server refused to process the request"
|
433
536
|
msgstr "Refusé - Le serveur refuse de traiter votre demande"
|
@@ -450,13 +553,6 @@ msgstr "Est ce que '%s' était lancé pendant que le cache apipie était en cour
|
|
450
553
|
msgid "Provider"
|
451
554
|
msgstr "Fournisseur"
|
452
555
|
|
453
|
-
#: lib/hammer_cli_foreman/compute_resource.rb:23
|
454
|
-
#: lib/hammer_cli_foreman/compute_resource.rb:29
|
455
|
-
#: lib/hammer_cli_foreman/host.rb:157 lib/hammer_cli_foreman/image.rb:33
|
456
|
-
#: lib/hammer_cli_foreman/image.rb:71
|
457
|
-
msgid "UUID"
|
458
|
-
msgstr "UUID"
|
459
|
-
|
460
556
|
#: lib/hammer_cli_foreman/compute_resource.rb:26
|
461
557
|
#: lib/hammer_cli_foreman/compute_resource.rb:36
|
462
558
|
msgid "Region"
|
@@ -796,105 +892,107 @@ msgstr "Type du validateur."
|
|
796
892
|
msgid "Manipulate smart variables."
|
797
893
|
msgstr "Manipuler les smart variables."
|
798
894
|
|
799
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
895
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:9
|
896
|
+
msgid "List of puppetclass ids"
|
897
|
+
msgstr "Liste des identifiants de puppetclass"
|
898
|
+
|
899
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:11
|
900
|
+
msgid "Name of puppet CA proxy"
|
901
|
+
msgstr "Nom du proxy pour Puppet CA"
|
902
|
+
|
903
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:12
|
904
|
+
msgid "Name of puppet proxy"
|
905
|
+
msgstr "Nom du proxy pour Puppet"
|
906
|
+
|
907
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:41
|
800
908
|
msgid "Label"
|
801
909
|
msgstr "Label"
|
802
910
|
|
803
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
804
|
-
#: lib/hammer_cli_foreman/image.rb:31
|
805
|
-
msgid "Operating System"
|
806
|
-
msgstr "Système d'Exploitation"
|
807
|
-
|
808
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:27 lib/hammer_cli_foreman/host.rb:160
|
911
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:43 lib/hammer_cli_foreman/host.rb:160
|
809
912
|
msgid "Environment"
|
810
913
|
msgstr "Environnement"
|
811
914
|
|
812
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
915
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:44 lib/hammer_cli_foreman/host.rb:181
|
813
916
|
msgid "Model"
|
814
917
|
msgstr "Modèle"
|
815
918
|
|
816
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
919
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:45
|
817
920
|
msgid "Ancestry"
|
818
921
|
msgstr "Ancètre"
|
819
922
|
|
820
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
923
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:55 lib/hammer_cli_foreman/host.rb:183
|
821
924
|
msgid "Subnet"
|
822
925
|
msgstr "Sous-Réseau"
|
823
926
|
|
824
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
927
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:57 lib/hammer_cli_foreman/host.rb:184
|
825
928
|
msgid "Domain"
|
826
929
|
msgstr "Domaine"
|
827
930
|
|
828
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
829
|
-
#: lib/hammer_cli_foreman/image.rb:45
|
830
|
-
msgid "Architecture"
|
831
|
-
msgstr "Architecture"
|
832
|
-
|
833
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:43 lib/hammer_cli_foreman/host.rb:187
|
931
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:59 lib/hammer_cli_foreman/host.rb:187
|
834
932
|
msgid "Partition Table"
|
835
933
|
msgstr "Table de partition"
|
836
934
|
|
837
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
935
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:60 lib/hammer_cli_foreman/host.rb:180
|
838
936
|
msgid "Medium"
|
839
937
|
msgstr "Medium"
|
840
938
|
|
841
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
939
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:61 lib/hammer_cli_foreman/host.rb:179
|
842
940
|
msgid "Puppet CA Proxy Id"
|
843
941
|
msgstr "Id du Proxy Puppet CA"
|
844
942
|
|
845
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
943
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:62
|
846
944
|
msgid "Puppet Master Proxy Id"
|
847
945
|
msgstr "Id du proxy Puppet Master"
|
848
946
|
|
849
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
947
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:63
|
850
948
|
msgid "ComputeProfile"
|
851
949
|
msgstr "Ressource d'ordinateur"
|
852
950
|
|
853
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
951
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:76
|
854
952
|
msgid "Hostgroup created"
|
855
953
|
msgstr "Groupe d'hôtes créé"
|
856
954
|
|
857
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
955
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:77
|
858
956
|
msgid "Could not create the hostgroup"
|
859
957
|
msgstr "Impossible de créer le groupe d'hôtes"
|
860
958
|
|
861
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
959
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:86
|
862
960
|
msgid "Hostgroup updated"
|
863
961
|
msgstr "Groupe d'hôtes mis à jour"
|
864
962
|
|
865
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
963
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:87
|
866
964
|
msgid "Could not update the hostgroup"
|
867
965
|
msgstr "Impossible de mettre à jour le groupe d'hôtes"
|
868
966
|
|
869
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
967
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:94
|
870
968
|
msgid "Hostgroup deleted"
|
871
969
|
msgstr "Groupe d'hôtes supprimé"
|
872
970
|
|
873
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
971
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:95
|
874
972
|
msgid "Could not delete the hostgroup"
|
875
973
|
msgstr "Impossible de supprimer le groupe d'hôtes"
|
876
974
|
|
877
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
975
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:122
|
878
976
|
msgid "Create or update parameter for a hostgroup."
|
879
977
|
msgstr "Créer ou changer un paramètre d'un groupe d'hôtes."
|
880
978
|
|
881
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
979
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:124
|
882
980
|
msgid "Hostgroup parameter updated"
|
883
981
|
msgstr "Paramètre du groupe d'hôtes mis à jour"
|
884
982
|
|
885
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
983
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:125
|
886
984
|
msgid "New hostgroup parameter created"
|
887
985
|
msgstr "Nouveau paramètre du groupe d'hôtes créé"
|
888
986
|
|
889
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
987
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:126
|
890
988
|
msgid "Could not set hostgroup parameter"
|
891
989
|
msgstr "Impossible de positionner le paramètre du groupe d'hôtes"
|
892
990
|
|
893
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
991
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:133
|
894
992
|
msgid "Delete parameter for a hostgroup."
|
895
993
|
msgstr "Suppression du paramètre d'un groupe d'hôtes"
|
896
994
|
|
897
|
-
#: lib/hammer_cli_foreman/hostgroup.rb:
|
995
|
+
#: lib/hammer_cli_foreman/hostgroup.rb:135
|
898
996
|
msgid "Hostgroup parameter deleted"
|
899
997
|
msgstr "Paramètre du groupe d'hôtes supprimé"
|
900
998
|
|
@@ -1172,7 +1270,7 @@ msgstr "Format inconnu de la donnée reçue"
|
|
1172
1270
|
|
1173
1271
|
#: lib/hammer_cli_foreman/commands.rb:244
|
1174
1272
|
msgid "List next page? (%s): "
|
1175
|
-
msgstr "Afficher la page suivante ? (%s):"
|
1273
|
+
msgstr "Afficher la page suivante ? (%s): "
|
1176
1274
|
|
1177
1275
|
#: lib/hammer_cli_foreman/commands.rb:448
|
1178
1276
|
msgid "Associate a resource"
|
@@ -1251,6 +1349,10 @@ msgstr "Systèmes d'exploitations"
|
|
1251
1349
|
msgid "Roles"
|
1252
1350
|
msgstr "Rôles"
|
1253
1351
|
|
1352
|
+
#: lib/hammer_cli_foreman/references.rb:139
|
1353
|
+
msgid "External user groups"
|
1354
|
+
msgstr "Groupes externes d'utilisateurs"
|
1355
|
+
|
1254
1356
|
#: lib/hammer_cli_foreman/resource_supported_test.rb:11
|
1255
1357
|
msgid "The server does not support such operation."
|
1256
1358
|
msgstr "Le serveur ne supporte pas cette opération."
|
@@ -1560,27 +1662,27 @@ msgid ""
|
|
1560
1662
|
"credentials."
|
1561
1663
|
msgstr "Vous n'êtes actuellement pas identifié sur aucun service.\\nUtilisez le service pour définir vos identifiants."
|
1562
1664
|
|
1563
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1665
|
+
#: lib/hammer_cli_foreman/usergroup.rb:31
|
1564
1666
|
msgid "User group [%<name>s] created"
|
1565
1667
|
msgstr "Groupe d'utilisateur [%<name>s] créé"
|
1566
1668
|
|
1567
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1669
|
+
#: lib/hammer_cli_foreman/usergroup.rb:32
|
1568
1670
|
msgid "Could not create the user group"
|
1569
1671
|
msgstr "Impossible de créer le groupe d'utilisateurs"
|
1570
1672
|
|
1571
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1673
|
+
#: lib/hammer_cli_foreman/usergroup.rb:38
|
1572
1674
|
msgid "User group [%<name>s] updated"
|
1573
1675
|
msgstr "Groupe d'utilisateurs [%<name>s] mis à jour"
|
1574
1676
|
|
1575
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1677
|
+
#: lib/hammer_cli_foreman/usergroup.rb:39
|
1576
1678
|
msgid "Could not update the user group"
|
1577
1679
|
msgstr "Impossible de mettre à jour le groupe d'utilisateurs"
|
1578
1680
|
|
1579
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1681
|
+
#: lib/hammer_cli_foreman/usergroup.rb:45
|
1580
1682
|
msgid "User group [%<name>s] deleted"
|
1581
1683
|
msgstr "Groupe d'utilisateurs [%<name>s] supprimé"
|
1582
1684
|
|
1583
|
-
#: lib/hammer_cli_foreman/usergroup.rb:
|
1685
|
+
#: lib/hammer_cli_foreman/usergroup.rb:46
|
1584
1686
|
msgid "Could not delete the user group"
|
1585
1687
|
msgstr "Impossible de supprimer le groupe d'utilisateurs"
|
1586
1688
|
|
@@ -1588,14 +1690,6 @@ msgstr "Impossible de supprimer le groupe d'utilisateurs"
|
|
1588
1690
|
msgid "View and manage compute resource's images"
|
1589
1691
|
msgstr "Gérer les images des ressources d'ordinateur"
|
1590
1692
|
|
1591
|
-
#: lib/hammer_cli_foreman/image.rb:32
|
1592
|
-
msgid "Username"
|
1593
|
-
msgstr "Nom d'utilisateur"
|
1594
|
-
|
1595
|
-
#: lib/hammer_cli_foreman/image.rb:46
|
1596
|
-
msgid "IAM role"
|
1597
|
-
msgstr "Rôle IAM"
|
1598
|
-
|
1599
1693
|
#: lib/hammer_cli_foreman/image.rb:56
|
1600
1694
|
msgid "Show images available for addition"
|
1601
1695
|
msgstr "Afficher les images disponibles pour ajout"
|
@@ -1659,7 +1753,7 @@ msgstr "Impossible de supprimer la table de partition"
|
|
1659
1753
|
|
1660
1754
|
#: lib/hammer_cli_foreman/credentials.rb:10
|
1661
1755
|
msgid "[Foreman] username: "
|
1662
|
-
msgstr "[Foreman] nom d'utilisateur:"
|
1756
|
+
msgstr "[Foreman] nom d'utilisateur: "
|
1663
1757
|
|
1664
1758
|
#: lib/hammer_cli_foreman/credentials.rb:15
|
1665
1759
|
msgid "[Foreman] password for %s: "
|
@@ -1874,6 +1968,82 @@ msgstr "Localisation supprimée"
|
|
1874
1968
|
msgid "Could not delete the location"
|
1875
1969
|
msgstr "Impossible de supprimer la localisation"
|
1876
1970
|
|
1971
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:7
|
1972
|
+
msgid "Manage LDAP auth sources."
|
1973
|
+
msgstr "Gérer les sources d'authentification LDAP."
|
1974
|
+
|
1975
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:15
|
1976
|
+
msgid "LDAPS?"
|
1977
|
+
msgstr "LDAPS ?"
|
1978
|
+
|
1979
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:16
|
1980
|
+
msgid "Port"
|
1981
|
+
msgstr "Port"
|
1982
|
+
|
1983
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:17
|
1984
|
+
msgid "Server Type"
|
1985
|
+
msgstr "Type de serveur"
|
1986
|
+
|
1987
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:27
|
1988
|
+
msgid "Account Username"
|
1989
|
+
msgstr "Nom du compte utilisateur"
|
1990
|
+
|
1991
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:28
|
1992
|
+
msgid "Base DN"
|
1993
|
+
msgstr "Base DN"
|
1994
|
+
|
1995
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:29
|
1996
|
+
msgid "LDAP filter"
|
1997
|
+
msgstr "Filtre LDAP"
|
1998
|
+
|
1999
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:30
|
2000
|
+
msgid "Automatically Create Accounts?"
|
2001
|
+
msgstr "Créer automatiquement les comptes utilisateur ?"
|
2002
|
+
|
2003
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:31
|
2004
|
+
msgid "Login Name Attribute"
|
2005
|
+
msgstr "Attribut Login"
|
2006
|
+
|
2007
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:32
|
2008
|
+
msgid "First Name Attribute"
|
2009
|
+
msgstr "Attribut prénom (First Name)"
|
2010
|
+
|
2011
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:33
|
2012
|
+
msgid "Last Name Attribute"
|
2013
|
+
msgstr "Attribut nom de famille (Last Name)"
|
2014
|
+
|
2015
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:34
|
2016
|
+
msgid "Email Address Attribute"
|
2017
|
+
msgstr "Attribut adresse mail"
|
2018
|
+
|
2019
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:35
|
2020
|
+
msgid "Photo Attribute"
|
2021
|
+
msgstr "Attribut Photo"
|
2022
|
+
|
2023
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:43
|
2024
|
+
msgid "Auth source created"
|
2025
|
+
msgstr "Source d'authentification créée"
|
2026
|
+
|
2027
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:44
|
2028
|
+
msgid "Could not create the Auth Source"
|
2029
|
+
msgstr "Impossible de créer la source d'authentification"
|
2030
|
+
|
2031
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:51
|
2032
|
+
msgid "Auth source deleted"
|
2033
|
+
msgstr "Source d'authentification supprimée"
|
2034
|
+
|
2035
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:52
|
2036
|
+
msgid "Could not delete the Auth Source"
|
2037
|
+
msgstr "Impossible de supprimer la source d'authentification"
|
2038
|
+
|
2039
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:59
|
2040
|
+
msgid "Auth source updated"
|
2041
|
+
msgstr "Source d'authentification mis à jour"
|
2042
|
+
|
2043
|
+
#: lib/hammer_cli_foreman/auth_source_ldap.rb:60
|
2044
|
+
msgid "Could not update the Auth Source"
|
2045
|
+
msgstr "Impossible de mettre à jour la source d'authentification"
|
2046
|
+
|
1877
2047
|
#: lib/hammer_cli_foreman/architecture.rb:31
|
1878
2048
|
msgid "Architecture created"
|
1879
2049
|
msgstr "Architecture créée"
|
@@ -1907,89 +2077,93 @@ msgid "Manipulate architectures."
|
|
1907
2077
|
msgstr "Gestion des architectures."
|
1908
2078
|
|
1909
2079
|
#: lib/hammer_cli_foreman.rb:38
|
2080
|
+
msgid "Manipulate auth sources."
|
2081
|
+
msgstr "Gérer les sources d'authentification"
|
2082
|
+
|
2083
|
+
#: lib/hammer_cli_foreman.rb:42
|
1910
2084
|
msgid "Manipulate compute resources."
|
1911
2085
|
msgstr "Gestion des ressources d'ordinateur."
|
1912
2086
|
|
1913
|
-
#: lib/hammer_cli_foreman.rb:
|
2087
|
+
#: lib/hammer_cli_foreman.rb:46
|
1914
2088
|
msgid "Manipulate domains."
|
1915
2089
|
msgstr "Gestion des domaines."
|
1916
2090
|
|
1917
|
-
#: lib/hammer_cli_foreman.rb:
|
2091
|
+
#: lib/hammer_cli_foreman.rb:50
|
1918
2092
|
msgid "Manipulate environments."
|
1919
2093
|
msgstr "Manipulation des environnements"
|
1920
2094
|
|
1921
|
-
#: lib/hammer_cli_foreman.rb:
|
2095
|
+
#: lib/hammer_cli_foreman.rb:54
|
1922
2096
|
msgid "Search facts."
|
1923
2097
|
msgstr "Rechercher les facts."
|
1924
2098
|
|
1925
|
-
#: lib/hammer_cli_foreman.rb:
|
2099
|
+
#: lib/hammer_cli_foreman.rb:58
|
1926
2100
|
msgid "Manage permission filters."
|
1927
2101
|
msgstr "Gérer les filtres de permission"
|
1928
2102
|
|
1929
|
-
#: lib/hammer_cli_foreman.rb:
|
2103
|
+
#: lib/hammer_cli_foreman.rb:62
|
1930
2104
|
msgid "Manipulate hosts."
|
1931
2105
|
msgstr "Manipulation des hôtes"
|
1932
2106
|
|
1933
|
-
#: lib/hammer_cli_foreman.rb:
|
2107
|
+
#: lib/hammer_cli_foreman.rb:66
|
1934
2108
|
msgid "Manipulate hostgroups."
|
1935
2109
|
msgstr "Gestion des groupes d'hôtes"
|
1936
2110
|
|
1937
|
-
#: lib/hammer_cli_foreman.rb:
|
2111
|
+
#: lib/hammer_cli_foreman.rb:70
|
1938
2112
|
msgid "Manipulate locations."
|
1939
2113
|
msgstr "Gestion des localisations."
|
1940
2114
|
|
1941
|
-
#: lib/hammer_cli_foreman.rb:
|
2115
|
+
#: lib/hammer_cli_foreman.rb:74
|
1942
2116
|
msgid "Manipulate installation media."
|
1943
2117
|
msgstr "Gestion des médias d'installation."
|
1944
2118
|
|
1945
|
-
#: lib/hammer_cli_foreman.rb:
|
2119
|
+
#: lib/hammer_cli_foreman.rb:78
|
1946
2120
|
msgid "Manipulate hardware models."
|
1947
2121
|
msgstr "Gestion des modèles matériel."
|
1948
2122
|
|
1949
|
-
#: lib/hammer_cli_foreman.rb:
|
2123
|
+
#: lib/hammer_cli_foreman.rb:82
|
1950
2124
|
msgid "Manipulate operating system."
|
1951
2125
|
msgstr "Manipulation des systèmes d'exploitation"
|
1952
2126
|
|
1953
|
-
#: lib/hammer_cli_foreman.rb:
|
2127
|
+
#: lib/hammer_cli_foreman.rb:86
|
1954
2128
|
msgid "Manipulate organizations."
|
1955
2129
|
msgstr "Gestion des organisations."
|
1956
2130
|
|
1957
|
-
#: lib/hammer_cli_foreman.rb:
|
2131
|
+
#: lib/hammer_cli_foreman.rb:90
|
1958
2132
|
msgid "Manipulate partition tables."
|
1959
2133
|
msgstr "Gestion des tables de partitions."
|
1960
2134
|
|
1961
|
-
#: lib/hammer_cli_foreman.rb:
|
2135
|
+
#: lib/hammer_cli_foreman.rb:94
|
1962
2136
|
msgid "Search puppet modules."
|
1963
2137
|
msgstr "Recherche des modules Puppet."
|
1964
2138
|
|
1965
|
-
#: lib/hammer_cli_foreman.rb:
|
2139
|
+
#: lib/hammer_cli_foreman.rb:98
|
1966
2140
|
msgid "Browse and read reports."
|
1967
2141
|
msgstr "Consulter les rapports."
|
1968
2142
|
|
1969
|
-
#: lib/hammer_cli_foreman.rb:
|
2143
|
+
#: lib/hammer_cli_foreman.rb:102
|
1970
2144
|
msgid "Manage user roles."
|
1971
2145
|
msgstr "Gérer les rôles utilisateur"
|
1972
2146
|
|
1973
|
-
#: lib/hammer_cli_foreman.rb:
|
2147
|
+
#: lib/hammer_cli_foreman.rb:106
|
1974
2148
|
msgid "Manipulate smart class parameters."
|
1975
2149
|
msgstr "Gestion des paramètres Smart Class"
|
1976
2150
|
|
1977
|
-
#: lib/hammer_cli_foreman.rb:
|
2151
|
+
#: lib/hammer_cli_foreman.rb:110
|
1978
2152
|
msgid "Manipulate smart proxies."
|
1979
2153
|
msgstr "Gestion des Smart Proxies."
|
1980
2154
|
|
1981
|
-
#: lib/hammer_cli_foreman.rb:
|
2155
|
+
#: lib/hammer_cli_foreman.rb:114
|
1982
2156
|
msgid "Manipulate subnets."
|
1983
2157
|
msgstr "Gestion des sous-réseaux."
|
1984
2158
|
|
1985
|
-
#: lib/hammer_cli_foreman.rb:
|
2159
|
+
#: lib/hammer_cli_foreman.rb:118
|
1986
2160
|
msgid "Manipulate config templates."
|
1987
2161
|
msgstr "Gestion des modèles de configuration."
|
1988
2162
|
|
1989
|
-
#: lib/hammer_cli_foreman.rb:
|
2163
|
+
#: lib/hammer_cli_foreman.rb:122
|
1990
2164
|
msgid "Manipulate users."
|
1991
2165
|
msgstr "Gestion des utilisateurs."
|
1992
2166
|
|
1993
|
-
#: lib/hammer_cli_foreman.rb:
|
2167
|
+
#: lib/hammer_cli_foreman.rb:126
|
1994
2168
|
msgid "Manage user groups."
|
1995
2169
|
msgstr "Gérer les groupes d'utilisateurs."
|