hammer_cli_foreman 0.7.0 → 0.8.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.

Potentially problematic release.


This version of hammer_cli_foreman might be problematic. Click here for more details.

Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/doc/release_notes.md +11 -0
  3. data/lib/hammer_cli_foreman.rb +4 -0
  4. data/lib/hammer_cli_foreman/associating_commands.rb +21 -0
  5. data/lib/hammer_cli_foreman/host.rb +0 -5
  6. data/lib/hammer_cli_foreman/id_resolver.rb +6 -2
  7. data/lib/hammer_cli_foreman/location.rb +1 -0
  8. data/lib/hammer_cli_foreman/organization.rb +2 -0
  9. data/lib/hammer_cli_foreman/realm.rb +53 -0
  10. data/lib/hammer_cli_foreman/smart_class_parameter.rb +3 -0
  11. data/lib/hammer_cli_foreman/smart_variable.rb +4 -1
  12. data/lib/hammer_cli_foreman/usergroup.rb +1 -3
  13. data/lib/hammer_cli_foreman/version.rb +1 -1
  14. data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  15. data/locale/ca/hammer-cli-foreman.edit.po +376 -290
  16. data/locale/ca/hammer-cli-foreman.po +393 -192
  17. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  18. data/locale/de/hammer-cli-foreman.edit.po +277 -179
  19. data/locale/de/hammer-cli-foreman.po +420 -219
  20. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  21. data/locale/en/hammer-cli-foreman.edit.po +216 -144
  22. data/locale/en/hammer-cli-foreman.po +55 -1
  23. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  24. data/locale/en_GB/hammer-cli-foreman.edit.po +339 -224
  25. data/locale/en_GB/hammer-cli-foreman.po +391 -190
  26. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  27. data/locale/es/hammer-cli-foreman.edit.po +251 -158
  28. data/locale/es/hammer-cli-foreman.po +444 -242
  29. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  30. data/locale/fr/hammer-cli-foreman.edit.po +252 -159
  31. data/locale/fr/hammer-cli-foreman.po +392 -191
  32. data/locale/hammer-cli-foreman.pot +253 -175
  33. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  34. data/locale/it/hammer-cli-foreman.edit.po +281 -188
  35. data/locale/it/hammer-cli-foreman.po +391 -190
  36. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  37. data/locale/ja/hammer-cli-foreman.edit.po +282 -189
  38. data/locale/ja/hammer-cli-foreman.po +457 -256
  39. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  40. data/locale/ko/hammer-cli-foreman.edit.po +280 -187
  41. data/locale/ko/hammer-cli-foreman.po +458 -257
  42. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  43. data/locale/pt_BR/hammer-cli-foreman.edit.po +255 -162
  44. data/locale/pt_BR/hammer-cli-foreman.po +455 -254
  45. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  46. data/locale/ru/hammer-cli-foreman.edit.po +443 -337
  47. data/locale/ru/hammer-cli-foreman.po +412 -211
  48. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  49. data/locale/zh_CN/hammer-cli-foreman.edit.po +278 -185
  50. data/locale/zh_CN/hammer-cli-foreman.po +465 -264
  51. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  52. data/locale/zh_TW/hammer-cli-foreman.edit.po +279 -186
  53. data/locale/zh_TW/hammer-cli-foreman.po +459 -258
  54. data/test/data/README.md +2 -2
  55. data/test/functional/hostgroup/create_test.rb +303 -0
  56. data/test/functional/hostgroup/update_test.rb +303 -0
  57. data/test/functional/smart_variable_test.rb +150 -0
  58. data/test/unit/host_test.rb +0 -4
  59. data/test/unit/location_test.rb +1 -0
  60. data/test/unit/organization_test.rb +1 -0
  61. data/test/unit/realm_test.rb +87 -0
  62. data/test/unit/smart_class_parameter_test.rb +7 -0
  63. data/test/unit/smart_variable_test.rb +1 -1
  64. data/test/unit/usergroup_test.rb +2 -0
  65. metadata +13 -4
@@ -6,10 +6,10 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: hammer-cli-foreman 0.7.0\n"
9
+ "Project-Id-Version: hammer-cli-foreman 0.8.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2016-06-14 23:53+0200\n"
12
- "PO-Revision-Date: 2016-06-14 23:53+0200\n"
11
+ "POT-Creation-Date: 2016-09-01 12:48+0200\n"
12
+ "PO-Revision-Date: 2016-09-01 12:48+0200\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -107,22 +107,26 @@ msgid "Manipulate smart proxies."
107
107
  msgstr ""
108
108
 
109
109
  #: ../lib/hammer_cli_foreman.rb:120
110
- msgid "Change server settings."
110
+ msgid "Manipulate realms."
111
111
  msgstr ""
112
112
 
113
113
  #: ../lib/hammer_cli_foreman.rb:124
114
- msgid "Manipulate subnets."
114
+ msgid "Change server settings."
115
115
  msgstr ""
116
116
 
117
117
  #: ../lib/hammer_cli_foreman.rb:128
118
- msgid "Manipulate config templates."
118
+ msgid "Manipulate subnets."
119
119
  msgstr ""
120
120
 
121
121
  #: ../lib/hammer_cli_foreman.rb:132
122
- msgid "Manipulate users."
122
+ msgid "Manipulate config templates."
123
123
  msgstr ""
124
124
 
125
125
  #: ../lib/hammer_cli_foreman.rb:136
126
+ msgid "Manipulate users."
127
+ msgstr ""
128
+
129
+ #: ../lib/hammer_cli_foreman.rb:140
126
130
  msgid "Manage user groups."
127
131
  msgstr ""
128
132
 
@@ -133,8 +137,8 @@ msgstr ""
133
137
  #: ../lib/hammer_cli_foreman/environment.rb:14
134
138
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:10
135
139
  #: ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:72
136
- #: ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:196
137
- #: ../lib/hammer_cli_foreman/host.rb:227
140
+ #: ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:191
141
+ #: ../lib/hammer_cli_foreman/host.rb:222
138
142
  #: ../lib/hammer_cli_foreman/hostgroup.rb:57
139
143
  #: ../lib/hammer_cli_foreman/image.rb:29
140
144
  #: ../lib/hammer_cli_foreman/interface.rb:23
@@ -145,14 +149,14 @@ msgstr ""
145
149
  #: ../lib/hammer_cli_foreman/organization.rb:13
146
150
  #: ../lib/hammer_cli_foreman/partition_table.rb:10
147
151
  #: ../lib/hammer_cli_foreman/puppet_class.rb:13
148
- #: ../lib/hammer_cli_foreman/report.rb:10
152
+ #: ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/report.rb:10
149
153
  #: ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11
150
154
  #: ../lib/hammer_cli_foreman/settings.rb:11
151
155
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:8
152
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74
156
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75
153
157
  #: ../lib/hammer_cli_foreman/smart_proxy.rb:11
154
158
  #: ../lib/hammer_cli_foreman/smart_variable.rb:8
155
- #: ../lib/hammer_cli_foreman/smart_variable.rb:64
159
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:66
156
160
  #: ../lib/hammer_cli_foreman/subnet.rb:10
157
161
  #: ../lib/hammer_cli_foreman/template.rb:25
158
162
  #: ../lib/hammer_cli_foreman/user.rb:10
@@ -170,7 +174,7 @@ msgstr ""
170
174
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:42
171
175
  #: ../lib/hammer_cli_foreman/filter.rb:73
172
176
  #: ../lib/hammer_cli_foreman/filter.rb:90 ../lib/hammer_cli_foreman/host.rb:160
173
- #: ../lib/hammer_cli_foreman/host.rb:198
177
+ #: ../lib/hammer_cli_foreman/host.rb:193
174
178
  #: ../lib/hammer_cli_foreman/hostgroup.rb:58
175
179
  #: ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70
176
180
  #: ../lib/hammer_cli_foreman/location.rb:14
@@ -179,10 +183,9 @@ msgstr ""
179
183
  #: ../lib/hammer_cli_foreman/organization.rb:14
180
184
  #: ../lib/hammer_cli_foreman/partition_table.rb:11
181
185
  #: ../lib/hammer_cli_foreman/puppet_class.rb:14
182
- #: ../lib/hammer_cli_foreman/role.rb:12
186
+ #: ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12
183
187
  #: ../lib/hammer_cli_foreman/settings.rb:12
184
188
  #: ../lib/hammer_cli_foreman/smart_proxy.rb:12
185
- #: ../lib/hammer_cli_foreman/smart_variable.rb:10
186
189
  #: ../lib/hammer_cli_foreman/subnet.rb:11
187
190
  #: ../lib/hammer_cli_foreman/template.rb:26
188
191
  #: ../lib/hammer_cli_foreman/template.rb:75
@@ -575,6 +578,30 @@ msgstr ""
575
578
  msgid "Could not remove the user role"
576
579
  msgstr ""
577
580
 
581
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:357
582
+ msgid "Associate a location"
583
+ msgstr ""
584
+
585
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:359
586
+ msgid "The location has been associated"
587
+ msgstr ""
588
+
589
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:360
590
+ msgid "Could not associate the location"
591
+ msgstr ""
592
+
593
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:365
594
+ msgid "Disassociate a location"
595
+ msgstr ""
596
+
597
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:367
598
+ msgid "The location has been disassociated"
599
+ msgstr ""
600
+
601
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:368
602
+ msgid "Could not disassociate the location"
603
+ msgstr ""
604
+
578
605
  #: ../lib/hammer_cli_foreman/auth.rb:7
579
606
  msgid "Set credentials"
580
607
  msgstr ""
@@ -720,10 +747,10 @@ msgid "The %{resource_name} has been disassociated"
720
747
  msgstr ""
721
748
 
722
749
  #: ../lib/hammer_cli_foreman/common_parameter.rb:13
723
- #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:323
750
+ #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:318
724
751
  #: ../lib/hammer_cli_foreman/settings.rb:13
725
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
726
- #: ../lib/hammer_cli_foreman/smart_variable.rb:66
752
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:77
753
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:68
727
754
  msgid "Value"
728
755
  msgstr ""
729
756
 
@@ -769,7 +796,7 @@ msgstr ""
769
796
 
770
797
  #: ../lib/hammer_cli_foreman/compute_resource.rb:34
771
798
  #: ../lib/hammer_cli_foreman/compute_resource.rb:40
772
- #: ../lib/hammer_cli_foreman/host.rb:197 ../lib/hammer_cli_foreman/image.rb:33
799
+ #: ../lib/hammer_cli_foreman/host.rb:192 ../lib/hammer_cli_foreman/image.rb:33
773
800
  #: ../lib/hammer_cli_foreman/image.rb:71
774
801
  msgid "UUID"
775
802
  msgstr ""
@@ -793,9 +820,11 @@ msgstr ""
793
820
 
794
821
  #: ../lib/hammer_cli_foreman/compute_resource.rb:55
795
822
  #: ../lib/hammer_cli_foreman/domain.rb:42
823
+ #: ../lib/hammer_cli_foreman/location.rb:15
824
+ #: ../lib/hammer_cli_foreman/organization.rb:15
796
825
  #: ../lib/hammer_cli_foreman/settings.rb:14
797
826
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:59
798
- #: ../lib/hammer_cli_foreman/smart_variable.rb:51
827
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:53
799
828
  msgid "Description"
800
829
  msgstr ""
801
830
 
@@ -1006,7 +1035,7 @@ msgstr ""
1006
1035
  msgid "Host"
1007
1036
  msgstr ""
1008
1037
 
1009
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:322
1038
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
1010
1039
  msgid "Fact"
1011
1040
  msgstr ""
1012
1041
 
@@ -1098,21 +1127,21 @@ msgstr ""
1098
1127
  msgid "Enter the root password for the host:"
1099
1128
  msgstr ""
1100
1129
 
1101
- #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:237
1130
+ #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:232
1102
1131
  #: ../lib/hammer_cli_foreman/hostgroup.rb:60
1103
1132
  #: ../lib/hammer_cli_foreman/image.rb:31
1104
1133
  msgid "Operating System"
1105
1134
  msgstr ""
1106
1135
 
1107
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:201
1136
+ #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1108
1137
  msgid "Host Group"
1109
1138
  msgstr ""
1110
1139
 
1111
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:214
1140
+ #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1112
1141
  msgid "IP"
1113
1142
  msgstr ""
1114
1143
 
1115
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:215
1144
+ #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1116
1145
  msgid "MAC"
1117
1146
  msgstr ""
1118
1147
 
@@ -1120,287 +1149,287 @@ msgstr ""
1120
1149
  msgid "Bare Metal"
1121
1150
  msgstr ""
1122
1151
 
1123
- #: ../lib/hammer_cli_foreman/host.rb:199
1152
+ #: ../lib/hammer_cli_foreman/host.rb:194
1124
1153
  msgid "Organization"
1125
1154
  msgstr ""
1126
1155
 
1127
- #: ../lib/hammer_cli_foreman/host.rb:200
1156
+ #: ../lib/hammer_cli_foreman/host.rb:195
1128
1157
  msgid "Location"
1129
1158
  msgstr ""
1130
1159
 
1131
- #: ../lib/hammer_cli_foreman/host.rb:202
1160
+ #: ../lib/hammer_cli_foreman/host.rb:197
1132
1161
  msgid "Compute Resource"
1133
1162
  msgstr ""
1134
1163
 
1135
- #: ../lib/hammer_cli_foreman/host.rb:203
1164
+ #: ../lib/hammer_cli_foreman/host.rb:198
1136
1165
  msgid "Compute Profile"
1137
1166
  msgstr ""
1138
1167
 
1139
- #: ../lib/hammer_cli_foreman/host.rb:204
1168
+ #: ../lib/hammer_cli_foreman/host.rb:199
1140
1169
  #: ../lib/hammer_cli_foreman/hostgroup.rb:61
1141
1170
  msgid "Environment"
1142
1171
  msgstr ""
1143
1172
 
1144
- #: ../lib/hammer_cli_foreman/host.rb:205
1173
+ #: ../lib/hammer_cli_foreman/host.rb:200
1145
1174
  msgid "Puppet CA Id"
1146
1175
  msgstr ""
1147
1176
 
1148
- #: ../lib/hammer_cli_foreman/host.rb:206
1177
+ #: ../lib/hammer_cli_foreman/host.rb:201
1149
1178
  msgid "Puppet Master Id"
1150
1179
  msgstr ""
1151
1180
 
1152
- #: ../lib/hammer_cli_foreman/host.rb:207
1181
+ #: ../lib/hammer_cli_foreman/host.rb:202
1153
1182
  msgid "Cert name"
1154
1183
  msgstr ""
1155
1184
 
1156
- #: ../lib/hammer_cli_foreman/host.rb:208
1185
+ #: ../lib/hammer_cli_foreman/host.rb:203
1157
1186
  #: ../lib/hammer_cli_foreman/interface.rb:51
1158
1187
  msgid "Managed"
1159
1188
  msgstr ""
1160
1189
 
1161
- #: ../lib/hammer_cli_foreman/host.rb:210
1190
+ #: ../lib/hammer_cli_foreman/host.rb:205
1162
1191
  msgid "Installed at"
1163
1192
  msgstr ""
1164
1193
 
1165
- #: ../lib/hammer_cli_foreman/host.rb:211 ../lib/hammer_cli_foreman/report.rb:12
1194
+ #: ../lib/hammer_cli_foreman/host.rb:206 ../lib/hammer_cli_foreman/report.rb:12
1166
1195
  msgid "Last report"
1167
1196
  msgstr ""
1168
1197
 
1169
- #: ../lib/hammer_cli_foreman/host.rb:213 ../lib/hammer_cli_foreman/subnet.rb:12
1198
+ #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/subnet.rb:12
1170
1199
  msgid "Network"
1171
1200
  msgstr ""
1172
1201
 
1173
- #: ../lib/hammer_cli_foreman/host.rb:216
1202
+ #: ../lib/hammer_cli_foreman/host.rb:211
1174
1203
  #: ../lib/hammer_cli_foreman/hostgroup.rb:72
1175
1204
  #: ../lib/hammer_cli_foreman/interface.rb:49
1176
1205
  msgid "Subnet"
1177
1206
  msgstr ""
1178
1207
 
1179
- #: ../lib/hammer_cli_foreman/host.rb:217
1208
+ #: ../lib/hammer_cli_foreman/host.rb:212
1180
1209
  #: ../lib/hammer_cli_foreman/hostgroup.rb:74
1181
1210
  #: ../lib/hammer_cli_foreman/interface.rb:50
1182
1211
  msgid "Domain"
1183
1212
  msgstr ""
1184
1213
 
1185
- #: ../lib/hammer_cli_foreman/host.rb:218
1214
+ #: ../lib/hammer_cli_foreman/host.rb:213
1186
1215
  msgid "Service provider"
1187
1216
  msgstr ""
1188
1217
 
1189
- #: ../lib/hammer_cli_foreman/host.rb:219
1218
+ #: ../lib/hammer_cli_foreman/host.rb:214
1190
1219
  msgid "SP Name"
1191
1220
  msgstr ""
1192
1221
 
1193
- #: ../lib/hammer_cli_foreman/host.rb:220
1222
+ #: ../lib/hammer_cli_foreman/host.rb:215
1194
1223
  msgid "SP IP"
1195
1224
  msgstr ""
1196
1225
 
1197
- #: ../lib/hammer_cli_foreman/host.rb:221
1226
+ #: ../lib/hammer_cli_foreman/host.rb:216
1198
1227
  msgid "SP MAC"
1199
1228
  msgstr ""
1200
1229
 
1201
- #: ../lib/hammer_cli_foreman/host.rb:222
1230
+ #: ../lib/hammer_cli_foreman/host.rb:217
1202
1231
  msgid "SP Subnet"
1203
1232
  msgstr ""
1204
1233
 
1205
- #: ../lib/hammer_cli_foreman/host.rb:226
1234
+ #: ../lib/hammer_cli_foreman/host.rb:221
1206
1235
  msgid "Network interfaces"
1207
1236
  msgstr ""
1208
1237
 
1209
- #: ../lib/hammer_cli_foreman/host.rb:228
1238
+ #: ../lib/hammer_cli_foreman/host.rb:223
1210
1239
  #: ../lib/hammer_cli_foreman/interface.rb:24
1211
1240
  #: ../lib/hammer_cli_foreman/interface.rb:44
1212
1241
  msgid "Identifier"
1213
1242
  msgstr ""
1214
1243
 
1215
- #: ../lib/hammer_cli_foreman/host.rb:229
1244
+ #: ../lib/hammer_cli_foreman/host.rb:224
1216
1245
  #: ../lib/hammer_cli_foreman/interface.rb:25
1217
1246
  #: ../lib/hammer_cli_foreman/interface.rb:45
1218
1247
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:60
1219
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65
1248
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66
1220
1249
  #: ../lib/hammer_cli_foreman/smart_variable.rb:12
1221
- #: ../lib/hammer_cli_foreman/smart_variable.rb:55
1250
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:57
1222
1251
  #: ../lib/hammer_cli_foreman/template.rb:27
1223
1252
  msgid "Type"
1224
1253
  msgstr ""
1225
1254
 
1226
- #: ../lib/hammer_cli_foreman/host.rb:230
1255
+ #: ../lib/hammer_cli_foreman/host.rb:225
1227
1256
  #: ../lib/hammer_cli_foreman/interface.rb:26
1228
1257
  #: ../lib/hammer_cli_foreman/interface.rb:46
1229
1258
  msgid "MAC address"
1230
1259
  msgstr ""
1231
1260
 
1232
- #: ../lib/hammer_cli_foreman/host.rb:231
1261
+ #: ../lib/hammer_cli_foreman/host.rb:226
1233
1262
  #: ../lib/hammer_cli_foreman/interface.rb:27
1234
1263
  #: ../lib/hammer_cli_foreman/interface.rb:47
1235
1264
  msgid "IP address"
1236
1265
  msgstr ""
1237
1266
 
1238
- #: ../lib/hammer_cli_foreman/host.rb:232
1267
+ #: ../lib/hammer_cli_foreman/host.rb:227
1239
1268
  msgid "FQDN"
1240
1269
  msgstr ""
1241
1270
 
1242
- #: ../lib/hammer_cli_foreman/host.rb:235
1271
+ #: ../lib/hammer_cli_foreman/host.rb:230
1243
1272
  msgid "Operating system"
1244
1273
  msgstr ""
1245
1274
 
1246
- #: ../lib/hammer_cli_foreman/host.rb:236
1275
+ #: ../lib/hammer_cli_foreman/host.rb:231
1247
1276
  #: ../lib/hammer_cli_foreman/hostgroup.rb:75
1248
1277
  #: ../lib/hammer_cli_foreman/image.rb:45
1249
1278
  msgid "Architecture"
1250
1279
  msgstr ""
1251
1280
 
1252
- #: ../lib/hammer_cli_foreman/host.rb:240
1281
+ #: ../lib/hammer_cli_foreman/host.rb:235
1253
1282
  msgid "Build"
1254
1283
  msgstr ""
1255
1284
 
1256
- #: ../lib/hammer_cli_foreman/host.rb:241
1285
+ #: ../lib/hammer_cli_foreman/host.rb:236
1257
1286
  #: ../lib/hammer_cli_foreman/hostgroup.rb:77
1258
1287
  msgid "Medium"
1259
1288
  msgstr ""
1260
1289
 
1261
- #: ../lib/hammer_cli_foreman/host.rb:242
1290
+ #: ../lib/hammer_cli_foreman/host.rb:237
1262
1291
  #: ../lib/hammer_cli_foreman/hostgroup.rb:76
1263
1292
  msgid "Partition Table"
1264
1293
  msgstr ""
1265
1294
 
1266
- #: ../lib/hammer_cli_foreman/host.rb:243
1295
+ #: ../lib/hammer_cli_foreman/host.rb:238
1267
1296
  msgid "Custom partition table"
1268
1297
  msgstr ""
1269
1298
 
1270
- #: ../lib/hammer_cli_foreman/host.rb:246
1299
+ #: ../lib/hammer_cli_foreman/host.rb:241
1271
1300
  msgid "Image"
1272
1301
  msgstr ""
1273
1302
 
1274
- #: ../lib/hammer_cli_foreman/host.rb:247
1303
+ #: ../lib/hammer_cli_foreman/host.rb:242
1275
1304
  msgid "Image file"
1276
1305
  msgstr ""
1277
1306
 
1278
- #: ../lib/hammer_cli_foreman/host.rb:248
1307
+ #: ../lib/hammer_cli_foreman/host.rb:243
1279
1308
  msgid "Use image"
1280
1309
  msgstr ""
1281
1310
 
1282
- #: ../lib/hammer_cli_foreman/host.rb:254
1311
+ #: ../lib/hammer_cli_foreman/host.rb:249
1283
1312
  msgid "Additional info"
1284
1313
  msgstr ""
1285
1314
 
1286
- #: ../lib/hammer_cli_foreman/host.rb:255
1315
+ #: ../lib/hammer_cli_foreman/host.rb:250
1287
1316
  msgid "Owner Id"
1288
1317
  msgstr ""
1289
1318
 
1290
- #: ../lib/hammer_cli_foreman/host.rb:256
1319
+ #: ../lib/hammer_cli_foreman/host.rb:251
1291
1320
  msgid "Owner Type"
1292
1321
  msgstr ""
1293
1322
 
1294
- #: ../lib/hammer_cli_foreman/host.rb:257
1323
+ #: ../lib/hammer_cli_foreman/host.rb:252
1295
1324
  msgid "Enabled"
1296
1325
  msgstr ""
1297
1326
 
1298
- #: ../lib/hammer_cli_foreman/host.rb:258
1327
+ #: ../lib/hammer_cli_foreman/host.rb:253
1299
1328
  #: ../lib/hammer_cli_foreman/hostgroup.rb:62
1300
1329
  msgid "Model"
1301
1330
  msgstr ""
1302
1331
 
1303
- #: ../lib/hammer_cli_foreman/host.rb:259
1332
+ #: ../lib/hammer_cli_foreman/host.rb:254
1304
1333
  msgid "Comment"
1305
1334
  msgstr ""
1306
1335
 
1307
- #: ../lib/hammer_cli_foreman/host.rb:272
1336
+ #: ../lib/hammer_cli_foreman/host.rb:267
1308
1337
  msgid "Status"
1309
1338
  msgstr ""
1310
1339
 
1311
- #: ../lib/hammer_cli_foreman/host.rb:273
1340
+ #: ../lib/hammer_cli_foreman/host.rb:268
1312
1341
  msgid "Power"
1313
1342
  msgstr ""
1314
1343
 
1315
- #: ../lib/hammer_cli_foreman/host.rb:309
1344
+ #: ../lib/hammer_cli_foreman/host.rb:304
1316
1345
  msgid "Puppet run triggered"
1317
1346
  msgstr ""
1318
1347
 
1319
- #: ../lib/hammer_cli_foreman/host.rb:362
1348
+ #: ../lib/hammer_cli_foreman/host.rb:357
1320
1349
  msgid "Host created"
1321
1350
  msgstr ""
1322
1351
 
1323
- #: ../lib/hammer_cli_foreman/host.rb:363
1352
+ #: ../lib/hammer_cli_foreman/host.rb:358
1324
1353
  msgid "Could not create the host"
1325
1354
  msgstr ""
1326
1355
 
1327
- #: ../lib/hammer_cli_foreman/host.rb:380
1356
+ #: ../lib/hammer_cli_foreman/host.rb:375
1328
1357
  msgid "Host updated"
1329
1358
  msgstr ""
1330
1359
 
1331
- #: ../lib/hammer_cli_foreman/host.rb:381
1360
+ #: ../lib/hammer_cli_foreman/host.rb:376
1332
1361
  msgid "Could not update the host"
1333
1362
  msgstr ""
1334
1363
 
1335
- #: ../lib/hammer_cli_foreman/host.rb:388
1364
+ #: ../lib/hammer_cli_foreman/host.rb:383
1336
1365
  msgid "Host deleted"
1337
1366
  msgstr ""
1338
1367
 
1339
- #: ../lib/hammer_cli_foreman/host.rb:389
1368
+ #: ../lib/hammer_cli_foreman/host.rb:384
1340
1369
  msgid "Could not delete the host"
1341
1370
  msgstr ""
1342
1371
 
1343
- #: ../lib/hammer_cli_foreman/host.rb:396
1372
+ #: ../lib/hammer_cli_foreman/host.rb:391
1344
1373
  msgid "Create or update parameter for a host."
1345
1374
  msgstr ""
1346
1375
 
1347
- #: ../lib/hammer_cli_foreman/host.rb:398
1376
+ #: ../lib/hammer_cli_foreman/host.rb:393
1348
1377
  msgid "Host parameter updated"
1349
1378
  msgstr ""
1350
1379
 
1351
- #: ../lib/hammer_cli_foreman/host.rb:399
1380
+ #: ../lib/hammer_cli_foreman/host.rb:394
1352
1381
  msgid "New host parameter created"
1353
1382
  msgstr ""
1354
1383
 
1355
- #: ../lib/hammer_cli_foreman/host.rb:400
1384
+ #: ../lib/hammer_cli_foreman/host.rb:395
1356
1385
  msgid "Could not set host parameter"
1357
1386
  msgstr ""
1358
1387
 
1359
- #: ../lib/hammer_cli_foreman/host.rb:412
1388
+ #: ../lib/hammer_cli_foreman/host.rb:407
1360
1389
  msgid "Delete parameter for a host."
1361
1390
  msgstr ""
1362
1391
 
1363
- #: ../lib/hammer_cli_foreman/host.rb:414
1392
+ #: ../lib/hammer_cli_foreman/host.rb:409
1364
1393
  msgid "Host parameter deleted"
1365
1394
  msgstr ""
1366
1395
 
1367
- #: ../lib/hammer_cli_foreman/host.rb:429
1396
+ #: ../lib/hammer_cli_foreman/host.rb:424
1368
1397
  msgid "Power a host on"
1369
1398
  msgstr ""
1370
1399
 
1371
- #: ../lib/hammer_cli_foreman/host.rb:430
1400
+ #: ../lib/hammer_cli_foreman/host.rb:425
1372
1401
  msgid "The host is starting."
1373
1402
  msgstr ""
1374
1403
 
1375
- #: ../lib/hammer_cli_foreman/host.rb:447
1404
+ #: ../lib/hammer_cli_foreman/host.rb:442
1376
1405
  msgid "Force turning off a host"
1377
1406
  msgstr ""
1378
1407
 
1379
- #: ../lib/hammer_cli_foreman/host.rb:452
1408
+ #: ../lib/hammer_cli_foreman/host.rb:447
1380
1409
  msgid "Power a host off"
1381
1410
  msgstr ""
1382
1411
 
1383
- #: ../lib/hammer_cli_foreman/host.rb:464
1412
+ #: ../lib/hammer_cli_foreman/host.rb:459
1384
1413
  msgid "Power off forced."
1385
1414
  msgstr ""
1386
1415
 
1387
- #: ../lib/hammer_cli_foreman/host.rb:466
1416
+ #: ../lib/hammer_cli_foreman/host.rb:461
1388
1417
  msgid "Powering the host off."
1389
1418
  msgstr ""
1390
1419
 
1391
- #: ../lib/hammer_cli_foreman/host.rb:483
1420
+ #: ../lib/hammer_cli_foreman/host.rb:478
1392
1421
  msgid "Reboot a host"
1393
1422
  msgstr ""
1394
1423
 
1395
- #: ../lib/hammer_cli_foreman/host.rb:484
1424
+ #: ../lib/hammer_cli_foreman/host.rb:479
1396
1425
  msgid "Host reboot started."
1397
1426
  msgstr ""
1398
1427
 
1399
- #: ../lib/hammer_cli_foreman/host.rb:520
1428
+ #: ../lib/hammer_cli_foreman/host.rb:515
1400
1429
  msgid "Rebuild orchestration related configurations for host"
1401
1430
  msgstr ""
1402
1431
 
1403
- #: ../lib/hammer_cli_foreman/host.rb:521
1432
+ #: ../lib/hammer_cli_foreman/host.rb:516
1404
1433
  msgid "Configuration successfully rebuilt."
1405
1434
  msgstr ""
1406
1435
 
@@ -1586,6 +1615,8 @@ msgid "Smart class parameter name"
1586
1615
  msgstr ""
1587
1616
 
1588
1617
  #: ../lib/hammer_cli_foreman/id_resolver.rb:63
1618
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50
1619
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:113
1589
1620
  msgid "Smart variable name"
1590
1621
  msgstr ""
1591
1622
 
@@ -1749,74 +1780,74 @@ msgstr ""
1749
1780
  msgid "Could not delete the interface"
1750
1781
  msgstr ""
1751
1782
 
1752
- #: ../lib/hammer_cli_foreman/location.rb:24
1753
- #: ../lib/hammer_cli_foreman/location.rb:63
1754
- #: ../lib/hammer_cli_foreman/location.rb:75
1783
+ #: ../lib/hammer_cli_foreman/location.rb:25
1784
+ #: ../lib/hammer_cli_foreman/location.rb:64
1785
+ #: ../lib/hammer_cli_foreman/location.rb:76
1755
1786
  msgid "Location numeric id to search by"
1756
1787
  msgstr ""
1757
1788
 
1758
- #: ../lib/hammer_cli_foreman/location.rb:27
1759
- #: ../lib/hammer_cli_foreman/organization.rb:27
1789
+ #: ../lib/hammer_cli_foreman/location.rb:28
1790
+ #: ../lib/hammer_cli_foreman/organization.rb:28
1760
1791
  msgid "Parent"
1761
1792
  msgstr ""
1762
1793
 
1763
- #: ../lib/hammer_cli_foreman/location.rb:38
1794
+ #: ../lib/hammer_cli_foreman/location.rb:39
1764
1795
  #: ../lib/hammer_cli_foreman/references.rb:18
1765
1796
  msgid "Organizations"
1766
1797
  msgstr ""
1767
1798
 
1768
- #: ../lib/hammer_cli_foreman/location.rb:53
1799
+ #: ../lib/hammer_cli_foreman/location.rb:54
1769
1800
  msgid "Location created"
1770
1801
  msgstr ""
1771
1802
 
1772
- #: ../lib/hammer_cli_foreman/location.rb:54
1803
+ #: ../lib/hammer_cli_foreman/location.rb:55
1773
1804
  msgid "Could not create the location"
1774
1805
  msgstr ""
1775
1806
 
1776
- #: ../lib/hammer_cli_foreman/location.rb:65
1807
+ #: ../lib/hammer_cli_foreman/location.rb:66
1777
1808
  msgid "Location updated"
1778
1809
  msgstr ""
1779
1810
 
1780
- #: ../lib/hammer_cli_foreman/location.rb:66
1811
+ #: ../lib/hammer_cli_foreman/location.rb:67
1781
1812
  msgid "Could not update the location"
1782
1813
  msgstr ""
1783
1814
 
1784
- #: ../lib/hammer_cli_foreman/location.rb:77
1815
+ #: ../lib/hammer_cli_foreman/location.rb:78
1785
1816
  msgid "Location deleted"
1786
1817
  msgstr ""
1787
1818
 
1788
- #: ../lib/hammer_cli_foreman/location.rb:78
1819
+ #: ../lib/hammer_cli_foreman/location.rb:79
1789
1820
  msgid "Could not delete the location"
1790
1821
  msgstr ""
1791
1822
 
1792
- #: ../lib/hammer_cli_foreman/location.rb:87
1823
+ #: ../lib/hammer_cli_foreman/location.rb:88
1793
1824
  msgid "Create or update parameter for a location."
1794
1825
  msgstr ""
1795
1826
 
1796
- #: ../lib/hammer_cli_foreman/location.rb:89
1797
- #: ../lib/hammer_cli_foreman/organization.rb:90
1827
+ #: ../lib/hammer_cli_foreman/location.rb:90
1828
+ #: ../lib/hammer_cli_foreman/organization.rb:91
1798
1829
  msgid "Parameter [%{name}] updated to value [%{value}]"
1799
1830
  msgstr ""
1800
1831
 
1801
- #: ../lib/hammer_cli_foreman/location.rb:90
1802
- #: ../lib/hammer_cli_foreman/organization.rb:91
1832
+ #: ../lib/hammer_cli_foreman/location.rb:91
1833
+ #: ../lib/hammer_cli_foreman/organization.rb:92
1803
1834
  msgid "Parameter [%{name}] created with value [%{value}]"
1804
1835
  msgstr ""
1805
1836
 
1806
- #: ../lib/hammer_cli_foreman/location.rb:91
1837
+ #: ../lib/hammer_cli_foreman/location.rb:92
1807
1838
  msgid "Could not set location parameter"
1808
1839
  msgstr ""
1809
1840
 
1810
- #: ../lib/hammer_cli_foreman/location.rb:98
1841
+ #: ../lib/hammer_cli_foreman/location.rb:99
1811
1842
  msgid "Delete parameter for a location."
1812
1843
  msgstr ""
1813
1844
 
1814
- #: ../lib/hammer_cli_foreman/location.rb:100
1815
- #: ../lib/hammer_cli_foreman/organization.rb:101
1845
+ #: ../lib/hammer_cli_foreman/location.rb:101
1846
+ #: ../lib/hammer_cli_foreman/organization.rb:102
1816
1847
  msgid "Parameter [%{name}] deleted"
1817
1848
  msgstr ""
1818
1849
 
1819
- #: ../lib/hammer_cli_foreman/location.rb:101
1850
+ #: ../lib/hammer_cli_foreman/location.rb:102
1820
1851
  msgid "Could not delete location parameter"
1821
1852
  msgstr ""
1822
1853
 
@@ -1998,48 +2029,48 @@ msgstr ""
1998
2029
  msgid "Default template of type %s not found"
1999
2030
  msgstr ""
2000
2031
 
2001
- #: ../lib/hammer_cli_foreman/organization.rb:38
2032
+ #: ../lib/hammer_cli_foreman/organization.rb:39
2002
2033
  #: ../lib/hammer_cli_foreman/references.rb:15
2003
2034
  msgid "Locations"
2004
2035
  msgstr ""
2005
2036
 
2006
- #: ../lib/hammer_cli_foreman/organization.rb:54
2037
+ #: ../lib/hammer_cli_foreman/organization.rb:55
2007
2038
  msgid "Organization created"
2008
2039
  msgstr ""
2009
2040
 
2010
- #: ../lib/hammer_cli_foreman/organization.rb:55
2041
+ #: ../lib/hammer_cli_foreman/organization.rb:56
2011
2042
  msgid "Could not create the organization"
2012
2043
  msgstr ""
2013
2044
 
2014
- #: ../lib/hammer_cli_foreman/organization.rb:66
2045
+ #: ../lib/hammer_cli_foreman/organization.rb:67
2015
2046
  msgid "Organization updated"
2016
2047
  msgstr ""
2017
2048
 
2018
- #: ../lib/hammer_cli_foreman/organization.rb:67
2049
+ #: ../lib/hammer_cli_foreman/organization.rb:68
2019
2050
  msgid "Could not update the organization"
2020
2051
  msgstr ""
2021
2052
 
2022
- #: ../lib/hammer_cli_foreman/organization.rb:78
2053
+ #: ../lib/hammer_cli_foreman/organization.rb:79
2023
2054
  msgid "Organization deleted"
2024
2055
  msgstr ""
2025
2056
 
2026
- #: ../lib/hammer_cli_foreman/organization.rb:79
2057
+ #: ../lib/hammer_cli_foreman/organization.rb:80
2027
2058
  msgid "Could not delete the organization"
2028
2059
  msgstr ""
2029
2060
 
2030
- #: ../lib/hammer_cli_foreman/organization.rb:88
2061
+ #: ../lib/hammer_cli_foreman/organization.rb:89
2031
2062
  msgid "Create or update parameter for an organization."
2032
2063
  msgstr ""
2033
2064
 
2034
- #: ../lib/hammer_cli_foreman/organization.rb:92
2065
+ #: ../lib/hammer_cli_foreman/organization.rb:93
2035
2066
  msgid "Could not set organization parameter"
2036
2067
  msgstr ""
2037
2068
 
2038
- #: ../lib/hammer_cli_foreman/organization.rb:99
2069
+ #: ../lib/hammer_cli_foreman/organization.rb:100
2039
2070
  msgid "Delete parameter for an organization."
2040
2071
  msgstr ""
2041
2072
 
2042
- #: ../lib/hammer_cli_foreman/organization.rb:102
2073
+ #: ../lib/hammer_cli_foreman/organization.rb:103
2043
2074
  msgid "Could not delete organization parameter"
2044
2075
  msgstr ""
2045
2076
 
@@ -2098,6 +2129,38 @@ msgstr ""
2098
2129
  msgid "Smart class parameters"
2099
2130
  msgstr ""
2100
2131
 
2132
+ #: ../lib/hammer_cli_foreman/realm.rb:18
2133
+ msgid "Realm proxy id"
2134
+ msgstr ""
2135
+
2136
+ #: ../lib/hammer_cli_foreman/realm.rb:19
2137
+ msgid "Realm type"
2138
+ msgstr ""
2139
+
2140
+ #: ../lib/hammer_cli_foreman/realm.rb:29
2141
+ msgid "Realm [%{name}] created"
2142
+ msgstr ""
2143
+
2144
+ #: ../lib/hammer_cli_foreman/realm.rb:30
2145
+ msgid "Could not create the realm"
2146
+ msgstr ""
2147
+
2148
+ #: ../lib/hammer_cli_foreman/realm.rb:37
2149
+ msgid "Realm [%{name}] updated"
2150
+ msgstr ""
2151
+
2152
+ #: ../lib/hammer_cli_foreman/realm.rb:38
2153
+ msgid "Could not update the realm"
2154
+ msgstr ""
2155
+
2156
+ #: ../lib/hammer_cli_foreman/realm.rb:45
2157
+ msgid "Realm [%{name}] deleted"
2158
+ msgstr ""
2159
+
2160
+ #: ../lib/hammer_cli_foreman/realm.rb:46
2161
+ msgid "Could not delete the realm"
2162
+ msgstr ""
2163
+
2101
2164
  #: ../lib/hammer_cli_foreman/references.rb:8
2102
2165
  msgid "Created at"
2103
2166
  msgstr ""
@@ -2336,106 +2399,111 @@ msgid "Class Id"
2336
2399
  msgstr ""
2337
2400
 
2338
2401
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61
2339
- #: ../lib/hammer_cli_foreman/smart_variable.rb:52
2402
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:54
2340
2403
  msgid "Hidden Value?"
2341
2404
  msgstr ""
2342
2405
 
2343
2406
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62
2407
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2408
+ msgid "Use puppet default"
2409
+ msgstr ""
2410
+
2411
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:63
2344
2412
  msgid "Required"
2345
2413
  msgstr ""
2346
2414
 
2347
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:64
2348
- #: ../lib/hammer_cli_foreman/smart_variable.rb:54
2415
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65
2416
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:56
2349
2417
  msgid "Validator"
2350
2418
  msgstr ""
2351
2419
 
2352
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66
2353
- #: ../lib/hammer_cli_foreman/smart_variable.rb:56
2420
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:67
2421
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:58
2354
2422
  msgid "Rule"
2355
2423
  msgstr ""
2356
2424
 
2357
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:68
2358
- #: ../lib/hammer_cli_foreman/smart_variable.rb:58
2425
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69
2426
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:60
2359
2427
  msgid "Override values"
2360
2428
  msgstr ""
2361
2429
 
2362
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69
2363
- #: ../lib/hammer_cli_foreman/smart_variable.rb:59
2430
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70
2431
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:61
2364
2432
  msgid "Merge overrides"
2365
2433
  msgstr ""
2366
2434
 
2367
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70
2368
- #: ../lib/hammer_cli_foreman/smart_variable.rb:60
2435
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71
2436
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:62
2369
2437
  msgid "Merge default value"
2370
2438
  msgstr ""
2371
2439
 
2372
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71
2373
- #: ../lib/hammer_cli_foreman/smart_variable.rb:61
2440
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72
2441
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:63
2374
2442
  msgid "Avoid duplicates"
2375
2443
  msgstr ""
2376
2444
 
2377
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72
2378
- #: ../lib/hammer_cli_foreman/smart_variable.rb:62
2445
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73
2446
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:64
2379
2447
  msgid "Order"
2380
2448
  msgstr ""
2381
2449
 
2382
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73
2383
- #: ../lib/hammer_cli_foreman/smart_variable.rb:63
2450
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74
2451
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:65
2384
2452
  msgid "Values"
2385
2453
  msgstr ""
2386
2454
 
2387
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75
2388
- #: ../lib/hammer_cli_foreman/smart_variable.rb:65
2455
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
2456
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:67
2389
2457
  msgid "Match"
2390
2458
  msgstr ""
2391
2459
 
2392
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:102
2460
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:105
2393
2461
  msgid "Parameter updated"
2394
2462
  msgstr ""
2395
2463
 
2396
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:103
2464
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:106
2397
2465
  msgid "Could not update the parameter"
2398
2466
  msgstr ""
2399
2467
 
2400
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:110
2468
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
2401
2469
  msgid "Override this parameter."
2402
2470
  msgstr ""
2403
2471
 
2404
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:112
2472
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
2405
2473
  msgid "This parameter is required."
2406
2474
  msgstr ""
2407
2475
 
2408
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:114
2476
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2409
2477
  msgid "Type of the parameter."
2410
2478
  msgstr ""
2411
2479
 
2412
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2413
- #: ../lib/hammer_cli_foreman/smart_variable.rb:91
2414
- #: ../lib/hammer_cli_foreman/smart_variable.rb:105
2480
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120
2481
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:93
2482
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:107
2415
2483
  msgid "Type of the validator."
2416
2484
  msgstr ""
2417
2485
 
2418
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:131
2419
- #: ../lib/hammer_cli_foreman/smart_variable.rb:123
2486
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134
2487
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:126
2420
2488
  msgid "Override value created"
2421
2489
  msgstr ""
2422
2490
 
2423
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132
2424
- #: ../lib/hammer_cli_foreman/smart_variable.rb:124
2491
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135
2492
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:127
2425
2493
  msgid "Could not create the override value"
2426
2494
  msgstr ""
2427
2495
 
2428
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:142
2496
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2429
2497
  msgid "Cannot use --value when --use-puppet-default is true"
2430
2498
  msgstr ""
2431
2499
 
2432
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:155
2433
- #: ../lib/hammer_cli_foreman/smart_variable.rb:136
2500
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158
2501
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:139
2434
2502
  msgid "Override value deleted"
2435
2503
  msgstr ""
2436
2504
 
2437
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:156
2438
- #: ../lib/hammer_cli_foreman/smart_variable.rb:137
2505
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159
2506
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:140
2439
2507
  msgid "Could not delete the override value"
2440
2508
  msgstr ""
2441
2509
 
@@ -2492,32 +2560,41 @@ msgstr ""
2492
2560
  msgid "Refresh of smart proxy features failed"
2493
2561
  msgstr ""
2494
2562
 
2495
- #: ../lib/hammer_cli_foreman/smart_variable.rb:83
2563
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:10
2564
+ msgid "Variable"
2565
+ msgstr ""
2566
+
2567
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50
2568
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2569
+ msgid "Use --variable instead"
2570
+ msgstr ""
2571
+
2572
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2496
2573
  msgid "Smart variable [%{variable}] created"
2497
2574
  msgstr ""
2498
2575
 
2499
- #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2576
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2500
2577
  msgid "Could not create the smart variable"
2501
2578
  msgstr ""
2502
2579
 
2503
- #: ../lib/hammer_cli_foreman/smart_variable.rb:88
2504
- #: ../lib/hammer_cli_foreman/smart_variable.rb:102
2580
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:90
2581
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:104
2505
2582
  msgid "Type of the variable."
2506
2583
  msgstr ""
2507
2584
 
2508
- #: ../lib/hammer_cli_foreman/smart_variable.rb:97
2585
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2509
2586
  msgid "Smart variable [%{variable}] updated"
2510
2587
  msgstr ""
2511
2588
 
2512
- #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2589
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2513
2590
  msgid "Could not update the smart variable"
2514
2591
  msgstr ""
2515
2592
 
2516
- #: ../lib/hammer_cli_foreman/smart_variable.rb:112
2593
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2517
2594
  msgid "Smart variable [%{variable}] deleted"
2518
2595
  msgstr ""
2519
2596
 
2520
- #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2597
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2521
2598
  msgid "Could not delete the smart variable"
2522
2599
  msgstr ""
2523
2600
 
@@ -2656,6 +2733,7 @@ msgid "Email"
2656
2733
  msgstr ""
2657
2734
 
2658
2735
  #: ../lib/hammer_cli_foreman/user.rb:28
2736
+ #: ../lib/hammer_cli_foreman/usergroup.rb:13
2659
2737
  msgid "Admin"
2660
2738
  msgstr ""
2661
2739
 
@@ -2715,26 +2793,26 @@ msgstr ""
2715
2793
  msgid "Could not delete the user"
2716
2794
  msgstr ""
2717
2795
 
2718
- #: ../lib/hammer_cli_foreman/usergroup.rb:31
2796
+ #: ../lib/hammer_cli_foreman/usergroup.rb:32
2719
2797
  msgid "User group [%<name>s] created"
2720
2798
  msgstr ""
2721
2799
 
2722
- #: ../lib/hammer_cli_foreman/usergroup.rb:32
2800
+ #: ../lib/hammer_cli_foreman/usergroup.rb:33
2723
2801
  msgid "Could not create the user group"
2724
2802
  msgstr ""
2725
2803
 
2726
- #: ../lib/hammer_cli_foreman/usergroup.rb:38
2804
+ #: ../lib/hammer_cli_foreman/usergroup.rb:39
2727
2805
  msgid "User group [%<name>s] updated"
2728
2806
  msgstr ""
2729
2807
 
2730
- #: ../lib/hammer_cli_foreman/usergroup.rb:39
2808
+ #: ../lib/hammer_cli_foreman/usergroup.rb:40
2731
2809
  msgid "Could not update the user group"
2732
2810
  msgstr ""
2733
2811
 
2734
- #: ../lib/hammer_cli_foreman/usergroup.rb:45
2812
+ #: ../lib/hammer_cli_foreman/usergroup.rb:46
2735
2813
  msgid "User group [%<name>s] deleted"
2736
2814
  msgstr ""
2737
2815
 
2738
- #: ../lib/hammer_cli_foreman/usergroup.rb:46
2816
+ #: ../lib/hammer_cli_foreman/usergroup.rb:47
2739
2817
  msgid "Could not delete the user group"
2740
2818
  msgstr ""