hammer_cli_foreman 0.9.0 → 0.10.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 (364) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +5 -0
  3. data/README.md +1 -15
  4. data/doc/configuration.md +38 -0
  5. data/doc/developer_docs.md +4 -3
  6. data/doc/release_notes.md +18 -0
  7. data/doc/testing.md +133 -0
  8. data/lib/hammer_cli_foreman.rb +4 -2
  9. data/lib/hammer_cli_foreman/api/connection.rb +21 -7
  10. data/lib/hammer_cli_foreman/api/interactive_basic_auth.rb +1 -1
  11. data/lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb +6 -1
  12. data/lib/hammer_cli_foreman/api/void_auth.rb +8 -0
  13. data/lib/hammer_cli_foreman/auth.rb +1 -1
  14. data/lib/hammer_cli_foreman/common_parameter.rb +1 -0
  15. data/lib/hammer_cli_foreman/config_group.rb +45 -0
  16. data/lib/hammer_cli_foreman/defaults.rb +6 -3
  17. data/lib/hammer_cli_foreman/exception_handler.rb +36 -7
  18. data/lib/hammer_cli_foreman/filter.rb +61 -0
  19. data/lib/hammer_cli_foreman/host.rb +7 -5
  20. data/lib/hammer_cli_foreman/hosts/common_update_options.rb +17 -2
  21. data/lib/hammer_cli_foreman/output/fields.rb +3 -2
  22. data/lib/hammer_cli_foreman/output/formatters.rb +3 -2
  23. data/lib/hammer_cli_foreman/parameter.rb +5 -2
  24. data/lib/hammer_cli_foreman/references.rb +1 -1
  25. data/lib/hammer_cli_foreman/role.rb +18 -1
  26. data/lib/hammer_cli_foreman/template.rb +10 -10
  27. data/lib/hammer_cli_foreman/testing/api_expectations.rb +108 -8
  28. data/lib/hammer_cli_foreman/user.rb +25 -0
  29. data/lib/hammer_cli_foreman/version.rb +1 -1
  30. data/locale/ca/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  31. data/locale/de/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  32. data/locale/en/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  33. data/locale/en_GB/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  34. data/locale/es/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  35. data/locale/fr/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  36. data/locale/it/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  37. data/locale/ja/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  38. data/locale/ko/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  39. data/locale/pt_BR/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  40. data/locale/ru/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  41. data/locale/zh_CN/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  42. data/locale/zh_TW/LC_MESSAGES/hammer-cli-foreman.mo +0 -0
  43. data/test/data/1.14/_foreman_api.json +1 -0
  44. data/test/data/1.14/foreman_api.json +1 -0
  45. data/test/data/1.15/foreman_api.json +1 -0
  46. data/test/functional/host_test.rb +69 -1
  47. data/test/functional/role_test.rb +69 -0
  48. data/test/functional/template_test.rb +4 -4
  49. data/test/functional/test_helper.rb +0 -3
  50. data/test/functional/user_test.rb +85 -0
  51. data/test/test_helper.rb +4 -6
  52. data/test/unit/api/interactive_basic_auth_test.rb +2 -3
  53. data/test/unit/api/session_authenticator_wrapper_test.rb +24 -0
  54. data/test/unit/apipie_resource_mock.rb +180 -0
  55. data/test/unit/architecture_test.rb +3 -0
  56. data/test/unit/auth_source_ldap_test.rb +3 -0
  57. data/test/unit/commands_test.rb +2 -0
  58. data/test/unit/common_parameter_test.rb +13 -7
  59. data/test/unit/compute_resource_test.rb +6 -0
  60. data/test/unit/config_group_test.rb +72 -0
  61. data/test/unit/defaults_test.rb +28 -24
  62. data/test/unit/domain_test.rb +3 -0
  63. data/test/unit/environment_test.rb +3 -0
  64. data/test/unit/filter_test.rb +10 -2
  65. data/test/unit/host_test.rb +14 -1
  66. data/test/unit/hostgroup_test.rb +3 -0
  67. data/test/unit/image_test.rb +3 -0
  68. data/test/unit/media_test.rb +3 -0
  69. data/test/unit/model_test.rb +3 -0
  70. data/test/unit/partition_table_test.rb +3 -0
  71. data/test/unit/puppet_class_test.rb +3 -0
  72. data/test/unit/realm_test.rb +3 -0
  73. data/test/unit/report_test.rb +3 -0
  74. data/test/unit/smart_proxy_test.rb +3 -0
  75. data/test/unit/smart_variable_test.rb +0 -1
  76. data/test/unit/subnet_test.rb +3 -0
  77. data/test/unit/template_test.rb +9 -3
  78. data/test/unit/user_test.rb +6 -0
  79. data/test/unit/usergroup_test.rb +3 -0
  80. metadata +69 -577
  81. data/locale/Makefile +0 -57
  82. data/locale/README.md +0 -18
  83. data/locale/ca/hammer-cli-foreman.edit.po +0 -2910
  84. data/locale/ca/hammer-cli-foreman.po +0 -2823
  85. data/locale/ca/hammer-cli-foreman.po.time_stamp +0 -0
  86. data/locale/de/hammer-cli-foreman.edit.po +0 -2921
  87. data/locale/de/hammer-cli-foreman.po +0 -2827
  88. data/locale/de/hammer-cli-foreman.po.time_stamp +0 -0
  89. data/locale/en/hammer-cli-foreman.edit.po +0 -2865
  90. data/locale/en/hammer-cli-foreman.po +0 -2167
  91. data/locale/en/hammer-cli-foreman.po.time_stamp +0 -0
  92. data/locale/en_GB/hammer-cli-foreman.edit.po +0 -2888
  93. data/locale/en_GB/hammer-cli-foreman.po +0 -2825
  94. data/locale/en_GB/hammer-cli-foreman.po.time_stamp +0 -0
  95. data/locale/es/hammer-cli-foreman.edit.po +0 -2924
  96. data/locale/es/hammer-cli-foreman.po +0 -2829
  97. data/locale/es/hammer-cli-foreman.po.time_stamp +0 -0
  98. data/locale/fr/hammer-cli-foreman.edit.po +0 -2919
  99. data/locale/fr/hammer-cli-foreman.po +0 -2825
  100. data/locale/fr/hammer-cli-foreman.po.time_stamp +0 -0
  101. data/locale/hammer-cli-foreman.pot +0 -3080
  102. data/locale/it/hammer-cli-foreman.edit.po +0 -2909
  103. data/locale/it/hammer-cli-foreman.po +0 -2824
  104. data/locale/it/hammer-cli-foreman.po.time_stamp +0 -0
  105. data/locale/ja/hammer-cli-foreman.edit.po +0 -2919
  106. data/locale/ja/hammer-cli-foreman.po +0 -2824
  107. data/locale/ja/hammer-cli-foreman.po.time_stamp +0 -0
  108. data/locale/ko/hammer-cli-foreman.edit.po +0 -2917
  109. data/locale/ko/hammer-cli-foreman.po +0 -2823
  110. data/locale/ko/hammer-cli-foreman.po.time_stamp +0 -0
  111. data/locale/pt_BR/hammer-cli-foreman.edit.po +0 -2921
  112. data/locale/pt_BR/hammer-cli-foreman.po +0 -2826
  113. data/locale/pt_BR/hammer-cli-foreman.po.time_stamp +0 -0
  114. data/locale/ru/hammer-cli-foreman.edit.po +0 -2921
  115. data/locale/ru/hammer-cli-foreman.po +0 -2824
  116. data/locale/ru/hammer-cli-foreman.po.time_stamp +0 -0
  117. data/locale/zanata.xml +0 -28
  118. data/locale/zh_CN/hammer-cli-foreman.edit.po +0 -2917
  119. data/locale/zh_CN/hammer-cli-foreman.po +0 -2822
  120. data/locale/zh_CN/hammer-cli-foreman.po.time_stamp +0 -0
  121. data/locale/zh_TW/hammer-cli-foreman.edit.po +0 -2917
  122. data/locale/zh_TW/hammer-cli-foreman.po +0 -2822
  123. data/locale/zh_TW/hammer-cli-foreman.po.time_stamp +0 -0
  124. data/test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand-parameters.xml +0 -11
  125. data/test/reports/TEST-HammerCLIForeman-Architecture-CreateCommand.xml +0 -7
  126. data/test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand-parameters.xml +0 -13
  127. data/test/reports/TEST-HammerCLIForeman-Architecture-DeleteCommand.xml +0 -7
  128. data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-output.xml +0 -13
  129. data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand-parameters.xml +0 -13
  130. data/test/reports/TEST-HammerCLIForeman-Architecture-InfoCommand.xml +0 -7
  131. data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-output.xml +0 -13
  132. data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand-parameters.xml +0 -17
  133. data/test/reports/TEST-HammerCLIForeman-Architecture-ListCommand.xml +0 -7
  134. data/test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand-parameters.xml +0 -15
  135. data/test/reports/TEST-HammerCLIForeman-Architecture-UpdateCommand.xml +0 -7
  136. data/test/reports/TEST-HammerCLIForeman-Architecture.xml +0 -7
  137. data/test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand-parameters.xml +0 -11
  138. data/test/reports/TEST-HammerCLIForeman-CommonParameter-DeleteCommand.xml +0 -7
  139. data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-output.xml +0 -13
  140. data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand-parameters.xml +0 -17
  141. data/test/reports/TEST-HammerCLIForeman-CommonParameter-ListCommand.xml +0 -7
  142. data/test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand-parameters.xml +0 -13
  143. data/test/reports/TEST-HammerCLIForeman-CommonParameter-SetCommand.xml +0 -7
  144. data/test/reports/TEST-HammerCLIForeman-CommonParameter.xml +0 -7
  145. data/test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand-parameters.xml +0 -15
  146. data/test/reports/TEST-HammerCLIForeman-ComputeResource-CreateCommand.xml +0 -7
  147. data/test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand-parameters.xml +0 -13
  148. data/test/reports/TEST-HammerCLIForeman-ComputeResource-DeleteCommand.xml +0 -7
  149. data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-output.xml +0 -17
  150. data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand-parameters.xml +0 -13
  151. data/test/reports/TEST-HammerCLIForeman-ComputeResource-InfoCommand.xml +0 -7
  152. data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-output.xml +0 -15
  153. data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand-parameters.xml +0 -17
  154. data/test/reports/TEST-HammerCLIForeman-ComputeResource-ListCommand.xml +0 -7
  155. data/test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand-parameters.xml +0 -15
  156. data/test/reports/TEST-HammerCLIForeman-ComputeResource-UpdateCommand.xml +0 -7
  157. data/test/reports/TEST-HammerCLIForeman-ComputeResource.xml +0 -7
  158. data/test/reports/TEST-HammerCLIForeman-Domain-CreateCommand-parameters.xml +0 -11
  159. data/test/reports/TEST-HammerCLIForeman-Domain-CreateCommand.xml +0 -7
  160. data/test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand-parameters.xml +0 -13
  161. data/test/reports/TEST-HammerCLIForeman-Domain-DeleteCommand.xml +0 -7
  162. data/test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand-parameters.xml +0 -15
  163. data/test/reports/TEST-HammerCLIForeman-Domain-DeleteParameterCommand.xml +0 -7
  164. data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-output.xml +0 -21
  165. data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand-parameters.xml +0 -13
  166. data/test/reports/TEST-HammerCLIForeman-Domain-InfoCommand.xml +0 -7
  167. data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand-output.xml +0 -13
  168. data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand-parameters.xml +0 -17
  169. data/test/reports/TEST-HammerCLIForeman-Domain-ListCommand.xml +0 -7
  170. data/test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand-parameters.xml +0 -17
  171. data/test/reports/TEST-HammerCLIForeman-Domain-SetParameterCommand.xml +0 -7
  172. data/test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand-parameters.xml +0 -15
  173. data/test/reports/TEST-HammerCLIForeman-Domain-UpdateCommand.xml +0 -7
  174. data/test/reports/TEST-HammerCLIForeman-Domain.xml +0 -7
  175. data/test/reports/TEST-HammerCLIForeman-Environment-CreateCommand-parameters.xml +0 -11
  176. data/test/reports/TEST-HammerCLIForeman-Environment-CreateCommand.xml +0 -7
  177. data/test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand-parameters.xml +0 -13
  178. data/test/reports/TEST-HammerCLIForeman-Environment-DeleteCommand.xml +0 -7
  179. data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-output.xml +0 -17
  180. data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand-parameters.xml +0 -13
  181. data/test/reports/TEST-HammerCLIForeman-Environment-InfoCommand.xml +0 -7
  182. data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand-output.xml +0 -13
  183. data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand-parameters.xml +0 -17
  184. data/test/reports/TEST-HammerCLIForeman-Environment-ListCommand.xml +0 -7
  185. data/test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand-parameters.xml +0 -15
  186. data/test/reports/TEST-HammerCLIForeman-Environment-UpdateCommand.xml +0 -7
  187. data/test/reports/TEST-HammerCLIForeman-Environment.xml +0 -7
  188. data/test/reports/TEST-HammerCLIForeman-ExceptionHandler.xml +0 -13
  189. data/test/reports/TEST-HammerCLIForeman-Host-CreateCommand-parameters.xml +0 -46
  190. data/test/reports/TEST-HammerCLIForeman-Host-CreateCommand.xml +0 -7
  191. data/test/reports/TEST-HammerCLIForeman-Host-DeleteCommand-parameters.xml +0 -13
  192. data/test/reports/TEST-HammerCLIForeman-Host-DeleteCommand.xml +0 -7
  193. data/test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand-parameters.xml +0 -15
  194. data/test/reports/TEST-HammerCLIForeman-Host-DeleteParameterCommand.xml +0 -7
  195. data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand-output.xml +0 -85
  196. data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand-parameters.xml +0 -13
  197. data/test/reports/TEST-HammerCLIForeman-Host-InfoCommand.xml +0 -7
  198. data/test/reports/TEST-HammerCLIForeman-Host-ListCommand-output.xml +0 -21
  199. data/test/reports/TEST-HammerCLIForeman-Host-ListCommand-parameters.xml +0 -17
  200. data/test/reports/TEST-HammerCLIForeman-Host-ListCommand.xml +0 -7
  201. data/test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand-output.xml +0 -9
  202. data/test/reports/TEST-HammerCLIForeman-Host-PuppetRunCommand.xml +0 -7
  203. data/test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand-parameters.xml +0 -17
  204. data/test/reports/TEST-HammerCLIForeman-Host-SetParameterCommand.xml +0 -7
  205. data/test/reports/TEST-HammerCLIForeman-Host-StatusCommand-output.xml +0 -9
  206. data/test/reports/TEST-HammerCLIForeman-Host-StatusCommand.xml +0 -7
  207. data/test/reports/TEST-HammerCLIForeman-Host-UpdateCommand-parameters.xml +0 -40
  208. data/test/reports/TEST-HammerCLIForeman-Host-UpdateCommand.xml +0 -7
  209. data/test/reports/TEST-HammerCLIForeman-Host.xml +0 -7
  210. data/test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand-parameters.xml +0 -11
  211. data/test/reports/TEST-HammerCLIForeman-Hostgroup-CreateCommand.xml +0 -7
  212. data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand-parameters.xml +0 -11
  213. data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteCommand.xml +0 -7
  214. data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand-parameters.xml +0 -13
  215. data/test/reports/TEST-HammerCLIForeman-Hostgroup-DeleteParameterCommand.xml +0 -7
  216. data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-output.xml +0 -29
  217. data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand-parameters.xml +0 -11
  218. data/test/reports/TEST-HammerCLIForeman-Hostgroup-InfoCommand.xml +0 -7
  219. data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-output.xml +0 -27
  220. data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand-parameters.xml +0 -17
  221. data/test/reports/TEST-HammerCLIForeman-Hostgroup-ListCommand.xml +0 -7
  222. data/test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand-parameters.xml +0 -15
  223. data/test/reports/TEST-HammerCLIForeman-Hostgroup-SetParameterCommand.xml +0 -7
  224. data/test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand-parameters.xml +0 -13
  225. data/test/reports/TEST-HammerCLIForeman-Hostgroup-UpdateCommand.xml +0 -7
  226. data/test/reports/TEST-HammerCLIForeman-Hostgroup.xml +0 -7
  227. data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand-parameters.xml +0 -11
  228. data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand-resource-disabled.xml +0 -11
  229. data/test/reports/TEST-HammerCLIForeman-Location-CreateCommand.xml +0 -7
  230. data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-parameters.xml +0 -13
  231. data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand-resource-disabled.xml +0 -11
  232. data/test/reports/TEST-HammerCLIForeman-Location-DeleteCommand.xml +0 -7
  233. data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-output.xml +0 -17
  234. data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-parameters.xml +0 -13
  235. data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand-resource-disabled.xml +0 -11
  236. data/test/reports/TEST-HammerCLIForeman-Location-InfoCommand.xml +0 -7
  237. data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-output.xml +0 -13
  238. data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-parameters.xml +0 -17
  239. data/test/reports/TEST-HammerCLIForeman-Location-ListCommand-resource-disabled.xml +0 -11
  240. data/test/reports/TEST-HammerCLIForeman-Location-ListCommand.xml +0 -7
  241. data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-parameters.xml +0 -15
  242. data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand-resource-disabled.xml +0 -11
  243. data/test/reports/TEST-HammerCLIForeman-Location-UpdateCommand.xml +0 -7
  244. data/test/reports/TEST-HammerCLIForeman-Location.xml +0 -7
  245. data/test/reports/TEST-HammerCLIForeman-Medium-CreateCommand-parameters.xml +0 -13
  246. data/test/reports/TEST-HammerCLIForeman-Medium-CreateCommand.xml +0 -7
  247. data/test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand-parameters.xml +0 -13
  248. data/test/reports/TEST-HammerCLIForeman-Medium-DeleteCommand.xml +0 -7
  249. data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-output.xml +0 -23
  250. data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand-parameters.xml +0 -13
  251. data/test/reports/TEST-HammerCLIForeman-Medium-InfoCommand.xml +0 -7
  252. data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand-output.xml +0 -15
  253. data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand-parameters.xml +0 -17
  254. data/test/reports/TEST-HammerCLIForeman-Medium-ListCommand.xml +0 -7
  255. data/test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand-parameters.xml +0 -17
  256. data/test/reports/TEST-HammerCLIForeman-Medium-UpdateCommand.xml +0 -7
  257. data/test/reports/TEST-HammerCLIForeman-Medium.xml +0 -7
  258. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand-parameters.xml +0 -11
  259. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-CreateCommand.xml +0 -7
  260. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand-parameters.xml +0 -13
  261. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteCommand.xml +0 -7
  262. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand-parameters.xml +0 -13
  263. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-DeleteParameterCommand.xml +0 -7
  264. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-output.xml +0 -27
  265. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand-parameters.xml +0 -13
  266. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-InfoCommand.xml +0 -7
  267. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-output.xml +0 -17
  268. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand-parameters.xml +0 -17
  269. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-ListCommand.xml +0 -7
  270. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand-parameters.xml +0 -15
  271. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-SetParameterCommand.xml +0 -7
  272. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand-parameters.xml +0 -17
  273. data/test/reports/TEST-HammerCLIForeman-OperatingSystem-UpdateCommand.xml +0 -7
  274. data/test/reports/TEST-HammerCLIForeman-OperatingSystem.xml +0 -7
  275. data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-parameters.xml +0 -11
  276. data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand-resource-disabled.xml +0 -11
  277. data/test/reports/TEST-HammerCLIForeman-Organization-CreateCommand.xml +0 -7
  278. data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-parameters.xml +0 -13
  279. data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand-resource-disabled.xml +0 -11
  280. data/test/reports/TEST-HammerCLIForeman-Organization-DeleteCommand.xml +0 -7
  281. data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-output.xml +0 -17
  282. data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-parameters.xml +0 -13
  283. data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand-resource-disabled.xml +0 -11
  284. data/test/reports/TEST-HammerCLIForeman-Organization-InfoCommand.xml +0 -7
  285. data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-output.xml +0 -13
  286. data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-parameters.xml +0 -17
  287. data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand-resource-disabled.xml +0 -11
  288. data/test/reports/TEST-HammerCLIForeman-Organization-ListCommand.xml +0 -7
  289. data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-parameters.xml +0 -15
  290. data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand-resource-disabled.xml +0 -11
  291. data/test/reports/TEST-HammerCLIForeman-Organization-UpdateCommand.xml +0 -7
  292. data/test/reports/TEST-HammerCLIForeman-Organization.xml +0 -7
  293. data/test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand-parameters.xml +0 -13
  294. data/test/reports/TEST-HammerCLIForeman-PartitionTable-CreateCommand.xml +0 -7
  295. data/test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand-parameters.xml +0 -13
  296. data/test/reports/TEST-HammerCLIForeman-PartitionTable-DeleteCommand.xml +0 -7
  297. data/test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand-parameters.xml +0 -15
  298. data/test/reports/TEST-HammerCLIForeman-PartitionTable-DumpCommand.xml +0 -7
  299. data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-output.xml +0 -19
  300. data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand-parameters.xml +0 -13
  301. data/test/reports/TEST-HammerCLIForeman-PartitionTable-InfoCommand.xml +0 -7
  302. data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-output.xml +0 -15
  303. data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand-parameters.xml +0 -17
  304. data/test/reports/TEST-HammerCLIForeman-PartitionTable-ListCommand.xml +0 -7
  305. data/test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand-parameters.xml +0 -13
  306. data/test/reports/TEST-HammerCLIForeman-PartitionTable-UpdateCommand.xml +0 -7
  307. data/test/reports/TEST-HammerCLIForeman-PartitionTable.xml +0 -7
  308. data/test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand-parameters.xml +0 -13
  309. data/test/reports/TEST-HammerCLIForeman-SmartProxy-CreateCommand.xml +0 -7
  310. data/test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand-parameters.xml +0 -13
  311. data/test/reports/TEST-HammerCLIForeman-SmartProxy-DeleteCommand.xml +0 -7
  312. data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-output.xml +0 -21
  313. data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand-parameters.xml +0 -13
  314. data/test/reports/TEST-HammerCLIForeman-SmartProxy-InfoCommand.xml +0 -7
  315. data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-output.xml +0 -15
  316. data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand-parameters.xml +0 -11
  317. data/test/reports/TEST-HammerCLIForeman-SmartProxy-ListCommand.xml +0 -7
  318. data/test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand-parameters.xml +0 -15
  319. data/test/reports/TEST-HammerCLIForeman-SmartProxy-UpdateCommand.xml +0 -7
  320. data/test/reports/TEST-HammerCLIForeman-SmartProxy.xml +0 -7
  321. data/test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand-parameters.xml +0 -15
  322. data/test/reports/TEST-HammerCLIForeman-Subnet-CreateCommand.xml +0 -7
  323. data/test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand-parameters.xml +0 -13
  324. data/test/reports/TEST-HammerCLIForeman-Subnet-DeleteCommand.xml +0 -7
  325. data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-output.xml +0 -43
  326. data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand-parameters.xml +0 -13
  327. data/test/reports/TEST-HammerCLIForeman-Subnet-InfoCommand.xml +0 -7
  328. data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-output.xml +0 -17
  329. data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand-parameters.xml +0 -17
  330. data/test/reports/TEST-HammerCLIForeman-Subnet-ListCommand.xml +0 -7
  331. data/test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand-parameters.xml +0 -15
  332. data/test/reports/TEST-HammerCLIForeman-Subnet-UpdateCommand.xml +0 -7
  333. data/test/reports/TEST-HammerCLIForeman-Subnet.xml +0 -7
  334. data/test/reports/TEST-HammerCLIForeman-Template-CreateCommand-parameters.xml +0 -15
  335. data/test/reports/TEST-HammerCLIForeman-Template-CreateCommand.xml +0 -7
  336. data/test/reports/TEST-HammerCLIForeman-Template-DeleteCommand-parameters.xml +0 -11
  337. data/test/reports/TEST-HammerCLIForeman-Template-DeleteCommand.xml +0 -7
  338. data/test/reports/TEST-HammerCLIForeman-Template-DumpCommand-parameters.xml +0 -12
  339. data/test/reports/TEST-HammerCLIForeman-Template-DumpCommand.xml +0 -7
  340. data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand-output.xml +0 -17
  341. data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand-parameters.xml +0 -11
  342. data/test/reports/TEST-HammerCLIForeman-Template-InfoCommand.xml +0 -7
  343. data/test/reports/TEST-HammerCLIForeman-Template-ListCommand-output.xml +0 -15
  344. data/test/reports/TEST-HammerCLIForeman-Template-ListCommand-parameters.xml +0 -17
  345. data/test/reports/TEST-HammerCLIForeman-Template-ListCommand.xml +0 -7
  346. data/test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand-parameters.xml +0 -9
  347. data/test/reports/TEST-HammerCLIForeman-Template-ListKindsCommand.xml +0 -7
  348. data/test/reports/TEST-HammerCLIForeman-Template-UpdateCommand-parameters.xml +0 -11
  349. data/test/reports/TEST-HammerCLIForeman-Template-UpdateCommand.xml +0 -7
  350. data/test/reports/TEST-HammerCLIForeman-Template.xml +0 -7
  351. data/test/reports/TEST-HammerCLIForeman-User-CreateCommand-parameters.xml +0 -19
  352. data/test/reports/TEST-HammerCLIForeman-User-CreateCommand.xml +0 -7
  353. data/test/reports/TEST-HammerCLIForeman-User-DeleteCommand-parameters.xml +0 -11
  354. data/test/reports/TEST-HammerCLIForeman-User-DeleteCommand.xml +0 -7
  355. data/test/reports/TEST-HammerCLIForeman-User-InfoCommand-output.xml +0 -23
  356. data/test/reports/TEST-HammerCLIForeman-User-InfoCommand-parameters.xml +0 -11
  357. data/test/reports/TEST-HammerCLIForeman-User-InfoCommand.xml +0 -7
  358. data/test/reports/TEST-HammerCLIForeman-User-ListCommand-output.xml +0 -17
  359. data/test/reports/TEST-HammerCLIForeman-User-ListCommand-parameters.xml +0 -17
  360. data/test/reports/TEST-HammerCLIForeman-User-ListCommand.xml +0 -7
  361. data/test/reports/TEST-HammerCLIForeman-User-UpdateCommand-parameters.xml +0 -11
  362. data/test/reports/TEST-HammerCLIForeman-User-UpdateCommand.xml +0 -7
  363. data/test/reports/TEST-HammerCLIForeman-User.xml +0 -7
  364. data/test/reports/TEST-MiniTest-Spec.xml +0 -7
File without changes
@@ -1,2865 +0,0 @@
1
- # SOME DESCRIPTIVE TITLE.
2
- # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the hammer-cli-foreman package.
4
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
- #
6
- msgid ""
7
- msgstr ""
8
- "Project-Id-Version: hammer-cli-foreman 0.8.0\n"
9
- "Report-Msgid-Bugs-To: \n"
10
- "PO-Revision-Date: 2014-03-04 16:47+0000\n"
11
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
- "Language-Team: LANGUAGE <LL@li.org>\n"
13
- "Language: \n"
14
- "MIME-Version: 1.0\n"
15
- "Content-Type: text/plain; charset=UTF-8\n"
16
- "Content-Transfer-Encoding: 8bit\n"
17
- "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
18
-
19
- #: ../lib/hammer_cli_foreman.rb:31
20
- msgid "Foreman connection login/logout."
21
- msgstr ""
22
-
23
- #: ../lib/hammer_cli_foreman.rb:35
24
- msgid "Manipulate architectures."
25
- msgstr ""
26
-
27
- #: ../lib/hammer_cli_foreman.rb:39
28
- msgid "Manipulate auth sources."
29
- msgstr ""
30
-
31
- #: ../lib/hammer_cli_foreman.rb:43
32
- msgid "Manipulate compute resources."
33
- msgstr ""
34
-
35
- #: ../lib/hammer_cli_foreman.rb:47
36
- msgid "Manipulate domains."
37
- msgstr ""
38
-
39
- #: ../lib/hammer_cli_foreman.rb:51
40
- msgid "Manipulate environments."
41
- msgstr ""
42
-
43
- #: ../lib/hammer_cli_foreman.rb:55
44
- msgid "Search facts."
45
- msgstr ""
46
-
47
- #: ../lib/hammer_cli_foreman.rb:59
48
- msgid "Manage permission filters."
49
- msgstr ""
50
-
51
- #: ../lib/hammer_cli_foreman.rb:63
52
- msgid "Manipulate hosts."
53
- msgstr ""
54
-
55
- #: ../lib/hammer_cli_foreman.rb:67
56
- msgid "Manipulate hostgroups."
57
- msgstr ""
58
-
59
- #: ../lib/hammer_cli_foreman.rb:71
60
- msgid "Manipulate locations."
61
- msgstr ""
62
-
63
- #: ../lib/hammer_cli_foreman.rb:75
64
- msgid "Manipulate installation media."
65
- msgstr ""
66
-
67
- #: ../lib/hammer_cli_foreman.rb:79
68
- msgid "Manipulate hardware models."
69
- msgstr ""
70
-
71
- #: ../lib/hammer_cli_foreman.rb:83
72
- msgid "Manipulate operating system."
73
- msgstr ""
74
-
75
- #: ../lib/hammer_cli_foreman.rb:87
76
- msgid "Manipulate organizations."
77
- msgstr ""
78
-
79
- #: ../lib/hammer_cli_foreman.rb:91
80
- msgid "Manipulate partition tables."
81
- msgstr ""
82
-
83
- #: ../lib/hammer_cli_foreman.rb:95
84
- msgid "Search puppet modules."
85
- msgstr ""
86
-
87
- #: ../lib/hammer_cli_foreman.rb:99
88
- msgid "Browse and read reports."
89
- msgstr ""
90
-
91
- #: ../lib/hammer_cli_foreman.rb:103
92
- msgid "Manage user roles."
93
- msgstr ""
94
-
95
- #: ../lib/hammer_cli_foreman.rb:107
96
- msgid "Manipulate smart class parameters."
97
- msgstr ""
98
-
99
- #: ../lib/hammer_cli_foreman.rb:111
100
- msgid "Manipulate smart variables."
101
- msgstr ""
102
-
103
- #: ../lib/hammer_cli_foreman.rb:115
104
- msgid "Manipulate smart proxies."
105
- msgstr ""
106
-
107
- #: ../lib/hammer_cli_foreman.rb:119
108
- msgid "Manipulate realms."
109
- msgstr ""
110
-
111
- #: ../lib/hammer_cli_foreman.rb:123
112
- msgid "Change server settings."
113
- msgstr ""
114
-
115
- #: ../lib/hammer_cli_foreman.rb:127
116
- msgid "Manipulate subnets."
117
- msgstr ""
118
-
119
- #: ../lib/hammer_cli_foreman.rb:131
120
- msgid "Manipulate config templates."
121
- msgstr ""
122
-
123
- #: ../lib/hammer_cli_foreman.rb:135
124
- msgid "Manipulate users."
125
- msgstr ""
126
-
127
- #: ../lib/hammer_cli_foreman.rb:139
128
- msgid "Manage user groups."
129
- msgstr ""
130
-
131
- #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:15
132
- msgid "Invalid username or password"
133
- msgstr ""
134
-
135
- #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:20
136
- msgid "You are logged in as '%s'"
137
- msgstr ""
138
-
139
- #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:22 ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:28
140
- msgid "You are currently not logged in"
141
- msgstr ""
142
-
143
- #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:33
144
- msgid "[Foreman] Username: "
145
- msgstr ""
146
-
147
- #: ../lib/hammer_cli_foreman/api/interactive_basic_auth.rb:37
148
- msgid "[Foreman] Password for %s: "
149
- msgstr ""
150
-
151
- #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:17
152
- msgid "Can't use session auth due to invalid permissions on session files."
153
- msgstr ""
154
-
155
- #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:26
156
- msgid "Session exist, currently logged in as '%s'"
157
- msgstr ""
158
-
159
- #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:51
160
- msgid "Session has expired"
161
- msgstr ""
162
-
163
- #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:78
164
- msgid "Invalid session file format"
165
- msgstr ""
166
-
167
- #: ../lib/hammer_cli_foreman/api/session_authenticator_wrapper.rb:106
168
- msgid "Invalid permissions for %{file}: %{mode}, expected %{expected_mode}"
169
- msgstr ""
170
-
171
- #: ../lib/hammer_cli_foreman/architecture.rb:10 ../lib/hammer_cli_foreman/auth_source_ldap.rb:13 ../lib/hammer_cli_foreman/compute_resource.rb:20 ../lib/hammer_cli_foreman/domain.rb:31 ../lib/hammer_cli_foreman/environment.rb:14 ../lib/hammer_cli_foreman/external_usergroup.rb:10 ../lib/hammer_cli_foreman/filter.rb:9 ../lib/hammer_cli_foreman/filter.rb:73 ../lib/hammer_cli_foreman/host.rb:30 ../lib/hammer_cli_foreman/host.rb:62 ../lib/hammer_cli_foreman/host.rb:93 ../lib/hammer_cli_foreman/hostgroup.rb:57 ../lib/hammer_cli_foreman/image.rb:29 ../lib/hammer_cli_foreman/interface.rb:23 ../lib/hammer_cli_foreman/interface.rb:43 ../lib/hammer_cli_foreman/location.rb:13 ../lib/hammer_cli_foreman/media.rb:9 ../lib/hammer_cli_foreman/model.rb:10 ../lib/hammer_cli_foreman/operating_system.rb:10 ../lib/hammer_cli_foreman/organization.rb:13 ../lib/hammer_cli_foreman/partition_table.rb:10 ../lib/hammer_cli_foreman/puppet_class.rb:13 ../lib/hammer_cli_foreman/realm.rb:8 ../lib/hammer_cli_foreman/references.rb:36 ../lib/hammer_cli_foreman/references.rb:43 ../lib/hammer_cli_foreman/report.rb:10 ../lib/hammer_cli_foreman/report.rb:30 ../lib/hammer_cli_foreman/role.rb:11 ../lib/hammer_cli_foreman/settings.rb:11 ../lib/hammer_cli_foreman/smart_class_parameter.rb:8 ../lib/hammer_cli_foreman/smart_class_parameter.rb:76 ../lib/hammer_cli_foreman/smart_proxy.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:8 ../lib/hammer_cli_foreman/smart_variable.rb:66 ../lib/hammer_cli_foreman/subnet.rb:10 ../lib/hammer_cli_foreman/template.rb:25 ../lib/hammer_cli_foreman/user.rb:10 ../lib/hammer_cli_foreman/usergroup.rb:11
172
- msgid "Id"
173
- msgstr ""
174
-
175
- #: ../lib/hammer_cli_foreman/architecture.rb:11 ../lib/hammer_cli_foreman/auth_source_ldap.rb:14 ../lib/hammer_cli_foreman/common_parameter.rb:12 ../lib/hammer_cli_foreman/compute_resource.rb:21 ../lib/hammer_cli_foreman/domain.rb:32 ../lib/hammer_cli_foreman/environment.rb:15 ../lib/hammer_cli_foreman/external_usergroup.rb:11 ../lib/hammer_cli_foreman/external_usergroup.rb:42 ../lib/hammer_cli_foreman/filter.rb:74 ../lib/hammer_cli_foreman/filter.rb:91 ../lib/hammer_cli_foreman/host.rb:31 ../lib/hammer_cli_foreman/host.rb:64 ../lib/hammer_cli_foreman/hostgroup.rb:58 ../lib/hammer_cli_foreman/image.rb:30 ../lib/hammer_cli_foreman/image.rb:70 ../lib/hammer_cli_foreman/location.rb:14 ../lib/hammer_cli_foreman/media.rb:10 ../lib/hammer_cli_foreman/model.rb:11 ../lib/hammer_cli_foreman/operating_system.rb:22 ../lib/hammer_cli_foreman/organization.rb:14 ../lib/hammer_cli_foreman/partition_table.rb:11 ../lib/hammer_cli_foreman/puppet_class.rb:14 ../lib/hammer_cli_foreman/realm.rb:9 ../lib/hammer_cli_foreman/role.rb:12 ../lib/hammer_cli_foreman/settings.rb:12 ../lib/hammer_cli_foreman/smart_proxy.rb:12 ../lib/hammer_cli_foreman/subnet.rb:11 ../lib/hammer_cli_foreman/template.rb:26 ../lib/hammer_cli_foreman/template.rb:75 ../lib/hammer_cli_foreman/user.rb:12 ../lib/hammer_cli_foreman/usergroup.rb:12
176
- msgid "Name"
177
- msgstr ""
178
-
179
- #: ../lib/hammer_cli_foreman/architecture.rb:31
180
- msgid "Architecture created"
181
- msgstr ""
182
-
183
- #: ../lib/hammer_cli_foreman/architecture.rb:32
184
- msgid "Could not create the architecture"
185
- msgstr ""
186
-
187
- #: ../lib/hammer_cli_foreman/architecture.rb:39
188
- msgid "Architecture deleted"
189
- msgstr ""
190
-
191
- #: ../lib/hammer_cli_foreman/architecture.rb:40
192
- msgid "Could not delete the architecture"
193
- msgstr ""
194
-
195
- #: ../lib/hammer_cli_foreman/architecture.rb:47
196
- msgid "Architecture updated"
197
- msgstr ""
198
-
199
- #: ../lib/hammer_cli_foreman/architecture.rb:48
200
- msgid "Could not update the architecture"
201
- msgstr ""
202
-
203
- #: ../lib/hammer_cli_foreman/associating_commands.rb:41
204
- msgid "Associate a hostgroup"
205
- msgstr ""
206
-
207
- #: ../lib/hammer_cli_foreman/associating_commands.rb:43
208
- msgid "The hostgroup has been associated"
209
- msgstr ""
210
-
211
- #: ../lib/hammer_cli_foreman/associating_commands.rb:44
212
- msgid "Could not associate the hostgroup"
213
- msgstr ""
214
-
215
- #: ../lib/hammer_cli_foreman/associating_commands.rb:49
216
- msgid "Disassociate a hostgroup"
217
- msgstr ""
218
-
219
- #: ../lib/hammer_cli_foreman/associating_commands.rb:51
220
- msgid "The hostgroup has been disassociated"
221
- msgstr ""
222
-
223
- #: ../lib/hammer_cli_foreman/associating_commands.rb:52
224
- msgid "Could not disassociate the hostgroup"
225
- msgstr ""
226
-
227
- #: ../lib/hammer_cli_foreman/associating_commands.rb:61
228
- msgid "Associate an environment"
229
- msgstr ""
230
-
231
- #: ../lib/hammer_cli_foreman/associating_commands.rb:63
232
- msgid "The environment has been associated"
233
- msgstr ""
234
-
235
- #: ../lib/hammer_cli_foreman/associating_commands.rb:64
236
- msgid "Could not associate the environment"
237
- msgstr ""
238
-
239
- #: ../lib/hammer_cli_foreman/associating_commands.rb:69
240
- msgid "Disassociate an environment"
241
- msgstr ""
242
-
243
- #: ../lib/hammer_cli_foreman/associating_commands.rb:71
244
- msgid "The environment has been disassociated"
245
- msgstr ""
246
-
247
- #: ../lib/hammer_cli_foreman/associating_commands.rb:72
248
- msgid "Could not disassociate the environment"
249
- msgstr ""
250
-
251
- #: ../lib/hammer_cli_foreman/associating_commands.rb:81
252
- msgid "Associate a domain"
253
- msgstr ""
254
-
255
- #: ../lib/hammer_cli_foreman/associating_commands.rb:83
256
- msgid "The domain has been associated"
257
- msgstr ""
258
-
259
- #: ../lib/hammer_cli_foreman/associating_commands.rb:84
260
- msgid "Could not associate the domain"
261
- msgstr ""
262
-
263
- #: ../lib/hammer_cli_foreman/associating_commands.rb:89
264
- msgid "Disassociate a domain"
265
- msgstr ""
266
-
267
- #: ../lib/hammer_cli_foreman/associating_commands.rb:91
268
- msgid "The domain has been disassociated"
269
- msgstr ""
270
-
271
- #: ../lib/hammer_cli_foreman/associating_commands.rb:92
272
- msgid "Could not disassociate the domain"
273
- msgstr ""
274
-
275
- #: ../lib/hammer_cli_foreman/associating_commands.rb:101
276
- msgid "Associate a medium"
277
- msgstr ""
278
-
279
- #: ../lib/hammer_cli_foreman/associating_commands.rb:103
280
- msgid "The medium has been associated"
281
- msgstr ""
282
-
283
- #: ../lib/hammer_cli_foreman/associating_commands.rb:104
284
- msgid "Could not associate the medium"
285
- msgstr ""
286
-
287
- #: ../lib/hammer_cli_foreman/associating_commands.rb:109
288
- msgid "Disassociate a medium"
289
- msgstr ""
290
-
291
- #: ../lib/hammer_cli_foreman/associating_commands.rb:111
292
- msgid "The medium has been disassociated"
293
- msgstr ""
294
-
295
- #: ../lib/hammer_cli_foreman/associating_commands.rb:112
296
- msgid "Could not disassociate the medium"
297
- msgstr ""
298
-
299
- #: ../lib/hammer_cli_foreman/associating_commands.rb:121
300
- msgid "Associate a subnet"
301
- msgstr ""
302
-
303
- #: ../lib/hammer_cli_foreman/associating_commands.rb:123
304
- msgid "The subnet has been associated"
305
- msgstr ""
306
-
307
- #: ../lib/hammer_cli_foreman/associating_commands.rb:124
308
- msgid "Could not associate the subnet"
309
- msgstr ""
310
-
311
- #: ../lib/hammer_cli_foreman/associating_commands.rb:129
312
- msgid "Disassociate a subnet"
313
- msgstr ""
314
-
315
- #: ../lib/hammer_cli_foreman/associating_commands.rb:131
316
- msgid "The subnet has been disassociated"
317
- msgstr ""
318
-
319
- #: ../lib/hammer_cli_foreman/associating_commands.rb:132
320
- msgid "Could not disassociate the subnet"
321
- msgstr ""
322
-
323
- #: ../lib/hammer_cli_foreman/associating_commands.rb:141
324
- msgid "Associate a compute resource"
325
- msgstr ""
326
-
327
- #: ../lib/hammer_cli_foreman/associating_commands.rb:143
328
- msgid "The compute resource has been associated"
329
- msgstr ""
330
-
331
- #: ../lib/hammer_cli_foreman/associating_commands.rb:144
332
- msgid "Could not associate the compute resource"
333
- msgstr ""
334
-
335
- #: ../lib/hammer_cli_foreman/associating_commands.rb:149
336
- msgid "Disassociate a compute resource"
337
- msgstr ""
338
-
339
- #: ../lib/hammer_cli_foreman/associating_commands.rb:151
340
- msgid "The compute resource has been disassociated"
341
- msgstr ""
342
-
343
- #: ../lib/hammer_cli_foreman/associating_commands.rb:152
344
- msgid "Could not disassociate the compute resource"
345
- msgstr ""
346
-
347
- #: ../lib/hammer_cli_foreman/associating_commands.rb:161
348
- msgid "Associate a smart proxy"
349
- msgstr ""
350
-
351
- #: ../lib/hammer_cli_foreman/associating_commands.rb:163
352
- msgid "The smart proxy has been associated"
353
- msgstr ""
354
-
355
- #: ../lib/hammer_cli_foreman/associating_commands.rb:164
356
- msgid "Could not associate the smart proxy"
357
- msgstr ""
358
-
359
- #: ../lib/hammer_cli_foreman/associating_commands.rb:173
360
- msgid "Disassociate a smart proxy"
361
- msgstr ""
362
-
363
- #: ../lib/hammer_cli_foreman/associating_commands.rb:175
364
- msgid "The smart proxy has been disassociated"
365
- msgstr ""
366
-
367
- #: ../lib/hammer_cli_foreman/associating_commands.rb:176
368
- msgid "Could not disassociate the smart proxy"
369
- msgstr ""
370
-
371
- #: ../lib/hammer_cli_foreman/associating_commands.rb:189
372
- msgid "Associate an user"
373
- msgstr ""
374
-
375
- #: ../lib/hammer_cli_foreman/associating_commands.rb:191
376
- msgid "The user has been associated"
377
- msgstr ""
378
-
379
- #: ../lib/hammer_cli_foreman/associating_commands.rb:192
380
- msgid "Could not associate the user"
381
- msgstr ""
382
-
383
- #: ../lib/hammer_cli_foreman/associating_commands.rb:197
384
- msgid "Disassociate an user"
385
- msgstr ""
386
-
387
- #: ../lib/hammer_cli_foreman/associating_commands.rb:199
388
- msgid "The user has been disassociated"
389
- msgstr ""
390
-
391
- #: ../lib/hammer_cli_foreman/associating_commands.rb:200
392
- msgid "Could not disassociate the user"
393
- msgstr ""
394
-
395
- #: ../lib/hammer_cli_foreman/associating_commands.rb:209
396
- msgid "Associate an user group"
397
- msgstr ""
398
-
399
- #: ../lib/hammer_cli_foreman/associating_commands.rb:213
400
- msgid "The user group has been associated"
401
- msgstr ""
402
-
403
- #: ../lib/hammer_cli_foreman/associating_commands.rb:214
404
- msgid "Could not associate the user group"
405
- msgstr ""
406
-
407
- #: ../lib/hammer_cli_foreman/associating_commands.rb:219
408
- msgid "Disassociate an user group"
409
- msgstr ""
410
-
411
- #: ../lib/hammer_cli_foreman/associating_commands.rb:223
412
- msgid "The user group has been disassociated"
413
- msgstr ""
414
-
415
- #: ../lib/hammer_cli_foreman/associating_commands.rb:224
416
- msgid "Could not disassociate the user group"
417
- msgstr ""
418
-
419
- #: ../lib/hammer_cli_foreman/associating_commands.rb:233
420
- msgid "Associate a configuration template"
421
- msgstr ""
422
-
423
- #: ../lib/hammer_cli_foreman/associating_commands.rb:235
424
- msgid "The configuration template has been associated"
425
- msgstr ""
426
-
427
- #: ../lib/hammer_cli_foreman/associating_commands.rb:236
428
- msgid "Could not associate the configuration template"
429
- msgstr ""
430
-
431
- #: ../lib/hammer_cli_foreman/associating_commands.rb:241
432
- msgid "Disassociate a configuration template"
433
- msgstr ""
434
-
435
- #: ../lib/hammer_cli_foreman/associating_commands.rb:243
436
- msgid "The configuration template has been disassociated"
437
- msgstr ""
438
-
439
- #: ../lib/hammer_cli_foreman/associating_commands.rb:244
440
- msgid "Could not disassociate the configuration template"
441
- msgstr ""
442
-
443
- #: ../lib/hammer_cli_foreman/associating_commands.rb:253
444
- msgid "Associate an organization"
445
- msgstr ""
446
-
447
- #: ../lib/hammer_cli_foreman/associating_commands.rb:255
448
- msgid "The organization has been associated"
449
- msgstr ""
450
-
451
- #: ../lib/hammer_cli_foreman/associating_commands.rb:256
452
- msgid "Could not associate the organization"
453
- msgstr ""
454
-
455
- #: ../lib/hammer_cli_foreman/associating_commands.rb:261
456
- msgid "Disassociate an organization"
457
- msgstr ""
458
-
459
- #: ../lib/hammer_cli_foreman/associating_commands.rb:263
460
- msgid "The organization has been disassociated"
461
- msgstr ""
462
-
463
- #: ../lib/hammer_cli_foreman/associating_commands.rb:264
464
- msgid "Could not disassociate the organization"
465
- msgstr ""
466
-
467
- #: ../lib/hammer_cli_foreman/associating_commands.rb:273
468
- msgid "Associate an operating system"
469
- msgstr ""
470
-
471
- #: ../lib/hammer_cli_foreman/associating_commands.rb:275
472
- msgid "Operating system has been associated"
473
- msgstr ""
474
-
475
- #: ../lib/hammer_cli_foreman/associating_commands.rb:276
476
- msgid "Could not associate the operating system"
477
- msgstr ""
478
-
479
- #: ../lib/hammer_cli_foreman/associating_commands.rb:282
480
- msgid "Disassociate an operating system"
481
- msgstr ""
482
-
483
- #: ../lib/hammer_cli_foreman/associating_commands.rb:284
484
- msgid "Operating system has been disassociated"
485
- msgstr ""
486
-
487
- #: ../lib/hammer_cli_foreman/associating_commands.rb:285
488
- msgid "Could not disassociate the operating system"
489
- msgstr ""
490
-
491
- #: ../lib/hammer_cli_foreman/associating_commands.rb:294
492
- msgid "Associate an architecture"
493
- msgstr ""
494
-
495
- #: ../lib/hammer_cli_foreman/associating_commands.rb:296
496
- msgid "Architecture has been associated"
497
- msgstr ""
498
-
499
- #: ../lib/hammer_cli_foreman/associating_commands.rb:297
500
- msgid "Could not associate the architecture"
501
- msgstr ""
502
-
503
- #: ../lib/hammer_cli_foreman/associating_commands.rb:303
504
- msgid "Disassociate an architecture"
505
- msgstr ""
506
-
507
- #: ../lib/hammer_cli_foreman/associating_commands.rb:305
508
- msgid "Architecture has been disassociated"
509
- msgstr ""
510
-
511
- #: ../lib/hammer_cli_foreman/associating_commands.rb:306
512
- msgid "Could not disassociate the architecture"
513
- msgstr ""
514
-
515
- #: ../lib/hammer_cli_foreman/associating_commands.rb:315
516
- msgid "Associate a partition table"
517
- msgstr ""
518
-
519
- #: ../lib/hammer_cli_foreman/associating_commands.rb:317
520
- msgid "Partition table has been associated"
521
- msgstr ""
522
-
523
- #: ../lib/hammer_cli_foreman/associating_commands.rb:318
524
- msgid "Could not associate the partition table"
525
- msgstr ""
526
-
527
- #: ../lib/hammer_cli_foreman/associating_commands.rb:324
528
- msgid "Disassociate a partition table"
529
- msgstr ""
530
-
531
- #: ../lib/hammer_cli_foreman/associating_commands.rb:326
532
- msgid "Partition table has been disassociated"
533
- msgstr ""
534
-
535
- #: ../lib/hammer_cli_foreman/associating_commands.rb:327
536
- msgid "Could not disassociate the partition table"
537
- msgstr ""
538
-
539
- #: ../lib/hammer_cli_foreman/associating_commands.rb:336
540
- msgid "Assign a user role"
541
- msgstr ""
542
-
543
- #: ../lib/hammer_cli_foreman/associating_commands.rb:338
544
- msgid "User role has been assigned"
545
- msgstr ""
546
-
547
- #: ../lib/hammer_cli_foreman/associating_commands.rb:339
548
- msgid "Could not assign the user role"
549
- msgstr ""
550
-
551
- #: ../lib/hammer_cli_foreman/associating_commands.rb:345
552
- msgid "Remove a user role"
553
- msgstr ""
554
-
555
- #: ../lib/hammer_cli_foreman/associating_commands.rb:347
556
- msgid "User role has been removed"
557
- msgstr ""
558
-
559
- #: ../lib/hammer_cli_foreman/associating_commands.rb:348
560
- msgid "Could not remove the user role"
561
- msgstr ""
562
-
563
- #: ../lib/hammer_cli_foreman/associating_commands.rb:357
564
- msgid "Associate a location"
565
- msgstr ""
566
-
567
- #: ../lib/hammer_cli_foreman/associating_commands.rb:359
568
- msgid "The location has been associated"
569
- msgstr ""
570
-
571
- #: ../lib/hammer_cli_foreman/associating_commands.rb:360
572
- msgid "Could not associate the location"
573
- msgstr ""
574
-
575
- #: ../lib/hammer_cli_foreman/associating_commands.rb:365
576
- msgid "Disassociate a location"
577
- msgstr ""
578
-
579
- #: ../lib/hammer_cli_foreman/associating_commands.rb:367
580
- msgid "The location has been disassociated"
581
- msgstr ""
582
-
583
- #: ../lib/hammer_cli_foreman/associating_commands.rb:368
584
- msgid "Could not disassociate the location"
585
- msgstr ""
586
-
587
- #: ../lib/hammer_cli_foreman/auth.rb:7
588
- msgid "Set credentials"
589
- msgstr ""
590
-
591
- #: ../lib/hammer_cli_foreman/auth.rb:9
592
- msgid "username to access the remote system"
593
- msgstr ""
594
-
595
- #: ../lib/hammer_cli_foreman/auth.rb:10
596
- msgid "password to access the remote system"
597
- msgstr ""
598
-
599
- #: ../lib/hammer_cli_foreman/auth.rb:22
600
- msgid "Successfully logged in."
601
- msgstr ""
602
-
603
- #: ../lib/hammer_cli_foreman/auth.rb:29
604
- msgid "Wipe your credentials"
605
- msgstr ""
606
-
607
- #: ../lib/hammer_cli_foreman/auth.rb:34
608
- msgid "Credentials deleted."
609
- msgstr ""
610
-
611
- #: ../lib/hammer_cli_foreman/auth.rb:41
612
- msgid "Information about current connections"
613
- msgstr ""
614
-
615
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:7
616
- msgid "Manage LDAP auth sources."
617
- msgstr ""
618
-
619
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:15
620
- msgid "LDAPS?"
621
- msgstr ""
622
-
623
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:16
624
- msgid "Port"
625
- msgstr ""
626
-
627
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:17
628
- msgid "Server Type"
629
- msgstr ""
630
-
631
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:27
632
- msgid "Account Username"
633
- msgstr ""
634
-
635
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:28
636
- msgid "Base DN"
637
- msgstr ""
638
-
639
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:29
640
- msgid "LDAP filter"
641
- msgstr ""
642
-
643
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:30
644
- msgid "Automatically Create Accounts?"
645
- msgstr ""
646
-
647
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:31
648
- msgid "Login Name Attribute"
649
- msgstr ""
650
-
651
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:32
652
- msgid "First Name Attribute"
653
- msgstr ""
654
-
655
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:33
656
- msgid "Last Name Attribute"
657
- msgstr ""
658
-
659
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:34
660
- msgid "Email Address Attribute"
661
- msgstr ""
662
-
663
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:35
664
- msgid "Photo Attribute"
665
- msgstr ""
666
-
667
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:43
668
- msgid "Auth source created"
669
- msgstr ""
670
-
671
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:44
672
- msgid "Could not create the Auth Source"
673
- msgstr ""
674
-
675
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:51
676
- msgid "Auth source deleted"
677
- msgstr ""
678
-
679
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:52
680
- msgid "Could not delete the Auth Source"
681
- msgstr ""
682
-
683
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:59
684
- msgid "Auth source updated"
685
- msgstr ""
686
-
687
- #: ../lib/hammer_cli_foreman/auth_source_ldap.rb:60
688
- msgid "Could not update the Auth Source"
689
- msgstr ""
690
-
691
- #: ../lib/hammer_cli_foreman/commands.rb:56
692
- msgid "Received data of unknown format"
693
- msgstr ""
694
-
695
- #: ../lib/hammer_cli_foreman/commands.rb:164
696
- msgid "Could not find %{resource}. Some search options were missing, please see --help."
697
- msgstr ""
698
-
699
- #: ../lib/hammer_cli_foreman/commands.rb:166
700
- msgid "Could not find %{resource}, please set option %{switches}."
701
- msgstr ""
702
-
703
- #: ../lib/hammer_cli_foreman/commands.rb:168
704
- msgid "Could not find %{resource}, please set one of options %{switches}."
705
- msgstr ""
706
-
707
- #: ../lib/hammer_cli_foreman/commands.rb:497
708
- msgid "Associate a resource"
709
- msgstr ""
710
-
711
- #: ../lib/hammer_cli_foreman/commands.rb:501
712
- msgid "Could not associate the %{resource_name}"
713
- msgstr ""
714
-
715
- #: ../lib/hammer_cli_foreman/commands.rb:505
716
- msgid "The %{resource_name} has been associated"
717
- msgstr ""
718
-
719
- #: ../lib/hammer_cli_foreman/commands.rb:527
720
- msgid "Disassociate a resource"
721
- msgstr ""
722
-
723
- #: ../lib/hammer_cli_foreman/commands.rb:539
724
- msgid "Could not disassociate the %{resource_name}"
725
- msgstr ""
726
-
727
- #: ../lib/hammer_cli_foreman/commands.rb:543
728
- msgid "The %{resource_name} has been disassociated"
729
- msgstr ""
730
-
731
- #: ../lib/hammer_cli_foreman/common_parameter.rb:13 ../lib/hammer_cli_foreman/fact.rb:14 ../lib/hammer_cli_foreman/host.rb:189 ../lib/hammer_cli_foreman/settings.rb:13 ../lib/hammer_cli_foreman/smart_class_parameter.rb:78 ../lib/hammer_cli_foreman/smart_variable.rb:68
732
- msgid "Value"
733
- msgstr ""
734
-
735
- #: ../lib/hammer_cli_foreman/common_parameter.rb:22
736
- msgid "Set a global parameter."
737
- msgstr ""
738
-
739
- #: ../lib/hammer_cli_foreman/common_parameter.rb:24
740
- msgid "Created parameter [%{name}] with value [%{value}]."
741
- msgstr ""
742
-
743
- #: ../lib/hammer_cli_foreman/common_parameter.rb:25
744
- msgid "Parameter [%{name}] updated to [%{value}]."
745
- msgstr ""
746
-
747
- #: ../lib/hammer_cli_foreman/common_parameter.rb:27 ../lib/hammer_cli_foreman/parameter.rb:49 ../lib/hammer_cli_foreman/parameter.rb:96
748
- msgid "parameter name"
749
- msgstr ""
750
-
751
- #: ../lib/hammer_cli_foreman/common_parameter.rb:28 ../lib/hammer_cli_foreman/parameter.rb:50
752
- msgid "parameter value"
753
- msgstr ""
754
-
755
- #: ../lib/hammer_cli_foreman/common_parameter.rb:53
756
- msgid "Global parameter [%{name}] deleted."
757
- msgstr ""
758
-
759
- #: ../lib/hammer_cli_foreman/common_parameter.rb:54
760
- msgid "Could not delete the global parameter [%{name}]"
761
- msgstr ""
762
-
763
- #: ../lib/hammer_cli_foreman/common_parameter.rb:67
764
- msgid "Manipulate global parameters."
765
- msgstr ""
766
-
767
- #: ../lib/hammer_cli_foreman/compute_resource.rb:22 ../lib/hammer_cli_foreman/interface.rb:60
768
- msgid "Provider"
769
- msgstr ""
770
-
771
- #: ../lib/hammer_cli_foreman/compute_resource.rb:34 ../lib/hammer_cli_foreman/compute_resource.rb:40
772
- msgid "Datacenter"
773
- msgstr ""
774
-
775
- #: ../lib/hammer_cli_foreman/compute_resource.rb:37 ../lib/hammer_cli_foreman/compute_resource.rb:47
776
- msgid "Region"
777
- msgstr ""
778
-
779
- #: ../lib/hammer_cli_foreman/compute_resource.rb:41
780
- msgid "Server"
781
- msgstr ""
782
-
783
- #: ../lib/hammer_cli_foreman/compute_resource.rb:44
784
- msgid "Tenant"
785
- msgstr ""
786
-
787
- #: ../lib/hammer_cli_foreman/compute_resource.rb:54
788
- msgid "Url"
789
- msgstr ""
790
-
791
- #: ../lib/hammer_cli_foreman/compute_resource.rb:55 ../lib/hammer_cli_foreman/domain.rb:42 ../lib/hammer_cli_foreman/location.rb:15 ../lib/hammer_cli_foreman/organization.rb:15 ../lib/hammer_cli_foreman/role.rb:21 ../lib/hammer_cli_foreman/settings.rb:14 ../lib/hammer_cli_foreman/smart_class_parameter.rb:59 ../lib/hammer_cli_foreman/smart_variable.rb:53 ../lib/hammer_cli_foreman/user.rb:34
792
- msgid "Description"
793
- msgstr ""
794
-
795
- #: ../lib/hammer_cli_foreman/compute_resource.rb:56
796
- msgid "User"
797
- msgstr ""
798
-
799
- #: ../lib/hammer_cli_foreman/compute_resource.rb:73
800
- msgid "Compute resource created"
801
- msgstr ""
802
-
803
- #: ../lib/hammer_cli_foreman/compute_resource.rb:74
804
- msgid "Could not create the compute resource"
805
- msgstr ""
806
-
807
- #: ../lib/hammer_cli_foreman/compute_resource.rb:85
808
- msgid "Compute resource updated"
809
- msgstr ""
810
-
811
- #: ../lib/hammer_cli_foreman/compute_resource.rb:86
812
- msgid "Could not update the compute resource"
813
- msgstr ""
814
-
815
- #: ../lib/hammer_cli_foreman/compute_resource.rb:93
816
- msgid "Compute resource deleted"
817
- msgstr ""
818
-
819
- #: ../lib/hammer_cli_foreman/compute_resource.rb:94
820
- msgid "Could not delete the compute resource"
821
- msgstr ""
822
-
823
- #: ../lib/hammer_cli_foreman/compute_resources/ec2/host_help_extenstion.rb:6
824
- msgid "EC2"
825
- msgstr ""
826
-
827
- #: ../lib/hammer_cli_foreman/compute_resources/gce/host_help_extenstion.rb:6
828
- msgid "GCE"
829
- msgstr ""
830
-
831
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:6
832
- msgid "Libvirt"
833
- msgstr ""
834
-
835
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:12
836
- msgid "Number of CPUs"
837
- msgstr ""
838
-
839
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:13
840
- msgid "String, amount of memory, value in bytes"
841
- msgstr ""
842
-
843
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:14 ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:16
844
- msgid "Boolean (expressed as 0 or 1), whether to start the machine or not"
845
- msgstr ""
846
-
847
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:19 ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:21 ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:28 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:10 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:28
848
- msgid "Possible values: %s"
849
- msgstr ""
850
-
851
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:20
852
- msgid "Name of interface according to type"
853
- msgstr ""
854
-
855
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:26
856
- msgid "One of available storage pools"
857
- msgstr ""
858
-
859
- #: ../lib/hammer_cli_foreman/compute_resources/libvirt/host_help_extenstion.rb:27
860
- msgid "String value, eg. 10G"
861
- msgstr ""
862
-
863
- #: ../lib/hammer_cli_foreman/compute_resources/openstack/host_help_extenstion.rb:6
864
- msgid "OpenStack"
865
- msgstr ""
866
-
867
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:6
868
- msgid "oVirt"
869
- msgstr ""
870
-
871
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:13
872
- msgid "Hardware profile to use"
873
- msgstr ""
874
-
875
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:14
876
- msgid "Integer value, number of cores"
877
- msgstr ""
878
-
879
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:15
880
- msgid "Amount of memory, integer value in bytes"
881
- msgstr ""
882
-
883
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:21
884
- msgid "Eg. eth0"
885
- msgstr ""
886
-
887
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:22
888
- msgid "Select one of available networks for a cluster"
889
- msgstr ""
890
-
891
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:27
892
- msgid "Volume size in GB, integer value"
893
- msgstr ""
894
-
895
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:28
896
- msgid "Select one of available storage domains"
897
- msgstr ""
898
-
899
- #: ../lib/hammer_cli_foreman/compute_resources/ovirt/host_help_extenstion.rb:29
900
- msgid "Boolean, only one volume can be bootable"
901
- msgstr ""
902
-
903
- #: ../lib/hammer_cli_foreman/compute_resources/rackspace/host_help_extenstion.rb:6
904
- msgid "Rackspace"
905
- msgstr ""
906
-
907
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:15
908
- msgid "VMWare"
909
- msgstr ""
910
-
911
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:21
912
- msgid "Cpu count"
913
- msgstr ""
914
-
915
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:22
916
- msgid "Number of cores per socket (applicable to hardware versions < 10 only)"
917
- msgstr ""
918
-
919
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:23
920
- msgid "Integer number, amount of memory in MB"
921
- msgstr ""
922
-
923
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:24
924
- msgid "Cluster id from VMware"
925
- msgstr ""
926
-
927
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:25
928
- msgid "Path to folder"
929
- msgstr ""
930
-
931
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:26
932
- msgid "Guest OS id form VMware"
933
- msgstr ""
934
-
935
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:27
936
- msgid "Id of the controller from VMware"
937
- msgstr ""
938
-
939
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:28
940
- msgid "Hardware version id from VMware"
941
- msgstr ""
942
-
943
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:29
944
- msgid "Must be a 1 or 0, whether to start the machine or not"
945
- msgstr ""
946
-
947
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:35
948
- msgid "Network id from VMware"
949
- msgstr ""
950
-
951
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:41
952
- msgid "Datastore id from VMware"
953
- msgstr ""
954
-
955
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:42
956
- msgid "Integer number, volume size in GB"
957
- msgstr ""
958
-
959
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:53
960
- msgid "Type of the network adapter, for example one of:"
961
- msgstr ""
962
-
963
- #: ../lib/hammer_cli_foreman/compute_resources/vmware/host_help_extenstion.rb:55
964
- msgid "See documentation center for your version of vSphere to find more details about available adapter types:"
965
- msgstr ""
966
-
967
- #: ../lib/hammer_cli_foreman/defaults.rb:7
968
- msgid "Use the default organization and/or location from the server"
969
- msgstr ""
970
-
971
- #: ../lib/hammer_cli_foreman/domain.rb:6
972
- msgid "ID of DNS proxy to use within this domain"
973
- msgstr ""
974
-
975
- #: ../lib/hammer_cli_foreman/domain.rb:7
976
- msgid "Name of DNS proxy to use within this domain"
977
- msgstr ""
978
-
979
- #: ../lib/hammer_cli_foreman/domain.rb:43
980
- msgid "DNS Id"
981
- msgstr ""
982
-
983
- #: ../lib/hammer_cli_foreman/domain.rb:57
984
- msgid "Domain [%{name}] created"
985
- msgstr ""
986
-
987
- #: ../lib/hammer_cli_foreman/domain.rb:58
988
- msgid "Could not create the domain"
989
- msgstr ""
990
-
991
- #: ../lib/hammer_cli_foreman/domain.rb:60 ../lib/hammer_cli_foreman/domain.rb:71
992
- msgid "Full name describing the domain"
993
- msgstr ""
994
-
995
- #: ../lib/hammer_cli_foreman/domain.rb:68
996
- msgid "Domain [%{name}] updated"
997
- msgstr ""
998
-
999
- #: ../lib/hammer_cli_foreman/domain.rb:69
1000
- msgid "Could not update the domain"
1001
- msgstr ""
1002
-
1003
- #: ../lib/hammer_cli_foreman/domain.rb:78
1004
- msgid "Domain [%{name}] deleted"
1005
- msgstr ""
1006
-
1007
- #: ../lib/hammer_cli_foreman/domain.rb:79
1008
- msgid "Could not delete the domain"
1009
- msgstr ""
1010
-
1011
- #: ../lib/hammer_cli_foreman/domain.rb:86
1012
- msgid "Create or update parameter for a domain."
1013
- msgstr ""
1014
-
1015
- #: ../lib/hammer_cli_foreman/domain.rb:88
1016
- msgid "Domain parameter updated"
1017
- msgstr ""
1018
-
1019
- #: ../lib/hammer_cli_foreman/domain.rb:89
1020
- msgid "New domain parameter created"
1021
- msgstr ""
1022
-
1023
- #: ../lib/hammer_cli_foreman/domain.rb:90
1024
- msgid "Could not set domain parameter"
1025
- msgstr ""
1026
-
1027
- #: ../lib/hammer_cli_foreman/domain.rb:102
1028
- msgid "Delete parameter for a domain."
1029
- msgstr ""
1030
-
1031
- #: ../lib/hammer_cli_foreman/domain.rb:104
1032
- msgid "Domain parameter deleted"
1033
- msgstr ""
1034
-
1035
- #: ../lib/hammer_cli_foreman/environment.rb:34
1036
- msgid "Environment created"
1037
- msgstr ""
1038
-
1039
- #: ../lib/hammer_cli_foreman/environment.rb:35
1040
- msgid "Could not create the environment"
1041
- msgstr ""
1042
-
1043
- #: ../lib/hammer_cli_foreman/environment.rb:42
1044
- msgid "Environment updated"
1045
- msgstr ""
1046
-
1047
- #: ../lib/hammer_cli_foreman/environment.rb:43
1048
- msgid "Could not update the environment"
1049
- msgstr ""
1050
-
1051
- #: ../lib/hammer_cli_foreman/environment.rb:50
1052
- msgid "Environment deleted"
1053
- msgstr ""
1054
-
1055
- #: ../lib/hammer_cli_foreman/environment.rb:51
1056
- msgid "Could not delete the environment"
1057
- msgstr ""
1058
-
1059
- #: ../lib/hammer_cli_foreman/exception_handler.rb:29
1060
- msgid "Redirection of API call detected."
1061
- msgstr ""
1062
-
1063
- #: ../lib/hammer_cli_foreman/exception_handler.rb:30
1064
- msgid "It seems hammer is configured to use HTTP and the server prefers HTTPS."
1065
- msgstr ""
1066
-
1067
- #: ../lib/hammer_cli_foreman/exception_handler.rb:32
1068
- msgid "Update your server url configuration"
1069
- msgstr ""
1070
-
1071
- #: ../lib/hammer_cli_foreman/exception_handler.rb:33
1072
- msgid "you can set 'follow_redirects' to one of :default or :always to enable redirects following"
1073
- msgstr ""
1074
-
1075
- #: ../lib/hammer_cli_foreman/exception_handler.rb:54
1076
- msgid "Forbidden - server refused to process the request"
1077
- msgstr ""
1078
-
1079
- #: ../lib/hammer_cli_foreman/exception_handler.rb:88
1080
- msgid "Could not load the API description from the server"
1081
- msgstr ""
1082
-
1083
- #: ../lib/hammer_cli_foreman/exception_handler.rb:89
1084
- msgid "is the server down?"
1085
- msgstr ""
1086
-
1087
- #: ../lib/hammer_cli_foreman/exception_handler.rb:90
1088
- msgid "was '%s' run on the server when using apipie cache? (typical production settings)"
1089
- msgstr ""
1090
-
1091
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:6
1092
- msgid "View and manage user group's external user groups"
1093
- msgstr ""
1094
-
1095
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:12 ../lib/hammer_cli_foreman/external_usergroup.rb:43
1096
- msgid "Auth source"
1097
- msgstr ""
1098
-
1099
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:39
1100
- msgid "Refresh external user group"
1101
- msgstr ""
1102
-
1103
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:57
1104
- msgid "External user group created"
1105
- msgstr ""
1106
-
1107
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:58
1108
- msgid "Could not create external user group"
1109
- msgstr ""
1110
-
1111
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:65
1112
- msgid "External user group updated"
1113
- msgstr ""
1114
-
1115
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:66
1116
- msgid "Could not update external user group"
1117
- msgstr ""
1118
-
1119
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:73
1120
- msgid "External user group deleted"
1121
- msgstr ""
1122
-
1123
- #: ../lib/hammer_cli_foreman/external_usergroup.rb:74
1124
- msgid "Could not delete the external user group"
1125
- msgstr ""
1126
-
1127
- #: ../lib/hammer_cli_foreman/fact.rb:12 ../lib/hammer_cli_foreman/report.rb:11 ../lib/hammer_cli_foreman/report.rb:31
1128
- msgid "Host"
1129
- msgstr ""
1130
-
1131
- #: ../lib/hammer_cli_foreman/fact.rb:13 ../lib/hammer_cli_foreman/host.rb:188
1132
- msgid "Fact"
1133
- msgstr ""
1134
-
1135
- #: ../lib/hammer_cli_foreman/filter.rb:10
1136
- msgid "Resource type"
1137
- msgstr ""
1138
-
1139
- #: ../lib/hammer_cli_foreman/filter.rb:11
1140
- msgid "Search"
1141
- msgstr ""
1142
-
1143
- #: ../lib/hammer_cli_foreman/filter.rb:12
1144
- msgid "Unlimited?"
1145
- msgstr ""
1146
-
1147
- #: ../lib/hammer_cli_foreman/filter.rb:13
1148
- msgid "Override?"
1149
- msgstr ""
1150
-
1151
- #: ../lib/hammer_cli_foreman/filter.rb:14
1152
- msgid "Role"
1153
- msgstr ""
1154
-
1155
- #: ../lib/hammer_cli_foreman/filter.rb:15
1156
- msgid "Permissions"
1157
- msgstr ""
1158
-
1159
- #: ../lib/hammer_cli_foreman/filter.rb:19 ../lib/hammer_cli_foreman/filter.rb:35 ../lib/hammer_cli_foreman/filter.rb:79 ../lib/hammer_cli_foreman/role.rb:42
1160
- msgid "(Miscellaneous)"
1161
- msgstr ""
1162
-
1163
- #: ../lib/hammer_cli_foreman/filter.rb:20 ../lib/hammer_cli_foreman/filter.rb:36 ../lib/hammer_cli_foreman/role.rb:43
1164
- msgid "none"
1165
- msgstr ""
1166
-
1167
- #: ../lib/hammer_cli_foreman/filter.rb:45
1168
- msgid "Permission filter for [%<resource_type>s] created"
1169
- msgstr ""
1170
-
1171
- #: ../lib/hammer_cli_foreman/filter.rb:46
1172
- msgid "Could not create the permission filter"
1173
- msgstr ""
1174
-
1175
- #: ../lib/hammer_cli_foreman/filter.rb:53
1176
- msgid "Permission filter for [%<resource_type>s] updated"
1177
- msgstr ""
1178
-
1179
- #: ../lib/hammer_cli_foreman/filter.rb:54
1180
- msgid "Could not update the permission filter"
1181
- msgstr ""
1182
-
1183
- #: ../lib/hammer_cli_foreman/filter.rb:61
1184
- msgid "Permission filter deleted"
1185
- msgstr ""
1186
-
1187
- #: ../lib/hammer_cli_foreman/filter.rb:62
1188
- msgid "Could not delete the permission filter"
1189
- msgstr ""
1190
-
1191
- #: ../lib/hammer_cli_foreman/filter.rb:75 ../lib/hammer_cli_foreman/report.rb:62
1192
- msgid "Resource"
1193
- msgstr ""
1194
-
1195
- #: ../lib/hammer_cli_foreman/host.rb:32 ../lib/hammer_cli_foreman/host.rb:103 ../lib/hammer_cli_foreman/hostgroup.rb:60 ../lib/hammer_cli_foreman/image.rb:31
1196
- msgid "Operating System"
1197
- msgstr ""
1198
-
1199
- #: ../lib/hammer_cli_foreman/host.rb:33 ../lib/hammer_cli_foreman/host.rb:67
1200
- msgid "Host Group"
1201
- msgstr ""
1202
-
1203
- #: ../lib/hammer_cli_foreman/host.rb:34 ../lib/hammer_cli_foreman/host.rb:80
1204
- msgid "IP"
1205
- msgstr ""
1206
-
1207
- #: ../lib/hammer_cli_foreman/host.rb:35 ../lib/hammer_cli_foreman/host.rb:81
1208
- msgid "MAC"
1209
- msgstr ""
1210
-
1211
- #: ../lib/hammer_cli_foreman/host.rb:45
1212
- msgid "Bare Metal"
1213
- msgstr ""
1214
-
1215
- #: ../lib/hammer_cli_foreman/host.rb:63 ../lib/hammer_cli_foreman/image.rb:33 ../lib/hammer_cli_foreman/image.rb:71
1216
- msgid "UUID"
1217
- msgstr ""
1218
-
1219
- #: ../lib/hammer_cli_foreman/host.rb:65
1220
- msgid "Organization"
1221
- msgstr ""
1222
-
1223
- #: ../lib/hammer_cli_foreman/host.rb:66
1224
- msgid "Location"
1225
- msgstr ""
1226
-
1227
- #: ../lib/hammer_cli_foreman/host.rb:68
1228
- msgid "Compute Resource"
1229
- msgstr ""
1230
-
1231
- #: ../lib/hammer_cli_foreman/host.rb:69
1232
- msgid "Compute Profile"
1233
- msgstr ""
1234
-
1235
- #: ../lib/hammer_cli_foreman/host.rb:70 ../lib/hammer_cli_foreman/hostgroup.rb:61
1236
- msgid "Environment"
1237
- msgstr ""
1238
-
1239
- #: ../lib/hammer_cli_foreman/host.rb:71
1240
- msgid "Puppet CA Id"
1241
- msgstr ""
1242
-
1243
- #: ../lib/hammer_cli_foreman/host.rb:72
1244
- msgid "Puppet Master Id"
1245
- msgstr ""
1246
-
1247
- #: ../lib/hammer_cli_foreman/host.rb:73
1248
- msgid "Cert name"
1249
- msgstr ""
1250
-
1251
- #: ../lib/hammer_cli_foreman/host.rb:74 ../lib/hammer_cli_foreman/interface.rb:51
1252
- msgid "Managed"
1253
- msgstr ""
1254
-
1255
- #: ../lib/hammer_cli_foreman/host.rb:76
1256
- msgid "Installed at"
1257
- msgstr ""
1258
-
1259
- #: ../lib/hammer_cli_foreman/host.rb:77 ../lib/hammer_cli_foreman/report.rb:12
1260
- msgid "Last report"
1261
- msgstr ""
1262
-
1263
- #: ../lib/hammer_cli_foreman/host.rb:79 ../lib/hammer_cli_foreman/subnet.rb:12
1264
- msgid "Network"
1265
- msgstr ""
1266
-
1267
- #: ../lib/hammer_cli_foreman/host.rb:82 ../lib/hammer_cli_foreman/hostgroup.rb:72 ../lib/hammer_cli_foreman/interface.rb:49
1268
- msgid "Subnet"
1269
- msgstr ""
1270
-
1271
- #: ../lib/hammer_cli_foreman/host.rb:83 ../lib/hammer_cli_foreman/hostgroup.rb:74 ../lib/hammer_cli_foreman/interface.rb:50
1272
- msgid "Domain"
1273
- msgstr ""
1274
-
1275
- #: ../lib/hammer_cli_foreman/host.rb:84
1276
- msgid "Service provider"
1277
- msgstr ""
1278
-
1279
- #: ../lib/hammer_cli_foreman/host.rb:85
1280
- msgid "SP Name"
1281
- msgstr ""
1282
-
1283
- #: ../lib/hammer_cli_foreman/host.rb:86
1284
- msgid "SP IP"
1285
- msgstr ""
1286
-
1287
- #: ../lib/hammer_cli_foreman/host.rb:87
1288
- msgid "SP MAC"
1289
- msgstr ""
1290
-
1291
- #: ../lib/hammer_cli_foreman/host.rb:88
1292
- msgid "SP Subnet"
1293
- msgstr ""
1294
-
1295
- #: ../lib/hammer_cli_foreman/host.rb:92
1296
- msgid "Network interfaces"
1297
- msgstr ""
1298
-
1299
- #: ../lib/hammer_cli_foreman/host.rb:94 ../lib/hammer_cli_foreman/interface.rb:24 ../lib/hammer_cli_foreman/interface.rb:44
1300
- msgid "Identifier"
1301
- msgstr ""
1302
-
1303
- #: ../lib/hammer_cli_foreman/host.rb:95 ../lib/hammer_cli_foreman/interface.rb:25 ../lib/hammer_cli_foreman/interface.rb:45 ../lib/hammer_cli_foreman/smart_class_parameter.rb:60 ../lib/hammer_cli_foreman/smart_class_parameter.rb:66 ../lib/hammer_cli_foreman/smart_variable.rb:12 ../lib/hammer_cli_foreman/smart_variable.rb:57 ../lib/hammer_cli_foreman/template.rb:27
1304
- msgid "Type"
1305
- msgstr ""
1306
-
1307
- #: ../lib/hammer_cli_foreman/host.rb:96 ../lib/hammer_cli_foreman/interface.rb:26 ../lib/hammer_cli_foreman/interface.rb:46
1308
- msgid "MAC address"
1309
- msgstr ""
1310
-
1311
- #: ../lib/hammer_cli_foreman/host.rb:97 ../lib/hammer_cli_foreman/interface.rb:27 ../lib/hammer_cli_foreman/interface.rb:47
1312
- msgid "IP address"
1313
- msgstr ""
1314
-
1315
- #: ../lib/hammer_cli_foreman/host.rb:98
1316
- msgid "FQDN"
1317
- msgstr ""
1318
-
1319
- #: ../lib/hammer_cli_foreman/host.rb:101
1320
- msgid "Operating system"
1321
- msgstr ""
1322
-
1323
- #: ../lib/hammer_cli_foreman/host.rb:102 ../lib/hammer_cli_foreman/hostgroup.rb:75 ../lib/hammer_cli_foreman/image.rb:45
1324
- msgid "Architecture"
1325
- msgstr ""
1326
-
1327
- #: ../lib/hammer_cli_foreman/host.rb:106
1328
- msgid "Build"
1329
- msgstr ""
1330
-
1331
- #: ../lib/hammer_cli_foreman/host.rb:107 ../lib/hammer_cli_foreman/hostgroup.rb:77
1332
- msgid "Medium"
1333
- msgstr ""
1334
-
1335
- #: ../lib/hammer_cli_foreman/host.rb:108 ../lib/hammer_cli_foreman/hostgroup.rb:76
1336
- msgid "Partition Table"
1337
- msgstr ""
1338
-
1339
- #: ../lib/hammer_cli_foreman/host.rb:109
1340
- msgid "Custom partition table"
1341
- msgstr ""
1342
-
1343
- #: ../lib/hammer_cli_foreman/host.rb:112
1344
- msgid "Image"
1345
- msgstr ""
1346
-
1347
- #: ../lib/hammer_cli_foreman/host.rb:113
1348
- msgid "Image file"
1349
- msgstr ""
1350
-
1351
- #: ../lib/hammer_cli_foreman/host.rb:114
1352
- msgid "Use image"
1353
- msgstr ""
1354
-
1355
- #: ../lib/hammer_cli_foreman/host.rb:120
1356
- msgid "Additional info"
1357
- msgstr ""
1358
-
1359
- #: ../lib/hammer_cli_foreman/host.rb:121
1360
- msgid "Owner Id"
1361
- msgstr ""
1362
-
1363
- #: ../lib/hammer_cli_foreman/host.rb:122
1364
- msgid "Owner Type"
1365
- msgstr ""
1366
-
1367
- #: ../lib/hammer_cli_foreman/host.rb:123
1368
- msgid "Enabled"
1369
- msgstr ""
1370
-
1371
- #: ../lib/hammer_cli_foreman/host.rb:124 ../lib/hammer_cli_foreman/hostgroup.rb:62
1372
- msgid "Model"
1373
- msgstr ""
1374
-
1375
- #: ../lib/hammer_cli_foreman/host.rb:125
1376
- msgid "Comment"
1377
- msgstr ""
1378
-
1379
- #: ../lib/hammer_cli_foreman/host.rb:138
1380
- msgid "Status"
1381
- msgstr ""
1382
-
1383
- #: ../lib/hammer_cli_foreman/host.rb:139
1384
- msgid "Power"
1385
- msgstr ""
1386
-
1387
- #: ../lib/hammer_cli_foreman/host.rb:175
1388
- msgid "Puppet run triggered"
1389
- msgstr ""
1390
-
1391
- #: ../lib/hammer_cli_foreman/host.rb:228
1392
- msgid "Host created"
1393
- msgstr ""
1394
-
1395
- #: ../lib/hammer_cli_foreman/host.rb:229
1396
- msgid "Could not create the host"
1397
- msgstr ""
1398
-
1399
- #: ../lib/hammer_cli_foreman/host.rb:247
1400
- msgid "Host updated"
1401
- msgstr ""
1402
-
1403
- #: ../lib/hammer_cli_foreman/host.rb:248
1404
- msgid "Could not update the host"
1405
- msgstr ""
1406
-
1407
- #: ../lib/hammer_cli_foreman/host.rb:256
1408
- msgid "Host deleted"
1409
- msgstr ""
1410
-
1411
- #: ../lib/hammer_cli_foreman/host.rb:257
1412
- msgid "Could not delete the host"
1413
- msgstr ""
1414
-
1415
- #: ../lib/hammer_cli_foreman/host.rb:264
1416
- msgid "Create or update parameter for a host."
1417
- msgstr ""
1418
-
1419
- #: ../lib/hammer_cli_foreman/host.rb:266
1420
- msgid "Host parameter updated"
1421
- msgstr ""
1422
-
1423
- #: ../lib/hammer_cli_foreman/host.rb:267
1424
- msgid "New host parameter created"
1425
- msgstr ""
1426
-
1427
- #: ../lib/hammer_cli_foreman/host.rb:268
1428
- msgid "Could not set host parameter"
1429
- msgstr ""
1430
-
1431
- #: ../lib/hammer_cli_foreman/host.rb:280
1432
- msgid "Delete parameter for a host."
1433
- msgstr ""
1434
-
1435
- #: ../lib/hammer_cli_foreman/host.rb:282
1436
- msgid "Host parameter deleted"
1437
- msgstr ""
1438
-
1439
- #: ../lib/hammer_cli_foreman/host.rb:297
1440
- msgid "Power a host on"
1441
- msgstr ""
1442
-
1443
- #: ../lib/hammer_cli_foreman/host.rb:298
1444
- msgid "The host is starting."
1445
- msgstr ""
1446
-
1447
- #: ../lib/hammer_cli_foreman/host.rb:315
1448
- msgid "Force turning off a host"
1449
- msgstr ""
1450
-
1451
- #: ../lib/hammer_cli_foreman/host.rb:320
1452
- msgid "Power a host off"
1453
- msgstr ""
1454
-
1455
- #: ../lib/hammer_cli_foreman/host.rb:332
1456
- msgid "Power off forced."
1457
- msgstr ""
1458
-
1459
- #: ../lib/hammer_cli_foreman/host.rb:334
1460
- msgid "Powering the host off."
1461
- msgstr ""
1462
-
1463
- #: ../lib/hammer_cli_foreman/host.rb:351
1464
- msgid "Reboot a host"
1465
- msgstr ""
1466
-
1467
- #: ../lib/hammer_cli_foreman/host.rb:352
1468
- msgid "Host reboot started."
1469
- msgstr ""
1470
-
1471
- #: ../lib/hammer_cli_foreman/host.rb:388
1472
- msgid "Rebuild orchestration related configurations for host"
1473
- msgstr ""
1474
-
1475
- #: ../lib/hammer_cli_foreman/host.rb:389
1476
- msgid "Configuration successfully rebuilt."
1477
- msgstr ""
1478
-
1479
- #: ../lib/hammer_cli_foreman/hostgroup.rb:10
1480
- msgid "List of puppetclass ids"
1481
- msgstr ""
1482
-
1483
- #: ../lib/hammer_cli_foreman/hostgroup.rb:12
1484
- msgid "Name of puppet CA proxy"
1485
- msgstr ""
1486
-
1487
- #: ../lib/hammer_cli_foreman/hostgroup.rb:13
1488
- msgid "Name of puppet proxy"
1489
- msgstr ""
1490
-
1491
- #: ../lib/hammer_cli_foreman/hostgroup.rb:14
1492
- msgid "Name of parent hostgroup"
1493
- msgstr ""
1494
-
1495
- #: ../lib/hammer_cli_foreman/hostgroup.rb:17
1496
- msgid "Root password"
1497
- msgstr ""
1498
-
1499
- #: ../lib/hammer_cli_foreman/hostgroup.rb:23
1500
- msgid "Enter the root password for the host group:"
1501
- msgstr ""
1502
-
1503
- #: ../lib/hammer_cli_foreman/hostgroup.rb:59 ../lib/hammer_cli_foreman/operating_system.rb:11
1504
- msgid "Title"
1505
- msgstr ""
1506
-
1507
- #: ../lib/hammer_cli_foreman/hostgroup.rb:78
1508
- msgid "Puppet CA Proxy Id"
1509
- msgstr ""
1510
-
1511
- #: ../lib/hammer_cli_foreman/hostgroup.rb:79
1512
- msgid "Puppet Master Proxy Id"
1513
- msgstr ""
1514
-
1515
- #: ../lib/hammer_cli_foreman/hostgroup.rb:80
1516
- msgid "ComputeProfile"
1517
- msgstr ""
1518
-
1519
- #: ../lib/hammer_cli_foreman/hostgroup.rb:84
1520
- msgid "Parent Id"
1521
- msgstr ""
1522
-
1523
- #: ../lib/hammer_cli_foreman/hostgroup.rb:94
1524
- msgid "Hostgroup created"
1525
- msgstr ""
1526
-
1527
- #: ../lib/hammer_cli_foreman/hostgroup.rb:95
1528
- msgid "Could not create the hostgroup"
1529
- msgstr ""
1530
-
1531
- #: ../lib/hammer_cli_foreman/hostgroup.rb:104
1532
- msgid "Hostgroup updated"
1533
- msgstr ""
1534
-
1535
- #: ../lib/hammer_cli_foreman/hostgroup.rb:105
1536
- msgid "Could not update the hostgroup"
1537
- msgstr ""
1538
-
1539
- #: ../lib/hammer_cli_foreman/hostgroup.rb:112
1540
- msgid "Hostgroup deleted"
1541
- msgstr ""
1542
-
1543
- #: ../lib/hammer_cli_foreman/hostgroup.rb:113
1544
- msgid "Could not delete the hostgroup"
1545
- msgstr ""
1546
-
1547
- #: ../lib/hammer_cli_foreman/hostgroup.rb:137
1548
- msgid "Create or update parameter for a hostgroup."
1549
- msgstr ""
1550
-
1551
- #: ../lib/hammer_cli_foreman/hostgroup.rb:139
1552
- msgid "Hostgroup parameter updated"
1553
- msgstr ""
1554
-
1555
- #: ../lib/hammer_cli_foreman/hostgroup.rb:140
1556
- msgid "New hostgroup parameter created"
1557
- msgstr ""
1558
-
1559
- #: ../lib/hammer_cli_foreman/hostgroup.rb:141
1560
- msgid "Could not set hostgroup parameter"
1561
- msgstr ""
1562
-
1563
- #: ../lib/hammer_cli_foreman/hostgroup.rb:148
1564
- msgid "Delete parameter for a hostgroup."
1565
- msgstr ""
1566
-
1567
- #: ../lib/hammer_cli_foreman/hostgroup.rb:150
1568
- msgid "Hostgroup parameter deleted"
1569
- msgstr ""
1570
-
1571
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:6
1572
- msgid "Available keys for %{option}"
1573
- msgstr ""
1574
-
1575
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:16
1576
- msgid "%{value}, each managed hosts needs to have one primary interface."
1577
- msgstr ""
1578
-
1579
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:20 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:26 ../lib/hammer_cli_foreman/hosts/common_update_help.rb:33
1580
- msgid "For %{condition}"
1581
- msgstr ""
1582
-
1583
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:22
1584
- msgid "VLAN tag, this attribute has precedence over the subnet VLAN ID. Only for virtual interfaces."
1585
- msgstr ""
1586
-
1587
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:23
1588
- msgid "Identifier of the interface to which this interface belongs, e.g. eth1."
1589
- msgstr ""
1590
-
1591
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:29
1592
- msgid "Identifiers of slave interfaces, e.g. [eth1,eth2]"
1593
- msgstr ""
1594
-
1595
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:35
1596
- msgid "always IPMI"
1597
- msgstr ""
1598
-
1599
- #: ../lib/hammer_cli_foreman/hosts/common_update_help.rb:42
1600
- msgid "Provider specific options"
1601
- msgstr ""
1602
-
1603
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:6
1604
- msgid "Login of the owner"
1605
- msgstr ""
1606
-
1607
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:8
1608
- msgid "ID of the owner"
1609
- msgstr ""
1610
-
1611
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:35
1612
- msgid "Host parameters."
1613
- msgstr ""
1614
-
1615
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:37
1616
- msgid "Compute resource attributes."
1617
- msgstr ""
1618
-
1619
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:39
1620
- msgid "Volume parameters"
1621
- msgstr ""
1622
-
1623
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:41
1624
- msgid "Interface parameters."
1625
- msgstr ""
1626
-
1627
- #: ../lib/hammer_cli_foreman/hosts/common_update_options.rb:55
1628
- msgid "Enter the root password for the host:"
1629
- msgstr ""
1630
-
1631
- #: ../lib/hammer_cli_foreman/id_resolver.rb:36
1632
- msgid "Architecture name"
1633
- msgstr ""
1634
-
1635
- #: ../lib/hammer_cli_foreman/id_resolver.rb:37
1636
- msgid "Compute resource name"
1637
- msgstr ""
1638
-
1639
- #: ../lib/hammer_cli_foreman/id_resolver.rb:38
1640
- msgid "Domain name"
1641
- msgstr ""
1642
-
1643
- #: ../lib/hammer_cli_foreman/id_resolver.rb:39
1644
- msgid "Environment name"
1645
- msgstr ""
1646
-
1647
- #: ../lib/hammer_cli_foreman/id_resolver.rb:42
1648
- msgid "Host name"
1649
- msgstr ""
1650
-
1651
- #: ../lib/hammer_cli_foreman/id_resolver.rb:43
1652
- msgid "Hostgroup name"
1653
- msgstr ""
1654
-
1655
- #: ../lib/hammer_cli_foreman/id_resolver.rb:43
1656
- msgid "Hostgroup title"
1657
- msgstr ""
1658
-
1659
- #: ../lib/hammer_cli_foreman/id_resolver.rb:46
1660
- msgid "Location name"
1661
- msgstr ""
1662
-
1663
- #: ../lib/hammer_cli_foreman/id_resolver.rb:47
1664
- msgid "Medium name"
1665
- msgstr ""
1666
-
1667
- #: ../lib/hammer_cli_foreman/id_resolver.rb:48
1668
- msgid "Model name"
1669
- msgstr ""
1670
-
1671
- #: ../lib/hammer_cli_foreman/id_resolver.rb:49
1672
- msgid "Organization name"
1673
- msgstr ""
1674
-
1675
- #: ../lib/hammer_cli_foreman/id_resolver.rb:50
1676
- msgid "Operating system title"
1677
- msgstr ""
1678
-
1679
- #: ../lib/hammer_cli_foreman/id_resolver.rb:52
1680
- msgid "Partition table name"
1681
- msgstr ""
1682
-
1683
- #: ../lib/hammer_cli_foreman/id_resolver.rb:53
1684
- msgid "Proxy name"
1685
- msgstr ""
1686
-
1687
- #: ../lib/hammer_cli_foreman/id_resolver.rb:54
1688
- msgid "Puppet class name"
1689
- msgstr ""
1690
-
1691
- #: ../lib/hammer_cli_foreman/id_resolver.rb:55
1692
- msgid "Report name"
1693
- msgstr ""
1694
-
1695
- #: ../lib/hammer_cli_foreman/id_resolver.rb:56
1696
- msgid "User role name"
1697
- msgstr ""
1698
-
1699
- #: ../lib/hammer_cli_foreman/id_resolver.rb:57
1700
- msgid "Setting name"
1701
- msgstr ""
1702
-
1703
- #: ../lib/hammer_cli_foreman/id_resolver.rb:58
1704
- msgid "Subnet name"
1705
- msgstr ""
1706
-
1707
- #: ../lib/hammer_cli_foreman/id_resolver.rb:60
1708
- msgid "User's login to search by"
1709
- msgstr ""
1710
-
1711
- #: ../lib/hammer_cli_foreman/id_resolver.rb:61
1712
- msgid "Common parameter name"
1713
- msgstr ""
1714
-
1715
- #: ../lib/hammer_cli_foreman/id_resolver.rb:62
1716
- msgid "Smart class parameter name"
1717
- msgstr ""
1718
-
1719
- #: ../lib/hammer_cli_foreman/id_resolver.rb:63 ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:112
1720
- msgid "Smart variable name"
1721
- msgstr ""
1722
-
1723
- #: ../lib/hammer_cli_foreman/id_resolver.rb:65
1724
- msgid "Name to search by"
1725
- msgstr ""
1726
-
1727
- #: ../lib/hammer_cli_foreman/id_resolver.rb:153 ../lib/hammer_cli_foreman/id_resolver.rb:161
1728
- msgid "one of %s not found"
1729
- msgstr ""
1730
-
1731
- #: ../lib/hammer_cli_foreman/id_resolver.rb:208
1732
- msgid "%s not found"
1733
- msgstr ""
1734
-
1735
- #: ../lib/hammer_cli_foreman/id_resolver.rb:209
1736
- msgid "found more than one %s"
1737
- msgstr ""
1738
-
1739
- #: ../lib/hammer_cli_foreman/id_resolver.rb:220
1740
- msgid "Missing options to search %s"
1741
- msgstr ""
1742
-
1743
- #: ../lib/hammer_cli_foreman/image.rb:8
1744
- msgid "View and manage compute resource's images"
1745
- msgstr ""
1746
-
1747
- #: ../lib/hammer_cli_foreman/image.rb:32 ../lib/hammer_cli_foreman/interface.rb:59
1748
- msgid "Username"
1749
- msgstr ""
1750
-
1751
- #: ../lib/hammer_cli_foreman/image.rb:46
1752
- msgid "IAM role"
1753
- msgstr ""
1754
-
1755
- #: ../lib/hammer_cli_foreman/image.rb:56
1756
- msgid "Show images available for addition"
1757
- msgstr ""
1758
-
1759
- #: ../lib/hammer_cli_foreman/image.rb:81
1760
- msgid "Image created"
1761
- msgstr ""
1762
-
1763
- #: ../lib/hammer_cli_foreman/image.rb:82
1764
- msgid "Could not create the image"
1765
- msgstr ""
1766
-
1767
- #: ../lib/hammer_cli_foreman/image.rb:90
1768
- msgid "Image updated"
1769
- msgstr ""
1770
-
1771
- #: ../lib/hammer_cli_foreman/image.rb:91
1772
- msgid "Could not update the image"
1773
- msgstr ""
1774
-
1775
- #: ../lib/hammer_cli_foreman/image.rb:99
1776
- msgid "Image deleted"
1777
- msgstr ""
1778
-
1779
- #: ../lib/hammer_cli_foreman/image.rb:100
1780
- msgid "Could not delete the image"
1781
- msgstr ""
1782
-
1783
- #: ../lib/hammer_cli_foreman/interface.rb:6
1784
- msgid "View and manage host's network interfaces"
1785
- msgstr ""
1786
-
1787
- #: ../lib/hammer_cli_foreman/interface.rb:10
1788
- msgid "primary"
1789
- msgstr ""
1790
-
1791
- #: ../lib/hammer_cli_foreman/interface.rb:11
1792
- msgid "provision"
1793
- msgstr ""
1794
-
1795
- #: ../lib/hammer_cli_foreman/interface.rb:28 ../lib/hammer_cli_foreman/interface.rb:48
1796
- msgid "DNS name"
1797
- msgstr ""
1798
-
1799
- #: ../lib/hammer_cli_foreman/interface.rb:52
1800
- msgid "Primary"
1801
- msgstr ""
1802
-
1803
- #: ../lib/hammer_cli_foreman/interface.rb:53
1804
- msgid "Provision"
1805
- msgstr ""
1806
-
1807
- #: ../lib/hammer_cli_foreman/interface.rb:54
1808
- msgid "Virtual"
1809
- msgstr ""
1810
-
1811
- #: ../lib/hammer_cli_foreman/interface.rb:55
1812
- msgid "Tag"
1813
- msgstr ""
1814
-
1815
- #: ../lib/hammer_cli_foreman/interface.rb:56
1816
- msgid "Attached to"
1817
- msgstr ""
1818
-
1819
- #: ../lib/hammer_cli_foreman/interface.rb:58
1820
- msgid "BMC"
1821
- msgstr ""
1822
-
1823
- #: ../lib/hammer_cli_foreman/interface.rb:63
1824
- msgid "Bond"
1825
- msgstr ""
1826
-
1827
- #: ../lib/hammer_cli_foreman/interface.rb:64
1828
- msgid "Mode"
1829
- msgstr ""
1830
-
1831
- #: ../lib/hammer_cli_foreman/interface.rb:65
1832
- msgid "Attached devices"
1833
- msgstr ""
1834
-
1835
- #: ../lib/hammer_cli_foreman/interface.rb:66
1836
- msgid "Bond options"
1837
- msgstr ""
1838
-
1839
- #: ../lib/hammer_cli_foreman/interface.rb:77
1840
- msgid "Should this interface be used for constructing the FQDN of the host? Each managed hosts needs to have one primary interface."
1841
- msgstr ""
1842
-
1843
- #: ../lib/hammer_cli_foreman/interface.rb:78
1844
- msgid "Should this interface be used for TFTP of PXELinux (or SSH for image-based hosts)? Each managed hosts needs to have one provision interface."
1845
- msgstr ""
1846
-
1847
- #: ../lib/hammer_cli_foreman/interface.rb:128
1848
- msgid "Interface created"
1849
- msgstr ""
1850
-
1851
- #: ../lib/hammer_cli_foreman/interface.rb:129
1852
- msgid "Could not create the interface"
1853
- msgstr ""
1854
-
1855
- #: ../lib/hammer_cli_foreman/interface.rb:131 ../lib/hammer_cli_foreman/interface.rb:144
1856
- msgid "Compute resource specific attributes."
1857
- msgstr ""
1858
-
1859
- #: ../lib/hammer_cli_foreman/interface.rb:141
1860
- msgid "Interface updated"
1861
- msgstr ""
1862
-
1863
- #: ../lib/hammer_cli_foreman/interface.rb:142
1864
- msgid "Could not update the interface"
1865
- msgstr ""
1866
-
1867
- #: ../lib/hammer_cli_foreman/interface.rb:154
1868
- msgid "Interface deleted"
1869
- msgstr ""
1870
-
1871
- #: ../lib/hammer_cli_foreman/interface.rb:155
1872
- msgid "Could not delete the interface"
1873
- msgstr ""
1874
-
1875
- #: ../lib/hammer_cli_foreman/location.rb:25 ../lib/hammer_cli_foreman/location.rb:64 ../lib/hammer_cli_foreman/location.rb:76
1876
- msgid "Location numeric id to search by"
1877
- msgstr ""
1878
-
1879
- #: ../lib/hammer_cli_foreman/location.rb:28 ../lib/hammer_cli_foreman/organization.rb:28
1880
- msgid "Parent"
1881
- msgstr ""
1882
-
1883
- #: ../lib/hammer_cli_foreman/location.rb:39 ../lib/hammer_cli_foreman/references.rb:18
1884
- msgid "Organizations"
1885
- msgstr ""
1886
-
1887
- #: ../lib/hammer_cli_foreman/location.rb:54
1888
- msgid "Location created"
1889
- msgstr ""
1890
-
1891
- #: ../lib/hammer_cli_foreman/location.rb:55
1892
- msgid "Could not create the location"
1893
- msgstr ""
1894
-
1895
- #: ../lib/hammer_cli_foreman/location.rb:66
1896
- msgid "Location updated"
1897
- msgstr ""
1898
-
1899
- #: ../lib/hammer_cli_foreman/location.rb:67
1900
- msgid "Could not update the location"
1901
- msgstr ""
1902
-
1903
- #: ../lib/hammer_cli_foreman/location.rb:78
1904
- msgid "Location deleted"
1905
- msgstr ""
1906
-
1907
- #: ../lib/hammer_cli_foreman/location.rb:79
1908
- msgid "Could not delete the location"
1909
- msgstr ""
1910
-
1911
- #: ../lib/hammer_cli_foreman/location.rb:88
1912
- msgid "Create or update parameter for a location."
1913
- msgstr ""
1914
-
1915
- #: ../lib/hammer_cli_foreman/location.rb:90 ../lib/hammer_cli_foreman/organization.rb:91
1916
- msgid "Parameter [%{name}] updated to value [%{value}]"
1917
- msgstr ""
1918
-
1919
- #: ../lib/hammer_cli_foreman/location.rb:91 ../lib/hammer_cli_foreman/organization.rb:92
1920
- msgid "Parameter [%{name}] created with value [%{value}]"
1921
- msgstr ""
1922
-
1923
- #: ../lib/hammer_cli_foreman/location.rb:92
1924
- msgid "Could not set location parameter"
1925
- msgstr ""
1926
-
1927
- #: ../lib/hammer_cli_foreman/location.rb:99
1928
- msgid "Delete parameter for a location."
1929
- msgstr ""
1930
-
1931
- #: ../lib/hammer_cli_foreman/location.rb:101 ../lib/hammer_cli_foreman/organization.rb:102
1932
- msgid "Parameter [%{name}] deleted"
1933
- msgstr ""
1934
-
1935
- #: ../lib/hammer_cli_foreman/location.rb:102
1936
- msgid "Could not delete location parameter"
1937
- msgstr ""
1938
-
1939
- #: ../lib/hammer_cli_foreman/media.rb:11
1940
- msgid "Path"
1941
- msgstr ""
1942
-
1943
- #: ../lib/hammer_cli_foreman/media.rb:20 ../lib/hammer_cli_foreman/partition_table.rb:12
1944
- msgid "OS Family"
1945
- msgstr ""
1946
-
1947
- #: ../lib/hammer_cli_foreman/media.rb:32
1948
- msgid "Installation medium created"
1949
- msgstr ""
1950
-
1951
- #: ../lib/hammer_cli_foreman/media.rb:33
1952
- msgid "Could not create the installation medium"
1953
- msgstr ""
1954
-
1955
- #: ../lib/hammer_cli_foreman/media.rb:41
1956
- msgid "Installation medium updated"
1957
- msgstr ""
1958
-
1959
- #: ../lib/hammer_cli_foreman/media.rb:42
1960
- msgid "Could not update the installation media"
1961
- msgstr ""
1962
-
1963
- #: ../lib/hammer_cli_foreman/media.rb:50
1964
- msgid "Installation medium deleted"
1965
- msgstr ""
1966
-
1967
- #: ../lib/hammer_cli_foreman/media.rb:51
1968
- msgid "Could not delete the installation media"
1969
- msgstr ""
1970
-
1971
- #: ../lib/hammer_cli_foreman/model.rb:12
1972
- msgid "Vendor class"
1973
- msgstr ""
1974
-
1975
- #: ../lib/hammer_cli_foreman/model.rb:13
1976
- msgid "HW model"
1977
- msgstr ""
1978
-
1979
- #: ../lib/hammer_cli_foreman/model.rb:22
1980
- msgid "Info"
1981
- msgstr ""
1982
-
1983
- #: ../lib/hammer_cli_foreman/model.rb:31
1984
- msgid "Hardware model created"
1985
- msgstr ""
1986
-
1987
- #: ../lib/hammer_cli_foreman/model.rb:32
1988
- msgid "Could not create the hardware model"
1989
- msgstr ""
1990
-
1991
- #: ../lib/hammer_cli_foreman/model.rb:38
1992
- msgid "Hardware model deleted"
1993
- msgstr ""
1994
-
1995
- #: ../lib/hammer_cli_foreman/model.rb:39
1996
- msgid "Could not delete the hardware model"
1997
- msgstr ""
1998
-
1999
- #: ../lib/hammer_cli_foreman/model.rb:46
2000
- msgid "Hardware model updated"
2001
- msgstr ""
2002
-
2003
- #: ../lib/hammer_cli_foreman/model.rb:47
2004
- msgid "Could not update the hardware model"
2005
- msgstr ""
2006
-
2007
- #: ../lib/hammer_cli_foreman/operating_system.rb:12
2008
- msgid "Release name"
2009
- msgstr ""
2010
-
2011
- #: ../lib/hammer_cli_foreman/operating_system.rb:13
2012
- msgid "Family"
2013
- msgstr ""
2014
-
2015
- #: ../lib/hammer_cli_foreman/operating_system.rb:23
2016
- msgid "Major version"
2017
- msgstr ""
2018
-
2019
- #: ../lib/hammer_cli_foreman/operating_system.rb:24
2020
- msgid "Minor version"
2021
- msgstr ""
2022
-
2023
- #: ../lib/hammer_cli_foreman/operating_system.rb:25
2024
- msgid "Partition tables"
2025
- msgstr ""
2026
-
2027
- #: ../lib/hammer_cli_foreman/operating_system.rb:28
2028
- msgid "Default templates"
2029
- msgstr ""
2030
-
2031
- #: ../lib/hammer_cli_foreman/operating_system.rb:31
2032
- msgid "Architectures"
2033
- msgstr ""
2034
-
2035
- #: ../lib/hammer_cli_foreman/operating_system.rb:44
2036
- msgid "Operating system created"
2037
- msgstr ""
2038
-
2039
- #: ../lib/hammer_cli_foreman/operating_system.rb:45
2040
- msgid "Could not create the operating system"
2041
- msgstr ""
2042
-
2043
- #: ../lib/hammer_cli_foreman/operating_system.rb:52
2044
- msgid "Operating system updated"
2045
- msgstr ""
2046
-
2047
- #: ../lib/hammer_cli_foreman/operating_system.rb:53
2048
- msgid "Could not update the operating system"
2049
- msgstr ""
2050
-
2051
- #: ../lib/hammer_cli_foreman/operating_system.rb:60
2052
- msgid "Operating system deleted"
2053
- msgstr ""
2054
-
2055
- #: ../lib/hammer_cli_foreman/operating_system.rb:61
2056
- msgid "Could not delete the operating system"
2057
- msgstr ""
2058
-
2059
- #: ../lib/hammer_cli_foreman/operating_system.rb:68
2060
- msgid "Create or update parameter for an operating system."
2061
- msgstr ""
2062
-
2063
- #: ../lib/hammer_cli_foreman/operating_system.rb:70
2064
- msgid "Operating system parameter updated"
2065
- msgstr ""
2066
-
2067
- #: ../lib/hammer_cli_foreman/operating_system.rb:71
2068
- msgid "New operating system parameter created"
2069
- msgstr ""
2070
-
2071
- #: ../lib/hammer_cli_foreman/operating_system.rb:72
2072
- msgid "Could not set operating system parameter"
2073
- msgstr ""
2074
-
2075
- #: ../lib/hammer_cli_foreman/operating_system.rb:84
2076
- msgid "Delete parameter for an operating system."
2077
- msgstr ""
2078
-
2079
- #: ../lib/hammer_cli_foreman/operating_system.rb:86
2080
- msgid "operating system parameter deleted"
2081
- msgstr ""
2082
-
2083
- #: ../lib/hammer_cli_foreman/operating_system.rb:101 ../lib/hammer_cli_foreman/operating_system.rb:167
2084
- msgid "operatingsystem id"
2085
- msgstr ""
2086
-
2087
- #: ../lib/hammer_cli_foreman/operating_system.rb:102
2088
- msgid "config template id to be set"
2089
- msgstr ""
2090
-
2091
- #: ../lib/hammer_cli_foreman/operating_system.rb:105
2092
- msgid "[%{config_template_name}] was set as default %{template_kind_name} template"
2093
- msgstr ""
2094
-
2095
- #: ../lib/hammer_cli_foreman/operating_system.rb:106
2096
- msgid "Could not set the os default template"
2097
- msgstr ""
2098
-
2099
- #: ../lib/hammer_cli_foreman/operating_system.rb:168
2100
- msgid "Type of the config template"
2101
- msgstr ""
2102
-
2103
- #: ../lib/hammer_cli_foreman/operating_system.rb:170
2104
- msgid "Default template deleted"
2105
- msgstr ""
2106
-
2107
- #: ../lib/hammer_cli_foreman/operating_system.rb:171
2108
- msgid "Could not delete the default template"
2109
- msgstr ""
2110
-
2111
- #: ../lib/hammer_cli_foreman/operating_system.rb:178
2112
- msgid "Default template of type %s not found"
2113
- msgstr ""
2114
-
2115
- #: ../lib/hammer_cli_foreman/organization.rb:39 ../lib/hammer_cli_foreman/references.rb:15
2116
- msgid "Locations"
2117
- msgstr ""
2118
-
2119
- #: ../lib/hammer_cli_foreman/organization.rb:55
2120
- msgid "Organization created"
2121
- msgstr ""
2122
-
2123
- #: ../lib/hammer_cli_foreman/organization.rb:56
2124
- msgid "Could not create the organization"
2125
- msgstr ""
2126
-
2127
- #: ../lib/hammer_cli_foreman/organization.rb:67
2128
- msgid "Organization updated"
2129
- msgstr ""
2130
-
2131
- #: ../lib/hammer_cli_foreman/organization.rb:68
2132
- msgid "Could not update the organization"
2133
- msgstr ""
2134
-
2135
- #: ../lib/hammer_cli_foreman/organization.rb:79
2136
- msgid "Organization deleted"
2137
- msgstr ""
2138
-
2139
- #: ../lib/hammer_cli_foreman/organization.rb:80
2140
- msgid "Could not delete the organization"
2141
- msgstr ""
2142
-
2143
- #: ../lib/hammer_cli_foreman/organization.rb:89
2144
- msgid "Create or update parameter for an organization."
2145
- msgstr ""
2146
-
2147
- #: ../lib/hammer_cli_foreman/organization.rb:93
2148
- msgid "Could not set organization parameter"
2149
- msgstr ""
2150
-
2151
- #: ../lib/hammer_cli_foreman/organization.rb:100
2152
- msgid "Delete parameter for an organization."
2153
- msgstr ""
2154
-
2155
- #: ../lib/hammer_cli_foreman/organization.rb:103
2156
- msgid "Could not delete organization parameter"
2157
- msgstr ""
2158
-
2159
- #: ../lib/hammer_cli_foreman/partition_table.rb:21 ../lib/hammer_cli_foreman/template.rb:48
2160
- msgid "Locked"
2161
- msgstr ""
2162
-
2163
- #: ../lib/hammer_cli_foreman/partition_table.rb:32
2164
- msgid "View partition table content."
2165
- msgstr ""
2166
-
2167
- #: ../lib/hammer_cli_foreman/partition_table.rb:44 ../lib/hammer_cli_foreman/partition_table.rb:55
2168
- msgid "Path to a file that contains the partition layout"
2169
- msgstr ""
2170
-
2171
- #: ../lib/hammer_cli_foreman/partition_table.rb:47
2172
- msgid "Partition table created"
2173
- msgstr ""
2174
-
2175
- #: ../lib/hammer_cli_foreman/partition_table.rb:48
2176
- msgid "Could not create the partition table"
2177
- msgstr ""
2178
-
2179
- #: ../lib/hammer_cli_foreman/partition_table.rb:58
2180
- msgid "Partition table updated"
2181
- msgstr ""
2182
-
2183
- #: ../lib/hammer_cli_foreman/partition_table.rb:59
2184
- msgid "Could not update the partition table"
2185
- msgstr ""
2186
-
2187
- #: ../lib/hammer_cli_foreman/partition_table.rb:66
2188
- msgid "Partition table deleted"
2189
- msgstr ""
2190
-
2191
- #: ../lib/hammer_cli_foreman/partition_table.rb:67
2192
- msgid "Could not delete the partition table"
2193
- msgstr ""
2194
-
2195
- #: ../lib/hammer_cli_foreman/puppet_class.rb:34
2196
- msgid "Smart variables"
2197
- msgstr ""
2198
-
2199
- #: ../lib/hammer_cli_foreman/puppet_class.rb:35 ../lib/hammer_cli_foreman/smart_class_parameter.rb:10
2200
- msgid "Parameter"
2201
- msgstr ""
2202
-
2203
- #: ../lib/hammer_cli_foreman/puppet_class.rb:36
2204
- msgid "Default value"
2205
- msgstr ""
2206
-
2207
- #: ../lib/hammer_cli_foreman/puppet_class.rb:38
2208
- msgid "Smart class parameters"
2209
- msgstr ""
2210
-
2211
- #: ../lib/hammer_cli_foreman/realm.rb:18
2212
- msgid "Realm proxy id"
2213
- msgstr ""
2214
-
2215
- #: ../lib/hammer_cli_foreman/realm.rb:19
2216
- msgid "Realm type"
2217
- msgstr ""
2218
-
2219
- #: ../lib/hammer_cli_foreman/realm.rb:29
2220
- msgid "Realm [%{name}] created"
2221
- msgstr ""
2222
-
2223
- #: ../lib/hammer_cli_foreman/realm.rb:30
2224
- msgid "Could not create the realm"
2225
- msgstr ""
2226
-
2227
- #: ../lib/hammer_cli_foreman/realm.rb:37
2228
- msgid "Realm [%{name}] updated"
2229
- msgstr ""
2230
-
2231
- #: ../lib/hammer_cli_foreman/realm.rb:38
2232
- msgid "Could not update the realm"
2233
- msgstr ""
2234
-
2235
- #: ../lib/hammer_cli_foreman/realm.rb:45
2236
- msgid "Realm [%{name}] deleted"
2237
- msgstr ""
2238
-
2239
- #: ../lib/hammer_cli_foreman/realm.rb:46
2240
- msgid "Could not delete the realm"
2241
- msgstr ""
2242
-
2243
- #: ../lib/hammer_cli_foreman/references.rb:8
2244
- msgid "Created at"
2245
- msgstr ""
2246
-
2247
- #: ../lib/hammer_cli_foreman/references.rb:9
2248
- msgid "Updated at"
2249
- msgstr ""
2250
-
2251
- #: ../lib/hammer_cli_foreman/references.rb:26
2252
- msgid "Users"
2253
- msgstr ""
2254
-
2255
- #: ../lib/hammer_cli_foreman/references.rb:34
2256
- msgid "User groups"
2257
- msgstr ""
2258
-
2259
- #: ../lib/hammer_cli_foreman/references.rb:35 ../lib/hammer_cli_foreman/references.rb:42
2260
- msgid "Usergroup"
2261
- msgstr ""
2262
-
2263
- #: ../lib/hammer_cli_foreman/references.rb:37 ../lib/hammer_cli_foreman/references.rb:44 ../lib/hammer_cli_foreman/references.rb:142
2264
- msgid "Roles"
2265
- msgstr ""
2266
-
2267
- #: ../lib/hammer_cli_foreman/references.rb:41
2268
- msgid "Inherited User groups"
2269
- msgstr ""
2270
-
2271
- #: ../lib/hammer_cli_foreman/references.rb:53
2272
- msgid "Smart proxies"
2273
- msgstr ""
2274
-
2275
- #: ../lib/hammer_cli_foreman/references.rb:61
2276
- msgid "Compute resources"
2277
- msgstr ""
2278
-
2279
- #: ../lib/hammer_cli_foreman/references.rb:69
2280
- msgid "Installation media"
2281
- msgstr ""
2282
-
2283
- #: ../lib/hammer_cli_foreman/references.rb:77
2284
- msgid "Templates"
2285
- msgstr ""
2286
-
2287
- #: ../lib/hammer_cli_foreman/references.rb:85
2288
- msgid "Domains"
2289
- msgstr ""
2290
-
2291
- #: ../lib/hammer_cli_foreman/references.rb:93
2292
- msgid "Environments"
2293
- msgstr ""
2294
-
2295
- #: ../lib/hammer_cli_foreman/references.rb:101
2296
- msgid "Hostgroups"
2297
- msgstr ""
2298
-
2299
- #: ../lib/hammer_cli_foreman/references.rb:109
2300
- msgid "Subnets"
2301
- msgstr ""
2302
-
2303
- #: ../lib/hammer_cli_foreman/references.rb:118
2304
- msgid "Parameters"
2305
- msgstr ""
2306
-
2307
- #: ../lib/hammer_cli_foreman/references.rb:126
2308
- msgid "Puppetclasses"
2309
- msgstr ""
2310
-
2311
- #: ../lib/hammer_cli_foreman/references.rb:134
2312
- msgid "Operating systems"
2313
- msgstr ""
2314
-
2315
- #: ../lib/hammer_cli_foreman/references.rb:150
2316
- msgid "External user groups"
2317
- msgstr ""
2318
-
2319
- #: ../lib/hammer_cli_foreman/report.rb:14 ../lib/hammer_cli_foreman/report.rb:35
2320
- msgid "Applied"
2321
- msgstr ""
2322
-
2323
- #: ../lib/hammer_cli_foreman/report.rb:15 ../lib/hammer_cli_foreman/report.rb:36
2324
- msgid "Restarted"
2325
- msgstr ""
2326
-
2327
- #: ../lib/hammer_cli_foreman/report.rb:16 ../lib/hammer_cli_foreman/report.rb:37
2328
- msgid "Failed"
2329
- msgstr ""
2330
-
2331
- #: ../lib/hammer_cli_foreman/report.rb:17 ../lib/hammer_cli_foreman/report.rb:38
2332
- msgid "Restart Failures"
2333
- msgstr ""
2334
-
2335
- #: ../lib/hammer_cli_foreman/report.rb:18 ../lib/hammer_cli_foreman/report.rb:39
2336
- msgid "Skipped"
2337
- msgstr ""
2338
-
2339
- #: ../lib/hammer_cli_foreman/report.rb:19 ../lib/hammer_cli_foreman/report.rb:40
2340
- msgid "Pending"
2341
- msgstr ""
2342
-
2343
- #: ../lib/hammer_cli_foreman/report.rb:32
2344
- msgid "Reported at"
2345
- msgstr ""
2346
-
2347
- #: ../lib/hammer_cli_foreman/report.rb:33
2348
- msgid "Report status"
2349
- msgstr ""
2350
-
2351
- #: ../lib/hammer_cli_foreman/report.rb:43
2352
- msgid "Report metrics"
2353
- msgstr ""
2354
-
2355
- #: ../lib/hammer_cli_foreman/report.rb:46
2356
- msgid "config_retrieval"
2357
- msgstr ""
2358
-
2359
- #: ../lib/hammer_cli_foreman/report.rb:47
2360
- msgid "exec"
2361
- msgstr ""
2362
-
2363
- #: ../lib/hammer_cli_foreman/report.rb:48
2364
- msgid "file"
2365
- msgstr ""
2366
-
2367
- #: ../lib/hammer_cli_foreman/report.rb:49
2368
- msgid "package"
2369
- msgstr ""
2370
-
2371
- #: ../lib/hammer_cli_foreman/report.rb:50
2372
- msgid "service"
2373
- msgstr ""
2374
-
2375
- #: ../lib/hammer_cli_foreman/report.rb:51
2376
- msgid "user"
2377
- msgstr ""
2378
-
2379
- #: ../lib/hammer_cli_foreman/report.rb:52
2380
- msgid "yumrepo"
2381
- msgstr ""
2382
-
2383
- #: ../lib/hammer_cli_foreman/report.rb:53
2384
- msgid "filebucket"
2385
- msgstr ""
2386
-
2387
- #: ../lib/hammer_cli_foreman/report.rb:54
2388
- msgid "cron"
2389
- msgstr ""
2390
-
2391
- #: ../lib/hammer_cli_foreman/report.rb:55
2392
- msgid "total"
2393
- msgstr ""
2394
-
2395
- #: ../lib/hammer_cli_foreman/report.rb:59
2396
- msgid "Logs"
2397
- msgstr ""
2398
-
2399
- #: ../lib/hammer_cli_foreman/report.rb:65
2400
- msgid "Message"
2401
- msgstr ""
2402
-
2403
- #: ../lib/hammer_cli_foreman/report.rb:76
2404
- msgid "Report has been deleted"
2405
- msgstr ""
2406
-
2407
- #: ../lib/hammer_cli_foreman/report.rb:77
2408
- msgid "Could not delete the report"
2409
- msgstr ""
2410
-
2411
- #: ../lib/hammer_cli_foreman/resource_supported_test.rb:11
2412
- msgid "The server does not support such operation."
2413
- msgstr ""
2414
-
2415
- #: ../lib/hammer_cli_foreman/role.rb:13
2416
- msgid "Builtin"
2417
- msgstr ""
2418
-
2419
- #: ../lib/hammer_cli_foreman/role.rb:32
2420
- msgid "User role id"
2421
- msgstr ""
2422
-
2423
- #: ../lib/hammer_cli_foreman/role.rb:60
2424
- msgid "User role [%<name>s] created"
2425
- msgstr ""
2426
-
2427
- #: ../lib/hammer_cli_foreman/role.rb:61
2428
- msgid "Could not create the user role"
2429
- msgstr ""
2430
-
2431
- #: ../lib/hammer_cli_foreman/role.rb:68
2432
- msgid "User role [%<name>s] updated"
2433
- msgstr ""
2434
-
2435
- #: ../lib/hammer_cli_foreman/role.rb:69
2436
- msgid "Could not update the user role"
2437
- msgstr ""
2438
-
2439
- #: ../lib/hammer_cli_foreman/role.rb:76
2440
- msgid "User role [%<name>s] deleted"
2441
- msgstr ""
2442
-
2443
- #: ../lib/hammer_cli_foreman/role.rb:77
2444
- msgid "Could not delete the user roles"
2445
- msgstr ""
2446
-
2447
- #: ../lib/hammer_cli_foreman/settings.rb:28
2448
- msgid "Setting [%{name}] updated to [%{value}]"
2449
- msgstr ""
2450
-
2451
- #: ../lib/hammer_cli_foreman/settings.rb:29
2452
- msgid "Could not update the setting"
2453
- msgstr ""
2454
-
2455
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:11 ../lib/hammer_cli_foreman/smart_variable.rb:11
2456
- msgid "Default Value"
2457
- msgstr ""
2458
-
2459
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:12
2460
- msgid "Override"
2461
- msgstr ""
2462
-
2463
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:35 ../lib/hammer_cli_foreman/smart_variable.rb:27
2464
- msgid "Puppet class"
2465
- msgstr ""
2466
-
2467
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:36 ../lib/hammer_cli_foreman/smart_variable.rb:28
2468
- msgid "Class Id"
2469
- msgstr ""
2470
-
2471
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:61 ../lib/hammer_cli_foreman/smart_variable.rb:54
2472
- msgid "Hidden Value?"
2473
- msgstr ""
2474
-
2475
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:62 ../lib/hammer_cli_foreman/smart_class_parameter.rb:79
2476
- msgid "Use puppet default"
2477
- msgstr ""
2478
-
2479
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:63
2480
- msgid "Required"
2481
- msgstr ""
2482
-
2483
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:65 ../lib/hammer_cli_foreman/smart_variable.rb:56
2484
- msgid "Validator"
2485
- msgstr ""
2486
-
2487
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:67 ../lib/hammer_cli_foreman/smart_variable.rb:58
2488
- msgid "Rule"
2489
- msgstr ""
2490
-
2491
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:69 ../lib/hammer_cli_foreman/smart_variable.rb:60
2492
- msgid "Override values"
2493
- msgstr ""
2494
-
2495
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:70 ../lib/hammer_cli_foreman/smart_variable.rb:61
2496
- msgid "Merge overrides"
2497
- msgstr ""
2498
-
2499
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:71 ../lib/hammer_cli_foreman/smart_variable.rb:62
2500
- msgid "Merge default value"
2501
- msgstr ""
2502
-
2503
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:72 ../lib/hammer_cli_foreman/smart_variable.rb:63
2504
- msgid "Avoid duplicates"
2505
- msgstr ""
2506
-
2507
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:73 ../lib/hammer_cli_foreman/smart_variable.rb:64
2508
- msgid "Order"
2509
- msgstr ""
2510
-
2511
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:75 ../lib/hammer_cli_foreman/smart_variable.rb:65
2512
- msgid "Values"
2513
- msgstr ""
2514
-
2515
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:77 ../lib/hammer_cli_foreman/smart_variable.rb:67
2516
- msgid "Match"
2517
- msgstr ""
2518
-
2519
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:105
2520
- msgid "Parameter updated"
2521
- msgstr ""
2522
-
2523
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:106
2524
- msgid "Could not update the parameter"
2525
- msgstr ""
2526
-
2527
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:113
2528
- msgid "Override this parameter."
2529
- msgstr ""
2530
-
2531
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:115
2532
- msgid "This parameter is required."
2533
- msgstr ""
2534
-
2535
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:117
2536
- msgid "Type of the parameter."
2537
- msgstr ""
2538
-
2539
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:120 ../lib/hammer_cli_foreman/smart_variable.rb:92 ../lib/hammer_cli_foreman/smart_variable.rb:106
2540
- msgid "Type of the validator."
2541
- msgstr ""
2542
-
2543
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:134 ../lib/hammer_cli_foreman/smart_variable.rb:125
2544
- msgid "Override value created"
2545
- msgstr ""
2546
-
2547
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:135 ../lib/hammer_cli_foreman/smart_variable.rb:126
2548
- msgid "Could not create the override value"
2549
- msgstr ""
2550
-
2551
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:145
2552
- msgid "Cannot use --value when --use-puppet-default is true"
2553
- msgstr ""
2554
-
2555
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:158 ../lib/hammer_cli_foreman/smart_variable.rb:138
2556
- msgid "Override value deleted"
2557
- msgstr ""
2558
-
2559
- #: ../lib/hammer_cli_foreman/smart_class_parameter.rb:159 ../lib/hammer_cli_foreman/smart_variable.rb:139
2560
- msgid "Could not delete the override value"
2561
- msgstr ""
2562
-
2563
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:13
2564
- msgid "URL"
2565
- msgstr ""
2566
-
2567
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:14 ../lib/hammer_cli_foreman/smart_proxy.rb:29
2568
- msgid "Features"
2569
- msgstr ""
2570
-
2571
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:41
2572
- msgid "Smart proxy created"
2573
- msgstr ""
2574
-
2575
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:42
2576
- msgid "Could not create the proxy"
2577
- msgstr ""
2578
-
2579
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:49
2580
- msgid "Smart proxy updated"
2581
- msgstr ""
2582
-
2583
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:50
2584
- msgid "Could not update the proxy"
2585
- msgstr ""
2586
-
2587
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:57
2588
- msgid "Smart proxy deleted"
2589
- msgstr ""
2590
-
2591
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:58
2592
- msgid "Could not delete the proxy"
2593
- msgstr ""
2594
-
2595
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:69
2596
- msgid "Puppet classes were imported"
2597
- msgstr ""
2598
-
2599
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:70
2600
- msgid "Import of puppet classes failed"
2601
- msgstr ""
2602
-
2603
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:72
2604
- msgid "Do not run the import"
2605
- msgstr ""
2606
-
2607
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:92
2608
- msgid "Smart proxy features were refreshed"
2609
- msgstr ""
2610
-
2611
- #: ../lib/hammer_cli_foreman/smart_proxy.rb:93
2612
- msgid "Refresh of smart proxy features failed"
2613
- msgstr ""
2614
-
2615
- #: ../lib/hammer_cli_foreman/smart_variable.rb:10
2616
- msgid "Variable"
2617
- msgstr ""
2618
-
2619
- #: ../lib/hammer_cli_foreman/smart_variable.rb:50 ../lib/hammer_cli_foreman/smart_variable.rb:112
2620
- msgid "Use --variable instead"
2621
- msgstr ""
2622
-
2623
- #: ../lib/hammer_cli_foreman/smart_variable.rb:84
2624
- msgid "Smart variable [%{variable}] created"
2625
- msgstr ""
2626
-
2627
- #: ../lib/hammer_cli_foreman/smart_variable.rb:85
2628
- msgid "Could not create the smart variable"
2629
- msgstr ""
2630
-
2631
- #: ../lib/hammer_cli_foreman/smart_variable.rb:89 ../lib/hammer_cli_foreman/smart_variable.rb:103
2632
- msgid "Type of the variable."
2633
- msgstr ""
2634
-
2635
- #: ../lib/hammer_cli_foreman/smart_variable.rb:98
2636
- msgid "Smart variable [%{variable}] updated"
2637
- msgstr ""
2638
-
2639
- #: ../lib/hammer_cli_foreman/smart_variable.rb:99
2640
- msgid "Could not update the smart variable"
2641
- msgstr ""
2642
-
2643
- #: ../lib/hammer_cli_foreman/smart_variable.rb:114
2644
- msgid "Smart variable [%{variable}] deleted"
2645
- msgstr ""
2646
-
2647
- #: ../lib/hammer_cli_foreman/smart_variable.rb:115
2648
- msgid "Could not delete the smart variable"
2649
- msgstr ""
2650
-
2651
- #: ../lib/hammer_cli_foreman/subnet.rb:13
2652
- msgid "Mask"
2653
- msgstr ""
2654
-
2655
- #: ../lib/hammer_cli_foreman/subnet.rb:23
2656
- msgid "Priority"
2657
- msgstr ""
2658
-
2659
- #: ../lib/hammer_cli_foreman/subnet.rb:24
2660
- msgid "DNS"
2661
- msgstr ""
2662
-
2663
- #: ../lib/hammer_cli_foreman/subnet.rb:25
2664
- msgid "Primary DNS"
2665
- msgstr ""
2666
-
2667
- #: ../lib/hammer_cli_foreman/subnet.rb:26
2668
- msgid "Secondary DNS"
2669
- msgstr ""
2670
-
2671
- #: ../lib/hammer_cli_foreman/subnet.rb:27
2672
- msgid "TFTP"
2673
- msgstr ""
2674
-
2675
- #: ../lib/hammer_cli_foreman/subnet.rb:28
2676
- msgid "DHCP"
2677
- msgstr ""
2678
-
2679
- #: ../lib/hammer_cli_foreman/subnet.rb:29
2680
- msgid "IPAM"
2681
- msgstr ""
2682
-
2683
- #: ../lib/hammer_cli_foreman/subnet.rb:30
2684
- msgid "VLAN ID"
2685
- msgstr ""
2686
-
2687
- #: ../lib/hammer_cli_foreman/subnet.rb:31
2688
- msgid "Gateway"
2689
- msgstr ""
2690
-
2691
- #: ../lib/hammer_cli_foreman/subnet.rb:32
2692
- msgid "From"
2693
- msgstr ""
2694
-
2695
- #: ../lib/hammer_cli_foreman/subnet.rb:33
2696
- msgid "To"
2697
- msgstr ""
2698
-
2699
- #: ../lib/hammer_cli_foreman/subnet.rb:44
2700
- msgid "Subnet created"
2701
- msgstr ""
2702
-
2703
- #: ../lib/hammer_cli_foreman/subnet.rb:45
2704
- msgid "Could not create the subnet"
2705
- msgstr ""
2706
-
2707
- #: ../lib/hammer_cli_foreman/subnet.rb:53
2708
- msgid "Subnet updated"
2709
- msgstr ""
2710
-
2711
- #: ../lib/hammer_cli_foreman/subnet.rb:54
2712
- msgid "Could not update the subnet"
2713
- msgstr ""
2714
-
2715
- #: ../lib/hammer_cli_foreman/subnet.rb:62
2716
- msgid "Subnet deleted"
2717
- msgstr ""
2718
-
2719
- #: ../lib/hammer_cli_foreman/subnet.rb:63
2720
- msgid "Could not delete the subnet"
2721
- msgstr ""
2722
-
2723
- #: ../lib/hammer_cli_foreman/template.rb:72
2724
- msgid "List available config template kinds."
2725
- msgstr ""
2726
-
2727
- #: ../lib/hammer_cli_foreman/template.rb:91
2728
- msgid "View config template content."
2729
- msgstr ""
2730
-
2731
- #: ../lib/hammer_cli_foreman/template.rb:103 ../lib/hammer_cli_foreman/template.rb:121
2732
- msgid "Path to a file that contains the template"
2733
- msgstr ""
2734
-
2735
- #: ../lib/hammer_cli_foreman/template.rb:105 ../lib/hammer_cli_foreman/template.rb:123
2736
- msgid "Template type. Eg. snippet, script, provision"
2737
- msgstr ""
2738
-
2739
- #: ../lib/hammer_cli_foreman/template.rb:107
2740
- msgid "Config template created"
2741
- msgstr ""
2742
-
2743
- #: ../lib/hammer_cli_foreman/template.rb:108
2744
- msgid "Could not create the config template"
2745
- msgstr ""
2746
-
2747
- #: ../lib/hammer_cli_foreman/template.rb:125
2748
- msgid "Config template updated"
2749
- msgstr ""
2750
-
2751
- #: ../lib/hammer_cli_foreman/template.rb:126
2752
- msgid "Could not update the config template"
2753
- msgstr ""
2754
-
2755
- #: ../lib/hammer_cli_foreman/template.rb:139
2756
- msgid "Config template deleted"
2757
- msgstr ""
2758
-
2759
- #: ../lib/hammer_cli_foreman/template.rb:140
2760
- msgid "Could not delete the config template"
2761
- msgstr ""
2762
-
2763
- #: ../lib/hammer_cli_foreman/template.rb:151
2764
- msgid "Update the default PXE menu on all configured TFTP servers"
2765
- msgstr ""
2766
-
2767
- #: ../lib/hammer_cli_foreman/template.rb:164
2768
- msgid "Config template cloned"
2769
- msgstr ""
2770
-
2771
- #: ../lib/hammer_cli_foreman/template.rb:165
2772
- msgid "Could not clone the config template"
2773
- msgstr ""
2774
-
2775
- #: ../lib/hammer_cli_foreman/user.rb:11
2776
- msgid "Login"
2777
- msgstr ""
2778
-
2779
- #: ../lib/hammer_cli_foreman/user.rb:13
2780
- msgid "Email"
2781
- msgstr ""
2782
-
2783
- #: ../lib/hammer_cli_foreman/user.rb:28 ../lib/hammer_cli_foreman/usergroup.rb:13
2784
- msgid "Admin"
2785
- msgstr ""
2786
-
2787
- #: ../lib/hammer_cli_foreman/user.rb:29
2788
- msgid "Effective admin"
2789
- msgstr ""
2790
-
2791
- #: ../lib/hammer_cli_foreman/user.rb:30
2792
- msgid "Authorized by"
2793
- msgstr ""
2794
-
2795
- #: ../lib/hammer_cli_foreman/user.rb:31
2796
- msgid "Locale"
2797
- msgstr ""
2798
-
2799
- #: ../lib/hammer_cli_foreman/user.rb:32
2800
- msgid "Timezone"
2801
- msgstr ""
2802
-
2803
- #: ../lib/hammer_cli_foreman/user.rb:33
2804
- msgid "Last login"
2805
- msgstr ""
2806
-
2807
- #: ../lib/hammer_cli_foreman/user.rb:35
2808
- msgid "Default organization"
2809
- msgstr ""
2810
-
2811
- #: ../lib/hammer_cli_foreman/user.rb:36
2812
- msgid "Default location"
2813
- msgstr ""
2814
-
2815
- #: ../lib/hammer_cli_foreman/user.rb:44 ../lib/hammer_cli_foreman/user.rb:45
2816
- msgid "default"
2817
- msgstr ""
2818
-
2819
- #: ../lib/hammer_cli_foreman/user.rb:56
2820
- msgid "User [%{login}] created"
2821
- msgstr ""
2822
-
2823
- #: ../lib/hammer_cli_foreman/user.rb:57
2824
- msgid "Could not create the user"
2825
- msgstr ""
2826
-
2827
- #: ../lib/hammer_cli_foreman/user.rb:64
2828
- msgid "User [%{login}] updated"
2829
- msgstr ""
2830
-
2831
- #: ../lib/hammer_cli_foreman/user.rb:65
2832
- msgid "Could not update the user"
2833
- msgstr ""
2834
-
2835
- #: ../lib/hammer_cli_foreman/user.rb:72
2836
- msgid "User [%{login}] deleted"
2837
- msgstr ""
2838
-
2839
- #: ../lib/hammer_cli_foreman/user.rb:73
2840
- msgid "Could not delete the user"
2841
- msgstr ""
2842
-
2843
- #: ../lib/hammer_cli_foreman/usergroup.rb:32
2844
- msgid "User group [%<name>s] created"
2845
- msgstr ""
2846
-
2847
- #: ../lib/hammer_cli_foreman/usergroup.rb:33
2848
- msgid "Could not create the user group"
2849
- msgstr ""
2850
-
2851
- #: ../lib/hammer_cli_foreman/usergroup.rb:39
2852
- msgid "User group [%<name>s] updated"
2853
- msgstr ""
2854
-
2855
- #: ../lib/hammer_cli_foreman/usergroup.rb:40
2856
- msgid "Could not update the user group"
2857
- msgstr ""
2858
-
2859
- #: ../lib/hammer_cli_foreman/usergroup.rb:46
2860
- msgid "User group [%<name>s] deleted"
2861
- msgstr ""
2862
-
2863
- #: ../lib/hammer_cli_foreman/usergroup.rb:47
2864
- msgid "Could not delete the user group"
2865
- msgstr ""