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