hammer_cli_foreman 0.8.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


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

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
@@ -7,11 +7,11 @@
7
7
  # Giuseppe Pignataro <anubisteam01@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: hammer-cli-foreman 0.8.0\n"
10
+ "Project-Id-Version: hammer-cli-foreman 0.9.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2016-06-14 23:53+0200\n"
13
- "PO-Revision-Date: 2016-08-22 15:08+0000\n"
14
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
12
+ "POT-Creation-Date: 2016-09-01 12:48+0200\n"
13
+ "PO-Revision-Date: 2016-09-02 09:32+0000\n"
14
+ "Last-Translator: Lukáš Zapletal\n"
15
15
  "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)\n"
16
16
  "MIME-Version: 1.0\n"
17
17
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -108,22 +108,26 @@ msgid "Manipulate smart proxies."
108
108
  msgstr "Manipolazione smart proxy."
109
109
 
110
110
  #: ../lib/hammer_cli_foreman.rb:120
111
- msgid "Change server settings."
111
+ msgid "Manipulate realms."
112
112
  msgstr ""
113
113
 
114
114
  #: ../lib/hammer_cli_foreman.rb:124
115
+ msgid "Change server settings."
116
+ msgstr ""
117
+
118
+ #: ../lib/hammer_cli_foreman.rb:128
115
119
  msgid "Manipulate subnets."
116
120
  msgstr "Manipolazione sottoreti."
117
121
 
118
- #: ../lib/hammer_cli_foreman.rb:128
122
+ #: ../lib/hammer_cli_foreman.rb:132
119
123
  msgid "Manipulate config templates."
120
124
  msgstr "Manipolazione modelli di configurazione."
121
125
 
122
- #: ../lib/hammer_cli_foreman.rb:132
126
+ #: ../lib/hammer_cli_foreman.rb:136
123
127
  msgid "Manipulate users."
124
128
  msgstr "Manipolazione utenti."
125
129
 
126
- #: ../lib/hammer_cli_foreman.rb:136
130
+ #: ../lib/hammer_cli_foreman.rb:140
127
131
  msgid "Manage user groups."
128
132
  msgstr "Gestisci gruppi di utenti."
129
133
 
@@ -135,8 +139,8 @@ msgstr "Gestisci gruppi di utenti."
135
139
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:10
136
140
  #: ../lib/hammer_cli_foreman/filter.rb:9
137
141
  #: ../lib/hammer_cli_foreman/filter.rb:72
138
- #: ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:196
139
- #: ../lib/hammer_cli_foreman/host.rb:227
142
+ #: ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:191
143
+ #: ../lib/hammer_cli_foreman/host.rb:222
140
144
  #: ../lib/hammer_cli_foreman/hostgroup.rb:57
141
145
  #: ../lib/hammer_cli_foreman/image.rb:29
142
146
  #: ../lib/hammer_cli_foreman/interface.rb:23
@@ -147,14 +151,14 @@ msgstr "Gestisci gruppi di utenti."
147
151
  #: ../lib/hammer_cli_foreman/organization.rb:13
148
152
  #: ../lib/hammer_cli_foreman/partition_table.rb:10
149
153
  #: ../lib/hammer_cli_foreman/puppet_class.rb:13
150
- #: ../lib/hammer_cli_foreman/report.rb:10
154
+ #: ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/report.rb:10
151
155
  #: ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11
152
156
  #: ../lib/hammer_cli_foreman/settings.rb:11
153
157
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:8
154
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74
158
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75
155
159
  #: ../lib/hammer_cli_foreman/smart_proxy.rb:11
156
160
  #: ../lib/hammer_cli_foreman/smart_variable.rb:8
157
- #: ../lib/hammer_cli_foreman/smart_variable.rb:64
161
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:66
158
162
  #: ../lib/hammer_cli_foreman/subnet.rb:10
159
163
  #: ../lib/hammer_cli_foreman/template.rb:25
160
164
  #: ../lib/hammer_cli_foreman/user.rb:10
@@ -172,7 +176,7 @@ msgstr "Id"
172
176
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:42
173
177
  #: ../lib/hammer_cli_foreman/filter.rb:73
174
178
  #: ../lib/hammer_cli_foreman/filter.rb:90
175
- #: ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:198
179
+ #: ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:193
176
180
  #: ../lib/hammer_cli_foreman/hostgroup.rb:58
177
181
  #: ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70
178
182
  #: ../lib/hammer_cli_foreman/location.rb:14
@@ -181,10 +185,9 @@ msgstr "Id"
181
185
  #: ../lib/hammer_cli_foreman/organization.rb:14
182
186
  #: ../lib/hammer_cli_foreman/partition_table.rb:11
183
187
  #: ../lib/hammer_cli_foreman/puppet_class.rb:14
184
- #: ../lib/hammer_cli_foreman/role.rb:12
188
+ #: ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12
185
189
  #: ../lib/hammer_cli_foreman/settings.rb:12
186
190
  #: ../lib/hammer_cli_foreman/smart_proxy.rb:12
187
- #: ../lib/hammer_cli_foreman/smart_variable.rb:10
188
191
  #: ../lib/hammer_cli_foreman/subnet.rb:11
189
192
  #: ../lib/hammer_cli_foreman/template.rb:26
190
193
  #: ../lib/hammer_cli_foreman/template.rb:75
@@ -577,6 +580,30 @@ msgstr "Il ruolo utente è stato rimosso"
577
580
  msgid "Could not remove the user role"
578
581
  msgstr "Impossibile rimuovere il ruolo utente"
579
582
 
583
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:357
584
+ msgid "Associate a location"
585
+ msgstr ""
586
+
587
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:359
588
+ msgid "The location has been associated"
589
+ msgstr ""
590
+
591
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:360
592
+ msgid "Could not associate the location"
593
+ msgstr ""
594
+
595
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:365
596
+ msgid "Disassociate a location"
597
+ msgstr ""
598
+
599
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:367
600
+ msgid "The location has been disassociated"
601
+ msgstr ""
602
+
603
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:368
604
+ msgid "Could not disassociate the location"
605
+ msgstr ""
606
+
580
607
  #: ../lib/hammer_cli_foreman/auth.rb:7
581
608
  msgid "Set credentials"
582
609
  msgstr "Imposta le credenziali"
@@ -722,10 +749,10 @@ msgid "The %{resource_name} has been disassociated"
722
749
  msgstr ""
723
750
 
724
751
  #: ../lib/hammer_cli_foreman/common_parameter.rb:13
725
- #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:323
752
+ #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:318
726
753
  #: ../lib/hammer_cli_foreman/settings.rb:13
727
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
728
- #: ../lib/hammer_cli_foreman/smart_variable.rb:66
754
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:77
755
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:68
729
756
  msgid "Value"
730
757
  msgstr "Valore"
731
758
 
@@ -771,7 +798,7 @@ msgstr "Provider"
771
798
 
772
799
  #: ../lib/hammer_cli_foreman/compute_resource.rb:34
773
800
  #: ../lib/hammer_cli_foreman/compute_resource.rb:40
774
- #: ../lib/hammer_cli_foreman/host.rb:197 ../lib/hammer_cli_foreman/image.rb:33
801
+ #: ../lib/hammer_cli_foreman/host.rb:192 ../lib/hammer_cli_foreman/image.rb:33
775
802
  #: ../lib/hammer_cli_foreman/image.rb:71
776
803
  msgid "UUID"
777
804
  msgstr "UUID"
@@ -795,9 +822,11 @@ msgstr "Url"
795
822
 
796
823
  #: ../lib/hammer_cli_foreman/compute_resource.rb:55
797
824
  #: ../lib/hammer_cli_foreman/domain.rb:42
825
+ #: ../lib/hammer_cli_foreman/location.rb:15
826
+ #: ../lib/hammer_cli_foreman/organization.rb:15
798
827
  #: ../lib/hammer_cli_foreman/settings.rb:14
799
828
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:59
800
- #: ../lib/hammer_cli_foreman/smart_variable.rb:51
829
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:53
801
830
  msgid "Description"
802
831
  msgstr "Descrizione"
803
832
 
@@ -1009,7 +1038,7 @@ msgstr "Impossibile cancellare il gruppo di utenti esterno"
1009
1038
  msgid "Host"
1010
1039
  msgstr "Host"
1011
1040
 
1012
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:322
1041
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
1013
1042
  msgid "Fact"
1014
1043
  msgstr "Evento"
1015
1044
 
@@ -1101,21 +1130,21 @@ msgstr "Parametri dell'interfaccia."
1101
1130
  msgid "Enter the root password for the host:"
1102
1131
  msgstr "Inserire la password root per l'host:"
1103
1132
 
1104
- #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:237
1133
+ #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:232
1105
1134
  #: ../lib/hammer_cli_foreman/hostgroup.rb:60
1106
1135
  #: ../lib/hammer_cli_foreman/image.rb:31
1107
1136
  msgid "Operating System"
1108
1137
  msgstr "Sistema Operativo"
1109
1138
 
1110
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:201
1139
+ #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1111
1140
  msgid "Host Group"
1112
1141
  msgstr "Gruppo di host"
1113
1142
 
1114
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:214
1143
+ #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1115
1144
  msgid "IP"
1116
1145
  msgstr "IP"
1117
1146
 
1118
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:215
1147
+ #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1119
1148
  msgid "MAC"
1120
1149
  msgstr "MAC"
1121
1150
 
@@ -1123,289 +1152,289 @@ msgstr "MAC"
1123
1152
  msgid "Bare Metal"
1124
1153
  msgstr "Bare Metal"
1125
1154
 
1126
- #: ../lib/hammer_cli_foreman/host.rb:199
1155
+ #: ../lib/hammer_cli_foreman/host.rb:194
1127
1156
  msgid "Organization"
1128
1157
  msgstr "Organizzazione"
1129
1158
 
1130
- #: ../lib/hammer_cli_foreman/host.rb:200
1159
+ #: ../lib/hammer_cli_foreman/host.rb:195
1131
1160
  msgid "Location"
1132
1161
  msgstr "Posizione"
1133
1162
 
1134
- #: ../lib/hammer_cli_foreman/host.rb:202
1163
+ #: ../lib/hammer_cli_foreman/host.rb:197
1135
1164
  msgid "Compute Resource"
1136
1165
  msgstr "Risorsa di calcolo"
1137
1166
 
1138
- #: ../lib/hammer_cli_foreman/host.rb:203
1167
+ #: ../lib/hammer_cli_foreman/host.rb:198
1139
1168
  msgid "Compute Profile"
1140
1169
  msgstr "Profilo di calcolo"
1141
1170
 
1142
- #: ../lib/hammer_cli_foreman/host.rb:204
1171
+ #: ../lib/hammer_cli_foreman/host.rb:199
1143
1172
  #: ../lib/hammer_cli_foreman/hostgroup.rb:61
1144
1173
  msgid "Environment"
1145
1174
  msgstr "Ambiente"
1146
1175
 
1147
- #: ../lib/hammer_cli_foreman/host.rb:205
1176
+ #: ../lib/hammer_cli_foreman/host.rb:200
1148
1177
  msgid "Puppet CA Id"
1149
1178
  msgstr ""
1150
1179
 
1151
- #: ../lib/hammer_cli_foreman/host.rb:206
1180
+ #: ../lib/hammer_cli_foreman/host.rb:201
1152
1181
  msgid "Puppet Master Id"
1153
1182
  msgstr ""
1154
1183
 
1155
- #: ../lib/hammer_cli_foreman/host.rb:207
1184
+ #: ../lib/hammer_cli_foreman/host.rb:202
1156
1185
  msgid "Cert name"
1157
1186
  msgstr "Nome certificato"
1158
1187
 
1159
- #: ../lib/hammer_cli_foreman/host.rb:208
1188
+ #: ../lib/hammer_cli_foreman/host.rb:203
1160
1189
  #: ../lib/hammer_cli_foreman/interface.rb:51
1161
1190
  msgid "Managed"
1162
1191
  msgstr "Gestito"
1163
1192
 
1164
- #: ../lib/hammer_cli_foreman/host.rb:210
1193
+ #: ../lib/hammer_cli_foreman/host.rb:205
1165
1194
  msgid "Installed at"
1166
1195
  msgstr "Installato"
1167
1196
 
1168
- #: ../lib/hammer_cli_foreman/host.rb:211
1197
+ #: ../lib/hammer_cli_foreman/host.rb:206
1169
1198
  #: ../lib/hammer_cli_foreman/report.rb:12
1170
1199
  msgid "Last report"
1171
1200
  msgstr "Ultimo riporto"
1172
1201
 
1173
- #: ../lib/hammer_cli_foreman/host.rb:213
1202
+ #: ../lib/hammer_cli_foreman/host.rb:208
1174
1203
  #: ../lib/hammer_cli_foreman/subnet.rb:12
1175
1204
  msgid "Network"
1176
1205
  msgstr "Rete"
1177
1206
 
1178
- #: ../lib/hammer_cli_foreman/host.rb:216
1207
+ #: ../lib/hammer_cli_foreman/host.rb:211
1179
1208
  #: ../lib/hammer_cli_foreman/hostgroup.rb:72
1180
1209
  #: ../lib/hammer_cli_foreman/interface.rb:49
1181
1210
  msgid "Subnet"
1182
1211
  msgstr "Sottorete"
1183
1212
 
1184
- #: ../lib/hammer_cli_foreman/host.rb:217
1213
+ #: ../lib/hammer_cli_foreman/host.rb:212
1185
1214
  #: ../lib/hammer_cli_foreman/hostgroup.rb:74
1186
1215
  #: ../lib/hammer_cli_foreman/interface.rb:50
1187
1216
  msgid "Domain"
1188
1217
  msgstr "Dominio"
1189
1218
 
1190
- #: ../lib/hammer_cli_foreman/host.rb:218
1219
+ #: ../lib/hammer_cli_foreman/host.rb:213
1191
1220
  msgid "Service provider"
1192
1221
  msgstr ""
1193
1222
 
1194
- #: ../lib/hammer_cli_foreman/host.rb:219
1223
+ #: ../lib/hammer_cli_foreman/host.rb:214
1195
1224
  msgid "SP Name"
1196
1225
  msgstr "Nome SP"
1197
1226
 
1198
- #: ../lib/hammer_cli_foreman/host.rb:220
1227
+ #: ../lib/hammer_cli_foreman/host.rb:215
1199
1228
  msgid "SP IP"
1200
1229
  msgstr "IP SP"
1201
1230
 
1202
- #: ../lib/hammer_cli_foreman/host.rb:221
1231
+ #: ../lib/hammer_cli_foreman/host.rb:216
1203
1232
  msgid "SP MAC"
1204
1233
  msgstr "MCA SP"
1205
1234
 
1206
- #: ../lib/hammer_cli_foreman/host.rb:222
1235
+ #: ../lib/hammer_cli_foreman/host.rb:217
1207
1236
  msgid "SP Subnet"
1208
1237
  msgstr "Sottorete SP"
1209
1238
 
1210
- #: ../lib/hammer_cli_foreman/host.rb:226
1239
+ #: ../lib/hammer_cli_foreman/host.rb:221
1211
1240
  msgid "Network interfaces"
1212
1241
  msgstr "Interfaccia di rete"
1213
1242
 
1214
- #: ../lib/hammer_cli_foreman/host.rb:228
1243
+ #: ../lib/hammer_cli_foreman/host.rb:223
1215
1244
  #: ../lib/hammer_cli_foreman/interface.rb:24
1216
1245
  #: ../lib/hammer_cli_foreman/interface.rb:44
1217
1246
  msgid "Identifier"
1218
1247
  msgstr "Indetificatore"
1219
1248
 
1220
- #: ../lib/hammer_cli_foreman/host.rb:229
1249
+ #: ../lib/hammer_cli_foreman/host.rb:224
1221
1250
  #: ../lib/hammer_cli_foreman/interface.rb:25
1222
1251
  #: ../lib/hammer_cli_foreman/interface.rb:45
1223
1252
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:60
1224
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65
1253
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66
1225
1254
  #: ../lib/hammer_cli_foreman/smart_variable.rb:12
1226
- #: ../lib/hammer_cli_foreman/smart_variable.rb:55
1255
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:57
1227
1256
  #: ../lib/hammer_cli_foreman/template.rb:27
1228
1257
  msgid "Type"
1229
1258
  msgstr "Tipo"
1230
1259
 
1231
- #: ../lib/hammer_cli_foreman/host.rb:230
1260
+ #: ../lib/hammer_cli_foreman/host.rb:225
1232
1261
  #: ../lib/hammer_cli_foreman/interface.rb:26
1233
1262
  #: ../lib/hammer_cli_foreman/interface.rb:46
1234
1263
  msgid "MAC address"
1235
1264
  msgstr "Indirizzo MAC"
1236
1265
 
1237
- #: ../lib/hammer_cli_foreman/host.rb:231
1266
+ #: ../lib/hammer_cli_foreman/host.rb:226
1238
1267
  #: ../lib/hammer_cli_foreman/interface.rb:27
1239
1268
  #: ../lib/hammer_cli_foreman/interface.rb:47
1240
1269
  msgid "IP address"
1241
1270
  msgstr "indirizzo IP"
1242
1271
 
1243
- #: ../lib/hammer_cli_foreman/host.rb:232
1272
+ #: ../lib/hammer_cli_foreman/host.rb:227
1244
1273
  msgid "FQDN"
1245
1274
  msgstr ""
1246
1275
 
1247
- #: ../lib/hammer_cli_foreman/host.rb:235
1276
+ #: ../lib/hammer_cli_foreman/host.rb:230
1248
1277
  msgid "Operating system"
1249
1278
  msgstr "Sistema operativo"
1250
1279
 
1251
- #: ../lib/hammer_cli_foreman/host.rb:236
1280
+ #: ../lib/hammer_cli_foreman/host.rb:231
1252
1281
  #: ../lib/hammer_cli_foreman/hostgroup.rb:75
1253
1282
  #: ../lib/hammer_cli_foreman/image.rb:45
1254
1283
  msgid "Architecture"
1255
1284
  msgstr "Architettura"
1256
1285
 
1257
- #: ../lib/hammer_cli_foreman/host.rb:240
1286
+ #: ../lib/hammer_cli_foreman/host.rb:235
1258
1287
  msgid "Build"
1259
1288
  msgstr "Compilazione"
1260
1289
 
1261
- #: ../lib/hammer_cli_foreman/host.rb:241
1290
+ #: ../lib/hammer_cli_foreman/host.rb:236
1262
1291
  #: ../lib/hammer_cli_foreman/hostgroup.rb:77
1263
1292
  msgid "Medium"
1264
1293
  msgstr "Supporto"
1265
1294
 
1266
- #: ../lib/hammer_cli_foreman/host.rb:242
1295
+ #: ../lib/hammer_cli_foreman/host.rb:237
1267
1296
  #: ../lib/hammer_cli_foreman/hostgroup.rb:76
1268
1297
  msgid "Partition Table"
1269
1298
  msgstr "Tabella delle partizioni"
1270
1299
 
1271
- #: ../lib/hammer_cli_foreman/host.rb:243
1300
+ #: ../lib/hammer_cli_foreman/host.rb:238
1272
1301
  msgid "Custom partition table"
1273
1302
  msgstr ""
1274
1303
 
1275
- #: ../lib/hammer_cli_foreman/host.rb:246
1304
+ #: ../lib/hammer_cli_foreman/host.rb:241
1276
1305
  msgid "Image"
1277
1306
  msgstr "Immagine"
1278
1307
 
1279
- #: ../lib/hammer_cli_foreman/host.rb:247
1308
+ #: ../lib/hammer_cli_foreman/host.rb:242
1280
1309
  msgid "Image file"
1281
1310
  msgstr "File immagine"
1282
1311
 
1283
- #: ../lib/hammer_cli_foreman/host.rb:248
1312
+ #: ../lib/hammer_cli_foreman/host.rb:243
1284
1313
  msgid "Use image"
1285
1314
  msgstr "Usa immagine"
1286
1315
 
1287
- #: ../lib/hammer_cli_foreman/host.rb:254
1316
+ #: ../lib/hammer_cli_foreman/host.rb:249
1288
1317
  msgid "Additional info"
1289
1318
  msgstr "Info aggiuntive"
1290
1319
 
1291
- #: ../lib/hammer_cli_foreman/host.rb:255
1320
+ #: ../lib/hammer_cli_foreman/host.rb:250
1292
1321
  msgid "Owner Id"
1293
1322
  msgstr "ID proprietario"
1294
1323
 
1295
- #: ../lib/hammer_cli_foreman/host.rb:256
1324
+ #: ../lib/hammer_cli_foreman/host.rb:251
1296
1325
  msgid "Owner Type"
1297
1326
  msgstr "Tipo di proprietario"
1298
1327
 
1299
- #: ../lib/hammer_cli_foreman/host.rb:257
1328
+ #: ../lib/hammer_cli_foreman/host.rb:252
1300
1329
  msgid "Enabled"
1301
1330
  msgstr "Abilitato"
1302
1331
 
1303
- #: ../lib/hammer_cli_foreman/host.rb:258
1332
+ #: ../lib/hammer_cli_foreman/host.rb:253
1304
1333
  #: ../lib/hammer_cli_foreman/hostgroup.rb:62
1305
1334
  msgid "Model"
1306
1335
  msgstr "Modello"
1307
1336
 
1308
- #: ../lib/hammer_cli_foreman/host.rb:259
1337
+ #: ../lib/hammer_cli_foreman/host.rb:254
1309
1338
  msgid "Comment"
1310
1339
  msgstr "Commento"
1311
1340
 
1312
- #: ../lib/hammer_cli_foreman/host.rb:272
1341
+ #: ../lib/hammer_cli_foreman/host.rb:267
1313
1342
  msgid "Status"
1314
1343
  msgstr "Stato"
1315
1344
 
1316
- #: ../lib/hammer_cli_foreman/host.rb:273
1345
+ #: ../lib/hammer_cli_foreman/host.rb:268
1317
1346
  msgid "Power"
1318
1347
  msgstr "Alimentazione"
1319
1348
 
1320
- #: ../lib/hammer_cli_foreman/host.rb:309
1349
+ #: ../lib/hammer_cli_foreman/host.rb:304
1321
1350
  msgid "Puppet run triggered"
1322
1351
  msgstr "Esecuzione puppet attivata"
1323
1352
 
1324
- #: ../lib/hammer_cli_foreman/host.rb:362
1353
+ #: ../lib/hammer_cli_foreman/host.rb:357
1325
1354
  msgid "Host created"
1326
1355
  msgstr "Host creato"
1327
1356
 
1328
- #: ../lib/hammer_cli_foreman/host.rb:363
1357
+ #: ../lib/hammer_cli_foreman/host.rb:358
1329
1358
  msgid "Could not create the host"
1330
1359
  msgstr "Impossibile creare l'host"
1331
1360
 
1332
- #: ../lib/hammer_cli_foreman/host.rb:380
1361
+ #: ../lib/hammer_cli_foreman/host.rb:375
1333
1362
  msgid "Host updated"
1334
1363
  msgstr "Host aggiornato"
1335
1364
 
1336
- #: ../lib/hammer_cli_foreman/host.rb:381
1365
+ #: ../lib/hammer_cli_foreman/host.rb:376
1337
1366
  msgid "Could not update the host"
1338
1367
  msgstr "Impossibile aggiornare l'host"
1339
1368
 
1340
- #: ../lib/hammer_cli_foreman/host.rb:388
1369
+ #: ../lib/hammer_cli_foreman/host.rb:383
1341
1370
  msgid "Host deleted"
1342
1371
  msgstr "Host rimosso"
1343
1372
 
1344
- #: ../lib/hammer_cli_foreman/host.rb:389
1373
+ #: ../lib/hammer_cli_foreman/host.rb:384
1345
1374
  msgid "Could not delete the host"
1346
1375
  msgstr "Impossibile rimuovere l'host"
1347
1376
 
1348
- #: ../lib/hammer_cli_foreman/host.rb:396
1377
+ #: ../lib/hammer_cli_foreman/host.rb:391
1349
1378
  msgid "Create or update parameter for a host."
1350
1379
  msgstr "Creare o aggiornare il parametro per un host."
1351
1380
 
1352
- #: ../lib/hammer_cli_foreman/host.rb:398
1381
+ #: ../lib/hammer_cli_foreman/host.rb:393
1353
1382
  msgid "Host parameter updated"
1354
1383
  msgstr "Parametro host aggiornato"
1355
1384
 
1356
- #: ../lib/hammer_cli_foreman/host.rb:399
1385
+ #: ../lib/hammer_cli_foreman/host.rb:394
1357
1386
  msgid "New host parameter created"
1358
1387
  msgstr "Creato nuovo parametro dell'host"
1359
1388
 
1360
- #: ../lib/hammer_cli_foreman/host.rb:400
1389
+ #: ../lib/hammer_cli_foreman/host.rb:395
1361
1390
  msgid "Could not set host parameter"
1362
1391
  msgstr "Impossibile impostare il parametro dell'host"
1363
1392
 
1364
- #: ../lib/hammer_cli_foreman/host.rb:412
1393
+ #: ../lib/hammer_cli_foreman/host.rb:407
1365
1394
  msgid "Delete parameter for a host."
1366
1395
  msgstr "Cancella il parametro per un host."
1367
1396
 
1368
- #: ../lib/hammer_cli_foreman/host.rb:414
1397
+ #: ../lib/hammer_cli_foreman/host.rb:409
1369
1398
  msgid "Host parameter deleted"
1370
1399
  msgstr "Parametro host cancellato"
1371
1400
 
1372
- #: ../lib/hammer_cli_foreman/host.rb:429
1401
+ #: ../lib/hammer_cli_foreman/host.rb:424
1373
1402
  msgid "Power a host on"
1374
1403
  msgstr "Attiva un host"
1375
1404
 
1376
- #: ../lib/hammer_cli_foreman/host.rb:430
1405
+ #: ../lib/hammer_cli_foreman/host.rb:425
1377
1406
  msgid "The host is starting."
1378
1407
  msgstr "L'host è stato avviato."
1379
1408
 
1380
- #: ../lib/hammer_cli_foreman/host.rb:447
1409
+ #: ../lib/hammer_cli_foreman/host.rb:442
1381
1410
  msgid "Force turning off a host"
1382
1411
  msgstr "Forza la disattivazione di un host."
1383
1412
 
1384
- #: ../lib/hammer_cli_foreman/host.rb:452
1413
+ #: ../lib/hammer_cli_foreman/host.rb:447
1385
1414
  msgid "Power a host off"
1386
1415
  msgstr "Disattiva un host"
1387
1416
 
1388
- #: ../lib/hammer_cli_foreman/host.rb:464
1417
+ #: ../lib/hammer_cli_foreman/host.rb:459
1389
1418
  msgid "Power off forced."
1390
1419
  msgstr "Disattivazione forzata."
1391
1420
 
1392
- #: ../lib/hammer_cli_foreman/host.rb:466
1421
+ #: ../lib/hammer_cli_foreman/host.rb:461
1393
1422
  msgid "Powering the host off."
1394
1423
  msgstr "Disattivazione host in corso."
1395
1424
 
1396
- #: ../lib/hammer_cli_foreman/host.rb:483
1425
+ #: ../lib/hammer_cli_foreman/host.rb:478
1397
1426
  msgid "Reboot a host"
1398
1427
  msgstr "Riavvia un host"
1399
1428
 
1400
- #: ../lib/hammer_cli_foreman/host.rb:484
1429
+ #: ../lib/hammer_cli_foreman/host.rb:479
1401
1430
  msgid "Host reboot started."
1402
1431
  msgstr "Riavvio host iniziato."
1403
1432
 
1404
- #: ../lib/hammer_cli_foreman/host.rb:520
1433
+ #: ../lib/hammer_cli_foreman/host.rb:515
1405
1434
  msgid "Rebuild orchestration related configurations for host"
1406
1435
  msgstr ""
1407
1436
 
1408
- #: ../lib/hammer_cli_foreman/host.rb:521
1437
+ #: ../lib/hammer_cli_foreman/host.rb:516
1409
1438
  msgid "Configuration successfully rebuilt."
1410
1439
  msgstr ""
1411
1440
 
@@ -1591,6 +1620,8 @@ msgid "Smart class parameter name"
1591
1620
  msgstr "Nome parametro classe smart"
1592
1621
 
1593
1622
  #: ../lib/hammer_cli_foreman/id_resolver.rb:63
1623
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50
1624
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:113
1594
1625
  msgid "Smart variable name"
1595
1626
  msgstr ""
1596
1627
 
@@ -1754,74 +1785,74 @@ msgstr ""
1754
1785
  msgid "Could not delete the interface"
1755
1786
  msgstr ""
1756
1787
 
1757
- #: ../lib/hammer_cli_foreman/location.rb:24
1758
- #: ../lib/hammer_cli_foreman/location.rb:63
1759
- #: ../lib/hammer_cli_foreman/location.rb:75
1788
+ #: ../lib/hammer_cli_foreman/location.rb:25
1789
+ #: ../lib/hammer_cli_foreman/location.rb:64
1790
+ #: ../lib/hammer_cli_foreman/location.rb:76
1760
1791
  msgid "Location numeric id to search by"
1761
1792
  msgstr "ID numerico della posizione per la ricerca"
1762
1793
 
1763
- #: ../lib/hammer_cli_foreman/location.rb:27
1764
- #: ../lib/hammer_cli_foreman/organization.rb:27
1794
+ #: ../lib/hammer_cli_foreman/location.rb:28
1795
+ #: ../lib/hammer_cli_foreman/organization.rb:28
1765
1796
  msgid "Parent"
1766
1797
  msgstr ""
1767
1798
 
1768
- #: ../lib/hammer_cli_foreman/location.rb:38
1799
+ #: ../lib/hammer_cli_foreman/location.rb:39
1769
1800
  #: ../lib/hammer_cli_foreman/references.rb:18
1770
1801
  msgid "Organizations"
1771
1802
  msgstr "Organizzazioni"
1772
1803
 
1773
- #: ../lib/hammer_cli_foreman/location.rb:53
1804
+ #: ../lib/hammer_cli_foreman/location.rb:54
1774
1805
  msgid "Location created"
1775
1806
  msgstr "Posizione creata"
1776
1807
 
1777
- #: ../lib/hammer_cli_foreman/location.rb:54
1808
+ #: ../lib/hammer_cli_foreman/location.rb:55
1778
1809
  msgid "Could not create the location"
1779
1810
  msgstr "Impossibile creare la posizione"
1780
1811
 
1781
- #: ../lib/hammer_cli_foreman/location.rb:65
1812
+ #: ../lib/hammer_cli_foreman/location.rb:66
1782
1813
  msgid "Location updated"
1783
1814
  msgstr "Posizione aggiornata"
1784
1815
 
1785
- #: ../lib/hammer_cli_foreman/location.rb:66
1816
+ #: ../lib/hammer_cli_foreman/location.rb:67
1786
1817
  msgid "Could not update the location"
1787
1818
  msgstr "Impossibile aggiornare la posizione"
1788
1819
 
1789
- #: ../lib/hammer_cli_foreman/location.rb:77
1820
+ #: ../lib/hammer_cli_foreman/location.rb:78
1790
1821
  msgid "Location deleted"
1791
1822
  msgstr "Posizione cancellata"
1792
1823
 
1793
- #: ../lib/hammer_cli_foreman/location.rb:78
1824
+ #: ../lib/hammer_cli_foreman/location.rb:79
1794
1825
  msgid "Could not delete the location"
1795
1826
  msgstr "Impossibile cancellare la posizione"
1796
1827
 
1797
- #: ../lib/hammer_cli_foreman/location.rb:87
1828
+ #: ../lib/hammer_cli_foreman/location.rb:88
1798
1829
  msgid "Create or update parameter for a location."
1799
1830
  msgstr ""
1800
1831
 
1801
- #: ../lib/hammer_cli_foreman/location.rb:89
1802
- #: ../lib/hammer_cli_foreman/organization.rb:90
1832
+ #: ../lib/hammer_cli_foreman/location.rb:90
1833
+ #: ../lib/hammer_cli_foreman/organization.rb:91
1803
1834
  msgid "Parameter [%{name}] updated to value [%{value}]"
1804
1835
  msgstr ""
1805
1836
 
1806
- #: ../lib/hammer_cli_foreman/location.rb:90
1807
- #: ../lib/hammer_cli_foreman/organization.rb:91
1837
+ #: ../lib/hammer_cli_foreman/location.rb:91
1838
+ #: ../lib/hammer_cli_foreman/organization.rb:92
1808
1839
  msgid "Parameter [%{name}] created with value [%{value}]"
1809
1840
  msgstr ""
1810
1841
 
1811
- #: ../lib/hammer_cli_foreman/location.rb:91
1842
+ #: ../lib/hammer_cli_foreman/location.rb:92
1812
1843
  msgid "Could not set location parameter"
1813
1844
  msgstr ""
1814
1845
 
1815
- #: ../lib/hammer_cli_foreman/location.rb:98
1846
+ #: ../lib/hammer_cli_foreman/location.rb:99
1816
1847
  msgid "Delete parameter for a location."
1817
1848
  msgstr ""
1818
1849
 
1819
- #: ../lib/hammer_cli_foreman/location.rb:100
1820
- #: ../lib/hammer_cli_foreman/organization.rb:101
1850
+ #: ../lib/hammer_cli_foreman/location.rb:101
1851
+ #: ../lib/hammer_cli_foreman/organization.rb:102
1821
1852
  msgid "Parameter [%{name}] deleted"
1822
1853
  msgstr ""
1823
1854
 
1824
- #: ../lib/hammer_cli_foreman/location.rb:101
1855
+ #: ../lib/hammer_cli_foreman/location.rb:102
1825
1856
  msgid "Could not delete location parameter"
1826
1857
  msgstr ""
1827
1858
 
@@ -2004,48 +2035,48 @@ msgstr "Impossibile rimuovere il modello predefinito"
2004
2035
  msgid "Default template of type %s not found"
2005
2036
  msgstr "Template predefinito di tipo %s non trovato"
2006
2037
 
2007
- #: ../lib/hammer_cli_foreman/organization.rb:38
2038
+ #: ../lib/hammer_cli_foreman/organization.rb:39
2008
2039
  #: ../lib/hammer_cli_foreman/references.rb:15
2009
2040
  msgid "Locations"
2010
2041
  msgstr "Posizioni"
2011
2042
 
2012
- #: ../lib/hammer_cli_foreman/organization.rb:54
2043
+ #: ../lib/hammer_cli_foreman/organization.rb:55
2013
2044
  msgid "Organization created"
2014
2045
  msgstr "Organizzazione creata"
2015
2046
 
2016
- #: ../lib/hammer_cli_foreman/organization.rb:55
2047
+ #: ../lib/hammer_cli_foreman/organization.rb:56
2017
2048
  msgid "Could not create the organization"
2018
2049
  msgstr "Impossibile creare l'organizzazione"
2019
2050
 
2020
- #: ../lib/hammer_cli_foreman/organization.rb:66
2051
+ #: ../lib/hammer_cli_foreman/organization.rb:67
2021
2052
  msgid "Organization updated"
2022
2053
  msgstr "Organizzazione aggiornata"
2023
2054
 
2024
- #: ../lib/hammer_cli_foreman/organization.rb:67
2055
+ #: ../lib/hammer_cli_foreman/organization.rb:68
2025
2056
  msgid "Could not update the organization"
2026
2057
  msgstr "Impossibile aggiornare l'organizzazione"
2027
2058
 
2028
- #: ../lib/hammer_cli_foreman/organization.rb:78
2059
+ #: ../lib/hammer_cli_foreman/organization.rb:79
2029
2060
  msgid "Organization deleted"
2030
2061
  msgstr "Organizzazione rimossa"
2031
2062
 
2032
- #: ../lib/hammer_cli_foreman/organization.rb:79
2063
+ #: ../lib/hammer_cli_foreman/organization.rb:80
2033
2064
  msgid "Could not delete the organization"
2034
2065
  msgstr "Impossibile rimuovere l'organizzazione"
2035
2066
 
2036
- #: ../lib/hammer_cli_foreman/organization.rb:88
2067
+ #: ../lib/hammer_cli_foreman/organization.rb:89
2037
2068
  msgid "Create or update parameter for an organization."
2038
2069
  msgstr ""
2039
2070
 
2040
- #: ../lib/hammer_cli_foreman/organization.rb:92
2071
+ #: ../lib/hammer_cli_foreman/organization.rb:93
2041
2072
  msgid "Could not set organization parameter"
2042
2073
  msgstr ""
2043
2074
 
2044
- #: ../lib/hammer_cli_foreman/organization.rb:99
2075
+ #: ../lib/hammer_cli_foreman/organization.rb:100
2045
2076
  msgid "Delete parameter for an organization."
2046
2077
  msgstr ""
2047
2078
 
2048
- #: ../lib/hammer_cli_foreman/organization.rb:102
2079
+ #: ../lib/hammer_cli_foreman/organization.rb:103
2049
2080
  msgid "Could not delete organization parameter"
2050
2081
  msgstr ""
2051
2082
 
@@ -2104,6 +2135,38 @@ msgstr "Valore predefinito"
2104
2135
  msgid "Smart class parameters"
2105
2136
  msgstr "Parametri classe smart"
2106
2137
 
2138
+ #: ../lib/hammer_cli_foreman/realm.rb:18
2139
+ msgid "Realm proxy id"
2140
+ msgstr ""
2141
+
2142
+ #: ../lib/hammer_cli_foreman/realm.rb:19
2143
+ msgid "Realm type"
2144
+ msgstr ""
2145
+
2146
+ #: ../lib/hammer_cli_foreman/realm.rb:29
2147
+ msgid "Realm [%{name}] created"
2148
+ msgstr ""
2149
+
2150
+ #: ../lib/hammer_cli_foreman/realm.rb:30
2151
+ msgid "Could not create the realm"
2152
+ msgstr ""
2153
+
2154
+ #: ../lib/hammer_cli_foreman/realm.rb:37
2155
+ msgid "Realm [%{name}] updated"
2156
+ msgstr ""
2157
+
2158
+ #: ../lib/hammer_cli_foreman/realm.rb:38
2159
+ msgid "Could not update the realm"
2160
+ msgstr ""
2161
+
2162
+ #: ../lib/hammer_cli_foreman/realm.rb:45
2163
+ msgid "Realm [%{name}] deleted"
2164
+ msgstr ""
2165
+
2166
+ #: ../lib/hammer_cli_foreman/realm.rb:46
2167
+ msgid "Could not delete the realm"
2168
+ msgstr ""
2169
+
2107
2170
  #: ../lib/hammer_cli_foreman/references.rb:8
2108
2171
  msgid "Created at"
2109
2172
  msgstr "Creato"
@@ -2342,106 +2405,111 @@ msgid "Class Id"
2342
2405
  msgstr "ID classe"
2343
2406
 
2344
2407
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61
2345
- #: ../lib/hammer_cli_foreman/smart_variable.rb:52
2408
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:54
2346
2409
  msgid "Hidden Value?"
2347
2410
  msgstr ""
2348
2411
 
2349
2412
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62
2413
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2414
+ msgid "Use puppet default"
2415
+ msgstr ""
2416
+
2417
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:63
2350
2418
  msgid "Required"
2351
2419
  msgstr "Obbligatorio"
2352
2420
 
2353
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:64
2354
- #: ../lib/hammer_cli_foreman/smart_variable.rb:54
2421
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65
2422
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:56
2355
2423
  msgid "Validator"
2356
2424
  msgstr "Convalidatore"
2357
2425
 
2358
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66
2359
- #: ../lib/hammer_cli_foreman/smart_variable.rb:56
2426
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:67
2427
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:58
2360
2428
  msgid "Rule"
2361
2429
  msgstr "Regola"
2362
2430
 
2363
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:68
2364
- #: ../lib/hammer_cli_foreman/smart_variable.rb:58
2431
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69
2432
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:60
2365
2433
  msgid "Override values"
2366
2434
  msgstr "Valori override"
2367
2435
 
2368
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69
2369
- #: ../lib/hammer_cli_foreman/smart_variable.rb:59
2436
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70
2437
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:61
2370
2438
  msgid "Merge overrides"
2371
2439
  msgstr ""
2372
2440
 
2373
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70
2374
- #: ../lib/hammer_cli_foreman/smart_variable.rb:60
2441
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71
2442
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:62
2375
2443
  msgid "Merge default value"
2376
2444
  msgstr ""
2377
2445
 
2378
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71
2379
- #: ../lib/hammer_cli_foreman/smart_variable.rb:61
2446
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72
2447
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:63
2380
2448
  msgid "Avoid duplicates"
2381
2449
  msgstr ""
2382
2450
 
2383
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72
2384
- #: ../lib/hammer_cli_foreman/smart_variable.rb:62
2451
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73
2452
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:64
2385
2453
  msgid "Order"
2386
2454
  msgstr "Ordine"
2387
2455
 
2388
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73
2389
- #: ../lib/hammer_cli_foreman/smart_variable.rb:63
2456
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74
2457
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:65
2390
2458
  msgid "Values"
2391
2459
  msgstr "Valori"
2392
2460
 
2393
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75
2394
- #: ../lib/hammer_cli_foreman/smart_variable.rb:65
2461
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
2462
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:67
2395
2463
  msgid "Match"
2396
2464
  msgstr "Corrispondenza"
2397
2465
 
2398
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:102
2466
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:105
2399
2467
  msgid "Parameter updated"
2400
2468
  msgstr "Parametro aggiornato"
2401
2469
 
2402
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:103
2470
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:106
2403
2471
  msgid "Could not update the parameter"
2404
2472
  msgstr "Impossibile aggiornare il parametro"
2405
2473
 
2406
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:110
2474
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
2407
2475
  msgid "Override this parameter."
2408
2476
  msgstr "Sovrascrivi questo parametro."
2409
2477
 
2410
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:112
2478
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
2411
2479
  msgid "This parameter is required."
2412
2480
  msgstr "Questo parametro è obbligatorio."
2413
2481
 
2414
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:114
2482
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2415
2483
  msgid "Type of the parameter."
2416
2484
  msgstr "Tipo di parametro."
2417
2485
 
2418
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2419
- #: ../lib/hammer_cli_foreman/smart_variable.rb:91
2420
- #: ../lib/hammer_cli_foreman/smart_variable.rb:105
2486
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120
2487
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:93
2488
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:107
2421
2489
  msgid "Type of the validator."
2422
2490
  msgstr "Tipo di convalidatore."
2423
2491
 
2424
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:131
2425
- #: ../lib/hammer_cli_foreman/smart_variable.rb:123
2492
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134
2493
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:126
2426
2494
  msgid "Override value created"
2427
2495
  msgstr ""
2428
2496
 
2429
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132
2430
- #: ../lib/hammer_cli_foreman/smart_variable.rb:124
2497
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135
2498
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:127
2431
2499
  msgid "Could not create the override value"
2432
2500
  msgstr ""
2433
2501
 
2434
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:142
2502
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2435
2503
  msgid "Cannot use --value when --use-puppet-default is true"
2436
2504
  msgstr ""
2437
2505
 
2438
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:155
2439
- #: ../lib/hammer_cli_foreman/smart_variable.rb:136
2506
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158
2507
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:139
2440
2508
  msgid "Override value deleted"
2441
2509
  msgstr ""
2442
2510
 
2443
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:156
2444
- #: ../lib/hammer_cli_foreman/smart_variable.rb:137
2511
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159
2512
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:140
2445
2513
  msgid "Could not delete the override value"
2446
2514
  msgstr ""
2447
2515
 
@@ -2498,32 +2566,41 @@ msgstr "Aggiornate le funzionalità di Smart proxy"
2498
2566
  msgid "Refresh of smart proxy features failed"
2499
2567
  msgstr "Aggiornamento funzionalità smart proxy fallito"
2500
2568
 
2501
- #: ../lib/hammer_cli_foreman/smart_variable.rb:83
2569
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:10
2570
+ msgid "Variable"
2571
+ msgstr ""
2572
+
2573
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50
2574
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2575
+ msgid "Use --variable instead"
2576
+ msgstr ""
2577
+
2578
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2502
2579
  msgid "Smart variable [%{variable}] created"
2503
2580
  msgstr ""
2504
2581
 
2505
- #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2582
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2506
2583
  msgid "Could not create the smart variable"
2507
2584
  msgstr ""
2508
2585
 
2509
- #: ../lib/hammer_cli_foreman/smart_variable.rb:88
2510
- #: ../lib/hammer_cli_foreman/smart_variable.rb:102
2586
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:90
2587
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:104
2511
2588
  msgid "Type of the variable."
2512
2589
  msgstr ""
2513
2590
 
2514
- #: ../lib/hammer_cli_foreman/smart_variable.rb:97
2591
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2515
2592
  msgid "Smart variable [%{variable}] updated"
2516
2593
  msgstr ""
2517
2594
 
2518
- #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2595
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2519
2596
  msgid "Could not update the smart variable"
2520
2597
  msgstr ""
2521
2598
 
2522
- #: ../lib/hammer_cli_foreman/smart_variable.rb:112
2599
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2523
2600
  msgid "Smart variable [%{variable}] deleted"
2524
2601
  msgstr ""
2525
2602
 
2526
- #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2603
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2527
2604
  msgid "Could not delete the smart variable"
2528
2605
  msgstr ""
2529
2606
 
@@ -2662,6 +2739,7 @@ msgid "Email"
2662
2739
  msgstr "Email"
2663
2740
 
2664
2741
  #: ../lib/hammer_cli_foreman/user.rb:28
2742
+ #: ../lib/hammer_cli_foreman/usergroup.rb:13
2665
2743
  msgid "Admin"
2666
2744
  msgstr "Ammin"
2667
2745
 
@@ -2721,26 +2799,26 @@ msgstr ""
2721
2799
  msgid "Could not delete the user"
2722
2800
  msgstr "Impossibile cancellare l'utente"
2723
2801
 
2724
- #: ../lib/hammer_cli_foreman/usergroup.rb:31
2802
+ #: ../lib/hammer_cli_foreman/usergroup.rb:32
2725
2803
  msgid "User group [%<name>s] created"
2726
2804
  msgstr "Gruppo utenti [%<name>s] creato"
2727
2805
 
2728
- #: ../lib/hammer_cli_foreman/usergroup.rb:32
2806
+ #: ../lib/hammer_cli_foreman/usergroup.rb:33
2729
2807
  msgid "Could not create the user group"
2730
2808
  msgstr "Impossibile creare il gruppo di utenti"
2731
2809
 
2732
- #: ../lib/hammer_cli_foreman/usergroup.rb:38
2810
+ #: ../lib/hammer_cli_foreman/usergroup.rb:39
2733
2811
  msgid "User group [%<name>s] updated"
2734
2812
  msgstr "Gruppo utenti [%<name>s] aggiornato"
2735
2813
 
2736
- #: ../lib/hammer_cli_foreman/usergroup.rb:39
2814
+ #: ../lib/hammer_cli_foreman/usergroup.rb:40
2737
2815
  msgid "Could not update the user group"
2738
2816
  msgstr "Impossibile aggiornare il gruppo di utenti"
2739
2817
 
2740
- #: ../lib/hammer_cli_foreman/usergroup.rb:45
2818
+ #: ../lib/hammer_cli_foreman/usergroup.rb:46
2741
2819
  msgid "User group [%<name>s] deleted"
2742
2820
  msgstr "Gruppo utenti [%<name>s] rimosso"
2743
2821
 
2744
- #: ../lib/hammer_cli_foreman/usergroup.rb:46
2822
+ #: ../lib/hammer_cli_foreman/usergroup.rb:47
2745
2823
  msgid "Could not delete the user group"
2746
2824
  msgstr "Impossibile cancellare il gruppo di utenti"