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
@@ -10,11 +10,11 @@
10
10
  # simon11 <simon.stieger.98@live.de>, 2014
11
11
  msgid ""
12
12
  msgstr ""
13
- "Project-Id-Version: hammer-cli-foreman 0.8.0\n"
13
+ "Project-Id-Version: hammer-cli-foreman 0.9.0\n"
14
14
  "Report-Msgid-Bugs-To: \n"
15
- "POT-Creation-Date: 2016-06-14 23:53+0200\n"
16
- "PO-Revision-Date: 2016-08-22 15:08+0000\n"
17
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
15
+ "POT-Creation-Date: 2016-09-01 12:48+0200\n"
16
+ "PO-Revision-Date: 2016-11-20 19:56+0000\n"
17
+ "Last-Translator: Ettore Atalan <atalanttore@googlemail.com>\n"
18
18
  "Language-Team: German (http://www.transifex.com/foreman/foreman/language/de/)\n"
19
19
  "MIME-Version: 1.0\n"
20
20
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -111,22 +111,26 @@ msgid "Manipulate smart proxies."
111
111
  msgstr "Smart-Proxys bearbeiten."
112
112
 
113
113
  #: ../lib/hammer_cli_foreman.rb:120
114
+ msgid "Manipulate realms."
115
+ msgstr ""
116
+
117
+ #: ../lib/hammer_cli_foreman.rb:124
114
118
  msgid "Change server settings."
115
119
  msgstr "Servereinstellungen ändern."
116
120
 
117
- #: ../lib/hammer_cli_foreman.rb:124
121
+ #: ../lib/hammer_cli_foreman.rb:128
118
122
  msgid "Manipulate subnets."
119
123
  msgstr "Subnetze bearbeiten."
120
124
 
121
- #: ../lib/hammer_cli_foreman.rb:128
125
+ #: ../lib/hammer_cli_foreman.rb:132
122
126
  msgid "Manipulate config templates."
123
127
  msgstr "Konfigurationsvorlagen bearbeiten."
124
128
 
125
- #: ../lib/hammer_cli_foreman.rb:132
129
+ #: ../lib/hammer_cli_foreman.rb:136
126
130
  msgid "Manipulate users."
127
131
  msgstr "Benutzer bearbeiten."
128
132
 
129
- #: ../lib/hammer_cli_foreman.rb:136
133
+ #: ../lib/hammer_cli_foreman.rb:140
130
134
  msgid "Manage user groups."
131
135
  msgstr "Benutzergruppen verwalten."
132
136
 
@@ -138,8 +142,8 @@ msgstr "Benutzergruppen verwalten."
138
142
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:10
139
143
  #: ../lib/hammer_cli_foreman/filter.rb:9
140
144
  #: ../lib/hammer_cli_foreman/filter.rb:72
141
- #: ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:196
142
- #: ../lib/hammer_cli_foreman/host.rb:227
145
+ #: ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:191
146
+ #: ../lib/hammer_cli_foreman/host.rb:222
143
147
  #: ../lib/hammer_cli_foreman/hostgroup.rb:57
144
148
  #: ../lib/hammer_cli_foreman/image.rb:29
145
149
  #: ../lib/hammer_cli_foreman/interface.rb:23
@@ -150,14 +154,14 @@ msgstr "Benutzergruppen verwalten."
150
154
  #: ../lib/hammer_cli_foreman/organization.rb:13
151
155
  #: ../lib/hammer_cli_foreman/partition_table.rb:10
152
156
  #: ../lib/hammer_cli_foreman/puppet_class.rb:13
153
- #: ../lib/hammer_cli_foreman/report.rb:10
157
+ #: ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/report.rb:10
154
158
  #: ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11
155
159
  #: ../lib/hammer_cli_foreman/settings.rb:11
156
160
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:8
157
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74
161
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75
158
162
  #: ../lib/hammer_cli_foreman/smart_proxy.rb:11
159
163
  #: ../lib/hammer_cli_foreman/smart_variable.rb:8
160
- #: ../lib/hammer_cli_foreman/smart_variable.rb:64
164
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:66
161
165
  #: ../lib/hammer_cli_foreman/subnet.rb:10
162
166
  #: ../lib/hammer_cli_foreman/template.rb:25
163
167
  #: ../lib/hammer_cli_foreman/user.rb:10
@@ -175,7 +179,7 @@ msgstr "ID"
175
179
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:42
176
180
  #: ../lib/hammer_cli_foreman/filter.rb:73
177
181
  #: ../lib/hammer_cli_foreman/filter.rb:90
178
- #: ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:198
182
+ #: ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:193
179
183
  #: ../lib/hammer_cli_foreman/hostgroup.rb:58
180
184
  #: ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70
181
185
  #: ../lib/hammer_cli_foreman/location.rb:14
@@ -184,10 +188,9 @@ msgstr "ID"
184
188
  #: ../lib/hammer_cli_foreman/organization.rb:14
185
189
  #: ../lib/hammer_cli_foreman/partition_table.rb:11
186
190
  #: ../lib/hammer_cli_foreman/puppet_class.rb:14
187
- #: ../lib/hammer_cli_foreman/role.rb:12
191
+ #: ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12
188
192
  #: ../lib/hammer_cli_foreman/settings.rb:12
189
193
  #: ../lib/hammer_cli_foreman/smart_proxy.rb:12
190
- #: ../lib/hammer_cli_foreman/smart_variable.rb:10
191
194
  #: ../lib/hammer_cli_foreman/subnet.rb:11
192
195
  #: ../lib/hammer_cli_foreman/template.rb:26
193
196
  #: ../lib/hammer_cli_foreman/template.rb:75
@@ -580,6 +583,30 @@ msgstr "Benutzerrolle wurde entfernt"
580
583
  msgid "Could not remove the user role"
581
584
  msgstr "Benutzerrolle konnte nicht entfernt werden"
582
585
 
586
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:357
587
+ msgid "Associate a location"
588
+ msgstr ""
589
+
590
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:359
591
+ msgid "The location has been associated"
592
+ msgstr ""
593
+
594
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:360
595
+ msgid "Could not associate the location"
596
+ msgstr ""
597
+
598
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:365
599
+ msgid "Disassociate a location"
600
+ msgstr ""
601
+
602
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:367
603
+ msgid "The location has been disassociated"
604
+ msgstr ""
605
+
606
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:368
607
+ msgid "Could not disassociate the location"
608
+ msgstr ""
609
+
583
610
  #: ../lib/hammer_cli_foreman/auth.rb:7
584
611
  msgid "Set credentials"
585
612
  msgstr "Berechtigungsnachweise festlegen"
@@ -725,10 +752,10 @@ msgid "The %{resource_name} has been disassociated"
725
752
  msgstr "%{resource_name} wurde gelöst"
726
753
 
727
754
  #: ../lib/hammer_cli_foreman/common_parameter.rb:13
728
- #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:323
755
+ #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:318
729
756
  #: ../lib/hammer_cli_foreman/settings.rb:13
730
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
731
- #: ../lib/hammer_cli_foreman/smart_variable.rb:66
757
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:77
758
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:68
732
759
  msgid "Value"
733
760
  msgstr "Wert"
734
761
 
@@ -774,7 +801,7 @@ msgstr "Anbieter"
774
801
 
775
802
  #: ../lib/hammer_cli_foreman/compute_resource.rb:34
776
803
  #: ../lib/hammer_cli_foreman/compute_resource.rb:40
777
- #: ../lib/hammer_cli_foreman/host.rb:197 ../lib/hammer_cli_foreman/image.rb:33
804
+ #: ../lib/hammer_cli_foreman/host.rb:192 ../lib/hammer_cli_foreman/image.rb:33
778
805
  #: ../lib/hammer_cli_foreman/image.rb:71
779
806
  msgid "UUID"
780
807
  msgstr "UUID"
@@ -798,9 +825,11 @@ msgstr "URL"
798
825
 
799
826
  #: ../lib/hammer_cli_foreman/compute_resource.rb:55
800
827
  #: ../lib/hammer_cli_foreman/domain.rb:42
828
+ #: ../lib/hammer_cli_foreman/location.rb:15
829
+ #: ../lib/hammer_cli_foreman/organization.rb:15
801
830
  #: ../lib/hammer_cli_foreman/settings.rb:14
802
831
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:59
803
- #: ../lib/hammer_cli_foreman/smart_variable.rb:51
832
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:53
804
833
  msgid "Description"
805
834
  msgstr "Beschreibung"
806
835
 
@@ -1012,7 +1041,7 @@ msgstr "Externe Benutzergruppe konnte nicht gelöscht werden"
1012
1041
  msgid "Host"
1013
1042
  msgstr "Host"
1014
1043
 
1015
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:322
1044
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
1016
1045
  msgid "Fact"
1017
1046
  msgstr "Fakt"
1018
1047
 
@@ -1104,21 +1133,21 @@ msgstr "Schnittstellenparameter."
1104
1133
  msgid "Enter the root password for the host:"
1105
1134
  msgstr "Geben Sie das Root-Passwort für den Host ein:"
1106
1135
 
1107
- #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:237
1136
+ #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:232
1108
1137
  #: ../lib/hammer_cli_foreman/hostgroup.rb:60
1109
1138
  #: ../lib/hammer_cli_foreman/image.rb:31
1110
1139
  msgid "Operating System"
1111
1140
  msgstr "Betriebssystem"
1112
1141
 
1113
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:201
1142
+ #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1114
1143
  msgid "Host Group"
1115
1144
  msgstr "Hostgruppe"
1116
1145
 
1117
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:214
1146
+ #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1118
1147
  msgid "IP"
1119
1148
  msgstr "IP"
1120
1149
 
1121
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:215
1150
+ #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1122
1151
  msgid "MAC"
1123
1152
  msgstr "MAC-Adresse"
1124
1153
 
@@ -1126,289 +1155,289 @@ msgstr "MAC-Adresse"
1126
1155
  msgid "Bare Metal"
1127
1156
  msgstr "Bare Metal"
1128
1157
 
1129
- #: ../lib/hammer_cli_foreman/host.rb:199
1158
+ #: ../lib/hammer_cli_foreman/host.rb:194
1130
1159
  msgid "Organization"
1131
1160
  msgstr "Organisation"
1132
1161
 
1133
- #: ../lib/hammer_cli_foreman/host.rb:200
1162
+ #: ../lib/hammer_cli_foreman/host.rb:195
1134
1163
  msgid "Location"
1135
1164
  msgstr "Standort"
1136
1165
 
1137
- #: ../lib/hammer_cli_foreman/host.rb:202
1166
+ #: ../lib/hammer_cli_foreman/host.rb:197
1138
1167
  msgid "Compute Resource"
1139
1168
  msgstr "Rechnerresource"
1140
1169
 
1141
- #: ../lib/hammer_cli_foreman/host.rb:203
1170
+ #: ../lib/hammer_cli_foreman/host.rb:198
1142
1171
  msgid "Compute Profile"
1143
1172
  msgstr "Rechenprofil"
1144
1173
 
1145
- #: ../lib/hammer_cli_foreman/host.rb:204
1174
+ #: ../lib/hammer_cli_foreman/host.rb:199
1146
1175
  #: ../lib/hammer_cli_foreman/hostgroup.rb:61
1147
1176
  msgid "Environment"
1148
1177
  msgstr "Umgebung"
1149
1178
 
1150
- #: ../lib/hammer_cli_foreman/host.rb:205
1179
+ #: ../lib/hammer_cli_foreman/host.rb:200
1151
1180
  msgid "Puppet CA Id"
1152
1181
  msgstr "Puppet-CA-ID"
1153
1182
 
1154
- #: ../lib/hammer_cli_foreman/host.rb:206
1183
+ #: ../lib/hammer_cli_foreman/host.rb:201
1155
1184
  msgid "Puppet Master Id"
1156
1185
  msgstr "Puppet-Master-ID"
1157
1186
 
1158
- #: ../lib/hammer_cli_foreman/host.rb:207
1187
+ #: ../lib/hammer_cli_foreman/host.rb:202
1159
1188
  msgid "Cert name"
1160
1189
  msgstr "Zertifikatsname"
1161
1190
 
1162
- #: ../lib/hammer_cli_foreman/host.rb:208
1191
+ #: ../lib/hammer_cli_foreman/host.rb:203
1163
1192
  #: ../lib/hammer_cli_foreman/interface.rb:51
1164
1193
  msgid "Managed"
1165
1194
  msgstr "Verwaltet"
1166
1195
 
1167
- #: ../lib/hammer_cli_foreman/host.rb:210
1196
+ #: ../lib/hammer_cli_foreman/host.rb:205
1168
1197
  msgid "Installed at"
1169
1198
  msgstr "Installiert um"
1170
1199
 
1171
- #: ../lib/hammer_cli_foreman/host.rb:211
1200
+ #: ../lib/hammer_cli_foreman/host.rb:206
1172
1201
  #: ../lib/hammer_cli_foreman/report.rb:12
1173
1202
  msgid "Last report"
1174
1203
  msgstr "Letzter Bericht"
1175
1204
 
1176
- #: ../lib/hammer_cli_foreman/host.rb:213
1205
+ #: ../lib/hammer_cli_foreman/host.rb:208
1177
1206
  #: ../lib/hammer_cli_foreman/subnet.rb:12
1178
1207
  msgid "Network"
1179
1208
  msgstr "Netzwerk"
1180
1209
 
1181
- #: ../lib/hammer_cli_foreman/host.rb:216
1210
+ #: ../lib/hammer_cli_foreman/host.rb:211
1182
1211
  #: ../lib/hammer_cli_foreman/hostgroup.rb:72
1183
1212
  #: ../lib/hammer_cli_foreman/interface.rb:49
1184
1213
  msgid "Subnet"
1185
1214
  msgstr "Subnetz"
1186
1215
 
1187
- #: ../lib/hammer_cli_foreman/host.rb:217
1216
+ #: ../lib/hammer_cli_foreman/host.rb:212
1188
1217
  #: ../lib/hammer_cli_foreman/hostgroup.rb:74
1189
1218
  #: ../lib/hammer_cli_foreman/interface.rb:50
1190
1219
  msgid "Domain"
1191
1220
  msgstr "Domain"
1192
1221
 
1193
- #: ../lib/hammer_cli_foreman/host.rb:218
1222
+ #: ../lib/hammer_cli_foreman/host.rb:213
1194
1223
  msgid "Service provider"
1195
1224
  msgstr "Dienstanbieter"
1196
1225
 
1197
- #: ../lib/hammer_cli_foreman/host.rb:219
1226
+ #: ../lib/hammer_cli_foreman/host.rb:214
1198
1227
  msgid "SP Name"
1199
1228
  msgstr "SP-Name"
1200
1229
 
1201
- #: ../lib/hammer_cli_foreman/host.rb:220
1230
+ #: ../lib/hammer_cli_foreman/host.rb:215
1202
1231
  msgid "SP IP"
1203
1232
  msgstr "SP-IP"
1204
1233
 
1205
- #: ../lib/hammer_cli_foreman/host.rb:221
1234
+ #: ../lib/hammer_cli_foreman/host.rb:216
1206
1235
  msgid "SP MAC"
1207
1236
  msgstr "SP-MAC"
1208
1237
 
1209
- #: ../lib/hammer_cli_foreman/host.rb:222
1238
+ #: ../lib/hammer_cli_foreman/host.rb:217
1210
1239
  msgid "SP Subnet"
1211
1240
  msgstr "SP-Subnetz"
1212
1241
 
1213
- #: ../lib/hammer_cli_foreman/host.rb:226
1242
+ #: ../lib/hammer_cli_foreman/host.rb:221
1214
1243
  msgid "Network interfaces"
1215
1244
  msgstr "Netzwerkschnittstellen"
1216
1245
 
1217
- #: ../lib/hammer_cli_foreman/host.rb:228
1246
+ #: ../lib/hammer_cli_foreman/host.rb:223
1218
1247
  #: ../lib/hammer_cli_foreman/interface.rb:24
1219
1248
  #: ../lib/hammer_cli_foreman/interface.rb:44
1220
1249
  msgid "Identifier"
1221
1250
  msgstr "Bezeichner"
1222
1251
 
1223
- #: ../lib/hammer_cli_foreman/host.rb:229
1252
+ #: ../lib/hammer_cli_foreman/host.rb:224
1224
1253
  #: ../lib/hammer_cli_foreman/interface.rb:25
1225
1254
  #: ../lib/hammer_cli_foreman/interface.rb:45
1226
1255
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:60
1227
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65
1256
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66
1228
1257
  #: ../lib/hammer_cli_foreman/smart_variable.rb:12
1229
- #: ../lib/hammer_cli_foreman/smart_variable.rb:55
1258
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:57
1230
1259
  #: ../lib/hammer_cli_foreman/template.rb:27
1231
1260
  msgid "Type"
1232
1261
  msgstr "Typ"
1233
1262
 
1234
- #: ../lib/hammer_cli_foreman/host.rb:230
1263
+ #: ../lib/hammer_cli_foreman/host.rb:225
1235
1264
  #: ../lib/hammer_cli_foreman/interface.rb:26
1236
1265
  #: ../lib/hammer_cli_foreman/interface.rb:46
1237
1266
  msgid "MAC address"
1238
1267
  msgstr "MAC-Adresse"
1239
1268
 
1240
- #: ../lib/hammer_cli_foreman/host.rb:231
1269
+ #: ../lib/hammer_cli_foreman/host.rb:226
1241
1270
  #: ../lib/hammer_cli_foreman/interface.rb:27
1242
1271
  #: ../lib/hammer_cli_foreman/interface.rb:47
1243
1272
  msgid "IP address"
1244
1273
  msgstr "IP-Adresse"
1245
1274
 
1246
- #: ../lib/hammer_cli_foreman/host.rb:232
1275
+ #: ../lib/hammer_cli_foreman/host.rb:227
1247
1276
  msgid "FQDN"
1248
1277
  msgstr "FQDN"
1249
1278
 
1250
- #: ../lib/hammer_cli_foreman/host.rb:235
1279
+ #: ../lib/hammer_cli_foreman/host.rb:230
1251
1280
  msgid "Operating system"
1252
1281
  msgstr "Betriebssystem"
1253
1282
 
1254
- #: ../lib/hammer_cli_foreman/host.rb:236
1283
+ #: ../lib/hammer_cli_foreman/host.rb:231
1255
1284
  #: ../lib/hammer_cli_foreman/hostgroup.rb:75
1256
1285
  #: ../lib/hammer_cli_foreman/image.rb:45
1257
1286
  msgid "Architecture"
1258
1287
  msgstr "Architektur"
1259
1288
 
1260
- #: ../lib/hammer_cli_foreman/host.rb:240
1289
+ #: ../lib/hammer_cli_foreman/host.rb:235
1261
1290
  msgid "Build"
1262
1291
  msgstr "Build"
1263
1292
 
1264
- #: ../lib/hammer_cli_foreman/host.rb:241
1293
+ #: ../lib/hammer_cli_foreman/host.rb:236
1265
1294
  #: ../lib/hammer_cli_foreman/hostgroup.rb:77
1266
1295
  msgid "Medium"
1267
1296
  msgstr "Medium"
1268
1297
 
1269
- #: ../lib/hammer_cli_foreman/host.rb:242
1298
+ #: ../lib/hammer_cli_foreman/host.rb:237
1270
1299
  #: ../lib/hammer_cli_foreman/hostgroup.rb:76
1271
1300
  msgid "Partition Table"
1272
1301
  msgstr "Partitionstabelle"
1273
1302
 
1274
- #: ../lib/hammer_cli_foreman/host.rb:243
1303
+ #: ../lib/hammer_cli_foreman/host.rb:238
1275
1304
  msgid "Custom partition table"
1276
1305
  msgstr "Benutzerdefinierte Partitionstabelle"
1277
1306
 
1278
- #: ../lib/hammer_cli_foreman/host.rb:246
1307
+ #: ../lib/hammer_cli_foreman/host.rb:241
1279
1308
  msgid "Image"
1280
1309
  msgstr "Image"
1281
1310
 
1282
- #: ../lib/hammer_cli_foreman/host.rb:247
1311
+ #: ../lib/hammer_cli_foreman/host.rb:242
1283
1312
  msgid "Image file"
1284
1313
  msgstr "Image-Datei"
1285
1314
 
1286
- #: ../lib/hammer_cli_foreman/host.rb:248
1315
+ #: ../lib/hammer_cli_foreman/host.rb:243
1287
1316
  msgid "Use image"
1288
1317
  msgstr "Image verwenden"
1289
1318
 
1290
- #: ../lib/hammer_cli_foreman/host.rb:254
1319
+ #: ../lib/hammer_cli_foreman/host.rb:249
1291
1320
  msgid "Additional info"
1292
1321
  msgstr "Zusätzliche Informationen"
1293
1322
 
1294
- #: ../lib/hammer_cli_foreman/host.rb:255
1323
+ #: ../lib/hammer_cli_foreman/host.rb:250
1295
1324
  msgid "Owner Id"
1296
1325
  msgstr "Besitzer-ID"
1297
1326
 
1298
- #: ../lib/hammer_cli_foreman/host.rb:256
1327
+ #: ../lib/hammer_cli_foreman/host.rb:251
1299
1328
  msgid "Owner Type"
1300
1329
  msgstr "Besitzertyp"
1301
1330
 
1302
- #: ../lib/hammer_cli_foreman/host.rb:257
1331
+ #: ../lib/hammer_cli_foreman/host.rb:252
1303
1332
  msgid "Enabled"
1304
1333
  msgstr "Aktiviert"
1305
1334
 
1306
- #: ../lib/hammer_cli_foreman/host.rb:258
1335
+ #: ../lib/hammer_cli_foreman/host.rb:253
1307
1336
  #: ../lib/hammer_cli_foreman/hostgroup.rb:62
1308
1337
  msgid "Model"
1309
1338
  msgstr "Modell"
1310
1339
 
1311
- #: ../lib/hammer_cli_foreman/host.rb:259
1340
+ #: ../lib/hammer_cli_foreman/host.rb:254
1312
1341
  msgid "Comment"
1313
1342
  msgstr "Kommentar"
1314
1343
 
1315
- #: ../lib/hammer_cli_foreman/host.rb:272
1344
+ #: ../lib/hammer_cli_foreman/host.rb:267
1316
1345
  msgid "Status"
1317
1346
  msgstr "Status"
1318
1347
 
1319
- #: ../lib/hammer_cli_foreman/host.rb:273
1348
+ #: ../lib/hammer_cli_foreman/host.rb:268
1320
1349
  msgid "Power"
1321
1350
  msgstr "Strom"
1322
1351
 
1323
- #: ../lib/hammer_cli_foreman/host.rb:309
1352
+ #: ../lib/hammer_cli_foreman/host.rb:304
1324
1353
  msgid "Puppet run triggered"
1325
1354
  msgstr "Puppet-Durchlauf ausgelöst"
1326
1355
 
1327
- #: ../lib/hammer_cli_foreman/host.rb:362
1356
+ #: ../lib/hammer_cli_foreman/host.rb:357
1328
1357
  msgid "Host created"
1329
1358
  msgstr "Host erstellt"
1330
1359
 
1331
- #: ../lib/hammer_cli_foreman/host.rb:363
1360
+ #: ../lib/hammer_cli_foreman/host.rb:358
1332
1361
  msgid "Could not create the host"
1333
1362
  msgstr "Host konnte nicht erstellt werden"
1334
1363
 
1335
- #: ../lib/hammer_cli_foreman/host.rb:380
1364
+ #: ../lib/hammer_cli_foreman/host.rb:375
1336
1365
  msgid "Host updated"
1337
1366
  msgstr "Host aktualisiert"
1338
1367
 
1339
- #: ../lib/hammer_cli_foreman/host.rb:381
1368
+ #: ../lib/hammer_cli_foreman/host.rb:376
1340
1369
  msgid "Could not update the host"
1341
1370
  msgstr "Host konnte nicht aktualisiert werden"
1342
1371
 
1343
- #: ../lib/hammer_cli_foreman/host.rb:388
1372
+ #: ../lib/hammer_cli_foreman/host.rb:383
1344
1373
  msgid "Host deleted"
1345
1374
  msgstr "Host gelöscht"
1346
1375
 
1347
- #: ../lib/hammer_cli_foreman/host.rb:389
1376
+ #: ../lib/hammer_cli_foreman/host.rb:384
1348
1377
  msgid "Could not delete the host"
1349
1378
  msgstr "Host konnte nicht gelöscht werden"
1350
1379
 
1351
- #: ../lib/hammer_cli_foreman/host.rb:396
1380
+ #: ../lib/hammer_cli_foreman/host.rb:391
1352
1381
  msgid "Create or update parameter for a host."
1353
1382
  msgstr "Parameter für einen Host erstellen oder aktualisieren."
1354
1383
 
1355
- #: ../lib/hammer_cli_foreman/host.rb:398
1384
+ #: ../lib/hammer_cli_foreman/host.rb:393
1356
1385
  msgid "Host parameter updated"
1357
1386
  msgstr "Hostparameter aktualisiert"
1358
1387
 
1359
- #: ../lib/hammer_cli_foreman/host.rb:399
1388
+ #: ../lib/hammer_cli_foreman/host.rb:394
1360
1389
  msgid "New host parameter created"
1361
1390
  msgstr "Neuer Hostparameter erstellt"
1362
1391
 
1363
- #: ../lib/hammer_cli_foreman/host.rb:400
1392
+ #: ../lib/hammer_cli_foreman/host.rb:395
1364
1393
  msgid "Could not set host parameter"
1365
1394
  msgstr "Hostparameter konnte nicht festgelegt werden"
1366
1395
 
1367
- #: ../lib/hammer_cli_foreman/host.rb:412
1396
+ #: ../lib/hammer_cli_foreman/host.rb:407
1368
1397
  msgid "Delete parameter for a host."
1369
1398
  msgstr "Parameter für einen Host löschen."
1370
1399
 
1371
- #: ../lib/hammer_cli_foreman/host.rb:414
1400
+ #: ../lib/hammer_cli_foreman/host.rb:409
1372
1401
  msgid "Host parameter deleted"
1373
1402
  msgstr "Hostparameter gelöscht"
1374
1403
 
1375
- #: ../lib/hammer_cli_foreman/host.rb:429
1404
+ #: ../lib/hammer_cli_foreman/host.rb:424
1376
1405
  msgid "Power a host on"
1377
1406
  msgstr "Host anschalten"
1378
1407
 
1379
- #: ../lib/hammer_cli_foreman/host.rb:430
1408
+ #: ../lib/hammer_cli_foreman/host.rb:425
1380
1409
  msgid "The host is starting."
1381
1410
  msgstr "Host wird gestartet."
1382
1411
 
1383
- #: ../lib/hammer_cli_foreman/host.rb:447
1412
+ #: ../lib/hammer_cli_foreman/host.rb:442
1384
1413
  msgid "Force turning off a host"
1385
1414
  msgstr "Abschalten von Host erzwingen"
1386
1415
 
1387
- #: ../lib/hammer_cli_foreman/host.rb:452
1416
+ #: ../lib/hammer_cli_foreman/host.rb:447
1388
1417
  msgid "Power a host off"
1389
1418
  msgstr "Host ausschalten"
1390
1419
 
1391
- #: ../lib/hammer_cli_foreman/host.rb:464
1420
+ #: ../lib/hammer_cli_foreman/host.rb:459
1392
1421
  msgid "Power off forced."
1393
1422
  msgstr "Abschalten erzwingen."
1394
1423
 
1395
- #: ../lib/hammer_cli_foreman/host.rb:466
1424
+ #: ../lib/hammer_cli_foreman/host.rb:461
1396
1425
  msgid "Powering the host off."
1397
1426
  msgstr "Host wird abgeschaltet."
1398
1427
 
1399
- #: ../lib/hammer_cli_foreman/host.rb:483
1428
+ #: ../lib/hammer_cli_foreman/host.rb:478
1400
1429
  msgid "Reboot a host"
1401
1430
  msgstr "Host neu starten"
1402
1431
 
1403
- #: ../lib/hammer_cli_foreman/host.rb:484
1432
+ #: ../lib/hammer_cli_foreman/host.rb:479
1404
1433
  msgid "Host reboot started."
1405
1434
  msgstr "Host wird neu gestartet."
1406
1435
 
1407
- #: ../lib/hammer_cli_foreman/host.rb:520
1436
+ #: ../lib/hammer_cli_foreman/host.rb:515
1408
1437
  msgid "Rebuild orchestration related configurations for host"
1409
1438
  msgstr ""
1410
1439
 
1411
- #: ../lib/hammer_cli_foreman/host.rb:521
1440
+ #: ../lib/hammer_cli_foreman/host.rb:516
1412
1441
  msgid "Configuration successfully rebuilt."
1413
1442
  msgstr "Konfiguration erfolgreich erneut gebaut."
1414
1443
 
@@ -1594,6 +1623,8 @@ msgid "Smart class parameter name"
1594
1623
  msgstr "Smart-Klassen-Parametername"
1595
1624
 
1596
1625
  #: ../lib/hammer_cli_foreman/id_resolver.rb:63
1626
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50
1627
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:113
1597
1628
  msgid "Smart variable name"
1598
1629
  msgstr "Name der Smart-Variable"
1599
1630
 
@@ -1757,74 +1788,74 @@ msgstr "Schnittstelle gelöscht"
1757
1788
  msgid "Could not delete the interface"
1758
1789
  msgstr "Schnittstelle konnte nicht gelöscht werden"
1759
1790
 
1760
- #: ../lib/hammer_cli_foreman/location.rb:24
1761
- #: ../lib/hammer_cli_foreman/location.rb:63
1762
- #: ../lib/hammer_cli_foreman/location.rb:75
1791
+ #: ../lib/hammer_cli_foreman/location.rb:25
1792
+ #: ../lib/hammer_cli_foreman/location.rb:64
1793
+ #: ../lib/hammer_cli_foreman/location.rb:76
1763
1794
  msgid "Location numeric id to search by"
1764
1795
  msgstr "Zu suchende numerische Standort-ID"
1765
1796
 
1766
- #: ../lib/hammer_cli_foreman/location.rb:27
1767
- #: ../lib/hammer_cli_foreman/organization.rb:27
1797
+ #: ../lib/hammer_cli_foreman/location.rb:28
1798
+ #: ../lib/hammer_cli_foreman/organization.rb:28
1768
1799
  msgid "Parent"
1769
1800
  msgstr "Übergeordnet"
1770
1801
 
1771
- #: ../lib/hammer_cli_foreman/location.rb:38
1802
+ #: ../lib/hammer_cli_foreman/location.rb:39
1772
1803
  #: ../lib/hammer_cli_foreman/references.rb:18
1773
1804
  msgid "Organizations"
1774
1805
  msgstr "Organisationen"
1775
1806
 
1776
- #: ../lib/hammer_cli_foreman/location.rb:53
1807
+ #: ../lib/hammer_cli_foreman/location.rb:54
1777
1808
  msgid "Location created"
1778
1809
  msgstr "Standort erstellt"
1779
1810
 
1780
- #: ../lib/hammer_cli_foreman/location.rb:54
1811
+ #: ../lib/hammer_cli_foreman/location.rb:55
1781
1812
  msgid "Could not create the location"
1782
1813
  msgstr "Standort konnte nicht erstellt werden"
1783
1814
 
1784
- #: ../lib/hammer_cli_foreman/location.rb:65
1815
+ #: ../lib/hammer_cli_foreman/location.rb:66
1785
1816
  msgid "Location updated"
1786
1817
  msgstr "Standort aktualisiert"
1787
1818
 
1788
- #: ../lib/hammer_cli_foreman/location.rb:66
1819
+ #: ../lib/hammer_cli_foreman/location.rb:67
1789
1820
  msgid "Could not update the location"
1790
1821
  msgstr "Standort konnte nicht aktualisiert werden"
1791
1822
 
1792
- #: ../lib/hammer_cli_foreman/location.rb:77
1823
+ #: ../lib/hammer_cli_foreman/location.rb:78
1793
1824
  msgid "Location deleted"
1794
1825
  msgstr "Standort gelöscht"
1795
1826
 
1796
- #: ../lib/hammer_cli_foreman/location.rb:78
1827
+ #: ../lib/hammer_cli_foreman/location.rb:79
1797
1828
  msgid "Could not delete the location"
1798
1829
  msgstr "Standort konnte nicht gelöscht werden"
1799
1830
 
1800
- #: ../lib/hammer_cli_foreman/location.rb:87
1831
+ #: ../lib/hammer_cli_foreman/location.rb:88
1801
1832
  msgid "Create or update parameter for a location."
1802
1833
  msgstr "Parameter für Standort erstellen oder aktualisieren."
1803
1834
 
1804
- #: ../lib/hammer_cli_foreman/location.rb:89
1805
- #: ../lib/hammer_cli_foreman/organization.rb:90
1835
+ #: ../lib/hammer_cli_foreman/location.rb:90
1836
+ #: ../lib/hammer_cli_foreman/organization.rb:91
1806
1837
  msgid "Parameter [%{name}] updated to value [%{value}]"
1807
1838
  msgstr "Parameter [%{name}] aktualisiert auf Wert [%{value}]"
1808
1839
 
1809
- #: ../lib/hammer_cli_foreman/location.rb:90
1810
- #: ../lib/hammer_cli_foreman/organization.rb:91
1840
+ #: ../lib/hammer_cli_foreman/location.rb:91
1841
+ #: ../lib/hammer_cli_foreman/organization.rb:92
1811
1842
  msgid "Parameter [%{name}] created with value [%{value}]"
1812
1843
  msgstr "Parameter [%{name}] erstellt mit Wert [%{value}]"
1813
1844
 
1814
- #: ../lib/hammer_cli_foreman/location.rb:91
1845
+ #: ../lib/hammer_cli_foreman/location.rb:92
1815
1846
  msgid "Could not set location parameter"
1816
1847
  msgstr "Standortparameter konnte nicht festgelegt werden"
1817
1848
 
1818
- #: ../lib/hammer_cli_foreman/location.rb:98
1849
+ #: ../lib/hammer_cli_foreman/location.rb:99
1819
1850
  msgid "Delete parameter for a location."
1820
1851
  msgstr "Parameter für Standort löschen."
1821
1852
 
1822
- #: ../lib/hammer_cli_foreman/location.rb:100
1823
- #: ../lib/hammer_cli_foreman/organization.rb:101
1853
+ #: ../lib/hammer_cli_foreman/location.rb:101
1854
+ #: ../lib/hammer_cli_foreman/organization.rb:102
1824
1855
  msgid "Parameter [%{name}] deleted"
1825
1856
  msgstr "Parameter [%{name}] gelöscht"
1826
1857
 
1827
- #: ../lib/hammer_cli_foreman/location.rb:101
1858
+ #: ../lib/hammer_cli_foreman/location.rb:102
1828
1859
  msgid "Could not delete location parameter"
1829
1860
  msgstr "Standortparameter konnte nicht gelöscht werden"
1830
1861
 
@@ -2007,48 +2038,48 @@ msgstr "Standardvorlage konnte nicht gelöscht werden"
2007
2038
  msgid "Default template of type %s not found"
2008
2039
  msgstr "Standardvorlage des Typs %s nicht gefunden"
2009
2040
 
2010
- #: ../lib/hammer_cli_foreman/organization.rb:38
2041
+ #: ../lib/hammer_cli_foreman/organization.rb:39
2011
2042
  #: ../lib/hammer_cli_foreman/references.rb:15
2012
2043
  msgid "Locations"
2013
2044
  msgstr "Standorte"
2014
2045
 
2015
- #: ../lib/hammer_cli_foreman/organization.rb:54
2046
+ #: ../lib/hammer_cli_foreman/organization.rb:55
2016
2047
  msgid "Organization created"
2017
2048
  msgstr "Organisation erstellt"
2018
2049
 
2019
- #: ../lib/hammer_cli_foreman/organization.rb:55
2050
+ #: ../lib/hammer_cli_foreman/organization.rb:56
2020
2051
  msgid "Could not create the organization"
2021
2052
  msgstr "Organisation konnte nicht erstellt werden"
2022
2053
 
2023
- #: ../lib/hammer_cli_foreman/organization.rb:66
2054
+ #: ../lib/hammer_cli_foreman/organization.rb:67
2024
2055
  msgid "Organization updated"
2025
2056
  msgstr "Organisation aktualisiert"
2026
2057
 
2027
- #: ../lib/hammer_cli_foreman/organization.rb:67
2058
+ #: ../lib/hammer_cli_foreman/organization.rb:68
2028
2059
  msgid "Could not update the organization"
2029
2060
  msgstr "Organisation konnte nicht aktualisiert werden"
2030
2061
 
2031
- #: ../lib/hammer_cli_foreman/organization.rb:78
2062
+ #: ../lib/hammer_cli_foreman/organization.rb:79
2032
2063
  msgid "Organization deleted"
2033
2064
  msgstr "Organisation gelöscht"
2034
2065
 
2035
- #: ../lib/hammer_cli_foreman/organization.rb:79
2066
+ #: ../lib/hammer_cli_foreman/organization.rb:80
2036
2067
  msgid "Could not delete the organization"
2037
2068
  msgstr "Organisation konnte nicht gelöscht werden"
2038
2069
 
2039
- #: ../lib/hammer_cli_foreman/organization.rb:88
2070
+ #: ../lib/hammer_cli_foreman/organization.rb:89
2040
2071
  msgid "Create or update parameter for an organization."
2041
2072
  msgstr "Parameter für Organisation erstellen oder aktualisieren."
2042
2073
 
2043
- #: ../lib/hammer_cli_foreman/organization.rb:92
2074
+ #: ../lib/hammer_cli_foreman/organization.rb:93
2044
2075
  msgid "Could not set organization parameter"
2045
2076
  msgstr "Organisationsparameter konnte nicht festgelegt werden"
2046
2077
 
2047
- #: ../lib/hammer_cli_foreman/organization.rb:99
2078
+ #: ../lib/hammer_cli_foreman/organization.rb:100
2048
2079
  msgid "Delete parameter for an organization."
2049
2080
  msgstr "Parameter für eine Organisation löschen."
2050
2081
 
2051
- #: ../lib/hammer_cli_foreman/organization.rb:102
2082
+ #: ../lib/hammer_cli_foreman/organization.rb:103
2052
2083
  msgid "Could not delete organization parameter"
2053
2084
  msgstr "Organisationsparameter konnte nicht gelöscht werden"
2054
2085
 
@@ -2107,6 +2138,38 @@ msgstr "Standardwert"
2107
2138
  msgid "Smart class parameters"
2108
2139
  msgstr "Smart-Klassenparameter"
2109
2140
 
2141
+ #: ../lib/hammer_cli_foreman/realm.rb:18
2142
+ msgid "Realm proxy id"
2143
+ msgstr ""
2144
+
2145
+ #: ../lib/hammer_cli_foreman/realm.rb:19
2146
+ msgid "Realm type"
2147
+ msgstr ""
2148
+
2149
+ #: ../lib/hammer_cli_foreman/realm.rb:29
2150
+ msgid "Realm [%{name}] created"
2151
+ msgstr ""
2152
+
2153
+ #: ../lib/hammer_cli_foreman/realm.rb:30
2154
+ msgid "Could not create the realm"
2155
+ msgstr ""
2156
+
2157
+ #: ../lib/hammer_cli_foreman/realm.rb:37
2158
+ msgid "Realm [%{name}] updated"
2159
+ msgstr ""
2160
+
2161
+ #: ../lib/hammer_cli_foreman/realm.rb:38
2162
+ msgid "Could not update the realm"
2163
+ msgstr ""
2164
+
2165
+ #: ../lib/hammer_cli_foreman/realm.rb:45
2166
+ msgid "Realm [%{name}] deleted"
2167
+ msgstr ""
2168
+
2169
+ #: ../lib/hammer_cli_foreman/realm.rb:46
2170
+ msgid "Could not delete the realm"
2171
+ msgstr ""
2172
+
2110
2173
  #: ../lib/hammer_cli_foreman/references.rb:8
2111
2174
  msgid "Created at"
2112
2175
  msgstr "Erstellt um"
@@ -2345,106 +2408,111 @@ msgid "Class Id"
2345
2408
  msgstr "Klassen-ID"
2346
2409
 
2347
2410
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61
2348
- #: ../lib/hammer_cli_foreman/smart_variable.rb:52
2411
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:54
2349
2412
  msgid "Hidden Value?"
2350
2413
  msgstr "Versteckter Wert?"
2351
2414
 
2352
2415
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62
2416
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2417
+ msgid "Use puppet default"
2418
+ msgstr "Puppet-Standard verwenden"
2419
+
2420
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:63
2353
2421
  msgid "Required"
2354
2422
  msgstr "Erforderlich"
2355
2423
 
2356
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:64
2357
- #: ../lib/hammer_cli_foreman/smart_variable.rb:54
2424
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65
2425
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:56
2358
2426
  msgid "Validator"
2359
2427
  msgstr "Prüfung"
2360
2428
 
2361
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66
2362
- #: ../lib/hammer_cli_foreman/smart_variable.rb:56
2429
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:67
2430
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:58
2363
2431
  msgid "Rule"
2364
2432
  msgstr "Regel"
2365
2433
 
2366
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:68
2367
- #: ../lib/hammer_cli_foreman/smart_variable.rb:58
2434
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69
2435
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:60
2368
2436
  msgid "Override values"
2369
2437
  msgstr "Überschreibungswerte"
2370
2438
 
2371
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69
2372
- #: ../lib/hammer_cli_foreman/smart_variable.rb:59
2439
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70
2440
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:61
2373
2441
  msgid "Merge overrides"
2374
2442
  msgstr "Überschreibungen zusammenführen"
2375
2443
 
2376
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70
2377
- #: ../lib/hammer_cli_foreman/smart_variable.rb:60
2444
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71
2445
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:62
2378
2446
  msgid "Merge default value"
2379
2447
  msgstr "Standardwerte zusammenführen"
2380
2448
 
2381
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71
2382
- #: ../lib/hammer_cli_foreman/smart_variable.rb:61
2449
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72
2450
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:63
2383
2451
  msgid "Avoid duplicates"
2384
2452
  msgstr "Duplikate vermeiden"
2385
2453
 
2386
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72
2387
- #: ../lib/hammer_cli_foreman/smart_variable.rb:62
2454
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73
2455
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:64
2388
2456
  msgid "Order"
2389
2457
  msgstr "Reihenfolge"
2390
2458
 
2391
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73
2392
- #: ../lib/hammer_cli_foreman/smart_variable.rb:63
2459
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74
2460
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:65
2393
2461
  msgid "Values"
2394
2462
  msgstr "Werte"
2395
2463
 
2396
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75
2397
- #: ../lib/hammer_cli_foreman/smart_variable.rb:65
2464
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
2465
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:67
2398
2466
  msgid "Match"
2399
2467
  msgstr "Übereinstimmung"
2400
2468
 
2401
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:102
2469
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:105
2402
2470
  msgid "Parameter updated"
2403
2471
  msgstr "Parameter aktualisiert"
2404
2472
 
2405
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:103
2473
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:106
2406
2474
  msgid "Could not update the parameter"
2407
2475
  msgstr "Parameter konnte nicht aktualisiert werden"
2408
2476
 
2409
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:110
2477
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
2410
2478
  msgid "Override this parameter."
2411
2479
  msgstr "Diesen Parameter überschreiben."
2412
2480
 
2413
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:112
2481
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
2414
2482
  msgid "This parameter is required."
2415
2483
  msgstr "Dieser Parameter ist erforderlich."
2416
2484
 
2417
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:114
2485
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2418
2486
  msgid "Type of the parameter."
2419
2487
  msgstr "Typ des Parameters."
2420
2488
 
2421
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2422
- #: ../lib/hammer_cli_foreman/smart_variable.rb:91
2423
- #: ../lib/hammer_cli_foreman/smart_variable.rb:105
2489
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120
2490
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:93
2491
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:107
2424
2492
  msgid "Type of the validator."
2425
2493
  msgstr "Typ der Prüfung."
2426
2494
 
2427
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:131
2428
- #: ../lib/hammer_cli_foreman/smart_variable.rb:123
2495
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134
2496
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:126
2429
2497
  msgid "Override value created"
2430
2498
  msgstr "Überschreibungswert erstellt"
2431
2499
 
2432
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132
2433
- #: ../lib/hammer_cli_foreman/smart_variable.rb:124
2500
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135
2501
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:127
2434
2502
  msgid "Could not create the override value"
2435
2503
  msgstr "Der Überschreibungswert konnte nicht erstellt werden"
2436
2504
 
2437
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:142
2505
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2438
2506
  msgid "Cannot use --value when --use-puppet-default is true"
2439
2507
  msgstr "Kann --value nicht verwenden, wenn --use-puppet-default wahr ist"
2440
2508
 
2441
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:155
2442
- #: ../lib/hammer_cli_foreman/smart_variable.rb:136
2509
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158
2510
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:139
2443
2511
  msgid "Override value deleted"
2444
2512
  msgstr "Überschreibungswert gelöscht"
2445
2513
 
2446
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:156
2447
- #: ../lib/hammer_cli_foreman/smart_variable.rb:137
2514
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159
2515
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:140
2448
2516
  msgid "Could not delete the override value"
2449
2517
  msgstr "Überschreibungswert konnte nicht gelöscht werden"
2450
2518
 
@@ -2501,32 +2569,41 @@ msgstr "Smart-Proxy-Funktionen wurden aktualisiert"
2501
2569
  msgid "Refresh of smart proxy features failed"
2502
2570
  msgstr "Fehler beim Aktualisieren von Smart-Proxy-Funktionen"
2503
2571
 
2504
- #: ../lib/hammer_cli_foreman/smart_variable.rb:83
2572
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:10
2573
+ msgid "Variable"
2574
+ msgstr "Variable"
2575
+
2576
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50
2577
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2578
+ msgid "Use --variable instead"
2579
+ msgstr "stattdessen --variable verwenden"
2580
+
2581
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2505
2582
  msgid "Smart variable [%{variable}] created"
2506
2583
  msgstr "Smart-Variable [%{variable}] erstellt"
2507
2584
 
2508
- #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2585
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2509
2586
  msgid "Could not create the smart variable"
2510
2587
  msgstr "Smart-Variable konnte nicht erstellt werden"
2511
2588
 
2512
- #: ../lib/hammer_cli_foreman/smart_variable.rb:88
2513
- #: ../lib/hammer_cli_foreman/smart_variable.rb:102
2589
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:90
2590
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:104
2514
2591
  msgid "Type of the variable."
2515
2592
  msgstr "Typ der Variable."
2516
2593
 
2517
- #: ../lib/hammer_cli_foreman/smart_variable.rb:97
2594
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2518
2595
  msgid "Smart variable [%{variable}] updated"
2519
2596
  msgstr "Smart-Variable [%{variable}] aktualisiert"
2520
2597
 
2521
- #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2598
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2522
2599
  msgid "Could not update the smart variable"
2523
2600
  msgstr "Smart-Variable konnte nicht aktualisiert werden"
2524
2601
 
2525
- #: ../lib/hammer_cli_foreman/smart_variable.rb:112
2602
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2526
2603
  msgid "Smart variable [%{variable}] deleted"
2527
2604
  msgstr "Smart-Variable [%{variable}] gelöscht"
2528
2605
 
2529
- #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2606
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2530
2607
  msgid "Could not delete the smart variable"
2531
2608
  msgstr "Smart-Variable konnte nicht gelöscht werden"
2532
2609
 
@@ -2665,12 +2742,13 @@ msgid "Email"
2665
2742
  msgstr "E-Mail-Adresse"
2666
2743
 
2667
2744
  #: ../lib/hammer_cli_foreman/user.rb:28
2745
+ #: ../lib/hammer_cli_foreman/usergroup.rb:13
2668
2746
  msgid "Admin"
2669
2747
  msgstr "Administrator"
2670
2748
 
2671
2749
  #: ../lib/hammer_cli_foreman/user.rb:29
2672
2750
  msgid "Effective admin"
2673
- msgstr ""
2751
+ msgstr "Effektiver Administrator"
2674
2752
 
2675
2753
  #: ../lib/hammer_cli_foreman/user.rb:30
2676
2754
  msgid "Authorized by"
@@ -2724,26 +2802,26 @@ msgstr "Benutzer [%{login}] gelöscht"
2724
2802
  msgid "Could not delete the user"
2725
2803
  msgstr "Benutzer konnte nicht gelöscht werden"
2726
2804
 
2727
- #: ../lib/hammer_cli_foreman/usergroup.rb:31
2805
+ #: ../lib/hammer_cli_foreman/usergroup.rb:32
2728
2806
  msgid "User group [%<name>s] created"
2729
2807
  msgstr "Benutzergruppe [%<name>s] erstellt"
2730
2808
 
2731
- #: ../lib/hammer_cli_foreman/usergroup.rb:32
2809
+ #: ../lib/hammer_cli_foreman/usergroup.rb:33
2732
2810
  msgid "Could not create the user group"
2733
2811
  msgstr "Benutzergruppe konnte nicht erstellt werden"
2734
2812
 
2735
- #: ../lib/hammer_cli_foreman/usergroup.rb:38
2813
+ #: ../lib/hammer_cli_foreman/usergroup.rb:39
2736
2814
  msgid "User group [%<name>s] updated"
2737
2815
  msgstr "Benutzergruppe [%<name>s] aktualisiert"
2738
2816
 
2739
- #: ../lib/hammer_cli_foreman/usergroup.rb:39
2817
+ #: ../lib/hammer_cli_foreman/usergroup.rb:40
2740
2818
  msgid "Could not update the user group"
2741
2819
  msgstr "Benutzergruppe konnte nicht aktualisiert werden"
2742
2820
 
2743
- #: ../lib/hammer_cli_foreman/usergroup.rb:45
2821
+ #: ../lib/hammer_cli_foreman/usergroup.rb:46
2744
2822
  msgid "User group [%<name>s] deleted"
2745
2823
  msgstr "Benutzergruppe [%<name>s] gelöscht"
2746
2824
 
2747
- #: ../lib/hammer_cli_foreman/usergroup.rb:46
2825
+ #: ../lib/hammer_cli_foreman/usergroup.rb:47
2748
2826
  msgid "Could not delete the user group"
2749
2827
  msgstr "Benutzergruppe konnte nicht gelöscht werden"