hammer_cli_foreman 0.8.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. checksums.yaml +4 -4
  2. data/config/foreman.yml +1 -0
  3. data/doc/host_create.md +3 -3
  4. data/doc/release_notes.md +14 -0
  5. data/lib/hammer_cli_foreman.rb +0 -1
  6. data/lib/hammer_cli_foreman/api.rb +3 -0
  7. data/lib/hammer_cli_foreman/api/connection.rb +75 -0
  8. data/lib/hammer_cli_foreman/api/interactive_basic_auth.rb +49 -0
  9. data/lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb +120 -0
  10. data/lib/hammer_cli_foreman/auth.rb +16 -12
  11. data/lib/hammer_cli_foreman/commands.rb +4 -36
  12. data/lib/hammer_cli_foreman/compute_resource.rb +6 -6
  13. data/lib/hammer_cli_foreman/compute_resources/all.rb +7 -0
  14. data/lib/hammer_cli_foreman/compute_resources/ec2.rb +9 -0
  15. data/lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb +23 -0
  16. data/lib/hammer_cli_foreman/compute_resources/gce.rb +9 -0
  17. data/lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb +22 -0
  18. data/lib/hammer_cli_foreman/compute_resources/libvirt.rb +9 -0
  19. data/lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb +35 -0
  20. data/lib/hammer_cli_foreman/compute_resources/openstack.rb +9 -0
  21. data/lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb +23 -0
  22. data/lib/hammer_cli_foreman/compute_resources/ovirt.rb +9 -0
  23. data/lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb +36 -0
  24. data/lib/hammer_cli_foreman/compute_resources/rackspace.rb +9 -0
  25. data/lib/hammer_cli_foreman/compute_resources/rackspace/host_help_extenstion.rb +20 -0
  26. data/lib/hammer_cli_foreman/compute_resources/vmware.rb +9 -0
  27. data/lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb +62 -0
  28. data/lib/hammer_cli_foreman/filter.rb +1 -0
  29. data/lib/hammer_cli_foreman/host.rb +15 -140
  30. data/lib/hammer_cli_foreman/hosts/common_update_help.rb +53 -0
  31. data/lib/hammer_cli_foreman/hosts/common_update_options.rb +141 -0
  32. data/lib/hammer_cli_foreman/references.rb +13 -2
  33. data/lib/hammer_cli_foreman/role.rb +3 -7
  34. data/lib/hammer_cli_foreman/smart_class_parameter.rb +2 -2
  35. data/lib/hammer_cli_foreman/smart_variable.rb +1 -2
  36. data/lib/hammer_cli_foreman/user.rb +2 -0
  37. data/lib/hammer_cli_foreman/version.rb +1 -1
  38. data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  39. data/locale/ca/hammer-cli-foreman.edit.po +520 -318
  40. data/locale/ca/hammer-cli-foreman.po +253 -175
  41. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  42. data/locale/de/hammer-cli-foreman.edit.po +568 -358
  43. data/locale/de/hammer-cli-foreman.po +255 -177
  44. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  45. data/locale/en/hammer-cli-foreman.edit.po +446 -228
  46. data/locale/en/hammer-cli-foreman.po +208 -41
  47. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  48. data/locale/en_GB/hammer-cli-foreman.edit.po +498 -307
  49. data/locale/en_GB/hammer-cli-foreman.po +254 -176
  50. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  51. data/locale/es/hammer-cli-foreman.edit.po +594 -388
  52. data/locale/es/hammer-cli-foreman.po +254 -176
  53. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  54. data/locale/fr/hammer-cli-foreman.edit.po +542 -342
  55. data/locale/fr/hammer-cli-foreman.po +254 -176
  56. data/locale/hammer-cli-foreman.pot +503 -241
  57. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  58. data/locale/it/hammer-cli-foreman.edit.po +510 -295
  59. data/locale/it/hammer-cli-foreman.po +254 -176
  60. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  61. data/locale/ja/hammer-cli-foreman.edit.po +590 -365
  62. data/locale/ja/hammer-cli-foreman.po +254 -176
  63. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  64. data/locale/ko/hammer-cli-foreman.edit.po +591 -366
  65. data/locale/ko/hammer-cli-foreman.po +254 -176
  66. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  67. data/locale/pt_BR/hammer-cli-foreman.edit.po +588 -388
  68. data/locale/pt_BR/hammer-cli-foreman.po +254 -176
  69. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  70. data/locale/ru/hammer-cli-foreman.edit.po +549 -336
  71. data/locale/ru/hammer-cli-foreman.po +254 -176
  72. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  73. data/locale/zh_CN/hammer-cli-foreman.edit.po +598 -373
  74. data/locale/zh_CN/hammer-cli-foreman.po +254 -176
  75. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  76. data/locale/zh_TW/hammer-cli-foreman.edit.po +592 -367
  77. data/locale/zh_TW/hammer-cli-foreman.po +254 -176
  78. data/test/test_helper.rb +7 -5
  79. data/test/unit/api/interactive_basic_auth_test.rb +87 -0
  80. data/test/unit/api/session_authenticator_wrapper_test.rb +263 -0
  81. data/test/unit/exception_handler_test.rb +1 -1
  82. data/test/unit/host_test.rb +2 -2
  83. metadata +314 -292
  84. data/lib/hammer_cli_foreman/credentials.rb +0 -67
  85. data/test/unit/credentials_test.rb +0 -59
@@ -9,11 +9,11 @@
9
9
  # Valeria S Silva <valeriassilva@live.com>, 2015
10
10
  msgid ""
11
11
  msgstr ""
12
- "Project-Id-Version: hammer-cli-foreman 0.8.0\n"
12
+ "Project-Id-Version: hammer-cli-foreman 0.9.0\n"
13
13
  "Report-Msgid-Bugs-To: \n"
14
- "POT-Creation-Date: 2016-06-14 23:53+0200\n"
15
- "PO-Revision-Date: 2016-08-22 15:09+0000\n"
16
- "Last-Translator: Bryan Kearney <bryan.kearney@gmail.com>\n"
14
+ "POT-Creation-Date: 2016-09-01 12:48+0200\n"
15
+ "PO-Revision-Date: 2016-11-06 14:18+0000\n"
16
+ "Last-Translator: Lukáš Zapletal\n"
17
17
  "Language-Team: Portuguese (Brazil) (http://www.transifex.com/foreman/foreman/language/pt_BR/)\n"
18
18
  "MIME-Version: 1.0\n"
19
19
  "Content-Type: text/plain; charset=UTF-8\n"
@@ -110,22 +110,26 @@ msgid "Manipulate smart proxies."
110
110
  msgstr "Manipular proxies inteligentes."
111
111
 
112
112
  #: ../lib/hammer_cli_foreman.rb:120
113
+ msgid "Manipulate realms."
114
+ msgstr ""
115
+
116
+ #: ../lib/hammer_cli_foreman.rb:124
113
117
  msgid "Change server settings."
114
118
  msgstr "Modifique as configurações do servidor"
115
119
 
116
- #: ../lib/hammer_cli_foreman.rb:124
120
+ #: ../lib/hammer_cli_foreman.rb:128
117
121
  msgid "Manipulate subnets."
118
122
  msgstr "Manipular subredes."
119
123
 
120
- #: ../lib/hammer_cli_foreman.rb:128
124
+ #: ../lib/hammer_cli_foreman.rb:132
121
125
  msgid "Manipulate config templates."
122
126
  msgstr "Manipular modelos de config."
123
127
 
124
- #: ../lib/hammer_cli_foreman.rb:132
128
+ #: ../lib/hammer_cli_foreman.rb:136
125
129
  msgid "Manipulate users."
126
130
  msgstr "Manipular usuários."
127
131
 
128
- #: ../lib/hammer_cli_foreman.rb:136
132
+ #: ../lib/hammer_cli_foreman.rb:140
129
133
  msgid "Manage user groups."
130
134
  msgstr "Gerenciar grupos de usuário"
131
135
 
@@ -137,8 +141,8 @@ msgstr "Gerenciar grupos de usuário"
137
141
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:10
138
142
  #: ../lib/hammer_cli_foreman/filter.rb:9
139
143
  #: ../lib/hammer_cli_foreman/filter.rb:72
140
- #: ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:196
141
- #: ../lib/hammer_cli_foreman/host.rb:227
144
+ #: ../lib/hammer_cli_foreman/host.rb:159 ../lib/hammer_cli_foreman/host.rb:191
145
+ #: ../lib/hammer_cli_foreman/host.rb:222
142
146
  #: ../lib/hammer_cli_foreman/hostgroup.rb:57
143
147
  #: ../lib/hammer_cli_foreman/image.rb:29
144
148
  #: ../lib/hammer_cli_foreman/interface.rb:23
@@ -149,14 +153,14 @@ msgstr "Gerenciar grupos de usuário"
149
153
  #: ../lib/hammer_cli_foreman/organization.rb:13
150
154
  #: ../lib/hammer_cli_foreman/partition_table.rb:10
151
155
  #: ../lib/hammer_cli_foreman/puppet_class.rb:13
152
- #: ../lib/hammer_cli_foreman/report.rb:10
156
+ #: ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/report.rb:10
153
157
  #: ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11
154
158
  #: ../lib/hammer_cli_foreman/settings.rb:11
155
159
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:8
156
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74
160
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75
157
161
  #: ../lib/hammer_cli_foreman/smart_proxy.rb:11
158
162
  #: ../lib/hammer_cli_foreman/smart_variable.rb:8
159
- #: ../lib/hammer_cli_foreman/smart_variable.rb:64
163
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:66
160
164
  #: ../lib/hammer_cli_foreman/subnet.rb:10
161
165
  #: ../lib/hammer_cli_foreman/template.rb:25
162
166
  #: ../lib/hammer_cli_foreman/user.rb:10
@@ -174,7 +178,7 @@ msgstr "Id"
174
178
  #: ../lib/hammer_cli_foreman/external_usergroup.rb:42
175
179
  #: ../lib/hammer_cli_foreman/filter.rb:73
176
180
  #: ../lib/hammer_cli_foreman/filter.rb:90
177
- #: ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:198
181
+ #: ../lib/hammer_cli_foreman/host.rb:160 ../lib/hammer_cli_foreman/host.rb:193
178
182
  #: ../lib/hammer_cli_foreman/hostgroup.rb:58
179
183
  #: ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70
180
184
  #: ../lib/hammer_cli_foreman/location.rb:14
@@ -183,10 +187,9 @@ msgstr "Id"
183
187
  #: ../lib/hammer_cli_foreman/organization.rb:14
184
188
  #: ../lib/hammer_cli_foreman/partition_table.rb:11
185
189
  #: ../lib/hammer_cli_foreman/puppet_class.rb:14
186
- #: ../lib/hammer_cli_foreman/role.rb:12
190
+ #: ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12
187
191
  #: ../lib/hammer_cli_foreman/settings.rb:12
188
192
  #: ../lib/hammer_cli_foreman/smart_proxy.rb:12
189
- #: ../lib/hammer_cli_foreman/smart_variable.rb:10
190
193
  #: ../lib/hammer_cli_foreman/subnet.rb:11
191
194
  #: ../lib/hammer_cli_foreman/template.rb:26
192
195
  #: ../lib/hammer_cli_foreman/template.rb:75
@@ -579,6 +582,30 @@ msgstr "Função de usuário foi removida"
579
582
  msgid "Could not remove the user role"
580
583
  msgstr "Não foi possível remover a função de usuário"
581
584
 
585
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:357
586
+ msgid "Associate a location"
587
+ msgstr ""
588
+
589
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:359
590
+ msgid "The location has been associated"
591
+ msgstr ""
592
+
593
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:360
594
+ msgid "Could not associate the location"
595
+ msgstr ""
596
+
597
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:365
598
+ msgid "Disassociate a location"
599
+ msgstr ""
600
+
601
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:367
602
+ msgid "The location has been disassociated"
603
+ msgstr ""
604
+
605
+ #: ../lib/hammer_cli_foreman/associating_commands.rb:368
606
+ msgid "Could not disassociate the location"
607
+ msgstr ""
608
+
582
609
  #: ../lib/hammer_cli_foreman/auth.rb:7
583
610
  msgid "Set credentials"
584
611
  msgstr "Definir credenciais"
@@ -724,10 +751,10 @@ msgid "The %{resource_name} has been disassociated"
724
751
  msgstr ""
725
752
 
726
753
  #: ../lib/hammer_cli_foreman/common_parameter.rb:13
727
- #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:323
754
+ #: ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:318
728
755
  #: ../lib/hammer_cli_foreman/settings.rb:13
729
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
730
- #: ../lib/hammer_cli_foreman/smart_variable.rb:66
756
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:77
757
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:68
731
758
  msgid "Value"
732
759
  msgstr "Valor"
733
760
 
@@ -773,7 +800,7 @@ msgstr "Provedor"
773
800
 
774
801
  #: ../lib/hammer_cli_foreman/compute_resource.rb:34
775
802
  #: ../lib/hammer_cli_foreman/compute_resource.rb:40
776
- #: ../lib/hammer_cli_foreman/host.rb:197 ../lib/hammer_cli_foreman/image.rb:33
803
+ #: ../lib/hammer_cli_foreman/host.rb:192 ../lib/hammer_cli_foreman/image.rb:33
777
804
  #: ../lib/hammer_cli_foreman/image.rb:71
778
805
  msgid "UUID"
779
806
  msgstr "UUID"
@@ -797,9 +824,11 @@ msgstr "Url"
797
824
 
798
825
  #: ../lib/hammer_cli_foreman/compute_resource.rb:55
799
826
  #: ../lib/hammer_cli_foreman/domain.rb:42
827
+ #: ../lib/hammer_cli_foreman/location.rb:15
828
+ #: ../lib/hammer_cli_foreman/organization.rb:15
800
829
  #: ../lib/hammer_cli_foreman/settings.rb:14
801
830
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:59
802
- #: ../lib/hammer_cli_foreman/smart_variable.rb:51
831
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:53
803
832
  msgid "Description"
804
833
  msgstr "Descrição"
805
834
 
@@ -1011,7 +1040,7 @@ msgstr "Não foi possível excluir o grupo de usuário externo"
1011
1040
  msgid "Host"
1012
1041
  msgstr "Host"
1013
1042
 
1014
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:322
1043
+ #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:317
1015
1044
  msgid "Fact"
1016
1045
  msgstr "Fato"
1017
1046
 
@@ -1103,21 +1132,21 @@ msgstr "Parâmetros de interface"
1103
1132
  msgid "Enter the root password for the host:"
1104
1133
  msgstr "Entre a senha original para o host"
1105
1134
 
1106
- #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:237
1135
+ #: ../lib/hammer_cli_foreman/host.rb:161 ../lib/hammer_cli_foreman/host.rb:232
1107
1136
  #: ../lib/hammer_cli_foreman/hostgroup.rb:60
1108
1137
  #: ../lib/hammer_cli_foreman/image.rb:31
1109
1138
  msgid "Operating System"
1110
1139
  msgstr "Sistema Operacional"
1111
1140
 
1112
- #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:201
1141
+ #: ../lib/hammer_cli_foreman/host.rb:162 ../lib/hammer_cli_foreman/host.rb:196
1113
1142
  msgid "Host Group"
1114
1143
  msgstr "Grupo de Host"
1115
1144
 
1116
- #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:214
1145
+ #: ../lib/hammer_cli_foreman/host.rb:163 ../lib/hammer_cli_foreman/host.rb:209
1117
1146
  msgid "IP"
1118
1147
  msgstr "IP"
1119
1148
 
1120
- #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:215
1149
+ #: ../lib/hammer_cli_foreman/host.rb:164 ../lib/hammer_cli_foreman/host.rb:210
1121
1150
  msgid "MAC"
1122
1151
  msgstr "MAC"
1123
1152
 
@@ -1125,289 +1154,289 @@ msgstr "MAC"
1125
1154
  msgid "Bare Metal"
1126
1155
  msgstr "Puro metal"
1127
1156
 
1128
- #: ../lib/hammer_cli_foreman/host.rb:199
1157
+ #: ../lib/hammer_cli_foreman/host.rb:194
1129
1158
  msgid "Organization"
1130
1159
  msgstr "Organizacao "
1131
1160
 
1132
- #: ../lib/hammer_cli_foreman/host.rb:200
1161
+ #: ../lib/hammer_cli_foreman/host.rb:195
1133
1162
  msgid "Location"
1134
1163
  msgstr "Localizacao "
1135
1164
 
1136
- #: ../lib/hammer_cli_foreman/host.rb:202
1165
+ #: ../lib/hammer_cli_foreman/host.rb:197
1137
1166
  msgid "Compute Resource"
1138
1167
  msgstr "Recurso de computação"
1139
1168
 
1140
- #: ../lib/hammer_cli_foreman/host.rb:203
1169
+ #: ../lib/hammer_cli_foreman/host.rb:198
1141
1170
  msgid "Compute Profile"
1142
1171
  msgstr "Perfil Computacional"
1143
1172
 
1144
- #: ../lib/hammer_cli_foreman/host.rb:204
1173
+ #: ../lib/hammer_cli_foreman/host.rb:199
1145
1174
  #: ../lib/hammer_cli_foreman/hostgroup.rb:61
1146
1175
  msgid "Environment"
1147
1176
  msgstr "Ambiente"
1148
1177
 
1149
- #: ../lib/hammer_cli_foreman/host.rb:205
1178
+ #: ../lib/hammer_cli_foreman/host.rb:200
1150
1179
  msgid "Puppet CA Id"
1151
1180
  msgstr "Id do Puppet CA"
1152
1181
 
1153
- #: ../lib/hammer_cli_foreman/host.rb:206
1182
+ #: ../lib/hammer_cli_foreman/host.rb:201
1154
1183
  msgid "Puppet Master Id"
1155
1184
  msgstr "Id do Puppet Master"
1156
1185
 
1157
- #: ../lib/hammer_cli_foreman/host.rb:207
1186
+ #: ../lib/hammer_cli_foreman/host.rb:202
1158
1187
  msgid "Cert name"
1159
1188
  msgstr "Nome do Certificado"
1160
1189
 
1161
- #: ../lib/hammer_cli_foreman/host.rb:208
1190
+ #: ../lib/hammer_cli_foreman/host.rb:203
1162
1191
  #: ../lib/hammer_cli_foreman/interface.rb:51
1163
1192
  msgid "Managed"
1164
1193
  msgstr "Gerenciado"
1165
1194
 
1166
- #: ../lib/hammer_cli_foreman/host.rb:210
1195
+ #: ../lib/hammer_cli_foreman/host.rb:205
1167
1196
  msgid "Installed at"
1168
1197
  msgstr "Instalado em"
1169
1198
 
1170
- #: ../lib/hammer_cli_foreman/host.rb:211
1199
+ #: ../lib/hammer_cli_foreman/host.rb:206
1171
1200
  #: ../lib/hammer_cli_foreman/report.rb:12
1172
1201
  msgid "Last report"
1173
1202
  msgstr "Último relatório"
1174
1203
 
1175
- #: ../lib/hammer_cli_foreman/host.rb:213
1204
+ #: ../lib/hammer_cli_foreman/host.rb:208
1176
1205
  #: ../lib/hammer_cli_foreman/subnet.rb:12
1177
1206
  msgid "Network"
1178
1207
  msgstr "Rede"
1179
1208
 
1180
- #: ../lib/hammer_cli_foreman/host.rb:216
1209
+ #: ../lib/hammer_cli_foreman/host.rb:211
1181
1210
  #: ../lib/hammer_cli_foreman/hostgroup.rb:72
1182
1211
  #: ../lib/hammer_cli_foreman/interface.rb:49
1183
1212
  msgid "Subnet"
1184
1213
  msgstr "Subrede"
1185
1214
 
1186
- #: ../lib/hammer_cli_foreman/host.rb:217
1215
+ #: ../lib/hammer_cli_foreman/host.rb:212
1187
1216
  #: ../lib/hammer_cli_foreman/hostgroup.rb:74
1188
1217
  #: ../lib/hammer_cli_foreman/interface.rb:50
1189
1218
  msgid "Domain"
1190
1219
  msgstr "Domínio"
1191
1220
 
1192
- #: ../lib/hammer_cli_foreman/host.rb:218
1221
+ #: ../lib/hammer_cli_foreman/host.rb:213
1193
1222
  msgid "Service provider"
1194
1223
  msgstr "Provedor de servico "
1195
1224
 
1196
- #: ../lib/hammer_cli_foreman/host.rb:219
1225
+ #: ../lib/hammer_cli_foreman/host.rb:214
1197
1226
  msgid "SP Name"
1198
1227
  msgstr "Nome do SP"
1199
1228
 
1200
- #: ../lib/hammer_cli_foreman/host.rb:220
1229
+ #: ../lib/hammer_cli_foreman/host.rb:215
1201
1230
  msgid "SP IP"
1202
1231
  msgstr "SP IP"
1203
1232
 
1204
- #: ../lib/hammer_cli_foreman/host.rb:221
1233
+ #: ../lib/hammer_cli_foreman/host.rb:216
1205
1234
  msgid "SP MAC"
1206
1235
  msgstr "SP MAC"
1207
1236
 
1208
- #: ../lib/hammer_cli_foreman/host.rb:222
1237
+ #: ../lib/hammer_cli_foreman/host.rb:217
1209
1238
  msgid "SP Subnet"
1210
1239
  msgstr "SP Subnet"
1211
1240
 
1212
- #: ../lib/hammer_cli_foreman/host.rb:226
1241
+ #: ../lib/hammer_cli_foreman/host.rb:221
1213
1242
  msgid "Network interfaces"
1214
1243
  msgstr "Interfaces da rede"
1215
1244
 
1216
- #: ../lib/hammer_cli_foreman/host.rb:228
1245
+ #: ../lib/hammer_cli_foreman/host.rb:223
1217
1246
  #: ../lib/hammer_cli_foreman/interface.rb:24
1218
1247
  #: ../lib/hammer_cli_foreman/interface.rb:44
1219
1248
  msgid "Identifier"
1220
1249
  msgstr "Identificador "
1221
1250
 
1222
- #: ../lib/hammer_cli_foreman/host.rb:229
1251
+ #: ../lib/hammer_cli_foreman/host.rb:224
1223
1252
  #: ../lib/hammer_cli_foreman/interface.rb:25
1224
1253
  #: ../lib/hammer_cli_foreman/interface.rb:45
1225
1254
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:60
1226
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65
1255
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66
1227
1256
  #: ../lib/hammer_cli_foreman/smart_variable.rb:12
1228
- #: ../lib/hammer_cli_foreman/smart_variable.rb:55
1257
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:57
1229
1258
  #: ../lib/hammer_cli_foreman/template.rb:27
1230
1259
  msgid "Type"
1231
1260
  msgstr "Tipo"
1232
1261
 
1233
- #: ../lib/hammer_cli_foreman/host.rb:230
1262
+ #: ../lib/hammer_cli_foreman/host.rb:225
1234
1263
  #: ../lib/hammer_cli_foreman/interface.rb:26
1235
1264
  #: ../lib/hammer_cli_foreman/interface.rb:46
1236
1265
  msgid "MAC address"
1237
1266
  msgstr "Endereço MAC "
1238
1267
 
1239
- #: ../lib/hammer_cli_foreman/host.rb:231
1268
+ #: ../lib/hammer_cli_foreman/host.rb:226
1240
1269
  #: ../lib/hammer_cli_foreman/interface.rb:27
1241
1270
  #: ../lib/hammer_cli_foreman/interface.rb:47
1242
1271
  msgid "IP address"
1243
1272
  msgstr "Endereco de IP"
1244
1273
 
1245
- #: ../lib/hammer_cli_foreman/host.rb:232
1274
+ #: ../lib/hammer_cli_foreman/host.rb:227
1246
1275
  msgid "FQDN"
1247
1276
  msgstr "FQDN"
1248
1277
 
1249
- #: ../lib/hammer_cli_foreman/host.rb:235
1278
+ #: ../lib/hammer_cli_foreman/host.rb:230
1250
1279
  msgid "Operating system"
1251
1280
  msgstr "Sistema operacional"
1252
1281
 
1253
- #: ../lib/hammer_cli_foreman/host.rb:236
1282
+ #: ../lib/hammer_cli_foreman/host.rb:231
1254
1283
  #: ../lib/hammer_cli_foreman/hostgroup.rb:75
1255
1284
  #: ../lib/hammer_cli_foreman/image.rb:45
1256
1285
  msgid "Architecture"
1257
1286
  msgstr "Arquitetura"
1258
1287
 
1259
- #: ../lib/hammer_cli_foreman/host.rb:240
1288
+ #: ../lib/hammer_cli_foreman/host.rb:235
1260
1289
  msgid "Build"
1261
1290
  msgstr "Construir"
1262
1291
 
1263
- #: ../lib/hammer_cli_foreman/host.rb:241
1292
+ #: ../lib/hammer_cli_foreman/host.rb:236
1264
1293
  #: ../lib/hammer_cli_foreman/hostgroup.rb:77
1265
1294
  msgid "Medium"
1266
1295
  msgstr "Meio"
1267
1296
 
1268
- #: ../lib/hammer_cli_foreman/host.rb:242
1297
+ #: ../lib/hammer_cli_foreman/host.rb:237
1269
1298
  #: ../lib/hammer_cli_foreman/hostgroup.rb:76
1270
1299
  msgid "Partition Table"
1271
1300
  msgstr "Tabela de Partição"
1272
1301
 
1273
- #: ../lib/hammer_cli_foreman/host.rb:243
1302
+ #: ../lib/hammer_cli_foreman/host.rb:238
1274
1303
  msgid "Custom partition table"
1275
1304
  msgstr "Tabela de partição personalizada "
1276
1305
 
1277
- #: ../lib/hammer_cli_foreman/host.rb:246
1306
+ #: ../lib/hammer_cli_foreman/host.rb:241
1278
1307
  msgid "Image"
1279
1308
  msgstr "Imagem"
1280
1309
 
1281
- #: ../lib/hammer_cli_foreman/host.rb:247
1310
+ #: ../lib/hammer_cli_foreman/host.rb:242
1282
1311
  msgid "Image file"
1283
1312
  msgstr "Arquivo de Imagem"
1284
1313
 
1285
- #: ../lib/hammer_cli_foreman/host.rb:248
1314
+ #: ../lib/hammer_cli_foreman/host.rb:243
1286
1315
  msgid "Use image"
1287
1316
  msgstr "Usar imagem"
1288
1317
 
1289
- #: ../lib/hammer_cli_foreman/host.rb:254
1318
+ #: ../lib/hammer_cli_foreman/host.rb:249
1290
1319
  msgid "Additional info"
1291
1320
  msgstr "Informação adicional "
1292
1321
 
1293
- #: ../lib/hammer_cli_foreman/host.rb:255
1322
+ #: ../lib/hammer_cli_foreman/host.rb:250
1294
1323
  msgid "Owner Id"
1295
1324
  msgstr "ID de Proprietário"
1296
1325
 
1297
- #: ../lib/hammer_cli_foreman/host.rb:256
1326
+ #: ../lib/hammer_cli_foreman/host.rb:251
1298
1327
  msgid "Owner Type"
1299
1328
  msgstr "Tipo de Proprietário"
1300
1329
 
1301
- #: ../lib/hammer_cli_foreman/host.rb:257
1330
+ #: ../lib/hammer_cli_foreman/host.rb:252
1302
1331
  msgid "Enabled"
1303
1332
  msgstr "Habilitado"
1304
1333
 
1305
- #: ../lib/hammer_cli_foreman/host.rb:258
1334
+ #: ../lib/hammer_cli_foreman/host.rb:253
1306
1335
  #: ../lib/hammer_cli_foreman/hostgroup.rb:62
1307
1336
  msgid "Model"
1308
1337
  msgstr "Modelo"
1309
1338
 
1310
- #: ../lib/hammer_cli_foreman/host.rb:259
1339
+ #: ../lib/hammer_cli_foreman/host.rb:254
1311
1340
  msgid "Comment"
1312
1341
  msgstr "Comentário"
1313
1342
 
1314
- #: ../lib/hammer_cli_foreman/host.rb:272
1343
+ #: ../lib/hammer_cli_foreman/host.rb:267
1315
1344
  msgid "Status"
1316
1345
  msgstr "Estado"
1317
1346
 
1318
- #: ../lib/hammer_cli_foreman/host.rb:273
1347
+ #: ../lib/hammer_cli_foreman/host.rb:268
1319
1348
  msgid "Power"
1320
1349
  msgstr "Energia"
1321
1350
 
1322
- #: ../lib/hammer_cli_foreman/host.rb:309
1351
+ #: ../lib/hammer_cli_foreman/host.rb:304
1323
1352
  msgid "Puppet run triggered"
1324
1353
  msgstr "Execução de Puppet foi disparada"
1325
1354
 
1326
- #: ../lib/hammer_cli_foreman/host.rb:362
1355
+ #: ../lib/hammer_cli_foreman/host.rb:357
1327
1356
  msgid "Host created"
1328
1357
  msgstr "Host foi criado"
1329
1358
 
1330
- #: ../lib/hammer_cli_foreman/host.rb:363
1359
+ #: ../lib/hammer_cli_foreman/host.rb:358
1331
1360
  msgid "Could not create the host"
1332
1361
  msgstr "Não foi possível criar o host"
1333
1362
 
1334
- #: ../lib/hammer_cli_foreman/host.rb:380
1363
+ #: ../lib/hammer_cli_foreman/host.rb:375
1335
1364
  msgid "Host updated"
1336
1365
  msgstr "Host atualizado"
1337
1366
 
1338
- #: ../lib/hammer_cli_foreman/host.rb:381
1367
+ #: ../lib/hammer_cli_foreman/host.rb:376
1339
1368
  msgid "Could not update the host"
1340
1369
  msgstr "Não foi possível atualizar o host"
1341
1370
 
1342
- #: ../lib/hammer_cli_foreman/host.rb:388
1371
+ #: ../lib/hammer_cli_foreman/host.rb:383
1343
1372
  msgid "Host deleted"
1344
1373
  msgstr "Host removido"
1345
1374
 
1346
- #: ../lib/hammer_cli_foreman/host.rb:389
1375
+ #: ../lib/hammer_cli_foreman/host.rb:384
1347
1376
  msgid "Could not delete the host"
1348
1377
  msgstr "Não foi possível remover o host"
1349
1378
 
1350
- #: ../lib/hammer_cli_foreman/host.rb:396
1379
+ #: ../lib/hammer_cli_foreman/host.rb:391
1351
1380
  msgid "Create or update parameter for a host."
1352
1381
  msgstr "Criar ou atualizar o parâmetro para um hos."
1353
1382
 
1354
- #: ../lib/hammer_cli_foreman/host.rb:398
1383
+ #: ../lib/hammer_cli_foreman/host.rb:393
1355
1384
  msgid "Host parameter updated"
1356
1385
  msgstr "Host do parâmetro atualizado"
1357
1386
 
1358
- #: ../lib/hammer_cli_foreman/host.rb:399
1387
+ #: ../lib/hammer_cli_foreman/host.rb:394
1359
1388
  msgid "New host parameter created"
1360
1389
  msgstr "Novo parâmetro do host criado"
1361
1390
 
1362
- #: ../lib/hammer_cli_foreman/host.rb:400
1391
+ #: ../lib/hammer_cli_foreman/host.rb:395
1363
1392
  msgid "Could not set host parameter"
1364
1393
  msgstr "Não foi possível definir parâmetro do host"
1365
1394
 
1366
- #: ../lib/hammer_cli_foreman/host.rb:412
1395
+ #: ../lib/hammer_cli_foreman/host.rb:407
1367
1396
  msgid "Delete parameter for a host."
1368
1397
  msgstr "Remover parâmetro para um host."
1369
1398
 
1370
- #: ../lib/hammer_cli_foreman/host.rb:414
1399
+ #: ../lib/hammer_cli_foreman/host.rb:409
1371
1400
  msgid "Host parameter deleted"
1372
1401
  msgstr "Parâmetro do host removido"
1373
1402
 
1374
- #: ../lib/hammer_cli_foreman/host.rb:429
1403
+ #: ../lib/hammer_cli_foreman/host.rb:424
1375
1404
  msgid "Power a host on"
1376
1405
  msgstr "Ligar um host"
1377
1406
 
1378
- #: ../lib/hammer_cli_foreman/host.rb:430
1407
+ #: ../lib/hammer_cli_foreman/host.rb:425
1379
1408
  msgid "The host is starting."
1380
1409
  msgstr "O host está iniciando"
1381
1410
 
1382
- #: ../lib/hammer_cli_foreman/host.rb:447
1411
+ #: ../lib/hammer_cli_foreman/host.rb:442
1383
1412
  msgid "Force turning off a host"
1384
1413
  msgstr "Forçar desligar um host"
1385
1414
 
1386
- #: ../lib/hammer_cli_foreman/host.rb:452
1415
+ #: ../lib/hammer_cli_foreman/host.rb:447
1387
1416
  msgid "Power a host off"
1388
1417
  msgstr "Desligar um host"
1389
1418
 
1390
- #: ../lib/hammer_cli_foreman/host.rb:464
1419
+ #: ../lib/hammer_cli_foreman/host.rb:459
1391
1420
  msgid "Power off forced."
1392
1421
  msgstr "Desligar forçado"
1393
1422
 
1394
- #: ../lib/hammer_cli_foreman/host.rb:466
1423
+ #: ../lib/hammer_cli_foreman/host.rb:461
1395
1424
  msgid "Powering the host off."
1396
1425
  msgstr "Desligando o host."
1397
1426
 
1398
- #: ../lib/hammer_cli_foreman/host.rb:483
1427
+ #: ../lib/hammer_cli_foreman/host.rb:478
1399
1428
  msgid "Reboot a host"
1400
1429
  msgstr "Reinicializar o host"
1401
1430
 
1402
- #: ../lib/hammer_cli_foreman/host.rb:484
1431
+ #: ../lib/hammer_cli_foreman/host.rb:479
1403
1432
  msgid "Host reboot started."
1404
1433
  msgstr "Reinicialização do host iniciou."
1405
1434
 
1406
- #: ../lib/hammer_cli_foreman/host.rb:520
1435
+ #: ../lib/hammer_cli_foreman/host.rb:515
1407
1436
  msgid "Rebuild orchestration related configurations for host"
1408
1437
  msgstr ""
1409
1438
 
1410
- #: ../lib/hammer_cli_foreman/host.rb:521
1439
+ #: ../lib/hammer_cli_foreman/host.rb:516
1411
1440
  msgid "Configuration successfully rebuilt."
1412
1441
  msgstr ""
1413
1442
 
@@ -1593,6 +1622,8 @@ msgid "Smart class parameter name"
1593
1622
  msgstr "Nome de parâmetro de classe inteligente"
1594
1623
 
1595
1624
  #: ../lib/hammer_cli_foreman/id_resolver.rb:63
1625
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50
1626
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:113
1596
1627
  msgid "Smart variable name"
1597
1628
  msgstr "Nome da variável inteligente"
1598
1629
 
@@ -1756,74 +1787,74 @@ msgstr "Interface excluída"
1756
1787
  msgid "Could not delete the interface"
1757
1788
  msgstr "Não foi possível excluir a interface"
1758
1789
 
1759
- #: ../lib/hammer_cli_foreman/location.rb:24
1760
- #: ../lib/hammer_cli_foreman/location.rb:63
1761
- #: ../lib/hammer_cli_foreman/location.rb:75
1790
+ #: ../lib/hammer_cli_foreman/location.rb:25
1791
+ #: ../lib/hammer_cli_foreman/location.rb:64
1792
+ #: ../lib/hammer_cli_foreman/location.rb:76
1762
1793
  msgid "Location numeric id to search by"
1763
1794
  msgstr "ID númerica da localização a pesquisar"
1764
1795
 
1765
- #: ../lib/hammer_cli_foreman/location.rb:27
1766
- #: ../lib/hammer_cli_foreman/organization.rb:27
1796
+ #: ../lib/hammer_cli_foreman/location.rb:28
1797
+ #: ../lib/hammer_cli_foreman/organization.rb:28
1767
1798
  msgid "Parent"
1768
1799
  msgstr ""
1769
1800
 
1770
- #: ../lib/hammer_cli_foreman/location.rb:38
1801
+ #: ../lib/hammer_cli_foreman/location.rb:39
1771
1802
  #: ../lib/hammer_cli_foreman/references.rb:18
1772
1803
  msgid "Organizations"
1773
1804
  msgstr "Organizações"
1774
1805
 
1775
- #: ../lib/hammer_cli_foreman/location.rb:53
1806
+ #: ../lib/hammer_cli_foreman/location.rb:54
1776
1807
  msgid "Location created"
1777
1808
  msgstr "Localização criada"
1778
1809
 
1779
- #: ../lib/hammer_cli_foreman/location.rb:54
1810
+ #: ../lib/hammer_cli_foreman/location.rb:55
1780
1811
  msgid "Could not create the location"
1781
1812
  msgstr "Não foi possível criar a localização"
1782
1813
 
1783
- #: ../lib/hammer_cli_foreman/location.rb:65
1814
+ #: ../lib/hammer_cli_foreman/location.rb:66
1784
1815
  msgid "Location updated"
1785
1816
  msgstr "Localização atualizada"
1786
1817
 
1787
- #: ../lib/hammer_cli_foreman/location.rb:66
1818
+ #: ../lib/hammer_cli_foreman/location.rb:67
1788
1819
  msgid "Could not update the location"
1789
1820
  msgstr "Não foi possível atualizar a localização"
1790
1821
 
1791
- #: ../lib/hammer_cli_foreman/location.rb:77
1822
+ #: ../lib/hammer_cli_foreman/location.rb:78
1792
1823
  msgid "Location deleted"
1793
1824
  msgstr "Localização removida"
1794
1825
 
1795
- #: ../lib/hammer_cli_foreman/location.rb:78
1826
+ #: ../lib/hammer_cli_foreman/location.rb:79
1796
1827
  msgid "Could not delete the location"
1797
1828
  msgstr "Não foi possível remover a localização"
1798
1829
 
1799
- #: ../lib/hammer_cli_foreman/location.rb:87
1830
+ #: ../lib/hammer_cli_foreman/location.rb:88
1800
1831
  msgid "Create or update parameter for a location."
1801
1832
  msgstr "Criar ou atualizar parâmetros para uma localização. "
1802
1833
 
1803
- #: ../lib/hammer_cli_foreman/location.rb:89
1804
- #: ../lib/hammer_cli_foreman/organization.rb:90
1834
+ #: ../lib/hammer_cli_foreman/location.rb:90
1835
+ #: ../lib/hammer_cli_foreman/organization.rb:91
1805
1836
  msgid "Parameter [%{name}] updated to value [%{value}]"
1806
1837
  msgstr "Parâmetro [%{name}] atualizado para o valor [%{value}]"
1807
1838
 
1808
- #: ../lib/hammer_cli_foreman/location.rb:90
1809
- #: ../lib/hammer_cli_foreman/organization.rb:91
1839
+ #: ../lib/hammer_cli_foreman/location.rb:91
1840
+ #: ../lib/hammer_cli_foreman/organization.rb:92
1810
1841
  msgid "Parameter [%{name}] created with value [%{value}]"
1811
1842
  msgstr "Parâmetro [%{name}] criado com o valor [%{value}]"
1812
1843
 
1813
- #: ../lib/hammer_cli_foreman/location.rb:91
1844
+ #: ../lib/hammer_cli_foreman/location.rb:92
1814
1845
  msgid "Could not set location parameter"
1815
1846
  msgstr "Não foi possível definir parâmetro de localização"
1816
1847
 
1817
- #: ../lib/hammer_cli_foreman/location.rb:98
1848
+ #: ../lib/hammer_cli_foreman/location.rb:99
1818
1849
  msgid "Delete parameter for a location."
1819
1850
  msgstr "Remover parâmetro para uma localização. "
1820
1851
 
1821
- #: ../lib/hammer_cli_foreman/location.rb:100
1822
- #: ../lib/hammer_cli_foreman/organization.rb:101
1852
+ #: ../lib/hammer_cli_foreman/location.rb:101
1853
+ #: ../lib/hammer_cli_foreman/organization.rb:102
1823
1854
  msgid "Parameter [%{name}] deleted"
1824
1855
  msgstr "Parâmetro [%{name}] removido"
1825
1856
 
1826
- #: ../lib/hammer_cli_foreman/location.rb:101
1857
+ #: ../lib/hammer_cli_foreman/location.rb:102
1827
1858
  msgid "Could not delete location parameter"
1828
1859
  msgstr "Não foi possível remover os parâmetros da localização "
1829
1860
 
@@ -2006,48 +2037,48 @@ msgstr "Não foi possível remover o modelo padrão"
2006
2037
  msgid "Default template of type %s not found"
2007
2038
  msgstr "Modelo padrão do tipo %s não foi encontrado"
2008
2039
 
2009
- #: ../lib/hammer_cli_foreman/organization.rb:38
2040
+ #: ../lib/hammer_cli_foreman/organization.rb:39
2010
2041
  #: ../lib/hammer_cli_foreman/references.rb:15
2011
2042
  msgid "Locations"
2012
2043
  msgstr "Localizações"
2013
2044
 
2014
- #: ../lib/hammer_cli_foreman/organization.rb:54
2045
+ #: ../lib/hammer_cli_foreman/organization.rb:55
2015
2046
  msgid "Organization created"
2016
2047
  msgstr "Organização criada"
2017
2048
 
2018
- #: ../lib/hammer_cli_foreman/organization.rb:55
2049
+ #: ../lib/hammer_cli_foreman/organization.rb:56
2019
2050
  msgid "Could not create the organization"
2020
2051
  msgstr "Não foi possível criar a organização"
2021
2052
 
2022
- #: ../lib/hammer_cli_foreman/organization.rb:66
2053
+ #: ../lib/hammer_cli_foreman/organization.rb:67
2023
2054
  msgid "Organization updated"
2024
2055
  msgstr "Organização atualizada"
2025
2056
 
2026
- #: ../lib/hammer_cli_foreman/organization.rb:67
2057
+ #: ../lib/hammer_cli_foreman/organization.rb:68
2027
2058
  msgid "Could not update the organization"
2028
2059
  msgstr "Não foi possível atualizar a organização"
2029
2060
 
2030
- #: ../lib/hammer_cli_foreman/organization.rb:78
2061
+ #: ../lib/hammer_cli_foreman/organization.rb:79
2031
2062
  msgid "Organization deleted"
2032
2063
  msgstr "Organização removida"
2033
2064
 
2034
- #: ../lib/hammer_cli_foreman/organization.rb:79
2065
+ #: ../lib/hammer_cli_foreman/organization.rb:80
2035
2066
  msgid "Could not delete the organization"
2036
2067
  msgstr "Não foi possível remover a organização"
2037
2068
 
2038
- #: ../lib/hammer_cli_foreman/organization.rb:88
2069
+ #: ../lib/hammer_cli_foreman/organization.rb:89
2039
2070
  msgid "Create or update parameter for an organization."
2040
2071
  msgstr "Criar ou atualizar parâmetros para uma organização."
2041
2072
 
2042
- #: ../lib/hammer_cli_foreman/organization.rb:92
2073
+ #: ../lib/hammer_cli_foreman/organization.rb:93
2043
2074
  msgid "Could not set organization parameter"
2044
2075
  msgstr "Não foi possível definir os parâmetros da organização "
2045
2076
 
2046
- #: ../lib/hammer_cli_foreman/organization.rb:99
2077
+ #: ../lib/hammer_cli_foreman/organization.rb:100
2047
2078
  msgid "Delete parameter for an organization."
2048
2079
  msgstr "Remover parâmetros para uma organização."
2049
2080
 
2050
- #: ../lib/hammer_cli_foreman/organization.rb:102
2081
+ #: ../lib/hammer_cli_foreman/organization.rb:103
2051
2082
  msgid "Could not delete organization parameter"
2052
2083
  msgstr "Não foi possível remover os parâmetros da organização "
2053
2084
 
@@ -2106,6 +2137,38 @@ msgstr "Valor padrão"
2106
2137
  msgid "Smart class parameters"
2107
2138
  msgstr "Parâmetros de classe inteligentes"
2108
2139
 
2140
+ #: ../lib/hammer_cli_foreman/realm.rb:18
2141
+ msgid "Realm proxy id"
2142
+ msgstr ""
2143
+
2144
+ #: ../lib/hammer_cli_foreman/realm.rb:19
2145
+ msgid "Realm type"
2146
+ msgstr ""
2147
+
2148
+ #: ../lib/hammer_cli_foreman/realm.rb:29
2149
+ msgid "Realm [%{name}] created"
2150
+ msgstr ""
2151
+
2152
+ #: ../lib/hammer_cli_foreman/realm.rb:30
2153
+ msgid "Could not create the realm"
2154
+ msgstr ""
2155
+
2156
+ #: ../lib/hammer_cli_foreman/realm.rb:37
2157
+ msgid "Realm [%{name}] updated"
2158
+ msgstr ""
2159
+
2160
+ #: ../lib/hammer_cli_foreman/realm.rb:38
2161
+ msgid "Could not update the realm"
2162
+ msgstr ""
2163
+
2164
+ #: ../lib/hammer_cli_foreman/realm.rb:45
2165
+ msgid "Realm [%{name}] deleted"
2166
+ msgstr ""
2167
+
2168
+ #: ../lib/hammer_cli_foreman/realm.rb:46
2169
+ msgid "Could not delete the realm"
2170
+ msgstr ""
2171
+
2109
2172
  #: ../lib/hammer_cli_foreman/references.rb:8
2110
2173
  msgid "Created at"
2111
2174
  msgstr "criado em"
@@ -2344,106 +2407,111 @@ msgid "Class Id"
2344
2407
  msgstr "ID da Classe"
2345
2408
 
2346
2409
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61
2347
- #: ../lib/hammer_cli_foreman/smart_variable.rb:52
2410
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:54
2348
2411
  msgid "Hidden Value?"
2349
2412
  msgstr ""
2350
2413
 
2351
2414
  #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62
2415
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:78
2416
+ msgid "Use puppet default"
2417
+ msgstr ""
2418
+
2419
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:63
2352
2420
  msgid "Required"
2353
2421
  msgstr "Requerido"
2354
2422
 
2355
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:64
2356
- #: ../lib/hammer_cli_foreman/smart_variable.rb:54
2423
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65
2424
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:56
2357
2425
  msgid "Validator"
2358
2426
  msgstr "Validador"
2359
2427
 
2360
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:66
2361
- #: ../lib/hammer_cli_foreman/smart_variable.rb:56
2428
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:67
2429
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:58
2362
2430
  msgid "Rule"
2363
2431
  msgstr "Regra"
2364
2432
 
2365
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:68
2366
- #: ../lib/hammer_cli_foreman/smart_variable.rb:58
2433
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69
2434
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:60
2367
2435
  msgid "Override values"
2368
2436
  msgstr "Sobrescrever Valores"
2369
2437
 
2370
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69
2371
- #: ../lib/hammer_cli_foreman/smart_variable.rb:59
2438
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70
2439
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:61
2372
2440
  msgid "Merge overrides"
2373
2441
  msgstr "Mesclar substituições"
2374
2442
 
2375
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70
2376
- #: ../lib/hammer_cli_foreman/smart_variable.rb:60
2443
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71
2444
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:62
2377
2445
  msgid "Merge default value"
2378
2446
  msgstr "Mesclar valor padrão"
2379
2447
 
2380
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71
2381
- #: ../lib/hammer_cli_foreman/smart_variable.rb:61
2448
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72
2449
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:63
2382
2450
  msgid "Avoid duplicates"
2383
2451
  msgstr "Evitar duplicações"
2384
2452
 
2385
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72
2386
- #: ../lib/hammer_cli_foreman/smart_variable.rb:62
2453
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73
2454
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:64
2387
2455
  msgid "Order"
2388
2456
  msgstr "Ordem"
2389
2457
 
2390
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73
2391
- #: ../lib/hammer_cli_foreman/smart_variable.rb:63
2458
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:74
2459
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:65
2392
2460
  msgid "Values"
2393
2461
  msgstr "Valores"
2394
2462
 
2395
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75
2396
- #: ../lib/hammer_cli_foreman/smart_variable.rb:65
2463
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:76
2464
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:67
2397
2465
  msgid "Match"
2398
2466
  msgstr "Combinar"
2399
2467
 
2400
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:102
2468
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:105
2401
2469
  msgid "Parameter updated"
2402
2470
  msgstr "Parâmetro atualizado"
2403
2471
 
2404
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:103
2472
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:106
2405
2473
  msgid "Could not update the parameter"
2406
2474
  msgstr "Não foi possível atualizar o parâmetro"
2407
2475
 
2408
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:110
2476
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
2409
2477
  msgid "Override this parameter."
2410
2478
  msgstr "Sobrescrever este parâmetro"
2411
2479
 
2412
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:112
2480
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
2413
2481
  msgid "This parameter is required."
2414
2482
  msgstr "Este parâmetro é necessário"
2415
2483
 
2416
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:114
2484
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2417
2485
  msgid "Type of the parameter."
2418
2486
  msgstr "Tipo de parâmetro"
2419
2487
 
2420
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2421
- #: ../lib/hammer_cli_foreman/smart_variable.rb:91
2422
- #: ../lib/hammer_cli_foreman/smart_variable.rb:105
2488
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120
2489
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:93
2490
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:107
2423
2491
  msgid "Type of the validator."
2424
2492
  msgstr "Tipo de validador."
2425
2493
 
2426
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:131
2427
- #: ../lib/hammer_cli_foreman/smart_variable.rb:123
2494
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134
2495
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:126
2428
2496
  msgid "Override value created"
2429
2497
  msgstr "Substituir valor criado"
2430
2498
 
2431
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:132
2432
- #: ../lib/hammer_cli_foreman/smart_variable.rb:124
2499
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135
2500
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:127
2433
2501
  msgid "Could not create the override value"
2434
2502
  msgstr ""
2435
2503
 
2436
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:142
2504
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2437
2505
  msgid "Cannot use --value when --use-puppet-default is true"
2438
2506
  msgstr ""
2439
2507
 
2440
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:155
2441
- #: ../lib/hammer_cli_foreman/smart_variable.rb:136
2508
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158
2509
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:139
2442
2510
  msgid "Override value deleted"
2443
2511
  msgstr "Valor substituto excluído"
2444
2512
 
2445
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:156
2446
- #: ../lib/hammer_cli_foreman/smart_variable.rb:137
2513
+ #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159
2514
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:140
2447
2515
  msgid "Could not delete the override value"
2448
2516
  msgstr "Não foi possível excluir o valor substituto"
2449
2517
 
@@ -2500,32 +2568,41 @@ msgstr "Recursos de proxy inteligente atualizados"
2500
2568
  msgid "Refresh of smart proxy features failed"
2501
2569
  msgstr "Falha ao atualizar os recursos do proxy inteligente "
2502
2570
 
2503
- #: ../lib/hammer_cli_foreman/smart_variable.rb:83
2571
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:10
2572
+ msgid "Variable"
2573
+ msgstr ""
2574
+
2575
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:50
2576
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2577
+ msgid "Use --variable instead"
2578
+ msgstr ""
2579
+
2580
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2504
2581
  msgid "Smart variable [%{variable}] created"
2505
2582
  msgstr "Variável inteligente [%{variable}] criada"
2506
2583
 
2507
- #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2584
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:86
2508
2585
  msgid "Could not create the smart variable"
2509
2586
  msgstr "Não foi possível criar uma variável inteligente"
2510
2587
 
2511
- #: ../lib/hammer_cli_foreman/smart_variable.rb:88
2512
- #: ../lib/hammer_cli_foreman/smart_variable.rb:102
2588
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:90
2589
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:104
2513
2590
  msgid "Type of the variable."
2514
2591
  msgstr "Tipo de variável"
2515
2592
 
2516
- #: ../lib/hammer_cli_foreman/smart_variable.rb:97
2593
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2517
2594
  msgid "Smart variable [%{variable}] updated"
2518
2595
  msgstr "Variável inteligente [%{variable}] atualizada"
2519
2596
 
2520
- #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2597
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:100
2521
2598
  msgid "Could not update the smart variable"
2522
2599
  msgstr "Não foi possível atualizar a variável inteligente"
2523
2600
 
2524
- #: ../lib/hammer_cli_foreman/smart_variable.rb:112
2601
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2525
2602
  msgid "Smart variable [%{variable}] deleted"
2526
2603
  msgstr "Variável inteligente [%{variable}] removida"
2527
2604
 
2528
- #: ../lib/hammer_cli_foreman/smart_variable.rb:113
2605
+ #: ../lib/hammer_cli_foreman/smart_variable.rb:116
2529
2606
  msgid "Could not delete the smart variable"
2530
2607
  msgstr "Não foi possível remover a variável inteligente"
2531
2608
 
@@ -2664,6 +2741,7 @@ msgid "Email"
2664
2741
  msgstr "Email"
2665
2742
 
2666
2743
  #: ../lib/hammer_cli_foreman/user.rb:28
2744
+ #: ../lib/hammer_cli_foreman/usergroup.rb:13
2667
2745
  msgid "Admin"
2668
2746
  msgstr "Admin"
2669
2747
 
@@ -2723,26 +2801,26 @@ msgstr "Usuário [%{login}] excluido"
2723
2801
  msgid "Could not delete the user"
2724
2802
  msgstr "Não foi possível remover usuário"
2725
2803
 
2726
- #: ../lib/hammer_cli_foreman/usergroup.rb:31
2804
+ #: ../lib/hammer_cli_foreman/usergroup.rb:32
2727
2805
  msgid "User group [%<name>s] created"
2728
2806
  msgstr "Grupo de usuário [%<name>s] criado"
2729
2807
 
2730
- #: ../lib/hammer_cli_foreman/usergroup.rb:32
2808
+ #: ../lib/hammer_cli_foreman/usergroup.rb:33
2731
2809
  msgid "Could not create the user group"
2732
2810
  msgstr "Não foi possível criar o grupo de usuário"
2733
2811
 
2734
- #: ../lib/hammer_cli_foreman/usergroup.rb:38
2812
+ #: ../lib/hammer_cli_foreman/usergroup.rb:39
2735
2813
  msgid "User group [%<name>s] updated"
2736
2814
  msgstr "Grupo de usuário [%<name>s] atualizado"
2737
2815
 
2738
- #: ../lib/hammer_cli_foreman/usergroup.rb:39
2816
+ #: ../lib/hammer_cli_foreman/usergroup.rb:40
2739
2817
  msgid "Could not update the user group"
2740
2818
  msgstr "Não foi possível atualizar o grupo de usuário"
2741
2819
 
2742
- #: ../lib/hammer_cli_foreman/usergroup.rb:45
2820
+ #: ../lib/hammer_cli_foreman/usergroup.rb:46
2743
2821
  msgid "User group [%<name>s] deleted"
2744
2822
  msgstr "Grupo de usuário [%<name>s] removido"
2745
2823
 
2746
- #: ../lib/hammer_cli_foreman/usergroup.rb:46
2824
+ #: ../lib/hammer_cli_foreman/usergroup.rb:47
2747
2825
  msgid "Could not delete the user group"
2748
2826
  msgstr "Não foi possível remover o grupo de usuário"