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