hammer_cli_foreman 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/config/foreman.yml +1 -0
  3. data/doc/host_create.md +3 -3
  4. data/doc/release_notes.md +14 -0
  5. data/lib/hammer_cli_foreman.rb +0 -1
  6. data/lib/hammer_cli_foreman/api.rb +3 -0
  7. data/lib/hammer_cli_foreman/api/connection.rb +75 -0
  8. data/lib/hammer_cli_foreman/api/interactive_basic_auth.rb +49 -0
  9. data/lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb +120 -0
  10. data/lib/hammer_cli_foreman/auth.rb +16 -12
  11. data/lib/hammer_cli_foreman/commands.rb +4 -36
  12. data/lib/hammer_cli_foreman/compute_resource.rb +6 -6
  13. data/lib/hammer_cli_foreman/compute_resources/all.rb +7 -0
  14. data/lib/hammer_cli_foreman/compute_resources/ec2.rb +9 -0
  15. data/lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb +23 -0
  16. data/lib/hammer_cli_foreman/compute_resources/gce.rb +9 -0
  17. data/lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb +22 -0
  18. data/lib/hammer_cli_foreman/compute_resources/libvirt.rb +9 -0
  19. data/lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb +35 -0
  20. data/lib/hammer_cli_foreman/compute_resources/openstack.rb +9 -0
  21. data/lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb +23 -0
  22. data/lib/hammer_cli_foreman/compute_resources/ovirt.rb +9 -0
  23. data/lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb +36 -0
  24. data/lib/hammer_cli_foreman/compute_resources/rackspace.rb +9 -0
  25. data/lib/hammer_cli_foreman/compute_resources/rackspace/host_help_extenstion.rb +20 -0
  26. data/lib/hammer_cli_foreman/compute_resources/vmware.rb +9 -0
  27. data/lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb +62 -0
  28. data/lib/hammer_cli_foreman/filter.rb +1 -0
  29. data/lib/hammer_cli_foreman/host.rb +15 -140
  30. data/lib/hammer_cli_foreman/hosts/common_update_help.rb +53 -0
  31. data/lib/hammer_cli_foreman/hosts/common_update_options.rb +141 -0
  32. data/lib/hammer_cli_foreman/references.rb +13 -2
  33. data/lib/hammer_cli_foreman/role.rb +3 -7
  34. data/lib/hammer_cli_foreman/smart_class_parameter.rb +2 -2
  35. data/lib/hammer_cli_foreman/smart_variable.rb +1 -2
  36. data/lib/hammer_cli_foreman/user.rb +2 -0
  37. data/lib/hammer_cli_foreman/version.rb +1 -1
  38. data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  39. data/locale/ca/hammer-cli-foreman.edit.po +520 -318
  40. data/locale/ca/hammer-cli-foreman.po +253 -175
  41. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  42. data/locale/de/hammer-cli-foreman.edit.po +568 -358
  43. data/locale/de/hammer-cli-foreman.po +255 -177
  44. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  45. data/locale/en/hammer-cli-foreman.edit.po +446 -228
  46. data/locale/en/hammer-cli-foreman.po +208 -41
  47. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  48. data/locale/en_GB/hammer-cli-foreman.edit.po +498 -307
  49. data/locale/en_GB/hammer-cli-foreman.po +254 -176
  50. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  51. data/locale/es/hammer-cli-foreman.edit.po +594 -388
  52. data/locale/es/hammer-cli-foreman.po +254 -176
  53. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  54. data/locale/fr/hammer-cli-foreman.edit.po +542 -342
  55. data/locale/fr/hammer-cli-foreman.po +254 -176
  56. data/locale/hammer-cli-foreman.pot +503 -241
  57. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  58. data/locale/it/hammer-cli-foreman.edit.po +510 -295
  59. data/locale/it/hammer-cli-foreman.po +254 -176
  60. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  61. data/locale/ja/hammer-cli-foreman.edit.po +590 -365
  62. data/locale/ja/hammer-cli-foreman.po +254 -176
  63. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  64. data/locale/ko/hammer-cli-foreman.edit.po +591 -366
  65. data/locale/ko/hammer-cli-foreman.po +254 -176
  66. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  67. data/locale/pt_BR/hammer-cli-foreman.edit.po +588 -388
  68. data/locale/pt_BR/hammer-cli-foreman.po +254 -176
  69. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  70. data/locale/ru/hammer-cli-foreman.edit.po +549 -336
  71. data/locale/ru/hammer-cli-foreman.po +254 -176
  72. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  73. data/locale/zh_CN/hammer-cli-foreman.edit.po +598 -373
  74. data/locale/zh_CN/hammer-cli-foreman.po +254 -176
  75. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  76. data/locale/zh_TW/hammer-cli-foreman.edit.po +592 -367
  77. data/locale/zh_TW/hammer-cli-foreman.po +254 -176
  78. data/test/test_helper.rb +7 -5
  79. data/test/unit/api/interactive_basic_auth_test.rb +87 -0
  80. data/test/unit/api/session_authenticator_wrapper_test.rb +263 -0
  81. data/test/unit/exception_handler_test.rb +1 -1
  82. data/test/unit/host_test.rb +2 -2
  83. metadata +314 -292
  84. data/lib/hammer_cli_foreman/credentials.rb +0 -67
  85. data/test/unit/credentials_test.rb +0 -59
@@ -8,11 +8,11 @@
8
8
  # Pierre-Emmanuel Dutang <dutangp@gmail.com>, 2014,2016
9
9
  msgid ""
10
10
  msgstr ""
11
- "Project-Id-Version: hammer-cli-foreman 0.8.0\n"
11
+ "Project-Id-Version: hammer-cli-foreman 0.9.0\n"
12
12
  "Report-Msgid-Bugs-To: \n"
13
- "POT-Creation-Date: 2016-06-14 23:53+0200\n"
14
- "PO-Revision-Date: 2016-06-20 13:01+0000\n"
15
- "Last-Translator: Claer <transiblu@claer.hammock.fr>\n"
13
+ "POT-Creation-Date: 2016-09-01 12:48+0200\n"
14
+ "PO-Revision-Date: 2016-09-08 09:43+0000\n"
15
+ "Last-Translator: Pierre-Emmanuel Dutang <dutangp@gmail.com>\n"
16
16
  "Language-Team: French (http://www.transifex.com/foreman/foreman/language/fr/)\n"
17
17
  "MIME-Version: 1.0\n"
18
18
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -109,22 +109,26 @@ msgid "Manipulate smart proxies."
109
109
  msgstr "Gestion des Smart Proxies."
110
110
 
111
111
  #: ../lib/hammer_cli_foreman.rb:120
112
+ msgid "Manipulate realms."
113
+ msgstr "Manipuler les royaumes"
114
+
115
+ #: ../lib/hammer_cli_foreman.rb:124
112
116
  msgid "Change server settings."
113
117
  msgstr "Modifier les paramètres serveur."
114
118
 
115
- #: ../lib/hammer_cli_foreman.rb:124
119
+ #: ../lib/hammer_cli_foreman.rb:128
116
120
  msgid "Manipulate subnets."
117
121
  msgstr "Gestion des sous-réseaux."
118
122
 
119
- #: ../lib/hammer_cli_foreman.rb:128
123
+ #: ../lib/hammer_cli_foreman.rb:132
120
124
  msgid "Manipulate config templates."
121
125
  msgstr "Gestion des modèles de configuration."
122
126
 
123
- #: ../lib/hammer_cli_foreman.rb:132
127
+ #: ../lib/hammer_cli_foreman.rb:136
124
128
  msgid "Manipulate users."
125
129
  msgstr "Gestion des utilisateurs."
126
130
 
127
- #: ../lib/hammer_cli_foreman.rb:136
131
+ #: ../lib/hammer_cli_foreman.rb:140
128
132
  msgid "Manage user groups."
129
133
  msgstr "Gérer les groupes d'utilisateurs."
130
134
 
@@ -136,8 +140,8 @@ msgstr "Gérer les groupes d'utilisateurs."
136
140
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:10
137
141
  #: ../lib/hammer_cli_foreman/filter.rb:9
138
142
  #: ../lib/hammer_cli_foreman/filter.rb:72
139
- #: ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:196
140
- #: ../lib/hammer_cli_foreman/host.rb:227
143
+ #: ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:191
144
+ #: ../lib/hammer_cli_foreman/host.rb:222
141
145
  #: ../lib/hammer_cli_foreman/hostgroup.rb:57
142
146
  #: ../lib/hammer_cli_foreman/image.rb:29
143
147
  #: ../lib/hammer_cli_foreman/interface.rb:23
@@ -148,14 +152,14 @@ msgstr "Gérer les groupes d'utilisateurs."
148
152
  #: ../lib/hammer_cli_foreman/organization.rb:13
149
153
  #: ../lib/hammer_cli_foreman/partition_table.rb:10
150
154
  #: ../lib/hammer_cli_foreman/puppet_class.rb:13
151
- #: ../lib/hammer_cli_foreman/report.rb:10
155
+ #: ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/report.rb:10
152
156
  #: ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11
153
157
  #: ../lib/hammer_cli_foreman/settings.rb:11
154
158
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:8
155
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74
159
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75
156
160
  #: ../lib/hammer_cli_foreman/smart_proxy.rb:11
157
161
  #: ../lib/hammer_cli_foreman/smart_variable.rb:8
158
- #: ../lib/hammer_cli_foreman/smart_variable.rb:64
162
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:66
159
163
  #: ../lib/hammer_cli_foreman/subnet.rb:10
160
164
  #: ../lib/hammer_cli_foreman/template.rb:25
161
165
  #: ../lib/hammer_cli_foreman/user.rb:10
@@ -173,7 +177,7 @@ msgstr "Id"
173
177
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:42
174
178
  #: ../lib/hammer_cli_foreman/filter.rb:73
175
179
  #: ../lib/hammer_cli_foreman/filter.rb:90
176
- #: ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:198
180
+ #: ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:193
177
181
  #: ../lib/hammer_cli_foreman/hostgroup.rb:58
178
182
  #: ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70
179
183
  #: ../lib/hammer_cli_foreman/location.rb:14
@@ -182,10 +186,9 @@ msgstr "Id"
182
186
  #: ../lib/hammer_cli_foreman/organization.rb:14
183
187
  #: ../lib/hammer_cli_foreman/partition_table.rb:11
184
188
  #: ../lib/hammer_cli_foreman/puppet_class.rb:14
185
- #: ../lib/hammer_cli_foreman/role.rb:12
189
+ #: ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12
186
190
  #: ../lib/hammer_cli_foreman/settings.rb:12
187
191
  #: ../lib/hammer_cli_foreman/smart_proxy.rb:12
188
- #: ../lib/hammer_cli_foreman/smart_variable.rb:10
189
192
  #: ../lib/hammer_cli_foreman/subnet.rb:11
190
193
  #: ../lib/hammer_cli_foreman/template.rb:26
191
194
  #: ../lib/hammer_cli_foreman/template.rb:75
@@ -578,6 +581,30 @@ msgstr "Rôle utilisateur supprimé"
578
581
  msgid "Could not remove the user role"
579
582
  msgstr "Impossible de supprimer le rôle utilisateur"
580
583
 
584
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:357
585
+ msgid "Associate a location"
586
+ msgstr "Associer une localisation"
587
+
588
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:359
589
+ msgid "The location has been associated"
590
+ msgstr "La localisation a été assiocé"
591
+
592
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:360
593
+ msgid "Could not associate the location"
594
+ msgstr "Impossible d'associer la localisation"
595
+
596
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:365
597
+ msgid "Disassociate a location"
598
+ msgstr "Dissocier une localisation"
599
+
600
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:367
601
+ msgid "The location has been disassociated"
602
+ msgstr "La localisation a été dissocié"
603
+
604
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:368
605
+ msgid "Could not disassociate the location"
606
+ msgstr "Impossible de dissocié la localisation"
607
+
581
608
  #: ../lib/hammer_cli_foreman/auth.rb:7
582
609
  msgid "Set credentials"
583
610
  msgstr "Définir les authentifiants"
@@ -723,10 +750,10 @@ msgid "The %{resource_name} has been disassociated"
723
750
  msgstr "Le %{resource_name} a été dissocié"
724
751
 
725
752
  #: ../lib/hammer_cli_foreman/common_parameter.rb:13
726
- #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:323
753
+ #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:318
727
754
  #: ../lib/hammer_cli_foreman/settings.rb:13
728
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
729
- #: ../lib/hammer_cli_foreman/smart_variable.rb:66
755
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:77
756
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:68
730
757
  msgid "Value"
731
758
  msgstr "Valeur"
732
759
 
@@ -772,7 +799,7 @@ msgstr "Fournisseur"
772
799
 
773
800
  #: ../lib/hammer_cli_foreman/compute_resource.rb:34
774
801
  #: ../lib/hammer_cli_foreman/compute_resource.rb:40
775
- #: ../lib/hammer_cli_foreman/host.rb:197 ../lib/hammer_cli_foreman/image.rb:33
802
+ #: ../lib/hammer_cli_foreman/host.rb:192 ../lib/hammer_cli_foreman/image.rb:33
776
803
  #: ../lib/hammer_cli_foreman/image.rb:71
777
804
  msgid "UUID"
778
805
  msgstr "UUID"
@@ -796,9 +823,11 @@ msgstr "URL"
796
823
 
797
824
  #: ../lib/hammer_cli_foreman/compute_resource.rb:55
798
825
  #: ../lib/hammer_cli_foreman/domain.rb:42
826
+ #: ../lib/hammer_cli_foreman/location.rb:15
827
+ #: ../lib/hammer_cli_foreman/organization.rb:15
799
828
  #: ../lib/hammer_cli_foreman/settings.rb:14
800
829
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:59
801
- #: ../lib/hammer_cli_foreman/smart_variable.rb:51
830
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:53
802
831
  msgid "Description"
803
832
  msgstr "Description"
804
833
 
@@ -1010,7 +1039,7 @@ msgstr "Impossible de supprimer le groupe externe d'utilisateurs"
1010
1039
  msgid "Host"
1011
1040
  msgstr "Hôte"
1012
1041
 
1013
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:322
1042
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
1014
1043
  msgid "Fact"
1015
1044
  msgstr "Fact"
1016
1045
 
@@ -1102,21 +1131,21 @@ msgstr "Paramètres d'interface"
1102
1131
  msgid "Enter the root password for the host:"
1103
1132
  msgstr "Saisir le mot de passe root de l'hôte :"
1104
1133
 
1105
- #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:237
1134
+ #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:232
1106
1135
  #: ../lib/hammer_cli_foreman/hostgroup.rb:60
1107
1136
  #: ../lib/hammer_cli_foreman/image.rb:31
1108
1137
  msgid "Operating System"
1109
1138
  msgstr "Système d'Exploitation"
1110
1139
 
1111
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:201
1140
+ #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1112
1141
  msgid "Host Group"
1113
1142
  msgstr "Groupe d'hôtes"
1114
1143
 
1115
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:214
1144
+ #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1116
1145
  msgid "IP"
1117
1146
  msgstr "IP"
1118
1147
 
1119
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:215
1148
+ #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1120
1149
  msgid "MAC"
1121
1150
  msgstr "MAC"
1122
1151
 
@@ -1124,289 +1153,289 @@ msgstr "MAC"
1124
1153
  msgid "Bare Metal"
1125
1154
  msgstr "Bare Metal"
1126
1155
 
1127
- #: ../lib/hammer_cli_foreman/host.rb:199
1156
+ #: ../lib/hammer_cli_foreman/host.rb:194
1128
1157
  msgid "Organization"
1129
1158
  msgstr "Organisation"
1130
1159
 
1131
- #: ../lib/hammer_cli_foreman/host.rb:200
1160
+ #: ../lib/hammer_cli_foreman/host.rb:195
1132
1161
  msgid "Location"
1133
1162
  msgstr "Emplacement"
1134
1163
 
1135
- #: ../lib/hammer_cli_foreman/host.rb:202
1164
+ #: ../lib/hammer_cli_foreman/host.rb:197
1136
1165
  msgid "Compute Resource"
1137
1166
  msgstr "Ressources d'Ordinateur"
1138
1167
 
1139
- #: ../lib/hammer_cli_foreman/host.rb:203
1168
+ #: ../lib/hammer_cli_foreman/host.rb:198
1140
1169
  msgid "Compute Profile"
1141
1170
  msgstr "Profil de calcul"
1142
1171
 
1143
- #: ../lib/hammer_cli_foreman/host.rb:204
1172
+ #: ../lib/hammer_cli_foreman/host.rb:199
1144
1173
  #: ../lib/hammer_cli_foreman/hostgroup.rb:61
1145
1174
  msgid "Environment"
1146
1175
  msgstr "Environnement"
1147
1176
 
1148
- #: ../lib/hammer_cli_foreman/host.rb:205
1177
+ #: ../lib/hammer_cli_foreman/host.rb:200
1149
1178
  msgid "Puppet CA Id"
1150
1179
  msgstr "ID de Puppet CA"
1151
1180
 
1152
- #: ../lib/hammer_cli_foreman/host.rb:206
1181
+ #: ../lib/hammer_cli_foreman/host.rb:201
1153
1182
  msgid "Puppet Master Id"
1154
1183
  msgstr "ID du Puppet Master"
1155
1184
 
1156
- #: ../lib/hammer_cli_foreman/host.rb:207
1185
+ #: ../lib/hammer_cli_foreman/host.rb:202
1157
1186
  msgid "Cert name"
1158
1187
  msgstr "Nom du certificat"
1159
1188
 
1160
- #: ../lib/hammer_cli_foreman/host.rb:208
1189
+ #: ../lib/hammer_cli_foreman/host.rb:203
1161
1190
  #: ../lib/hammer_cli_foreman/interface.rb:51
1162
1191
  msgid "Managed"
1163
1192
  msgstr "Géré"
1164
1193
 
1165
- #: ../lib/hammer_cli_foreman/host.rb:210
1194
+ #: ../lib/hammer_cli_foreman/host.rb:205
1166
1195
  msgid "Installed at"
1167
1196
  msgstr "Installé le"
1168
1197
 
1169
- #: ../lib/hammer_cli_foreman/host.rb:211
1198
+ #: ../lib/hammer_cli_foreman/host.rb:206
1170
1199
  #: ../lib/hammer_cli_foreman/report.rb:12
1171
1200
  msgid "Last report"
1172
1201
  msgstr "Dernier rapport"
1173
1202
 
1174
- #: ../lib/hammer_cli_foreman/host.rb:213
1203
+ #: ../lib/hammer_cli_foreman/host.rb:208
1175
1204
  #: ../lib/hammer_cli_foreman/subnet.rb:12
1176
1205
  msgid "Network"
1177
1206
  msgstr "Réseau"
1178
1207
 
1179
- #: ../lib/hammer_cli_foreman/host.rb:216
1208
+ #: ../lib/hammer_cli_foreman/host.rb:211
1180
1209
  #: ../lib/hammer_cli_foreman/hostgroup.rb:72
1181
1210
  #: ../lib/hammer_cli_foreman/interface.rb:49
1182
1211
  msgid "Subnet"
1183
1212
  msgstr "Sous-Réseau"
1184
1213
 
1185
- #: ../lib/hammer_cli_foreman/host.rb:217
1214
+ #: ../lib/hammer_cli_foreman/host.rb:212
1186
1215
  #: ../lib/hammer_cli_foreman/hostgroup.rb:74
1187
1216
  #: ../lib/hammer_cli_foreman/interface.rb:50
1188
1217
  msgid "Domain"
1189
1218
  msgstr "Domaine"
1190
1219
 
1191
- #: ../lib/hammer_cli_foreman/host.rb:218
1220
+ #: ../lib/hammer_cli_foreman/host.rb:213
1192
1221
  msgid "Service provider"
1193
1222
  msgstr "Fournisseur de service"
1194
1223
 
1195
- #: ../lib/hammer_cli_foreman/host.rb:219
1224
+ #: ../lib/hammer_cli_foreman/host.rb:214
1196
1225
  msgid "SP Name"
1197
1226
  msgstr "SP Nom"
1198
1227
 
1199
- #: ../lib/hammer_cli_foreman/host.rb:220
1228
+ #: ../lib/hammer_cli_foreman/host.rb:215
1200
1229
  msgid "SP IP"
1201
1230
  msgstr "SP IP"
1202
1231
 
1203
- #: ../lib/hammer_cli_foreman/host.rb:221
1232
+ #: ../lib/hammer_cli_foreman/host.rb:216
1204
1233
  msgid "SP MAC"
1205
1234
  msgstr "SP MAC"
1206
1235
 
1207
- #: ../lib/hammer_cli_foreman/host.rb:222
1236
+ #: ../lib/hammer_cli_foreman/host.rb:217
1208
1237
  msgid "SP Subnet"
1209
1238
  msgstr "SP sous réseau"
1210
1239
 
1211
- #: ../lib/hammer_cli_foreman/host.rb:226
1240
+ #: ../lib/hammer_cli_foreman/host.rb:221
1212
1241
  msgid "Network interfaces"
1213
1242
  msgstr "Interfaces réseau"
1214
1243
 
1215
- #: ../lib/hammer_cli_foreman/host.rb:228
1244
+ #: ../lib/hammer_cli_foreman/host.rb:223
1216
1245
  #: ../lib/hammer_cli_foreman/interface.rb:24
1217
1246
  #: ../lib/hammer_cli_foreman/interface.rb:44
1218
1247
  msgid "Identifier"
1219
1248
  msgstr "Identifiant"
1220
1249
 
1221
- #: ../lib/hammer_cli_foreman/host.rb:229
1250
+ #: ../lib/hammer_cli_foreman/host.rb:224
1222
1251
  #: ../lib/hammer_cli_foreman/interface.rb:25
1223
1252
  #: ../lib/hammer_cli_foreman/interface.rb:45
1224
1253
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:60
1225
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65
1254
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66
1226
1255
  #: ../lib/hammer_cli_foreman/smart_variable.rb:12
1227
- #: ../lib/hammer_cli_foreman/smart_variable.rb:55
1256
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:57
1228
1257
  #: ../lib/hammer_cli_foreman/template.rb:27
1229
1258
  msgid "Type"
1230
1259
  msgstr "Type"
1231
1260
 
1232
- #: ../lib/hammer_cli_foreman/host.rb:230
1261
+ #: ../lib/hammer_cli_foreman/host.rb:225
1233
1262
  #: ../lib/hammer_cli_foreman/interface.rb:26
1234
1263
  #: ../lib/hammer_cli_foreman/interface.rb:46
1235
1264
  msgid "MAC address"
1236
1265
  msgstr "Adresse MAC"
1237
1266
 
1238
- #: ../lib/hammer_cli_foreman/host.rb:231
1267
+ #: ../lib/hammer_cli_foreman/host.rb:226
1239
1268
  #: ../lib/hammer_cli_foreman/interface.rb:27
1240
1269
  #: ../lib/hammer_cli_foreman/interface.rb:47
1241
1270
  msgid "IP address"
1242
1271
  msgstr "Adresse IP"
1243
1272
 
1244
- #: ../lib/hammer_cli_foreman/host.rb:232
1273
+ #: ../lib/hammer_cli_foreman/host.rb:227
1245
1274
  msgid "FQDN"
1246
1275
  msgstr "FQDN"
1247
1276
 
1248
- #: ../lib/hammer_cli_foreman/host.rb:235
1277
+ #: ../lib/hammer_cli_foreman/host.rb:230
1249
1278
  msgid "Operating system"
1250
1279
  msgstr "Système d'exploitation"
1251
1280
 
1252
- #: ../lib/hammer_cli_foreman/host.rb:236
1281
+ #: ../lib/hammer_cli_foreman/host.rb:231
1253
1282
  #: ../lib/hammer_cli_foreman/hostgroup.rb:75
1254
1283
  #: ../lib/hammer_cli_foreman/image.rb:45
1255
1284
  msgid "Architecture"
1256
1285
  msgstr "Architecture"
1257
1286
 
1258
- #: ../lib/hammer_cli_foreman/host.rb:240
1287
+ #: ../lib/hammer_cli_foreman/host.rb:235
1259
1288
  msgid "Build"
1260
1289
  msgstr "Construire"
1261
1290
 
1262
- #: ../lib/hammer_cli_foreman/host.rb:241
1291
+ #: ../lib/hammer_cli_foreman/host.rb:236
1263
1292
  #: ../lib/hammer_cli_foreman/hostgroup.rb:77
1264
1293
  msgid "Medium"
1265
1294
  msgstr "Medium"
1266
1295
 
1267
- #: ../lib/hammer_cli_foreman/host.rb:242
1296
+ #: ../lib/hammer_cli_foreman/host.rb:237
1268
1297
  #: ../lib/hammer_cli_foreman/hostgroup.rb:76
1269
1298
  msgid "Partition Table"
1270
1299
  msgstr "Table de partition"
1271
1300
 
1272
- #: ../lib/hammer_cli_foreman/host.rb:243
1301
+ #: ../lib/hammer_cli_foreman/host.rb:238
1273
1302
  msgid "Custom partition table"
1274
1303
  msgstr "Table de partition spécifique"
1275
1304
 
1276
- #: ../lib/hammer_cli_foreman/host.rb:246
1305
+ #: ../lib/hammer_cli_foreman/host.rb:241
1277
1306
  msgid "Image"
1278
1307
  msgstr "Image"
1279
1308
 
1280
- #: ../lib/hammer_cli_foreman/host.rb:247
1309
+ #: ../lib/hammer_cli_foreman/host.rb:242
1281
1310
  msgid "Image file"
1282
1311
  msgstr "Fichier Image"
1283
1312
 
1284
- #: ../lib/hammer_cli_foreman/host.rb:248
1313
+ #: ../lib/hammer_cli_foreman/host.rb:243
1285
1314
  msgid "Use image"
1286
1315
  msgstr "Utiliser l'image"
1287
1316
 
1288
- #: ../lib/hammer_cli_foreman/host.rb:254
1317
+ #: ../lib/hammer_cli_foreman/host.rb:249
1289
1318
  msgid "Additional info"
1290
1319
  msgstr "Informations complémentaires"
1291
1320
 
1292
- #: ../lib/hammer_cli_foreman/host.rb:255
1321
+ #: ../lib/hammer_cli_foreman/host.rb:250
1293
1322
  msgid "Owner Id"
1294
1323
  msgstr "Id du Propriétaire"
1295
1324
 
1296
- #: ../lib/hammer_cli_foreman/host.rb:256
1325
+ #: ../lib/hammer_cli_foreman/host.rb:251
1297
1326
  msgid "Owner Type"
1298
1327
  msgstr "Type de Propriétaire"
1299
1328
 
1300
- #: ../lib/hammer_cli_foreman/host.rb:257
1329
+ #: ../lib/hammer_cli_foreman/host.rb:252
1301
1330
  msgid "Enabled"
1302
1331
  msgstr "Activé"
1303
1332
 
1304
- #: ../lib/hammer_cli_foreman/host.rb:258
1333
+ #: ../lib/hammer_cli_foreman/host.rb:253
1305
1334
  #: ../lib/hammer_cli_foreman/hostgroup.rb:62
1306
1335
  msgid "Model"
1307
1336
  msgstr "Modèle"
1308
1337
 
1309
- #: ../lib/hammer_cli_foreman/host.rb:259
1338
+ #: ../lib/hammer_cli_foreman/host.rb:254
1310
1339
  msgid "Comment"
1311
1340
  msgstr "Commentaire"
1312
1341
 
1313
- #: ../lib/hammer_cli_foreman/host.rb:272
1342
+ #: ../lib/hammer_cli_foreman/host.rb:267
1314
1343
  msgid "Status"
1315
1344
  msgstr "Statut"
1316
1345
 
1317
- #: ../lib/hammer_cli_foreman/host.rb:273
1346
+ #: ../lib/hammer_cli_foreman/host.rb:268
1318
1347
  msgid "Power"
1319
1348
  msgstr "Alimentation"
1320
1349
 
1321
- #: ../lib/hammer_cli_foreman/host.rb:309
1350
+ #: ../lib/hammer_cli_foreman/host.rb:304
1322
1351
  msgid "Puppet run triggered"
1323
1352
  msgstr "Puppet Run déclenché"
1324
1353
 
1325
- #: ../lib/hammer_cli_foreman/host.rb:362
1354
+ #: ../lib/hammer_cli_foreman/host.rb:357
1326
1355
  msgid "Host created"
1327
1356
  msgstr "Hôte créé"
1328
1357
 
1329
- #: ../lib/hammer_cli_foreman/host.rb:363
1358
+ #: ../lib/hammer_cli_foreman/host.rb:358
1330
1359
  msgid "Could not create the host"
1331
1360
  msgstr "Impossible de créer l'hôte"
1332
1361
 
1333
- #: ../lib/hammer_cli_foreman/host.rb:380
1362
+ #: ../lib/hammer_cli_foreman/host.rb:375
1334
1363
  msgid "Host updated"
1335
1364
  msgstr "Hôte mis à jour"
1336
1365
 
1337
- #: ../lib/hammer_cli_foreman/host.rb:381
1366
+ #: ../lib/hammer_cli_foreman/host.rb:376
1338
1367
  msgid "Could not update the host"
1339
1368
  msgstr "Impossible de mettre à jour l'hôte"
1340
1369
 
1341
- #: ../lib/hammer_cli_foreman/host.rb:388
1370
+ #: ../lib/hammer_cli_foreman/host.rb:383
1342
1371
  msgid "Host deleted"
1343
1372
  msgstr "Hôte supprimé"
1344
1373
 
1345
- #: ../lib/hammer_cli_foreman/host.rb:389
1374
+ #: ../lib/hammer_cli_foreman/host.rb:384
1346
1375
  msgid "Could not delete the host"
1347
1376
  msgstr "Impossible de supprimer l'hôte"
1348
1377
 
1349
- #: ../lib/hammer_cli_foreman/host.rb:396
1378
+ #: ../lib/hammer_cli_foreman/host.rb:391
1350
1379
  msgid "Create or update parameter for a host."
1351
1380
  msgstr "Créer ou changer un paramètre d'un hôte."
1352
1381
 
1353
- #: ../lib/hammer_cli_foreman/host.rb:398
1382
+ #: ../lib/hammer_cli_foreman/host.rb:393
1354
1383
  msgid "Host parameter updated"
1355
1384
  msgstr "Paramètre de l'hôte mis à jour"
1356
1385
 
1357
- #: ../lib/hammer_cli_foreman/host.rb:399
1386
+ #: ../lib/hammer_cli_foreman/host.rb:394
1358
1387
  msgid "New host parameter created"
1359
1388
  msgstr "Nouveau paramètre de l'hôte créé"
1360
1389
 
1361
- #: ../lib/hammer_cli_foreman/host.rb:400
1390
+ #: ../lib/hammer_cli_foreman/host.rb:395
1362
1391
  msgid "Could not set host parameter"
1363
1392
  msgstr "Impossible de positionner le paramètre de l'hôte"
1364
1393
 
1365
- #: ../lib/hammer_cli_foreman/host.rb:412
1394
+ #: ../lib/hammer_cli_foreman/host.rb:407
1366
1395
  msgid "Delete parameter for a host."
1367
1396
  msgstr "Suppression du paramètre d'un hôte."
1368
1397
 
1369
- #: ../lib/hammer_cli_foreman/host.rb:414
1398
+ #: ../lib/hammer_cli_foreman/host.rb:409
1370
1399
  msgid "Host parameter deleted"
1371
1400
  msgstr "Paramètre de l'hôte supprimé"
1372
1401
 
1373
- #: ../lib/hammer_cli_foreman/host.rb:429
1402
+ #: ../lib/hammer_cli_foreman/host.rb:424
1374
1403
  msgid "Power a host on"
1375
1404
  msgstr "Allumer une machine"
1376
1405
 
1377
- #: ../lib/hammer_cli_foreman/host.rb:430
1406
+ #: ../lib/hammer_cli_foreman/host.rb:425
1378
1407
  msgid "The host is starting."
1379
1408
  msgstr "L'hôte démarre."
1380
1409
 
1381
- #: ../lib/hammer_cli_foreman/host.rb:447
1410
+ #: ../lib/hammer_cli_foreman/host.rb:442
1382
1411
  msgid "Force turning off a host"
1383
1412
  msgstr "Forcer l'extinction d'un hôte"
1384
1413
 
1385
- #: ../lib/hammer_cli_foreman/host.rb:452
1414
+ #: ../lib/hammer_cli_foreman/host.rb:447
1386
1415
  msgid "Power a host off"
1387
1416
  msgstr "Éteindre un hôte "
1388
1417
 
1389
- #: ../lib/hammer_cli_foreman/host.rb:464
1418
+ #: ../lib/hammer_cli_foreman/host.rb:459
1390
1419
  msgid "Power off forced."
1391
1420
  msgstr "Extinction forcée."
1392
1421
 
1393
- #: ../lib/hammer_cli_foreman/host.rb:466
1422
+ #: ../lib/hammer_cli_foreman/host.rb:461
1394
1423
  msgid "Powering the host off."
1395
1424
  msgstr "Extinction de l'hôte."
1396
1425
 
1397
- #: ../lib/hammer_cli_foreman/host.rb:483
1426
+ #: ../lib/hammer_cli_foreman/host.rb:478
1398
1427
  msgid "Reboot a host"
1399
1428
  msgstr "Redémarrage d'un hôte"
1400
1429
 
1401
- #: ../lib/hammer_cli_foreman/host.rb:484
1430
+ #: ../lib/hammer_cli_foreman/host.rb:479
1402
1431
  msgid "Host reboot started."
1403
1432
  msgstr "Redémarrage de l'hôte lancé"
1404
1433
 
1405
- #: ../lib/hammer_cli_foreman/host.rb:520
1434
+ #: ../lib/hammer_cli_foreman/host.rb:515
1406
1435
  msgid "Rebuild orchestration related configurations for host"
1407
1436
  msgstr "Reconstruire les configurations d'orchestration relatives à l'hôte"
1408
1437
 
1409
- #: ../lib/hammer_cli_foreman/host.rb:521
1438
+ #: ../lib/hammer_cli_foreman/host.rb:516
1410
1439
  msgid "Configuration successfully rebuilt."
1411
1440
  msgstr "Configuration reconstruite avec succès."
1412
1441
 
@@ -1592,6 +1621,8 @@ msgid "Smart class parameter name"
1592
1621
  msgstr "Nom du paramètre de la smart class"
1593
1622
 
1594
1623
  #: ../lib/hammer_cli_foreman/id_resolver.rb:63
1624
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50
1625
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:113
1595
1626
  msgid "Smart variable name"
1596
1627
  msgstr "Nom de la Smart variable"
1597
1628
 
@@ -1755,74 +1786,74 @@ msgstr "Interface supprimée"
1755
1786
  msgid "Could not delete the interface"
1756
1787
  msgstr "Impossible de supprimer cette interface"
1757
1788
 
1758
- #: ../lib/hammer_cli_foreman/location.rb:24
1759
- #: ../lib/hammer_cli_foreman/location.rb:63
1760
- #: ../lib/hammer_cli_foreman/location.rb:75
1789
+ #: ../lib/hammer_cli_foreman/location.rb:25
1790
+ #: ../lib/hammer_cli_foreman/location.rb:64
1791
+ #: ../lib/hammer_cli_foreman/location.rb:76
1761
1792
  msgid "Location numeric id to search by"
1762
1793
  msgstr "Recherche par id d'emplacement"
1763
1794
 
1764
- #: ../lib/hammer_cli_foreman/location.rb:27
1765
- #: ../lib/hammer_cli_foreman/organization.rb:27
1795
+ #: ../lib/hammer_cli_foreman/location.rb:28
1796
+ #: ../lib/hammer_cli_foreman/organization.rb:28
1766
1797
  msgid "Parent"
1767
1798
  msgstr "Parent"
1768
1799
 
1769
- #: ../lib/hammer_cli_foreman/location.rb:38
1800
+ #: ../lib/hammer_cli_foreman/location.rb:39
1770
1801
  #: ../lib/hammer_cli_foreman/references.rb:18
1771
1802
  msgid "Organizations"
1772
1803
  msgstr "Organisations"
1773
1804
 
1774
- #: ../lib/hammer_cli_foreman/location.rb:53
1805
+ #: ../lib/hammer_cli_foreman/location.rb:54
1775
1806
  msgid "Location created"
1776
1807
  msgstr "Emplacement créé"
1777
1808
 
1778
- #: ../lib/hammer_cli_foreman/location.rb:54
1809
+ #: ../lib/hammer_cli_foreman/location.rb:55
1779
1810
  msgid "Could not create the location"
1780
1811
  msgstr "Impossible de créer l'emplacement"
1781
1812
 
1782
- #: ../lib/hammer_cli_foreman/location.rb:65
1813
+ #: ../lib/hammer_cli_foreman/location.rb:66
1783
1814
  msgid "Location updated"
1784
1815
  msgstr "Emplacement mis à jour"
1785
1816
 
1786
- #: ../lib/hammer_cli_foreman/location.rb:66
1817
+ #: ../lib/hammer_cli_foreman/location.rb:67
1787
1818
  msgid "Could not update the location"
1788
1819
  msgstr "Impossible de mettre à jour l'emplacement"
1789
1820
 
1790
- #: ../lib/hammer_cli_foreman/location.rb:77
1821
+ #: ../lib/hammer_cli_foreman/location.rb:78
1791
1822
  msgid "Location deleted"
1792
1823
  msgstr "Emplacement supprimé"
1793
1824
 
1794
- #: ../lib/hammer_cli_foreman/location.rb:78
1825
+ #: ../lib/hammer_cli_foreman/location.rb:79
1795
1826
  msgid "Could not delete the location"
1796
1827
  msgstr "Impossible de supprimer l'emplacement"
1797
1828
 
1798
- #: ../lib/hammer_cli_foreman/location.rb:87
1829
+ #: ../lib/hammer_cli_foreman/location.rb:88
1799
1830
  msgid "Create or update parameter for a location."
1800
1831
  msgstr "Créer ou changer un paramètre d'un emplacement."
1801
1832
 
1802
- #: ../lib/hammer_cli_foreman/location.rb:89
1803
- #: ../lib/hammer_cli_foreman/organization.rb:90
1833
+ #: ../lib/hammer_cli_foreman/location.rb:90
1834
+ #: ../lib/hammer_cli_foreman/organization.rb:91
1804
1835
  msgid "Parameter [%{name}] updated to value [%{value}]"
1805
1836
  msgstr "Paramètre [%{name}] mis à jour avec la valeur [%{value}]"
1806
1837
 
1807
- #: ../lib/hammer_cli_foreman/location.rb:90
1808
- #: ../lib/hammer_cli_foreman/organization.rb:91
1838
+ #: ../lib/hammer_cli_foreman/location.rb:91
1839
+ #: ../lib/hammer_cli_foreman/organization.rb:92
1809
1840
  msgid "Parameter [%{name}] created with value [%{value}]"
1810
1841
  msgstr "Paramètre [%{name}] créé avec la valeur [%{value}]"
1811
1842
 
1812
- #: ../lib/hammer_cli_foreman/location.rb:91
1843
+ #: ../lib/hammer_cli_foreman/location.rb:92
1813
1844
  msgid "Could not set location parameter"
1814
1845
  msgstr "Impossible de positionner le paramètre de l'emplacement"
1815
1846
 
1816
- #: ../lib/hammer_cli_foreman/location.rb:98
1847
+ #: ../lib/hammer_cli_foreman/location.rb:99
1817
1848
  msgid "Delete parameter for a location."
1818
1849
  msgstr "Suppression du paramètre d'un emplacement."
1819
1850
 
1820
- #: ../lib/hammer_cli_foreman/location.rb:100
1821
- #: ../lib/hammer_cli_foreman/organization.rb:101
1851
+ #: ../lib/hammer_cli_foreman/location.rb:101
1852
+ #: ../lib/hammer_cli_foreman/organization.rb:102
1822
1853
  msgid "Parameter [%{name}] deleted"
1823
1854
  msgstr "Paramètre [%{name}] supprimé"
1824
1855
 
1825
- #: ../lib/hammer_cli_foreman/location.rb:101
1856
+ #: ../lib/hammer_cli_foreman/location.rb:102
1826
1857
  msgid "Could not delete location parameter"
1827
1858
  msgstr "Impossible de supprimer le paramètre de l'emplacement"
1828
1859
 
@@ -2005,48 +2036,48 @@ msgstr "Impossible de supprimer le modèle de configuration par défaut"
2005
2036
  msgid "Default template of type %s not found"
2006
2037
  msgstr "Modèle par défaut de type %s non trouvé"
2007
2038
 
2008
- #: ../lib/hammer_cli_foreman/organization.rb:38
2039
+ #: ../lib/hammer_cli_foreman/organization.rb:39
2009
2040
  #: ../lib/hammer_cli_foreman/references.rb:15
2010
2041
  msgid "Locations"
2011
2042
  msgstr "Emplacements"
2012
2043
 
2013
- #: ../lib/hammer_cli_foreman/organization.rb:54
2044
+ #: ../lib/hammer_cli_foreman/organization.rb:55
2014
2045
  msgid "Organization created"
2015
2046
  msgstr "Organisation créée"
2016
2047
 
2017
- #: ../lib/hammer_cli_foreman/organization.rb:55
2048
+ #: ../lib/hammer_cli_foreman/organization.rb:56
2018
2049
  msgid "Could not create the organization"
2019
2050
  msgstr "Impossible de créer l'organisation"
2020
2051
 
2021
- #: ../lib/hammer_cli_foreman/organization.rb:66
2052
+ #: ../lib/hammer_cli_foreman/organization.rb:67
2022
2053
  msgid "Organization updated"
2023
2054
  msgstr "Organisation mise à jour"
2024
2055
 
2025
- #: ../lib/hammer_cli_foreman/organization.rb:67
2056
+ #: ../lib/hammer_cli_foreman/organization.rb:68
2026
2057
  msgid "Could not update the organization"
2027
2058
  msgstr "Impossible de mettre à jour l'organisation"
2028
2059
 
2029
- #: ../lib/hammer_cli_foreman/organization.rb:78
2060
+ #: ../lib/hammer_cli_foreman/organization.rb:79
2030
2061
  msgid "Organization deleted"
2031
2062
  msgstr "Organisation supprimée"
2032
2063
 
2033
- #: ../lib/hammer_cli_foreman/organization.rb:79
2064
+ #: ../lib/hammer_cli_foreman/organization.rb:80
2034
2065
  msgid "Could not delete the organization"
2035
2066
  msgstr "Impossible de supprimer l'organisation"
2036
2067
 
2037
- #: ../lib/hammer_cli_foreman/organization.rb:88
2068
+ #: ../lib/hammer_cli_foreman/organization.rb:89
2038
2069
  msgid "Create or update parameter for an organization."
2039
2070
  msgstr "Créer ou changer un paramètre d'une organisation."
2040
2071
 
2041
- #: ../lib/hammer_cli_foreman/organization.rb:92
2072
+ #: ../lib/hammer_cli_foreman/organization.rb:93
2042
2073
  msgid "Could not set organization parameter"
2043
2074
  msgstr "Impossible de positionner le paramètre de l'organisation"
2044
2075
 
2045
- #: ../lib/hammer_cli_foreman/organization.rb:99
2076
+ #: ../lib/hammer_cli_foreman/organization.rb:100
2046
2077
  msgid "Delete parameter for an organization."
2047
2078
  msgstr "Supprimer un paramètre d'une organisation."
2048
2079
 
2049
- #: ../lib/hammer_cli_foreman/organization.rb:102
2080
+ #: ../lib/hammer_cli_foreman/organization.rb:103
2050
2081
  msgid "Could not delete organization parameter"
2051
2082
  msgstr "Impossible de supprimer le paramètre de l'organisation"
2052
2083
 
@@ -2105,6 +2136,38 @@ msgstr "Valeur par défaut"
2105
2136
  msgid "Smart class parameters"
2106
2137
  msgstr "Paramètres smart class"
2107
2138
 
2139
+ #: ../lib/hammer_cli_foreman/realm.rb:18
2140
+ msgid "Realm proxy id"
2141
+ msgstr "Id du proxy du royaume"
2142
+
2143
+ #: ../lib/hammer_cli_foreman/realm.rb:19
2144
+ msgid "Realm type"
2145
+ msgstr "Type de royaume"
2146
+
2147
+ #: ../lib/hammer_cli_foreman/realm.rb:29
2148
+ msgid "Realm [%{name}] created"
2149
+ msgstr "Royaume [%{name}] créé"
2150
+
2151
+ #: ../lib/hammer_cli_foreman/realm.rb:30
2152
+ msgid "Could not create the realm"
2153
+ msgstr "Impossible de créer le royaume"
2154
+
2155
+ #: ../lib/hammer_cli_foreman/realm.rb:37
2156
+ msgid "Realm [%{name}] updated"
2157
+ msgstr "Royaume [%{name}] mis à jour"
2158
+
2159
+ #: ../lib/hammer_cli_foreman/realm.rb:38
2160
+ msgid "Could not update the realm"
2161
+ msgstr "Impossible de mettre à jour le royaume"
2162
+
2163
+ #: ../lib/hammer_cli_foreman/realm.rb:45
2164
+ msgid "Realm [%{name}] deleted"
2165
+ msgstr "Royaume [%{name}] supprimé"
2166
+
2167
+ #: ../lib/hammer_cli_foreman/realm.rb:46
2168
+ msgid "Could not delete the realm"
2169
+ msgstr "Impossible de supprimer le royaume"
2170
+
2108
2171
  #: ../lib/hammer_cli_foreman/references.rb:8
2109
2172
  msgid "Created at"
2110
2173
  msgstr "Créé le"
@@ -2343,106 +2406,111 @@ msgid "Class Id"
2343
2406
  msgstr "Id de classe"
2344
2407
 
2345
2408
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61
2346
- #: ../lib/hammer_cli_foreman/smart_variable.rb:52
2409
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:54
2347
2410
  msgid "Hidden Value?"
2348
2411
  msgstr "Valeur cachée ?"
2349
2412
 
2350
2413
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62
2414
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2415
+ msgid "Use puppet default"
2416
+ msgstr "Utiliser pupper par defaut"
2417
+
2418
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:63
2351
2419
  msgid "Required"
2352
2420
  msgstr "Requis"
2353
2421
 
2354
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:64
2355
- #: ../lib/hammer_cli_foreman/smart_variable.rb:54
2422
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65
2423
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:56
2356
2424
  msgid "Validator"
2357
2425
  msgstr "Validateur"
2358
2426
 
2359
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66
2360
- #: ../lib/hammer_cli_foreman/smart_variable.rb:56
2427
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:67
2428
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:58
2361
2429
  msgid "Rule"
2362
2430
  msgstr "Règle"
2363
2431
 
2364
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:68
2365
- #: ../lib/hammer_cli_foreman/smart_variable.rb:58
2432
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69
2433
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:60
2366
2434
  msgid "Override values"
2367
2435
  msgstr "Surcharger les valeurs"
2368
2436
 
2369
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69
2370
- #: ../lib/hammer_cli_foreman/smart_variable.rb:59
2437
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70
2438
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:61
2371
2439
  msgid "Merge overrides"
2372
2440
  msgstr "Fusionner les surcharges"
2373
2441
 
2374
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70
2375
- #: ../lib/hammer_cli_foreman/smart_variable.rb:60
2442
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71
2443
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:62
2376
2444
  msgid "Merge default value"
2377
2445
  msgstr "Fusionner la valeur par défaut"
2378
2446
 
2379
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71
2380
- #: ../lib/hammer_cli_foreman/smart_variable.rb:61
2447
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72
2448
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:63
2381
2449
  msgid "Avoid duplicates"
2382
2450
  msgstr "Eviter les doublons"
2383
2451
 
2384
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72
2385
- #: ../lib/hammer_cli_foreman/smart_variable.rb:62
2452
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73
2453
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:64
2386
2454
  msgid "Order"
2387
2455
  msgstr "Ordre"
2388
2456
 
2389
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73
2390
- #: ../lib/hammer_cli_foreman/smart_variable.rb:63
2457
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74
2458
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:65
2391
2459
  msgid "Values"
2392
2460
  msgstr "Valeurs"
2393
2461
 
2394
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75
2395
- #: ../lib/hammer_cli_foreman/smart_variable.rb:65
2462
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
2463
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:67
2396
2464
  msgid "Match"
2397
2465
  msgstr "Correspond"
2398
2466
 
2399
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:102
2467
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:105
2400
2468
  msgid "Parameter updated"
2401
2469
  msgstr "Paramètre mis à jour"
2402
2470
 
2403
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:103
2471
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:106
2404
2472
  msgid "Could not update the parameter"
2405
2473
  msgstr "Impossible de mettre à jour le paramètre"
2406
2474
 
2407
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:110
2475
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
2408
2476
  msgid "Override this parameter."
2409
2477
  msgstr "Surcharger ce paramètre."
2410
2478
 
2411
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:112
2479
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
2412
2480
  msgid "This parameter is required."
2413
2481
  msgstr "Ce paramètre est requis."
2414
2482
 
2415
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:114
2483
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2416
2484
  msgid "Type of the parameter."
2417
2485
  msgstr "Type de paramètre."
2418
2486
 
2419
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2420
- #: ../lib/hammer_cli_foreman/smart_variable.rb:91
2421
- #: ../lib/hammer_cli_foreman/smart_variable.rb:105
2487
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120
2488
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:93
2489
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:107
2422
2490
  msgid "Type of the validator."
2423
2491
  msgstr "Type du validateur."
2424
2492
 
2425
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:131
2426
- #: ../lib/hammer_cli_foreman/smart_variable.rb:123
2493
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134
2494
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:126
2427
2495
  msgid "Override value created"
2428
2496
  msgstr "Valeur de surcharge créée"
2429
2497
 
2430
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132
2431
- #: ../lib/hammer_cli_foreman/smart_variable.rb:124
2498
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135
2499
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:127
2432
2500
  msgid "Could not create the override value"
2433
2501
  msgstr "Impossible de créer la surcharge de valeur"
2434
2502
 
2435
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:142
2503
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2436
2504
  msgid "Cannot use --value when --use-puppet-default is true"
2437
2505
  msgstr "Impossible d'utiliser --value quand --use-puppet-default est activé"
2438
2506
 
2439
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:155
2440
- #: ../lib/hammer_cli_foreman/smart_variable.rb:136
2507
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158
2508
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:139
2441
2509
  msgid "Override value deleted"
2442
2510
  msgstr "Valeur de surcharge supprimée"
2443
2511
 
2444
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:156
2445
- #: ../lib/hammer_cli_foreman/smart_variable.rb:137
2512
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159
2513
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:140
2446
2514
  msgid "Could not delete the override value"
2447
2515
  msgstr "Impossible de supprimer cette surcharge de valeur "
2448
2516
 
@@ -2499,32 +2567,41 @@ msgstr "Fonctions smart proxy rechargées"
2499
2567
  msgid "Refresh of smart proxy features failed"
2500
2568
  msgstr "Rechargement des fonctions smart proxy échoué"
2501
2569
 
2502
- #: ../lib/hammer_cli_foreman/smart_variable.rb:83
2570
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:10
2571
+ msgid "Variable"
2572
+ msgstr "Variable"
2573
+
2574
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50
2575
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2576
+ msgid "Use --variable instead"
2577
+ msgstr "A la place utilisez --variable"
2578
+
2579
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2503
2580
  msgid "Smart variable [%{variable}] created"
2504
2581
  msgstr "Smart variable [%{variable}] créée"
2505
2582
 
2506
- #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2583
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2507
2584
  msgid "Could not create the smart variable"
2508
2585
  msgstr "Impossible de créer la smart variable"
2509
2586
 
2510
- #: ../lib/hammer_cli_foreman/smart_variable.rb:88
2511
- #: ../lib/hammer_cli_foreman/smart_variable.rb:102
2587
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:90
2588
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:104
2512
2589
  msgid "Type of the variable."
2513
2590
  msgstr "Type de variable."
2514
2591
 
2515
- #: ../lib/hammer_cli_foreman/smart_variable.rb:97
2592
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2516
2593
  msgid "Smart variable [%{variable}] updated"
2517
2594
  msgstr "Smart variable [%{variable}] mis à jour"
2518
2595
 
2519
- #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2596
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2520
2597
  msgid "Could not update the smart variable"
2521
2598
  msgstr "Impossible de mettre à jour la smart variable"
2522
2599
 
2523
- #: ../lib/hammer_cli_foreman/smart_variable.rb:112
2600
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2524
2601
  msgid "Smart variable [%{variable}] deleted"
2525
2602
  msgstr "Smart variable [%{variable}] supprimée"
2526
2603
 
2527
- #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2604
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2528
2605
  msgid "Could not delete the smart variable"
2529
2606
  msgstr "Impossible de supprimer la smart variable"
2530
2607
 
@@ -2663,6 +2740,7 @@ msgid "Email"
2663
2740
  msgstr "Email"
2664
2741
 
2665
2742
  #: ../lib/hammer_cli_foreman/user.rb:28
2743
+ #: ../lib/hammer_cli_foreman/usergroup.rb:13
2666
2744
  msgid "Admin"
2667
2745
  msgstr "Admin"
2668
2746
 
@@ -2722,26 +2800,26 @@ msgstr "Utilisateur [%{login}] supprimé"
2722
2800
  msgid "Could not delete the user"
2723
2801
  msgstr "Impossible de supprimer l'utilisateur"
2724
2802
 
2725
- #: ../lib/hammer_cli_foreman/usergroup.rb:31
2803
+ #: ../lib/hammer_cli_foreman/usergroup.rb:32
2726
2804
  msgid "User group [%<name>s] created"
2727
2805
  msgstr "Groupe d'utilisateur [%<name>s] créé"
2728
2806
 
2729
- #: ../lib/hammer_cli_foreman/usergroup.rb:32
2807
+ #: ../lib/hammer_cli_foreman/usergroup.rb:33
2730
2808
  msgid "Could not create the user group"
2731
2809
  msgstr "Impossible de créer le groupe d'utilisateurs"
2732
2810
 
2733
- #: ../lib/hammer_cli_foreman/usergroup.rb:38
2811
+ #: ../lib/hammer_cli_foreman/usergroup.rb:39
2734
2812
  msgid "User group [%<name>s] updated"
2735
2813
  msgstr "Groupe d'utilisateurs [%<name>s] mis à jour"
2736
2814
 
2737
- #: ../lib/hammer_cli_foreman/usergroup.rb:39
2815
+ #: ../lib/hammer_cli_foreman/usergroup.rb:40
2738
2816
  msgid "Could not update the user group"
2739
2817
  msgstr "Impossible de mettre à jour le groupe d'utilisateurs"
2740
2818
 
2741
- #: ../lib/hammer_cli_foreman/usergroup.rb:45
2819
+ #: ../lib/hammer_cli_foreman/usergroup.rb:46
2742
2820
  msgid "User group [%<name>s] deleted"
2743
2821
  msgstr "Groupe d'utilisateurs [%<name>s] supprimé"
2744
2822
 
2745
- #: ../lib/hammer_cli_foreman/usergroup.rb:46
2823
+ #: ../lib/hammer_cli_foreman/usergroup.rb:47
2746
2824
  msgid "Could not delete the user group"
2747
2825
  msgstr "Impossible de supprimer le groupe d'utilisateurs"