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
@@ -7,10 +7,10 @@
7
7
  # Giuseppe Pignataro <anubisteam01@gmail.com>, 2014
8
8
  msgid ""
9
9
  msgstr ""
10
- "Project-Id-Version: hammer-cli-foreman 0.7.0\n"
10
+ "Project-Id-Version: hammer-cli-foreman 0.8.0\n"
11
11
  "Report-Msgid-Bugs-To: \n"
12
- "POT-Creation-Date: 2016-02-25 15:04+0100\n"
13
- "PO-Revision-Date: 2016-03-08 17:58+0000\n"
12
+ "POT-Creation-Date: 2016-06-14 23:53+0200\n"
13
+ "PO-Revision-Date: 2016-08-22 15:08+0000\n"
14
14
  "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
15
15
  "Language-Team: Italian (http://www.transifex.com/foreman/foreman/language/it/)\n"
16
16
  "MIME-Version: 1.0\n"
@@ -135,8 +135,8 @@ msgstr "Gestisci gruppi di utenti."
135
135
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:10
136
136
  #: ../lib/hammer_cli_foreman/filter.rb:9
137
137
  #: ../lib/hammer_cli_foreman/filter.rb:72
138
- #: ../lib/hammer_cli_foreman/host.rb:170 ../lib/hammer_cli_foreman/host.rb:207
139
- #: ../lib/hammer_cli_foreman/host.rb:238
138
+ #: ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:196
139
+ #: ../lib/hammer_cli_foreman/host.rb:227
140
140
  #: ../lib/hammer_cli_foreman/hostgroup.rb:57
141
141
  #: ../lib/hammer_cli_foreman/image.rb:29
142
142
  #: ../lib/hammer_cli_foreman/interface.rb:23
@@ -172,7 +172,7 @@ msgstr "Id"
172
172
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:42
173
173
  #: ../lib/hammer_cli_foreman/filter.rb:73
174
174
  #: ../lib/hammer_cli_foreman/filter.rb:90
175
- #: ../lib/hammer_cli_foreman/host.rb:171 ../lib/hammer_cli_foreman/host.rb:209
175
+ #: ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:198
176
176
  #: ../lib/hammer_cli_foreman/hostgroup.rb:58
177
177
  #: ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70
178
178
  #: ../lib/hammer_cli_foreman/location.rb:14
@@ -187,7 +187,7 @@ msgstr "Id"
187
187
  #: ../lib/hammer_cli_foreman/smart_variable.rb:10
188
188
  #: ../lib/hammer_cli_foreman/subnet.rb:11
189
189
  #: ../lib/hammer_cli_foreman/template.rb:26
190
- #: ../lib/hammer_cli_foreman/template.rb:74
190
+ #: ../lib/hammer_cli_foreman/template.rb:75
191
191
  #: ../lib/hammer_cli_foreman/user.rb:12
192
192
  #: ../lib/hammer_cli_foreman/usergroup.rb:12
193
193
  msgid "Name"
@@ -221,215 +221,359 @@ msgstr "Impossibile aggiornare l'architettura"
221
221
  msgid "Associate a hostgroup"
222
222
  msgstr "Associa un hostgroup"
223
223
 
224
- #: ../lib/hammer_cli_foreman/associating_commands.rb:46
224
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:43
225
+ msgid "The hostgroup has been associated"
226
+ msgstr ""
227
+
228
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:44
229
+ msgid "Could not associate the hostgroup"
230
+ msgstr ""
231
+
232
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:49
225
233
  msgid "Disassociate a hostgroup"
226
234
  msgstr "Rimuovere associazione di un hostgroup"
227
235
 
228
- #: ../lib/hammer_cli_foreman/associating_commands.rb:55
236
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:51
237
+ msgid "The hostgroup has been disassociated"
238
+ msgstr ""
239
+
240
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:52
241
+ msgid "Could not disassociate the hostgroup"
242
+ msgstr ""
243
+
244
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:61
229
245
  msgid "Associate an environment"
230
246
  msgstr "Associa un ambiente"
231
247
 
232
- #: ../lib/hammer_cli_foreman/associating_commands.rb:60
248
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:63
249
+ msgid "The environment has been associated"
250
+ msgstr ""
251
+
252
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:64
253
+ msgid "Could not associate the environment"
254
+ msgstr ""
255
+
256
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:69
233
257
  msgid "Disassociate an environment"
234
258
  msgstr "Rimuovere associazione di un ambiente"
235
259
 
236
- #: ../lib/hammer_cli_foreman/associating_commands.rb:69
260
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:71
261
+ msgid "The environment has been disassociated"
262
+ msgstr ""
263
+
264
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:72
265
+ msgid "Could not disassociate the environment"
266
+ msgstr ""
267
+
268
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:81
237
269
  msgid "Associate a domain"
238
270
  msgstr "Associa un dominio"
239
271
 
240
- #: ../lib/hammer_cli_foreman/associating_commands.rb:74
272
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:83
273
+ msgid "The domain has been associated"
274
+ msgstr ""
275
+
276
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:84
277
+ msgid "Could not associate the domain"
278
+ msgstr ""
279
+
280
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:89
241
281
  msgid "Disassociate a domain"
242
282
  msgstr "Rimuovere associazione di un dominio"
243
283
 
244
- #: ../lib/hammer_cli_foreman/associating_commands.rb:83
284
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:91
285
+ msgid "The domain has been disassociated"
286
+ msgstr ""
287
+
288
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:92
289
+ msgid "Could not disassociate the domain"
290
+ msgstr ""
291
+
292
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:101
245
293
  msgid "Associate a medium"
246
294
  msgstr "Associa un supporto"
247
295
 
248
- #: ../lib/hammer_cli_foreman/associating_commands.rb:88
296
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:103
297
+ msgid "The medium has been associated"
298
+ msgstr ""
299
+
300
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:104
301
+ msgid "Could not associate the medium"
302
+ msgstr ""
303
+
304
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:109
249
305
  msgid "Disassociate a medium"
250
306
  msgstr "Rimuovi associazione del supporto"
251
307
 
252
- #: ../lib/hammer_cli_foreman/associating_commands.rb:97
308
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:111
309
+ msgid "The medium has been disassociated"
310
+ msgstr ""
311
+
312
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:112
313
+ msgid "Could not disassociate the medium"
314
+ msgstr ""
315
+
316
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:121
253
317
  msgid "Associate a subnet"
254
318
  msgstr "Associa una sottorete"
255
319
 
256
- #: ../lib/hammer_cli_foreman/associating_commands.rb:102
320
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:123
321
+ msgid "The subnet has been associated"
322
+ msgstr ""
323
+
324
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:124
325
+ msgid "Could not associate the subnet"
326
+ msgstr ""
327
+
328
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:129
257
329
  msgid "Disassociate a subnet"
258
330
  msgstr "Rimuovere associazione di una sottorete"
259
331
 
260
- #: ../lib/hammer_cli_foreman/associating_commands.rb:111
332
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:131
333
+ msgid "The subnet has been disassociated"
334
+ msgstr ""
335
+
336
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:132
337
+ msgid "Could not disassociate the subnet"
338
+ msgstr ""
339
+
340
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:141
261
341
  msgid "Associate a compute resource"
262
342
  msgstr "Associa una risorsa di calcolo"
263
343
 
264
- #: ../lib/hammer_cli_foreman/associating_commands.rb:116
344
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:143
345
+ msgid "The compute resource has been associated"
346
+ msgstr ""
347
+
348
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:144
349
+ msgid "Could not associate the compute resource"
350
+ msgstr ""
351
+
352
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:149
265
353
  msgid "Disassociate a compute resource"
266
354
  msgstr "Rimuovere associazione di una risorsa di calcolo"
267
355
 
268
- #: ../lib/hammer_cli_foreman/associating_commands.rb:125
356
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:151
357
+ msgid "The compute resource has been disassociated"
358
+ msgstr ""
359
+
360
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:152
361
+ msgid "Could not disassociate the compute resource"
362
+ msgstr ""
363
+
364
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:161
269
365
  msgid "Associate a smart proxy"
270
366
  msgstr "Associa una smart proxy"
271
367
 
272
- #: ../lib/hammer_cli_foreman/associating_commands.rb:134
368
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:163
369
+ msgid "The smart proxy has been associated"
370
+ msgstr ""
371
+
372
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:164
373
+ msgid "Could not associate the smart proxy"
374
+ msgstr ""
375
+
376
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:173
273
377
  msgid "Disassociate a smart proxy"
274
378
  msgstr "Rimuovere associazione smart proxy"
275
379
 
276
- #: ../lib/hammer_cli_foreman/associating_commands.rb:147
380
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:175
381
+ msgid "The smart proxy has been disassociated"
382
+ msgstr ""
383
+
384
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:176
385
+ msgid "Could not disassociate the smart proxy"
386
+ msgstr ""
387
+
388
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:189
277
389
  msgid "Associate an user"
278
390
  msgstr "Associa un utente"
279
391
 
280
- #: ../lib/hammer_cli_foreman/associating_commands.rb:149
392
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:191
281
393
  msgid "The user has been associated"
282
394
  msgstr ""
283
395
 
284
- #: ../lib/hammer_cli_foreman/associating_commands.rb:150
396
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:192
285
397
  msgid "Could not associate the user"
286
398
  msgstr ""
287
399
 
288
- #: ../lib/hammer_cli_foreman/associating_commands.rb:155
400
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:197
289
401
  msgid "Disassociate an user"
290
402
  msgstr "Rimuovere associazione di un utente"
291
403
 
292
- #: ../lib/hammer_cli_foreman/associating_commands.rb:157
404
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:199
293
405
  msgid "The user has been disassociated"
294
406
  msgstr ""
295
407
 
296
- #: ../lib/hammer_cli_foreman/associating_commands.rb:158
408
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:200
297
409
  msgid "Could not disassociate the user"
298
410
  msgstr ""
299
411
 
300
- #: ../lib/hammer_cli_foreman/associating_commands.rb:167
412
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:209
301
413
  msgid "Associate an user group"
302
414
  msgstr "Associa gruppo di utenti"
303
415
 
304
- #: ../lib/hammer_cli_foreman/associating_commands.rb:171
416
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:213
305
417
  msgid "The user group has been associated"
306
418
  msgstr ""
307
419
 
308
- #: ../lib/hammer_cli_foreman/associating_commands.rb:172
420
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:214
309
421
  msgid "Could not associate the user group"
310
422
  msgstr ""
311
423
 
312
- #: ../lib/hammer_cli_foreman/associating_commands.rb:177
424
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:219
313
425
  msgid "Disassociate an user group"
314
426
  msgstr "Rimuovere associazione gruppo di utenti"
315
427
 
316
- #: ../lib/hammer_cli_foreman/associating_commands.rb:181
428
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:223
317
429
  msgid "The user group has been disassociated"
318
430
  msgstr ""
319
431
 
320
- #: ../lib/hammer_cli_foreman/associating_commands.rb:182
432
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:224
321
433
  msgid "Could not disassociate the user group"
322
434
  msgstr ""
323
435
 
324
- #: ../lib/hammer_cli_foreman/associating_commands.rb:191
436
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:233
325
437
  msgid "Associate a configuration template"
326
438
  msgstr "Associa un modello di configurazione"
327
439
 
328
- #: ../lib/hammer_cli_foreman/associating_commands.rb:196
440
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:235
441
+ msgid "The configuration template has been associated"
442
+ msgstr ""
443
+
444
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:236
445
+ msgid "Could not associate the configuration template"
446
+ msgstr ""
447
+
448
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:241
329
449
  msgid "Disassociate a configuration template"
330
450
  msgstr "Rimuovere associazione modello di configurazione"
331
451
 
332
- #: ../lib/hammer_cli_foreman/associating_commands.rb:205
452
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:243
453
+ msgid "The configuration template has been disassociated"
454
+ msgstr ""
455
+
456
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:244
457
+ msgid "Could not disassociate the configuration template"
458
+ msgstr ""
459
+
460
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:253
333
461
  msgid "Associate an organization"
334
462
  msgstr "Associa una organizzazione"
335
463
 
336
- #: ../lib/hammer_cli_foreman/associating_commands.rb:210
464
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:255
465
+ msgid "The organization has been associated"
466
+ msgstr ""
467
+
468
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:256
469
+ msgid "Could not associate the organization"
470
+ msgstr ""
471
+
472
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:261
337
473
  msgid "Disassociate an organization"
338
474
  msgstr "Rimuovere associazione di una organizzazione"
339
475
 
340
- #: ../lib/hammer_cli_foreman/associating_commands.rb:219
476
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:263
477
+ msgid "The organization has been disassociated"
478
+ msgstr ""
479
+
480
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:264
481
+ msgid "Could not disassociate the organization"
482
+ msgstr ""
483
+
484
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:273
341
485
  msgid "Associate an operating system"
342
486
  msgstr "Associa un sistema operativo"
343
487
 
344
- #: ../lib/hammer_cli_foreman/associating_commands.rb:221
488
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:275
345
489
  msgid "Operating system has been associated"
346
490
  msgstr "Il sistema operativo è stato associato"
347
491
 
348
- #: ../lib/hammer_cli_foreman/associating_commands.rb:222
492
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:276
349
493
  msgid "Could not associate the operating system"
350
494
  msgstr "Impossibile associare il sistema operativo"
351
495
 
352
- #: ../lib/hammer_cli_foreman/associating_commands.rb:228
496
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:282
353
497
  msgid "Disassociate an operating system"
354
498
  msgstr "Rimuovere associazione di un sistema operativo"
355
499
 
356
- #: ../lib/hammer_cli_foreman/associating_commands.rb:230
500
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:284
357
501
  msgid "Operating system has been disassociated"
358
502
  msgstr "Rimossa associazione del sistema operativo"
359
503
 
360
- #: ../lib/hammer_cli_foreman/associating_commands.rb:231
504
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:285
361
505
  msgid "Could not disassociate the operating system"
362
506
  msgstr "Impossibile rimuovere associazione di un sistema operativo"
363
507
 
364
- #: ../lib/hammer_cli_foreman/associating_commands.rb:240
508
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:294
365
509
  msgid "Associate an architecture"
366
510
  msgstr "Associa una architettura"
367
511
 
368
- #: ../lib/hammer_cli_foreman/associating_commands.rb:242
512
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:296
369
513
  msgid "Architecture has been associated"
370
514
  msgstr "L'architettura è stata associata"
371
515
 
372
- #: ../lib/hammer_cli_foreman/associating_commands.rb:243
516
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:297
373
517
  msgid "Could not associate the architecture"
374
518
  msgstr "Impossibile associare l'architettura"
375
519
 
376
- #: ../lib/hammer_cli_foreman/associating_commands.rb:249
520
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:303
377
521
  msgid "Disassociate an architecture"
378
522
  msgstr "Rimuovere associazione architettura"
379
523
 
380
- #: ../lib/hammer_cli_foreman/associating_commands.rb:251
524
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:305
381
525
  msgid "Architecture has been disassociated"
382
526
  msgstr "Rimossa associazione dell'architettura"
383
527
 
384
- #: ../lib/hammer_cli_foreman/associating_commands.rb:252
528
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:306
385
529
  msgid "Could not disassociate the architecture"
386
530
  msgstr "Impossibile rimuovere associazione dell'architettura"
387
531
 
388
- #: ../lib/hammer_cli_foreman/associating_commands.rb:261
532
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:315
389
533
  msgid "Associate a partition table"
390
534
  msgstr "Associa una tabella delle partizioni"
391
535
 
392
- #: ../lib/hammer_cli_foreman/associating_commands.rb:263
536
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:317
393
537
  msgid "Partition table has been associated"
394
538
  msgstr "Tabella delle partizioni associata"
395
539
 
396
- #: ../lib/hammer_cli_foreman/associating_commands.rb:264
540
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:318
397
541
  msgid "Could not associate the partition table"
398
542
  msgstr "Impossibile associare la tabella delle partizioni"
399
543
 
400
- #: ../lib/hammer_cli_foreman/associating_commands.rb:270
544
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:324
401
545
  msgid "Disassociate a partition table"
402
546
  msgstr "Rimuovere associazione di una tabella delle partizioni"
403
547
 
404
- #: ../lib/hammer_cli_foreman/associating_commands.rb:272
548
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:326
405
549
  msgid "Partition table has been disassociated"
406
550
  msgstr "Rimossa associazione tabella delle partizioni"
407
551
 
408
- #: ../lib/hammer_cli_foreman/associating_commands.rb:273
552
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:327
409
553
  msgid "Could not disassociate the partition table"
410
554
  msgstr "Impossibile rimuovere associazione della tabellla delle partizioni"
411
555
 
412
- #: ../lib/hammer_cli_foreman/associating_commands.rb:282
556
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:336
413
557
  msgid "Assign a user role"
414
558
  msgstr "Assegna ruolo utente"
415
559
 
416
- #: ../lib/hammer_cli_foreman/associating_commands.rb:284
560
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:338
417
561
  msgid "User role has been assigned"
418
562
  msgstr "Il ruolo utente è stato assegnato"
419
563
 
420
- #: ../lib/hammer_cli_foreman/associating_commands.rb:285
564
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:339
421
565
  msgid "Could not assign the user role"
422
566
  msgstr "Impossibile assegnare il ruolo utente"
423
567
 
424
- #: ../lib/hammer_cli_foreman/associating_commands.rb:291
568
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:345
425
569
  msgid "Remove a user role"
426
570
  msgstr "Rimuovi un ruolo utente"
427
571
 
428
- #: ../lib/hammer_cli_foreman/associating_commands.rb:293
572
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:347
429
573
  msgid "User role has been removed"
430
574
  msgstr "Il ruolo utente è stato rimosso"
431
575
 
432
- #: ../lib/hammer_cli_foreman/associating_commands.rb:294
576
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:348
433
577
  msgid "Could not remove the user role"
434
578
  msgstr "Impossibile rimuovere il ruolo utente"
435
579
 
@@ -535,34 +679,50 @@ msgstr "Sorgente di autenticazione aggiornato"
535
679
  msgid "Could not update the Auth Source"
536
680
  msgstr "Impossibile aggiornare il sorgente di autenticazione"
537
681
 
538
- #: ../lib/hammer_cli_foreman/commands.rb:87
682
+ #: ../lib/hammer_cli_foreman/commands.rb:88
539
683
  msgid "Received data of unknown format"
540
684
  msgstr "Dati ricevuti con un formato sconosciuto"
541
685
 
542
- #: ../lib/hammer_cli_foreman/commands.rb:195
686
+ #: ../lib/hammer_cli_foreman/commands.rb:196
543
687
  msgid ""
544
688
  "Could not find %{resource}. Some search options were missing, please see "
545
689
  "--help."
546
690
  msgstr "Impossibile trovare %{resource}. Alcune opzioni risultano mancanti, consultare --help."
547
691
 
548
- #: ../lib/hammer_cli_foreman/commands.rb:197
692
+ #: ../lib/hammer_cli_foreman/commands.rb:198
549
693
  msgid "Could not find %{resource}, please set option %{switches}."
550
694
  msgstr "Impossibile trovare %{resource}, impostare l'opzione %{switches}."
551
695
 
552
- #: ../lib/hammer_cli_foreman/commands.rb:199
696
+ #: ../lib/hammer_cli_foreman/commands.rb:200
553
697
  msgid "Could not find %{resource}, please set one of options %{switches}."
554
698
  msgstr "Impossibile trovare %{resource}, impostare una delle opzioni %{switches}."
555
699
 
556
- #: ../lib/hammer_cli_foreman/commands.rb:521
700
+ #: ../lib/hammer_cli_foreman/commands.rb:529
557
701
  msgid "Associate a resource"
558
702
  msgstr "Associare una risorsa"
559
703
 
560
- #: ../lib/hammer_cli_foreman/commands.rb:543
704
+ #: ../lib/hammer_cli_foreman/commands.rb:533
705
+ msgid "Could not associate the %{resource_name}"
706
+ msgstr ""
707
+
708
+ #: ../lib/hammer_cli_foreman/commands.rb:537
709
+ msgid "The %{resource_name} has been associated"
710
+ msgstr ""
711
+
712
+ #: ../lib/hammer_cli_foreman/commands.rb:559
561
713
  msgid "Disassociate a resource"
562
714
  msgstr "Rimuovere associazione di una risorsa"
563
715
 
716
+ #: ../lib/hammer_cli_foreman/commands.rb:571
717
+ msgid "Could not disassociate the %{resource_name}"
718
+ msgstr ""
719
+
720
+ #: ../lib/hammer_cli_foreman/commands.rb:575
721
+ msgid "The %{resource_name} has been disassociated"
722
+ msgstr ""
723
+
564
724
  #: ../lib/hammer_cli_foreman/common_parameter.rb:13
565
- #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:334
725
+ #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:323
566
726
  #: ../lib/hammer_cli_foreman/settings.rb:13
567
727
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
568
728
  #: ../lib/hammer_cli_foreman/smart_variable.rb:66
@@ -611,7 +771,7 @@ msgstr "Provider"
611
771
 
612
772
  #: ../lib/hammer_cli_foreman/compute_resource.rb:34
613
773
  #: ../lib/hammer_cli_foreman/compute_resource.rb:40
614
- #: ../lib/hammer_cli_foreman/host.rb:208 ../lib/hammer_cli_foreman/image.rb:33
774
+ #: ../lib/hammer_cli_foreman/host.rb:197 ../lib/hammer_cli_foreman/image.rb:33
615
775
  #: ../lib/hammer_cli_foreman/image.rb:71
616
776
  msgid "UUID"
617
777
  msgstr "UUID"
@@ -770,19 +930,38 @@ msgstr "Ambiente rimosso"
770
930
  msgid "Could not delete the environment"
771
931
  msgstr "Impossibile rimuovere l'ambiente"
772
932
 
773
- #: ../lib/hammer_cli_foreman/exception_handler.rb:41
933
+ #: ../lib/hammer_cli_foreman/exception_handler.rb:29
934
+ msgid "Redirection of API call detected."
935
+ msgstr ""
936
+
937
+ #: ../lib/hammer_cli_foreman/exception_handler.rb:30
938
+ msgid ""
939
+ "It seems hammer is configured to use HTTP and the server prefers HTTPS."
940
+ msgstr ""
941
+
942
+ #: ../lib/hammer_cli_foreman/exception_handler.rb:32
943
+ msgid "Update your server url configuration"
944
+ msgstr ""
945
+
946
+ #: ../lib/hammer_cli_foreman/exception_handler.rb:33
947
+ msgid ""
948
+ "you can set 'follow_redirects' to one of :default or :always to enable "
949
+ "redirects following"
950
+ msgstr ""
951
+
952
+ #: ../lib/hammer_cli_foreman/exception_handler.rb:54
774
953
  msgid "Forbidden - server refused to process the request"
775
954
  msgstr "Non consentito - il server ha rifiutato di processare la richiesta"
776
955
 
777
- #: ../lib/hammer_cli_foreman/exception_handler.rb:75
956
+ #: ../lib/hammer_cli_foreman/exception_handler.rb:88
778
957
  msgid "Could not load the API description from the server"
779
958
  msgstr "Impossibile caricare la descrizione API dal server"
780
959
 
781
- #: ../lib/hammer_cli_foreman/exception_handler.rb:76
960
+ #: ../lib/hammer_cli_foreman/exception_handler.rb:89
782
961
  msgid "is the server down?"
783
962
  msgstr "il server non è attivo?"
784
963
 
785
- #: ../lib/hammer_cli_foreman/exception_handler.rb:77
964
+ #: ../lib/hammer_cli_foreman/exception_handler.rb:90
786
965
  msgid ""
787
966
  "was '%s' run on the server when using apipie cache? (typical production "
788
967
  "settings)"
@@ -830,7 +1009,7 @@ msgstr "Impossibile cancellare il gruppo di utenti esterno"
830
1009
  msgid "Host"
831
1010
  msgstr "Host"
832
1011
 
833
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:333
1012
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:322
834
1013
  msgid "Fact"
835
1014
  msgstr "Evento"
836
1015
 
@@ -922,131 +1101,123 @@ msgstr "Parametri dell'interfaccia."
922
1101
  msgid "Enter the root password for the host:"
923
1102
  msgstr "Inserire la password root per l'host:"
924
1103
 
925
- #: ../lib/hammer_cli_foreman/host.rb:153
926
- msgid "At least one interface must be set as primary"
927
- msgstr ""
928
-
929
- #: ../lib/hammer_cli_foreman/host.rb:156
930
- msgid "At least one interface must be set as provision"
931
- msgstr ""
932
-
933
- #: ../lib/hammer_cli_foreman/host.rb:172 ../lib/hammer_cli_foreman/host.rb:248
1104
+ #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:237
934
1105
  #: ../lib/hammer_cli_foreman/hostgroup.rb:60
935
1106
  #: ../lib/hammer_cli_foreman/image.rb:31
936
1107
  msgid "Operating System"
937
1108
  msgstr "Sistema Operativo"
938
1109
 
939
- #: ../lib/hammer_cli_foreman/host.rb:173 ../lib/hammer_cli_foreman/host.rb:212
1110
+ #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:201
940
1111
  msgid "Host Group"
941
1112
  msgstr "Gruppo di host"
942
1113
 
943
- #: ../lib/hammer_cli_foreman/host.rb:174 ../lib/hammer_cli_foreman/host.rb:225
1114
+ #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:214
944
1115
  msgid "IP"
945
1116
  msgstr "IP"
946
1117
 
947
- #: ../lib/hammer_cli_foreman/host.rb:175 ../lib/hammer_cli_foreman/host.rb:226
1118
+ #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:215
948
1119
  msgid "MAC"
949
1120
  msgstr "MAC"
950
1121
 
951
- #: ../lib/hammer_cli_foreman/host.rb:185
1122
+ #: ../lib/hammer_cli_foreman/host.rb:174
952
1123
  msgid "Bare Metal"
953
1124
  msgstr "Bare Metal"
954
1125
 
955
- #: ../lib/hammer_cli_foreman/host.rb:210
1126
+ #: ../lib/hammer_cli_foreman/host.rb:199
956
1127
  msgid "Organization"
957
1128
  msgstr "Organizzazione"
958
1129
 
959
- #: ../lib/hammer_cli_foreman/host.rb:211
1130
+ #: ../lib/hammer_cli_foreman/host.rb:200
960
1131
  msgid "Location"
961
1132
  msgstr "Posizione"
962
1133
 
963
- #: ../lib/hammer_cli_foreman/host.rb:213
1134
+ #: ../lib/hammer_cli_foreman/host.rb:202
964
1135
  msgid "Compute Resource"
965
1136
  msgstr "Risorsa di calcolo"
966
1137
 
967
- #: ../lib/hammer_cli_foreman/host.rb:214
1138
+ #: ../lib/hammer_cli_foreman/host.rb:203
968
1139
  msgid "Compute Profile"
969
1140
  msgstr "Profilo di calcolo"
970
1141
 
971
- #: ../lib/hammer_cli_foreman/host.rb:215
1142
+ #: ../lib/hammer_cli_foreman/host.rb:204
972
1143
  #: ../lib/hammer_cli_foreman/hostgroup.rb:61
973
1144
  msgid "Environment"
974
1145
  msgstr "Ambiente"
975
1146
 
976
- #: ../lib/hammer_cli_foreman/host.rb:216
1147
+ #: ../lib/hammer_cli_foreman/host.rb:205
977
1148
  msgid "Puppet CA Id"
978
1149
  msgstr ""
979
1150
 
980
- #: ../lib/hammer_cli_foreman/host.rb:217
1151
+ #: ../lib/hammer_cli_foreman/host.rb:206
981
1152
  msgid "Puppet Master Id"
982
1153
  msgstr ""
983
1154
 
984
- #: ../lib/hammer_cli_foreman/host.rb:218
1155
+ #: ../lib/hammer_cli_foreman/host.rb:207
985
1156
  msgid "Cert name"
986
1157
  msgstr "Nome certificato"
987
1158
 
988
- #: ../lib/hammer_cli_foreman/host.rb:219
1159
+ #: ../lib/hammer_cli_foreman/host.rb:208
989
1160
  #: ../lib/hammer_cli_foreman/interface.rb:51
990
1161
  msgid "Managed"
991
1162
  msgstr "Gestito"
992
1163
 
993
- #: ../lib/hammer_cli_foreman/host.rb:221
1164
+ #: ../lib/hammer_cli_foreman/host.rb:210
994
1165
  msgid "Installed at"
995
1166
  msgstr "Installato"
996
1167
 
997
- #: ../lib/hammer_cli_foreman/host.rb:222
1168
+ #: ../lib/hammer_cli_foreman/host.rb:211
998
1169
  #: ../lib/hammer_cli_foreman/report.rb:12
999
1170
  msgid "Last report"
1000
1171
  msgstr "Ultimo riporto"
1001
1172
 
1002
- #: ../lib/hammer_cli_foreman/host.rb:224
1173
+ #: ../lib/hammer_cli_foreman/host.rb:213
1003
1174
  #: ../lib/hammer_cli_foreman/subnet.rb:12
1004
1175
  msgid "Network"
1005
1176
  msgstr "Rete"
1006
1177
 
1007
- #: ../lib/hammer_cli_foreman/host.rb:227
1178
+ #: ../lib/hammer_cli_foreman/host.rb:216
1008
1179
  #: ../lib/hammer_cli_foreman/hostgroup.rb:72
1009
1180
  #: ../lib/hammer_cli_foreman/interface.rb:49
1010
1181
  msgid "Subnet"
1011
1182
  msgstr "Sottorete"
1012
1183
 
1013
- #: ../lib/hammer_cli_foreman/host.rb:228
1184
+ #: ../lib/hammer_cli_foreman/host.rb:217
1014
1185
  #: ../lib/hammer_cli_foreman/hostgroup.rb:74
1015
1186
  #: ../lib/hammer_cli_foreman/interface.rb:50
1016
1187
  msgid "Domain"
1017
1188
  msgstr "Dominio"
1018
1189
 
1019
- #: ../lib/hammer_cli_foreman/host.rb:229
1190
+ #: ../lib/hammer_cli_foreman/host.rb:218
1020
1191
  msgid "Service provider"
1021
1192
  msgstr ""
1022
1193
 
1023
- #: ../lib/hammer_cli_foreman/host.rb:230
1194
+ #: ../lib/hammer_cli_foreman/host.rb:219
1024
1195
  msgid "SP Name"
1025
1196
  msgstr "Nome SP"
1026
1197
 
1027
- #: ../lib/hammer_cli_foreman/host.rb:231
1198
+ #: ../lib/hammer_cli_foreman/host.rb:220
1028
1199
  msgid "SP IP"
1029
1200
  msgstr "IP SP"
1030
1201
 
1031
- #: ../lib/hammer_cli_foreman/host.rb:232
1202
+ #: ../lib/hammer_cli_foreman/host.rb:221
1032
1203
  msgid "SP MAC"
1033
1204
  msgstr "MCA SP"
1034
1205
 
1035
- #: ../lib/hammer_cli_foreman/host.rb:233
1206
+ #: ../lib/hammer_cli_foreman/host.rb:222
1036
1207
  msgid "SP Subnet"
1037
1208
  msgstr "Sottorete SP"
1038
1209
 
1039
- #: ../lib/hammer_cli_foreman/host.rb:237
1210
+ #: ../lib/hammer_cli_foreman/host.rb:226
1040
1211
  msgid "Network interfaces"
1041
1212
  msgstr "Interfaccia di rete"
1042
1213
 
1043
- #: ../lib/hammer_cli_foreman/host.rb:239
1214
+ #: ../lib/hammer_cli_foreman/host.rb:228
1044
1215
  #: ../lib/hammer_cli_foreman/interface.rb:24
1045
1216
  #: ../lib/hammer_cli_foreman/interface.rb:44
1046
1217
  msgid "Identifier"
1047
1218
  msgstr "Indetificatore"
1048
1219
 
1049
- #: ../lib/hammer_cli_foreman/host.rb:240
1220
+ #: ../lib/hammer_cli_foreman/host.rb:229
1050
1221
  #: ../lib/hammer_cli_foreman/interface.rb:25
1051
1222
  #: ../lib/hammer_cli_foreman/interface.rb:45
1052
1223
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:60
@@ -1057,179 +1228,187 @@ msgstr "Indetificatore"
1057
1228
  msgid "Type"
1058
1229
  msgstr "Tipo"
1059
1230
 
1060
- #: ../lib/hammer_cli_foreman/host.rb:241
1231
+ #: ../lib/hammer_cli_foreman/host.rb:230
1061
1232
  #: ../lib/hammer_cli_foreman/interface.rb:26
1062
1233
  #: ../lib/hammer_cli_foreman/interface.rb:46
1063
1234
  msgid "MAC address"
1064
1235
  msgstr "Indirizzo MAC"
1065
1236
 
1066
- #: ../lib/hammer_cli_foreman/host.rb:242
1237
+ #: ../lib/hammer_cli_foreman/host.rb:231
1067
1238
  #: ../lib/hammer_cli_foreman/interface.rb:27
1068
1239
  #: ../lib/hammer_cli_foreman/interface.rb:47
1069
1240
  msgid "IP address"
1070
1241
  msgstr "indirizzo IP"
1071
1242
 
1072
- #: ../lib/hammer_cli_foreman/host.rb:243
1243
+ #: ../lib/hammer_cli_foreman/host.rb:232
1073
1244
  msgid "FQDN"
1074
1245
  msgstr ""
1075
1246
 
1076
- #: ../lib/hammer_cli_foreman/host.rb:246
1247
+ #: ../lib/hammer_cli_foreman/host.rb:235
1077
1248
  msgid "Operating system"
1078
1249
  msgstr "Sistema operativo"
1079
1250
 
1080
- #: ../lib/hammer_cli_foreman/host.rb:247
1251
+ #: ../lib/hammer_cli_foreman/host.rb:236
1081
1252
  #: ../lib/hammer_cli_foreman/hostgroup.rb:75
1082
1253
  #: ../lib/hammer_cli_foreman/image.rb:45
1083
1254
  msgid "Architecture"
1084
1255
  msgstr "Architettura"
1085
1256
 
1086
- #: ../lib/hammer_cli_foreman/host.rb:251
1257
+ #: ../lib/hammer_cli_foreman/host.rb:240
1087
1258
  msgid "Build"
1088
1259
  msgstr "Compilazione"
1089
1260
 
1090
- #: ../lib/hammer_cli_foreman/host.rb:252
1261
+ #: ../lib/hammer_cli_foreman/host.rb:241
1091
1262
  #: ../lib/hammer_cli_foreman/hostgroup.rb:77
1092
1263
  msgid "Medium"
1093
1264
  msgstr "Supporto"
1094
1265
 
1095
- #: ../lib/hammer_cli_foreman/host.rb:253
1266
+ #: ../lib/hammer_cli_foreman/host.rb:242
1096
1267
  #: ../lib/hammer_cli_foreman/hostgroup.rb:76
1097
1268
  msgid "Partition Table"
1098
1269
  msgstr "Tabella delle partizioni"
1099
1270
 
1100
- #: ../lib/hammer_cli_foreman/host.rb:254
1271
+ #: ../lib/hammer_cli_foreman/host.rb:243
1101
1272
  msgid "Custom partition table"
1102
1273
  msgstr ""
1103
1274
 
1104
- #: ../lib/hammer_cli_foreman/host.rb:257
1275
+ #: ../lib/hammer_cli_foreman/host.rb:246
1105
1276
  msgid "Image"
1106
1277
  msgstr "Immagine"
1107
1278
 
1108
- #: ../lib/hammer_cli_foreman/host.rb:258
1279
+ #: ../lib/hammer_cli_foreman/host.rb:247
1109
1280
  msgid "Image file"
1110
1281
  msgstr "File immagine"
1111
1282
 
1112
- #: ../lib/hammer_cli_foreman/host.rb:259
1283
+ #: ../lib/hammer_cli_foreman/host.rb:248
1113
1284
  msgid "Use image"
1114
1285
  msgstr "Usa immagine"
1115
1286
 
1116
- #: ../lib/hammer_cli_foreman/host.rb:265
1287
+ #: ../lib/hammer_cli_foreman/host.rb:254
1117
1288
  msgid "Additional info"
1118
1289
  msgstr "Info aggiuntive"
1119
1290
 
1120
- #: ../lib/hammer_cli_foreman/host.rb:266
1291
+ #: ../lib/hammer_cli_foreman/host.rb:255
1121
1292
  msgid "Owner Id"
1122
1293
  msgstr "ID proprietario"
1123
1294
 
1124
- #: ../lib/hammer_cli_foreman/host.rb:267
1295
+ #: ../lib/hammer_cli_foreman/host.rb:256
1125
1296
  msgid "Owner Type"
1126
1297
  msgstr "Tipo di proprietario"
1127
1298
 
1128
- #: ../lib/hammer_cli_foreman/host.rb:268
1299
+ #: ../lib/hammer_cli_foreman/host.rb:257
1129
1300
  msgid "Enabled"
1130
1301
  msgstr "Abilitato"
1131
1302
 
1132
- #: ../lib/hammer_cli_foreman/host.rb:269
1303
+ #: ../lib/hammer_cli_foreman/host.rb:258
1133
1304
  #: ../lib/hammer_cli_foreman/hostgroup.rb:62
1134
1305
  msgid "Model"
1135
1306
  msgstr "Modello"
1136
1307
 
1137
- #: ../lib/hammer_cli_foreman/host.rb:270
1308
+ #: ../lib/hammer_cli_foreman/host.rb:259
1138
1309
  msgid "Comment"
1139
1310
  msgstr "Commento"
1140
1311
 
1141
- #: ../lib/hammer_cli_foreman/host.rb:283
1312
+ #: ../lib/hammer_cli_foreman/host.rb:272
1142
1313
  msgid "Status"
1143
1314
  msgstr "Stato"
1144
1315
 
1145
- #: ../lib/hammer_cli_foreman/host.rb:284
1316
+ #: ../lib/hammer_cli_foreman/host.rb:273
1146
1317
  msgid "Power"
1147
1318
  msgstr "Alimentazione"
1148
1319
 
1149
- #: ../lib/hammer_cli_foreman/host.rb:320
1320
+ #: ../lib/hammer_cli_foreman/host.rb:309
1150
1321
  msgid "Puppet run triggered"
1151
1322
  msgstr "Esecuzione puppet attivata"
1152
1323
 
1153
- #: ../lib/hammer_cli_foreman/host.rb:373
1324
+ #: ../lib/hammer_cli_foreman/host.rb:362
1154
1325
  msgid "Host created"
1155
1326
  msgstr "Host creato"
1156
1327
 
1157
- #: ../lib/hammer_cli_foreman/host.rb:374
1328
+ #: ../lib/hammer_cli_foreman/host.rb:363
1158
1329
  msgid "Could not create the host"
1159
1330
  msgstr "Impossibile creare l'host"
1160
1331
 
1161
- #: ../lib/hammer_cli_foreman/host.rb:395
1332
+ #: ../lib/hammer_cli_foreman/host.rb:380
1162
1333
  msgid "Host updated"
1163
1334
  msgstr "Host aggiornato"
1164
1335
 
1165
- #: ../lib/hammer_cli_foreman/host.rb:396
1336
+ #: ../lib/hammer_cli_foreman/host.rb:381
1166
1337
  msgid "Could not update the host"
1167
1338
  msgstr "Impossibile aggiornare l'host"
1168
1339
 
1169
- #: ../lib/hammer_cli_foreman/host.rb:403
1340
+ #: ../lib/hammer_cli_foreman/host.rb:388
1170
1341
  msgid "Host deleted"
1171
1342
  msgstr "Host rimosso"
1172
1343
 
1173
- #: ../lib/hammer_cli_foreman/host.rb:404
1344
+ #: ../lib/hammer_cli_foreman/host.rb:389
1174
1345
  msgid "Could not delete the host"
1175
1346
  msgstr "Impossibile rimuovere l'host"
1176
1347
 
1177
- #: ../lib/hammer_cli_foreman/host.rb:411
1348
+ #: ../lib/hammer_cli_foreman/host.rb:396
1178
1349
  msgid "Create or update parameter for a host."
1179
1350
  msgstr "Creare o aggiornare il parametro per un host."
1180
1351
 
1181
- #: ../lib/hammer_cli_foreman/host.rb:413
1352
+ #: ../lib/hammer_cli_foreman/host.rb:398
1182
1353
  msgid "Host parameter updated"
1183
1354
  msgstr "Parametro host aggiornato"
1184
1355
 
1185
- #: ../lib/hammer_cli_foreman/host.rb:414
1356
+ #: ../lib/hammer_cli_foreman/host.rb:399
1186
1357
  msgid "New host parameter created"
1187
1358
  msgstr "Creato nuovo parametro dell'host"
1188
1359
 
1189
- #: ../lib/hammer_cli_foreman/host.rb:415
1360
+ #: ../lib/hammer_cli_foreman/host.rb:400
1190
1361
  msgid "Could not set host parameter"
1191
1362
  msgstr "Impossibile impostare il parametro dell'host"
1192
1363
 
1193
- #: ../lib/hammer_cli_foreman/host.rb:427
1364
+ #: ../lib/hammer_cli_foreman/host.rb:412
1194
1365
  msgid "Delete parameter for a host."
1195
1366
  msgstr "Cancella il parametro per un host."
1196
1367
 
1197
- #: ../lib/hammer_cli_foreman/host.rb:429
1368
+ #: ../lib/hammer_cli_foreman/host.rb:414
1198
1369
  msgid "Host parameter deleted"
1199
1370
  msgstr "Parametro host cancellato"
1200
1371
 
1201
- #: ../lib/hammer_cli_foreman/host.rb:444
1372
+ #: ../lib/hammer_cli_foreman/host.rb:429
1202
1373
  msgid "Power a host on"
1203
1374
  msgstr "Attiva un host"
1204
1375
 
1205
- #: ../lib/hammer_cli_foreman/host.rb:445
1376
+ #: ../lib/hammer_cli_foreman/host.rb:430
1206
1377
  msgid "The host is starting."
1207
1378
  msgstr "L'host è stato avviato."
1208
1379
 
1209
- #: ../lib/hammer_cli_foreman/host.rb:462
1380
+ #: ../lib/hammer_cli_foreman/host.rb:447
1210
1381
  msgid "Force turning off a host"
1211
1382
  msgstr "Forza la disattivazione di un host."
1212
1383
 
1213
- #: ../lib/hammer_cli_foreman/host.rb:467
1384
+ #: ../lib/hammer_cli_foreman/host.rb:452
1214
1385
  msgid "Power a host off"
1215
1386
  msgstr "Disattiva un host"
1216
1387
 
1217
- #: ../lib/hammer_cli_foreman/host.rb:479
1388
+ #: ../lib/hammer_cli_foreman/host.rb:464
1218
1389
  msgid "Power off forced."
1219
1390
  msgstr "Disattivazione forzata."
1220
1391
 
1221
- #: ../lib/hammer_cli_foreman/host.rb:481
1392
+ #: ../lib/hammer_cli_foreman/host.rb:466
1222
1393
  msgid "Powering the host off."
1223
1394
  msgstr "Disattivazione host in corso."
1224
1395
 
1225
- #: ../lib/hammer_cli_foreman/host.rb:498
1396
+ #: ../lib/hammer_cli_foreman/host.rb:483
1226
1397
  msgid "Reboot a host"
1227
1398
  msgstr "Riavvia un host"
1228
1399
 
1229
- #: ../lib/hammer_cli_foreman/host.rb:499
1400
+ #: ../lib/hammer_cli_foreman/host.rb:484
1230
1401
  msgid "Host reboot started."
1231
1402
  msgstr "Riavvio host iniziato."
1232
1403
 
1404
+ #: ../lib/hammer_cli_foreman/host.rb:520
1405
+ msgid "Rebuild orchestration related configurations for host"
1406
+ msgstr ""
1407
+
1408
+ #: ../lib/hammer_cli_foreman/host.rb:521
1409
+ msgid "Configuration successfully rebuilt."
1410
+ msgstr ""
1411
+
1233
1412
  #: ../lib/hammer_cli_foreman/hostgroup.rb:10
1234
1413
  msgid "List of puppetclass ids"
1235
1414
  msgstr "Elenco di id puppetclass"
@@ -1420,18 +1599,19 @@ msgid "Name to search by"
1420
1599
  msgstr "Nome per la ricerca"
1421
1600
 
1422
1601
  #: ../lib/hammer_cli_foreman/id_resolver.rb:153
1602
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:161
1423
1603
  msgid "one of %s not found"
1424
1604
  msgstr "uno di %s non trovato"
1425
1605
 
1426
- #: ../lib/hammer_cli_foreman/id_resolver.rb:200
1606
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:208
1427
1607
  msgid "%s not found"
1428
1608
  msgstr "%s non trovato"
1429
1609
 
1430
- #: ../lib/hammer_cli_foreman/id_resolver.rb:201
1610
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:209
1431
1611
  msgid "found more than one %s"
1432
1612
  msgstr ""
1433
1613
 
1434
- #: ../lib/hammer_cli_foreman/id_resolver.rb:212
1614
+ #: ../lib/hammer_cli_foreman/id_resolver.rb:220
1435
1615
  msgid "Missing options to search %s"
1436
1616
  msgstr "Opzioni mancanti per la ricerca di %s"
1437
1617
 
@@ -1519,7 +1699,7 @@ msgstr "BMC"
1519
1699
 
1520
1700
  #: ../lib/hammer_cli_foreman/interface.rb:63
1521
1701
  msgid "Bond"
1522
- msgstr "Aggregata"
1702
+ msgstr "Bond"
1523
1703
 
1524
1704
  #: ../lib/hammer_cli_foreman/interface.rb:64
1525
1705
  msgid "Mode"
@@ -1869,36 +2049,41 @@ msgstr ""
1869
2049
  msgid "Could not delete organization parameter"
1870
2050
  msgstr ""
1871
2051
 
1872
- #: ../lib/hammer_cli_foreman/partition_table.rb:31
2052
+ #: ../lib/hammer_cli_foreman/partition_table.rb:21
2053
+ #: ../lib/hammer_cli_foreman/template.rb:48
2054
+ msgid "Locked"
2055
+ msgstr ""
2056
+
2057
+ #: ../lib/hammer_cli_foreman/partition_table.rb:32
1873
2058
  msgid "View partition table content."
1874
2059
  msgstr "Visualizza il contenuto della tabella delle partizioni."
1875
2060
 
1876
- #: ../lib/hammer_cli_foreman/partition_table.rb:43
1877
- #: ../lib/hammer_cli_foreman/partition_table.rb:54
2061
+ #: ../lib/hammer_cli_foreman/partition_table.rb:44
2062
+ #: ../lib/hammer_cli_foreman/partition_table.rb:55
1878
2063
  msgid "Path to a file that contains the partition layout"
1879
2064
  msgstr "Percorso per un file con la disposizione della partizione"
1880
2065
 
1881
- #: ../lib/hammer_cli_foreman/partition_table.rb:46
2066
+ #: ../lib/hammer_cli_foreman/partition_table.rb:47
1882
2067
  msgid "Partition table created"
1883
2068
  msgstr "Tabella delle partizioni creata"
1884
2069
 
1885
- #: ../lib/hammer_cli_foreman/partition_table.rb:47
2070
+ #: ../lib/hammer_cli_foreman/partition_table.rb:48
1886
2071
  msgid "Could not create the partition table"
1887
2072
  msgstr "Impossibile creare la tabellla delle partizioni"
1888
2073
 
1889
- #: ../lib/hammer_cli_foreman/partition_table.rb:57
2074
+ #: ../lib/hammer_cli_foreman/partition_table.rb:58
1890
2075
  msgid "Partition table updated"
1891
2076
  msgstr "Tabella delle partizioni aggiornata"
1892
2077
 
1893
- #: ../lib/hammer_cli_foreman/partition_table.rb:58
2078
+ #: ../lib/hammer_cli_foreman/partition_table.rb:59
1894
2079
  msgid "Could not update the partition table"
1895
2080
  msgstr "Impossibile aggiornare la tabellla delle partizioni"
1896
2081
 
1897
- #: ../lib/hammer_cli_foreman/partition_table.rb:65
2082
+ #: ../lib/hammer_cli_foreman/partition_table.rb:66
1898
2083
  msgid "Partition table deleted"
1899
2084
  msgstr "Tabella delle partizioni rimossa"
1900
2085
 
1901
- #: ../lib/hammer_cli_foreman/partition_table.rb:66
2086
+ #: ../lib/hammer_cli_foreman/partition_table.rb:67
1902
2087
  msgid "Could not delete the partition table"
1903
2088
  msgstr "Impossibile rimuovere la tabellla delle partizioni"
1904
2089
 
@@ -2243,15 +2428,19 @@ msgstr ""
2243
2428
 
2244
2429
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132
2245
2430
  #: ../lib/hammer_cli_foreman/smart_variable.rb:124
2246
- msgid "Could not create the override_value"
2431
+ msgid "Could not create the override value"
2247
2432
  msgstr ""
2248
2433
 
2249
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:151
2434
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:142
2435
+ msgid "Cannot use --value when --use-puppet-default is true"
2436
+ msgstr ""
2437
+
2438
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:155
2250
2439
  #: ../lib/hammer_cli_foreman/smart_variable.rb:136
2251
2440
  msgid "Override value deleted"
2252
2441
  msgstr ""
2253
2442
 
2254
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:152
2443
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:156
2255
2444
  #: ../lib/hammer_cli_foreman/smart_variable.rb:137
2256
2445
  msgid "Could not delete the override value"
2257
2446
  msgstr ""
@@ -2410,52 +2599,60 @@ msgstr "Sottorete rimossa"
2410
2599
  msgid "Could not delete the subnet"
2411
2600
  msgstr "Impossibile rimuovere la sottorete"
2412
2601
 
2413
- #: ../lib/hammer_cli_foreman/template.rb:71
2602
+ #: ../lib/hammer_cli_foreman/template.rb:72
2414
2603
  msgid "List available config template kinds."
2415
2604
  msgstr "Elenca i tipi di modelli di configurazione disponibili."
2416
2605
 
2417
- #: ../lib/hammer_cli_foreman/template.rb:90
2606
+ #: ../lib/hammer_cli_foreman/template.rb:91
2418
2607
  msgid "View config template content."
2419
2608
  msgstr "Visualizza il contenuto del modello di configurazione."
2420
2609
 
2421
- #: ../lib/hammer_cli_foreman/template.rb:102
2422
- #: ../lib/hammer_cli_foreman/template.rb:120
2610
+ #: ../lib/hammer_cli_foreman/template.rb:103
2611
+ #: ../lib/hammer_cli_foreman/template.rb:121
2423
2612
  msgid "Path to a file that contains the template"
2424
2613
  msgstr "Percorso per il file con un modello di configurazione"
2425
2614
 
2426
- #: ../lib/hammer_cli_foreman/template.rb:104
2427
- #: ../lib/hammer_cli_foreman/template.rb:122
2615
+ #: ../lib/hammer_cli_foreman/template.rb:105
2616
+ #: ../lib/hammer_cli_foreman/template.rb:123
2428
2617
  msgid "Template type. Eg. snippet, script, provision"
2429
2618
  msgstr "Tipo di modello. Es. snippet, script, provision"
2430
2619
 
2431
- #: ../lib/hammer_cli_foreman/template.rb:106
2620
+ #: ../lib/hammer_cli_foreman/template.rb:107
2432
2621
  msgid "Config template created"
2433
2622
  msgstr "Modello di configurazione creato"
2434
2623
 
2435
- #: ../lib/hammer_cli_foreman/template.rb:107
2624
+ #: ../lib/hammer_cli_foreman/template.rb:108
2436
2625
  msgid "Could not create the config template"
2437
2626
  msgstr "Impossibile creare il modello di configurazione"
2438
2627
 
2439
- #: ../lib/hammer_cli_foreman/template.rb:124
2628
+ #: ../lib/hammer_cli_foreman/template.rb:125
2440
2629
  msgid "Config template updated"
2441
2630
  msgstr "Modello di configurazione aggiornato"
2442
2631
 
2443
- #: ../lib/hammer_cli_foreman/template.rb:125
2632
+ #: ../lib/hammer_cli_foreman/template.rb:126
2444
2633
  msgid "Could not update the config template"
2445
2634
  msgstr "Impossibile aggiornare il modello di configurazione"
2446
2635
 
2447
- #: ../lib/hammer_cli_foreman/template.rb:138
2636
+ #: ../lib/hammer_cli_foreman/template.rb:139
2448
2637
  msgid "Config template deleted"
2449
2638
  msgstr "Modello di configurazione rimosso"
2450
2639
 
2451
- #: ../lib/hammer_cli_foreman/template.rb:139
2640
+ #: ../lib/hammer_cli_foreman/template.rb:140
2452
2641
  msgid "Could not delete the config template"
2453
2642
  msgstr "Impossibile rimuovere il modello di configurazione"
2454
2643
 
2455
- #: ../lib/hammer_cli_foreman/template.rb:150
2644
+ #: ../lib/hammer_cli_foreman/template.rb:151
2456
2645
  msgid "Update the default PXE menu on all configured TFTP servers"
2457
2646
  msgstr "Aggiorna il menu predefinito di PXE su tutti i server TFTP configurati"
2458
2647
 
2648
+ #: ../lib/hammer_cli_foreman/template.rb:164
2649
+ msgid "Config template cloned"
2650
+ msgstr ""
2651
+
2652
+ #: ../lib/hammer_cli_foreman/template.rb:165
2653
+ msgid "Could not clone the config template"
2654
+ msgstr ""
2655
+
2459
2656
  #: ../lib/hammer_cli_foreman/user.rb:11
2460
2657
  msgid "Login"
2461
2658
  msgstr "Registrazione"
@@ -2469,54 +2666,58 @@ msgid "Admin"
2469
2666
  msgstr "Ammin"
2470
2667
 
2471
2668
  #: ../lib/hammer_cli_foreman/user.rb:29
2669
+ msgid "Effective admin"
2670
+ msgstr ""
2671
+
2672
+ #: ../lib/hammer_cli_foreman/user.rb:30
2472
2673
  msgid "Authorized by"
2473
2674
  msgstr "Autorizzato da"
2474
2675
 
2475
- #: ../lib/hammer_cli_foreman/user.rb:30
2676
+ #: ../lib/hammer_cli_foreman/user.rb:31
2476
2677
  msgid "Locale"
2477
2678
  msgstr "Locale"
2478
2679
 
2479
- #: ../lib/hammer_cli_foreman/user.rb:31
2680
+ #: ../lib/hammer_cli_foreman/user.rb:32
2480
2681
  msgid "Timezone"
2481
2682
  msgstr "Fuso orario"
2482
2683
 
2483
- #: ../lib/hammer_cli_foreman/user.rb:32
2684
+ #: ../lib/hammer_cli_foreman/user.rb:33
2484
2685
  msgid "Last login"
2485
2686
  msgstr "Ultima registrazione"
2486
2687
 
2487
- #: ../lib/hammer_cli_foreman/user.rb:33
2688
+ #: ../lib/hammer_cli_foreman/user.rb:34
2488
2689
  msgid "Default organization"
2489
2690
  msgstr "Organizzazione predefinita"
2490
2691
 
2491
- #: ../lib/hammer_cli_foreman/user.rb:34
2692
+ #: ../lib/hammer_cli_foreman/user.rb:35
2492
2693
  msgid "Default location"
2493
2694
  msgstr "Località predefinita"
2494
2695
 
2495
- #: ../lib/hammer_cli_foreman/user.rb:42 ../lib/hammer_cli_foreman/user.rb:43
2696
+ #: ../lib/hammer_cli_foreman/user.rb:43 ../lib/hammer_cli_foreman/user.rb:44
2496
2697
  msgid "default"
2497
2698
  msgstr "predefinito"
2498
2699
 
2499
- #: ../lib/hammer_cli_foreman/user.rb:53
2700
+ #: ../lib/hammer_cli_foreman/user.rb:54
2500
2701
  msgid "User [%{login}] created"
2501
2702
  msgstr ""
2502
2703
 
2503
- #: ../lib/hammer_cli_foreman/user.rb:54
2704
+ #: ../lib/hammer_cli_foreman/user.rb:55
2504
2705
  msgid "Could not create the user"
2505
2706
  msgstr "Impossibile creare l'utente"
2506
2707
 
2507
- #: ../lib/hammer_cli_foreman/user.rb:61
2708
+ #: ../lib/hammer_cli_foreman/user.rb:62
2508
2709
  msgid "User [%{login}] updated"
2509
2710
  msgstr ""
2510
2711
 
2511
- #: ../lib/hammer_cli_foreman/user.rb:62
2712
+ #: ../lib/hammer_cli_foreman/user.rb:63
2512
2713
  msgid "Could not update the user"
2513
2714
  msgstr "Impossibile aggiornare l'utente"
2514
2715
 
2515
- #: ../lib/hammer_cli_foreman/user.rb:69
2716
+ #: ../lib/hammer_cli_foreman/user.rb:70
2516
2717
  msgid "User [%{login}] deleted"
2517
2718
  msgstr ""
2518
2719
 
2519
- #: ../lib/hammer_cli_foreman/user.rb:70
2720
+ #: ../lib/hammer_cli_foreman/user.rb:71
2520
2721
  msgid "Could not delete the user"
2521
2722
  msgstr "Impossibile cancellare l'utente"
2522
2723