hammer_cli_foreman 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of hammer_cli_foreman might be problematic. Click here for more details.

Files changed (69) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -1
  3. data/doc/configuration.md +13 -0
  4. data/lib/hammer_cli_foreman.rb +3 -0
  5. data/lib/hammer_cli_foreman/architecture.rb +9 -9
  6. data/lib/hammer_cli_foreman/associating_commands.rb +57 -34
  7. data/lib/hammer_cli_foreman/commands.rb +188 -101
  8. data/lib/hammer_cli_foreman/common_parameter.rb +7 -10
  9. data/lib/hammer_cli_foreman/compute_resource.rb +8 -11
  10. data/lib/hammer_cli_foreman/domain.rb +14 -40
  11. data/lib/hammer_cli_foreman/environment.rb +10 -15
  12. data/lib/hammer_cli_foreman/exceptions.rb +4 -0
  13. data/lib/hammer_cli_foreman/fact.rb +5 -5
  14. data/lib/hammer_cli_foreman/host.rb +76 -132
  15. data/lib/hammer_cli_foreman/hostgroup.rb +26 -61
  16. data/lib/hammer_cli_foreman/id_resolver.rb +163 -0
  17. data/lib/hammer_cli_foreman/image.rb +14 -50
  18. data/lib/hammer_cli_foreman/location.rb +35 -17
  19. data/lib/hammer_cli_foreman/media.rb +9 -16
  20. data/lib/hammer_cli_foreman/model.rb +6 -8
  21. data/lib/hammer_cli_foreman/operating_system.rb +129 -63
  22. data/lib/hammer_cli_foreman/organization.rb +36 -16
  23. data/lib/hammer_cli_foreman/output/fields.rb +10 -2
  24. data/lib/hammer_cli_foreman/output/formatters.rb +44 -18
  25. data/lib/hammer_cli_foreman/parameter.rb +45 -41
  26. data/lib/hammer_cli_foreman/partition_table.rb +9 -12
  27. data/lib/hammer_cli_foreman/puppet_class.rb +14 -14
  28. data/lib/hammer_cli_foreman/references.rb +122 -0
  29. data/lib/hammer_cli_foreman/report.rb +3 -6
  30. data/lib/hammer_cli_foreman/searchables_option_builder.rb +99 -0
  31. data/lib/hammer_cli_foreman/smart_class_parameter.rb +17 -13
  32. data/lib/hammer_cli_foreman/smart_proxy.rb +18 -28
  33. data/lib/hammer_cli_foreman/subnet.rb +12 -13
  34. data/lib/hammer_cli_foreman/template.rb +10 -19
  35. data/lib/hammer_cli_foreman/user.rb +9 -28
  36. data/lib/hammer_cli_foreman/version.rb +1 -1
  37. data/locale/hammer-cli-foreman.pot +828 -817
  38. data/test/unit/apipie_resource_mock.rb +33 -11
  39. data/test/unit/architecture_test.rb +7 -10
  40. data/test/unit/commands_test.rb +8 -9
  41. data/test/unit/common_parameter_test.rb +6 -8
  42. data/test/unit/compute_resource_test.rb +9 -12
  43. data/test/unit/data/1.5/foreman_api.json +14130 -0
  44. data/test/unit/domain_test.rb +19 -22
  45. data/test/unit/environment_test.rb +9 -11
  46. data/test/unit/fact_test.rb +5 -6
  47. data/test/unit/helpers/command.rb +115 -59
  48. data/test/unit/helpers/fake_searchables.rb +19 -0
  49. data/test/unit/host_test.rb +44 -33
  50. data/test/unit/hostgroup_test.rb +19 -26
  51. data/test/unit/id_resolver_test.rb +225 -0
  52. data/test/unit/image_test.rb +16 -18
  53. data/test/unit/location_test.rb +8 -10
  54. data/test/unit/media_test.rb +11 -13
  55. data/test/unit/model_test.rb +8 -10
  56. data/test/unit/operating_system_test.rb +23 -23
  57. data/test/unit/organization_test.rb +9 -10
  58. data/test/unit/output/formatters_test.rb +133 -20
  59. data/test/unit/partition_table_test.rb +12 -9
  60. data/test/unit/puppet_class_test.rb +3 -7
  61. data/test/unit/report_test.rb +3 -7
  62. data/test/unit/searchables_option_builder_test.rb +172 -0
  63. data/test/unit/smart_class_parameter_test.rb +5 -7
  64. data/test/unit/smart_proxy_test.rb +11 -12
  65. data/test/unit/subnet_test.rb +15 -16
  66. data/test/unit/template_test.rb +15 -12
  67. data/test/unit/test_helper.rb +1 -1
  68. data/test/unit/user_test.rb +9 -12
  69. metadata +536 -509
@@ -38,18 +38,15 @@ module HammerCLIForeman
38
38
  tpl
39
39
  end
40
40
 
41
- apipie_options
41
+ build_options
42
42
  end
43
43
 
44
44
 
45
45
  class InfoCommand < HammerCLIForeman::InfoCommand
46
46
 
47
- #FIXME: Add name identifier when the find by name issue is fixed in the api
48
- # Api currently does not accept names containing a dot
49
- identifiers :id
50
-
51
47
  output ListCommand.output_definition do
52
- field :operatingsystem_ids, _("OS ids"), Fields::List
48
+ HammerCLIForeman::References.operating_systems(self)
49
+ HammerCLIForeman::References.taxonomies(self)
53
50
  end
54
51
 
55
52
  def extend_data(tpl)
@@ -64,7 +61,7 @@ module HammerCLIForeman
64
61
  tpl
65
62
  end
66
63
 
67
- apipie_options
64
+ build_options
68
65
  end
69
66
 
70
67
 
@@ -77,7 +74,7 @@ module HammerCLIForeman
77
74
  field :name, _("Name")
78
75
  end
79
76
 
80
- def retrieve_data
77
+ def send_request
81
78
  kinds = super
82
79
  kinds << { "name" => "snippet" }
83
80
  kinds
@@ -92,13 +89,11 @@ module HammerCLIForeman
92
89
  command_name "dump"
93
90
  desc _("View config template content.")
94
91
 
95
- identifiers :id
96
-
97
92
  def print_data(template)
98
93
  puts template["template"]
99
94
  end
100
95
 
101
- apipie_options
96
+ build_options
102
97
  end
103
98
 
104
99
 
@@ -113,7 +108,7 @@ module HammerCLIForeman
113
108
 
114
109
  include TemplateCreateUpdateCommons
115
110
 
116
- apipie_options :without => [:template_combinations_attributes, :template, :snippet, :template_kind_id]
111
+ build_options :without => [:template_combinations_attributes, :template, :snippet, :template_kind_id]
117
112
  end
118
113
 
119
114
 
@@ -123,29 +118,25 @@ module HammerCLIForeman
123
118
  :format => HammerCLI::Options::Normalizers::File.new
124
119
  option "--type", "TYPE", _("Template type. Eg. snippet, script, provision")
125
120
 
126
- identifiers :id
127
-
128
121
  success_message _("Config template updated")
129
122
  failure_message _("Could not update the config template")
130
123
 
131
124
  include TemplateCreateUpdateCommons
132
125
 
133
- apipie_options :without => [:template_combinations_attributes, :template, :snippet, :template_kind_id]
126
+ build_options :without => [:template_combinations_attributes, :template, :snippet, :template_kind_id]
134
127
  end
135
128
 
136
129
 
137
130
  class DeleteCommand < HammerCLIForeman::DeleteCommand
138
131
 
139
- identifiers :id
140
-
141
132
  success_message _("Config template deleted")
142
133
  failure_message _("Could not delete the config template")
143
134
 
144
- apipie_options
135
+ build_options
145
136
  end
146
137
 
147
138
 
148
- include HammerCLIForeman::AssociatingCommands::OperatingSystem
139
+ HammerCLIForeman::AssociatingCommands::OperatingSystem.extend_command(self)
149
140
 
150
141
 
151
142
  autoload_subcommands
@@ -18,22 +18,18 @@ module HammerCLIForeman
18
18
  user
19
19
  end
20
20
 
21
- apipie_options
21
+ build_options
22
22
  end
23
23
 
24
24
 
25
25
  class InfoCommand < HammerCLIForeman::InfoCommand
26
26
 
27
- identifiers :id, :login
28
-
29
- option '--login', 'LOGIN', _("User login") do |value|
30
- name_to_id(value, "login", resource)
31
- end
32
-
33
27
  output ListCommand.output_definition do
28
+ field :admin, _("Admin"), Fields::Boolean
29
+ field :auth_source_internal, _("Authorized by"), Fields::Reference
34
30
  field :last_login_on, _("Last login"), Fields::Date
35
- field :created_at, _("Created at"), Fields::Date
36
- field :updated_at, _("Updated at"), Fields::Date
31
+ HammerCLIForeman::References.taxonomies(self)
32
+ HammerCLIForeman::References.timestamps(self)
37
33
  end
38
34
 
39
35
  def extend_data(user)
@@ -41,46 +37,31 @@ module HammerCLIForeman
41
37
  user
42
38
  end
43
39
 
44
- apipie_options
40
+ build_options
45
41
  end
46
42
 
47
43
 
48
44
  class CreateCommand < HammerCLIForeman::CreateCommand
49
-
50
45
  success_message _("User created")
51
46
  failure_message _("Could not create the user")
52
47
 
53
- apipie_options
48
+ build_options
54
49
  end
55
50
 
56
51
 
57
52
  class UpdateCommand < HammerCLIForeman::UpdateCommand
58
-
59
- identifiers :id, :login
60
-
61
- option '--login', 'LOGIN', _("User login") do |value|
62
- name_to_id(value, "login", resource)
63
- end
64
-
65
53
  success_message _("User updated")
66
54
  failure_message _("Could not update the user")
67
55
 
68
- apipie_options
56
+ build_options
69
57
  end
70
58
 
71
59
 
72
60
  class DeleteCommand < HammerCLIForeman::DeleteCommand
73
-
74
- identifiers :id, :login
75
-
76
- option '--login', 'LOGIN', _("User login") do |value|
77
- name_to_id(value, "login", resource)
78
- end
79
-
80
61
  success_message _("User deleted")
81
62
  failure_message _("Could not delete the user")
82
63
 
83
- apipie_options
64
+ build_options
84
65
  end
85
66
 
86
67
  autoload_subcommands
@@ -1,5 +1,5 @@
1
1
  module HammerCLIForeman
2
2
  def self.version
3
- @version ||= Gem::Version.new '0.1.0'
3
+ @version ||= Gem::Version.new '0.1.1'
4
4
  end
5
5
  end
@@ -6,830 +6,850 @@
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: hammer-cli-foreman 0.0.18\n"
9
+ "Project-Id-Version: hammer-cli-foreman 0.1.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2014-03-10 15:19+0000\n"
11
+ "POT-Creation-Date: 2014-05-09 16:14-0400\n"
12
12
  "PO-Revision-Date: 2014-03-04 16:47+0000\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
15
16
  "MIME-Version: 1.0\n"
16
17
  "Content-Type: text/plain; charset=UTF-8\n"
17
18
  "Content-Transfer-Encoding: 8bit\n"
18
- "Language: \n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
- #: lib/hammer_cli_foreman/environment.rb:14
22
- #: lib/hammer_cli_foreman/hostgroup.rb:20
23
- #: lib/hammer_cli_foreman/location.rb:13
24
- #: lib/hammer_cli_foreman/smart_proxy.rb:12 lib/hammer_cli_foreman/media.rb:9
25
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:8
26
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:60
21
+ #: lib/hammer_cli_foreman/host.rb:36
22
+ msgid "Host parameters."
23
+ msgstr ""
24
+
25
+ #: lib/hammer_cli_foreman/host.rb:38
26
+ msgid "Compute resource attributes."
27
+ msgstr ""
28
+
29
+ #: lib/hammer_cli_foreman/host.rb:40
30
+ msgid "Volume parameters"
31
+ msgstr ""
32
+
33
+ #: lib/hammer_cli_foreman/host.rb:42
34
+ msgid "Interface parameters."
35
+ msgstr ""
36
+
37
+ #: lib/hammer_cli_foreman/host.rb:124 lib/hammer_cli_foreman/host.rb:194
38
+ #: lib/hammer_cli_foreman/host.rb:207
39
+ #: lib/hammer_cli_foreman/puppet_class.rb:12
40
+ #: lib/hammer_cli_foreman/image.rb:30 lib/hammer_cli_foreman/subnet.rb:10
27
41
  #: lib/hammer_cli_foreman/organization.rb:13
42
+ #: lib/hammer_cli_foreman/compute_resource.rb:11
43
+ #: lib/hammer_cli_foreman/environment.rb:14
44
+ #: lib/hammer_cli_foreman/hostgroup.rb:22
28
45
  #: lib/hammer_cli_foreman/operating_system.rb:10
29
- #: lib/hammer_cli_foreman/report.rb:10 lib/hammer_cli_foreman/report.rb:32
30
- #: lib/hammer_cli_foreman/domain.rb:8 lib/hammer_cli_foreman/template.rb:34
31
- #: lib/hammer_cli_foreman/puppet_class.rb:12
46
+ #: lib/hammer_cli_foreman/smart_proxy.rb:13 lib/hammer_cli_foreman/model.rb:10
32
47
  #: lib/hammer_cli_foreman/architecture.rb:10
33
- #: lib/hammer_cli_foreman/model.rb:10
48
+ #: lib/hammer_cli_foreman/location.rb:13 lib/hammer_cli_foreman/media.rb:9
49
+ #: lib/hammer_cli_foreman/template.rb:25 lib/hammer_cli_foreman/report.rb:10
50
+ #: lib/hammer_cli_foreman/report.rb:30
51
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:8
52
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:67
34
53
  #: lib/hammer_cli_foreman/partition_table.rb:10
35
- #: lib/hammer_cli_foreman/host.rb:106 lib/hammer_cli_foreman/user.rb:9
36
- #: lib/hammer_cli_foreman/subnet.rb:8 lib/hammer_cli_foreman/image.rb:32
37
- #: lib/hammer_cli_foreman/compute_resource.rb:11
54
+ #: lib/hammer_cli_foreman/domain.rb:10 lib/hammer_cli_foreman/user.rb:10
38
55
  msgid "Id"
39
56
  msgstr ""
40
57
 
41
- #: lib/hammer_cli_foreman/environment.rb:15
42
- #: lib/hammer_cli_foreman/hostgroup.rb:21
43
- #: lib/hammer_cli_foreman/location.rb:14
44
- #: lib/hammer_cli_foreman/smart_proxy.rb:13 lib/hammer_cli_foreman/media.rb:10
58
+ #: lib/hammer_cli_foreman/host.rb:125 lib/hammer_cli_foreman/host.rb:195
59
+ #: lib/hammer_cli_foreman/host.rb:208
60
+ #: lib/hammer_cli_foreman/puppet_class.rb:13
61
+ #: lib/hammer_cli_foreman/image.rb:31 lib/hammer_cli_foreman/image.rb:72
62
+ #: lib/hammer_cli_foreman/subnet.rb:11
45
63
  #: lib/hammer_cli_foreman/organization.rb:14
64
+ #: lib/hammer_cli_foreman/compute_resource.rb:12
65
+ #: lib/hammer_cli_foreman/environment.rb:15
66
+ #: lib/hammer_cli_foreman/common_parameter.rb:12
67
+ #: lib/hammer_cli_foreman/hostgroup.rb:23
46
68
  #: lib/hammer_cli_foreman/operating_system.rb:11
47
- #: lib/hammer_cli_foreman/domain.rb:9 lib/hammer_cli_foreman/template.rb:35
48
- #: lib/hammer_cli_foreman/template.rb:86
49
- #: lib/hammer_cli_foreman/puppet_class.rb:13
69
+ #: lib/hammer_cli_foreman/smart_proxy.rb:14 lib/hammer_cli_foreman/model.rb:11
50
70
  #: lib/hammer_cli_foreman/architecture.rb:11
51
- #: lib/hammer_cli_foreman/model.rb:11
71
+ #: lib/hammer_cli_foreman/location.rb:14 lib/hammer_cli_foreman/media.rb:10
72
+ #: lib/hammer_cli_foreman/template.rb:26 lib/hammer_cli_foreman/template.rb:73
52
73
  #: lib/hammer_cli_foreman/partition_table.rb:11
53
- #: lib/hammer_cli_foreman/host.rb:107 lib/hammer_cli_foreman/user.rb:11
54
- #: lib/hammer_cli_foreman/subnet.rb:9 lib/hammer_cli_foreman/image.rb:33
55
- #: lib/hammer_cli_foreman/image.rb:79
56
- #: lib/hammer_cli_foreman/common_parameter.rb:13
57
- #: lib/hammer_cli_foreman/compute_resource.rb:12
74
+ #: lib/hammer_cli_foreman/domain.rb:11 lib/hammer_cli_foreman/user.rb:12
58
75
  msgid "Name"
59
76
  msgstr ""
60
77
 
61
- #: lib/hammer_cli_foreman/environment.rb:26
62
- #: lib/hammer_cli_foreman/location.rb:25
63
- #: lib/hammer_cli_foreman/smart_proxy.rb:27 lib/hammer_cli_foreman/media.rb:22
64
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:66
65
- #: lib/hammer_cli_foreman/organization.rb:25
66
- #: lib/hammer_cli_foreman/domain.rb:23
67
- #: lib/hammer_cli_foreman/architecture.rb:22
68
- #: lib/hammer_cli_foreman/model.rb:24
69
- #: lib/hammer_cli_foreman/partition_table.rb:22
70
- #: lib/hammer_cli_foreman/host.rb:147 lib/hammer_cli_foreman/user.rb:34
71
- #: lib/hammer_cli_foreman/image.rb:57
72
- #: lib/hammer_cli_foreman/compute_resource.rb:47
73
- msgid "Created at"
78
+ #: lib/hammer_cli_foreman/host.rb:126 lib/hammer_cli_foreman/image.rb:32
79
+ #: lib/hammer_cli_foreman/hostgroup.rb:25
80
+ msgid "Operating System Id"
74
81
  msgstr ""
75
82
 
76
- #: lib/hammer_cli_foreman/environment.rb:27
77
- #: lib/hammer_cli_foreman/location.rb:26
78
- #: lib/hammer_cli_foreman/smart_proxy.rb:28 lib/hammer_cli_foreman/media.rb:23
79
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:67
80
- #: lib/hammer_cli_foreman/organization.rb:26
81
- #: lib/hammer_cli_foreman/domain.rb:24
82
- #: lib/hammer_cli_foreman/architecture.rb:23
83
- #: lib/hammer_cli_foreman/model.rb:25
84
- #: lib/hammer_cli_foreman/partition_table.rb:23
85
- #: lib/hammer_cli_foreman/host.rb:148 lib/hammer_cli_foreman/user.rb:35
86
- #: lib/hammer_cli_foreman/image.rb:58
87
- #: lib/hammer_cli_foreman/compute_resource.rb:48
88
- msgid "Updated at"
83
+ #: lib/hammer_cli_foreman/host.rb:127
84
+ msgid "Host Group Id"
89
85
  msgstr ""
90
86
 
91
- #: lib/hammer_cli_foreman/environment.rb:36
92
- msgid "Environment created"
87
+ #: lib/hammer_cli_foreman/host.rb:128 lib/hammer_cli_foreman/host.rb:196
88
+ #: lib/hammer_cli_foreman/host.rb:209
89
+ msgid "IP"
93
90
  msgstr ""
94
91
 
95
- #: lib/hammer_cli_foreman/environment.rb:37
96
- msgid "Could not create the environment"
92
+ #: lib/hammer_cli_foreman/host.rb:129 lib/hammer_cli_foreman/host.rb:197
93
+ #: lib/hammer_cli_foreman/host.rb:210
94
+ msgid "MAC"
97
95
  msgstr ""
98
96
 
99
- #: lib/hammer_cli_foreman/environment.rb:46
100
- msgid "Environment updated"
97
+ #: lib/hammer_cli_foreman/host.rb:149 lib/hammer_cli_foreman/image.rb:34
98
+ #: lib/hammer_cli_foreman/image.rb:73
99
+ #: lib/hammer_cli_foreman/compute_resource.rb:23
100
+ #: lib/hammer_cli_foreman/compute_resource.rb:29
101
+ msgid "UUID"
101
102
  msgstr ""
102
103
 
103
- #: lib/hammer_cli_foreman/environment.rb:47
104
- msgid "Could not update the environment"
104
+ #: lib/hammer_cli_foreman/host.rb:150
105
+ msgid "Cert name"
105
106
  msgstr ""
106
107
 
107
- #: lib/hammer_cli_foreman/environment.rb:56
108
- msgid "Environment deleted"
108
+ #: lib/hammer_cli_foreman/host.rb:152
109
+ msgid "Environment"
109
110
  msgstr ""
110
111
 
111
- #: lib/hammer_cli_foreman/environment.rb:57
112
- msgid "Could not delete the environment"
112
+ #: lib/hammer_cli_foreman/host.rb:153 lib/hammer_cli_foreman/hostgroup.rb:33
113
+ msgid "Environment Id"
113
114
  msgstr ""
114
115
 
115
- #: lib/hammer_cli_foreman/environment.rb:66
116
- msgid "environment id/name"
116
+ #: lib/hammer_cli_foreman/host.rb:155
117
+ msgid "Managed"
117
118
  msgstr ""
118
119
 
119
- #: lib/hammer_cli_foreman/hostgroup.rb:22
120
- msgid "Label"
120
+ #: lib/hammer_cli_foreman/host.rb:156
121
+ msgid "Enabled"
121
122
  msgstr ""
122
123
 
123
- #: lib/hammer_cli_foreman/hostgroup.rb:23 lib/hammer_cli_foreman/host.rb:108
124
- #: lib/hammer_cli_foreman/image.rb:34
125
- msgid "Operating System Id"
124
+ #: lib/hammer_cli_foreman/host.rb:157
125
+ msgid "Build"
126
126
  msgstr ""
127
127
 
128
- #: lib/hammer_cli_foreman/hostgroup.rb:24 lib/hammer_cli_foreman/host.rb:156
129
- msgid "Subnet Id"
128
+ #: lib/hammer_cli_foreman/host.rb:159
129
+ msgid "Use image"
130
130
  msgstr ""
131
131
 
132
- #: lib/hammer_cli_foreman/hostgroup.rb:25 lib/hammer_cli_foreman/host.rb:157
133
- msgid "Domain Id"
132
+ #: lib/hammer_cli_foreman/host.rb:160
133
+ msgid "Disk"
134
134
  msgstr ""
135
135
 
136
- #: lib/hammer_cli_foreman/hostgroup.rb:26 lib/hammer_cli_foreman/host.rb:161
137
- #: lib/hammer_cli_foreman/image.rb:55
138
- msgid "Architecture Id"
136
+ #: lib/hammer_cli_foreman/host.rb:161
137
+ msgid "Image file"
139
138
  msgstr ""
140
139
 
141
- #: lib/hammer_cli_foreman/hostgroup.rb:27 lib/hammer_cli_foreman/host.rb:160
142
- msgid "Partition Table Id"
140
+ #: lib/hammer_cli_foreman/host.rb:163
141
+ msgid "SP Name"
143
142
  msgstr ""
144
143
 
145
- #: lib/hammer_cli_foreman/hostgroup.rb:28 lib/hammer_cli_foreman/host.rb:153
146
- msgid "Medium Id"
144
+ #: lib/hammer_cli_foreman/host.rb:164
145
+ msgid "SP IP"
147
146
  msgstr ""
148
147
 
149
- #: lib/hammer_cli_foreman/hostgroup.rb:29 lib/hammer_cli_foreman/host.rb:152
150
- msgid "Puppet CA Proxy Id"
148
+ #: lib/hammer_cli_foreman/host.rb:165
149
+ msgid "SP MAC"
151
150
  msgstr ""
152
151
 
153
- #: lib/hammer_cli_foreman/hostgroup.rb:30
154
- msgid "Puppet Master Proxy Id"
152
+ #: lib/hammer_cli_foreman/host.rb:166
153
+ msgid "SP Subnet"
155
154
  msgstr ""
156
155
 
157
- #: lib/hammer_cli_foreman/hostgroup.rb:31 lib/hammer_cli_foreman/host.rb:131
158
- msgid "Environment Id"
156
+ #: lib/hammer_cli_foreman/host.rb:167
157
+ msgid "SP Subnet Id"
159
158
  msgstr ""
160
159
 
161
- #: lib/hammer_cli_foreman/hostgroup.rb:32
162
- msgid "Puppetclass Ids"
160
+ #: lib/hammer_cli_foreman/host.rb:169 lib/hammer_cli_foreman/image.rb:48
161
+ #: lib/hammer_cli_foreman/organization.rb:27
162
+ #: lib/hammer_cli_foreman/compute_resource.rb:46
163
+ #: lib/hammer_cli_foreman/environment.rb:24
164
+ #: lib/hammer_cli_foreman/smart_proxy.rb:28 lib/hammer_cli_foreman/model.rb:23
165
+ #: lib/hammer_cli_foreman/architecture.rb:22
166
+ #: lib/hammer_cli_foreman/location.rb:27 lib/hammer_cli_foreman/media.rb:22
167
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:73
168
+ #: lib/hammer_cli_foreman/partition_table.rb:21
169
+ #: lib/hammer_cli_foreman/domain.rb:23 lib/hammer_cli_foreman/user.rb:29
170
+ msgid "Created at"
163
171
  msgstr ""
164
172
 
165
- #: lib/hammer_cli_foreman/hostgroup.rb:33
166
- msgid "Ancestry"
173
+ #: lib/hammer_cli_foreman/host.rb:170 lib/hammer_cli_foreman/image.rb:49
174
+ #: lib/hammer_cli_foreman/organization.rb:28
175
+ #: lib/hammer_cli_foreman/compute_resource.rb:47
176
+ #: lib/hammer_cli_foreman/environment.rb:25
177
+ #: lib/hammer_cli_foreman/smart_proxy.rb:29 lib/hammer_cli_foreman/model.rb:24
178
+ #: lib/hammer_cli_foreman/architecture.rb:23
179
+ #: lib/hammer_cli_foreman/location.rb:28 lib/hammer_cli_foreman/media.rb:23
180
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:74
181
+ #: lib/hammer_cli_foreman/partition_table.rb:22
182
+ #: lib/hammer_cli_foreman/domain.rb:24 lib/hammer_cli_foreman/user.rb:30
183
+ msgid "Updated at"
167
184
  msgstr ""
168
185
 
169
- #: lib/hammer_cli_foreman/hostgroup.rb:46
170
- #: lib/hammer_cli_foreman/operating_system.rb:34
171
- #: lib/hammer_cli_foreman/domain.rb:25 lib/hammer_cli_foreman/host.rb:167
172
- msgid "Parameters"
186
+ #: lib/hammer_cli_foreman/host.rb:171
187
+ msgid "Installed at"
173
188
  msgstr ""
174
189
 
175
- #: lib/hammer_cli_foreman/hostgroup.rb:67
176
- msgid "Hostgroup created"
190
+ #: lib/hammer_cli_foreman/host.rb:172 lib/hammer_cli_foreman/report.rb:12
191
+ msgid "Last report"
177
192
  msgstr ""
178
193
 
179
- #: lib/hammer_cli_foreman/hostgroup.rb:68
180
- msgid "Could not create the hostgroup"
194
+ #: lib/hammer_cli_foreman/host.rb:174 lib/hammer_cli_foreman/hostgroup.rb:31
195
+ msgid "Puppet CA Proxy Id"
181
196
  msgstr ""
182
197
 
183
- #: lib/hammer_cli_foreman/hostgroup.rb:84
184
- msgid "Hostgroup updated"
198
+ #: lib/hammer_cli_foreman/host.rb:175 lib/hammer_cli_foreman/hostgroup.rb:30
199
+ msgid "Medium Id"
185
200
  msgstr ""
186
201
 
187
- #: lib/hammer_cli_foreman/hostgroup.rb:85
188
- msgid "Could not update the hostgroup"
202
+ #: lib/hammer_cli_foreman/host.rb:176
203
+ msgid "Model Id"
189
204
  msgstr ""
190
205
 
191
- #: lib/hammer_cli_foreman/hostgroup.rb:96
192
- msgid "Hostgroup deleted"
206
+ #: lib/hammer_cli_foreman/host.rb:177
207
+ msgid "Owner Id"
193
208
  msgstr ""
194
209
 
195
- #: lib/hammer_cli_foreman/hostgroup.rb:97
196
- msgid "Could not delete the hostgroup"
210
+ #: lib/hammer_cli_foreman/host.rb:178 lib/hammer_cli_foreman/host.rb:200
211
+ #: lib/hammer_cli_foreman/host.rb:213 lib/hammer_cli_foreman/hostgroup.rb:26
212
+ msgid "Subnet Id"
197
213
  msgstr ""
198
214
 
199
- #: lib/hammer_cli_foreman/hostgroup.rb:131
200
- msgid "Create or update parameter for a hostgroup."
215
+ #: lib/hammer_cli_foreman/host.rb:179 lib/hammer_cli_foreman/host.rb:198
216
+ #: lib/hammer_cli_foreman/host.rb:211 lib/hammer_cli_foreman/hostgroup.rb:27
217
+ msgid "Domain Id"
201
218
  msgstr ""
202
219
 
203
- #: lib/hammer_cli_foreman/hostgroup.rb:133
204
- msgid "id of the hostgroup the parameter is being set for"
220
+ #: lib/hammer_cli_foreman/host.rb:180
221
+ msgid "Puppet Proxy Id"
205
222
  msgstr ""
206
223
 
207
- #: lib/hammer_cli_foreman/hostgroup.rb:135
208
- msgid "Hostgroup parameter updated"
224
+ #: lib/hammer_cli_foreman/host.rb:181
225
+ msgid "Owner Type"
209
226
  msgstr ""
210
227
 
211
- #: lib/hammer_cli_foreman/hostgroup.rb:136
212
- msgid "New hostgroup parameter created"
228
+ #: lib/hammer_cli_foreman/host.rb:182 lib/hammer_cli_foreman/hostgroup.rb:29
229
+ msgid "Partition Table Id"
213
230
  msgstr ""
214
231
 
215
- #: lib/hammer_cli_foreman/hostgroup.rb:137
216
- msgid "Could not set hostgroup parameter"
232
+ #: lib/hammer_cli_foreman/host.rb:183 lib/hammer_cli_foreman/image.rb:46
233
+ #: lib/hammer_cli_foreman/hostgroup.rb:28
234
+ msgid "Architecture Id"
217
235
  msgstr ""
218
236
 
219
- #: lib/hammer_cli_foreman/hostgroup.rb:151
220
- msgid "Delete parameter for a hostgroup."
237
+ #: lib/hammer_cli_foreman/host.rb:184
238
+ msgid "Image Id"
221
239
  msgstr ""
222
240
 
223
- #: lib/hammer_cli_foreman/hostgroup.rb:153
224
- msgid "id of the hostgroup the parameter is being deleted for"
241
+ #: lib/hammer_cli_foreman/host.rb:185
242
+ msgid "Compute Resource Id"
225
243
  msgstr ""
226
244
 
227
- #: lib/hammer_cli_foreman/hostgroup.rb:155
228
- msgid "Hostgroup parameter deleted"
245
+ #: lib/hammer_cli_foreman/host.rb:187
246
+ msgid "Comment"
229
247
  msgstr ""
230
248
 
231
- #: lib/hammer_cli_foreman/hostgroup.rb:168
232
- msgid "hostgroup id/name"
249
+ #: lib/hammer_cli_foreman/host.rb:189 lib/hammer_cli_foreman/hostgroup.rb:45
250
+ #: lib/hammer_cli_foreman/operating_system.rb:32
251
+ #: lib/hammer_cli_foreman/domain.rb:25
252
+ msgid "Parameters"
233
253
  msgstr ""
234
254
 
235
- #: lib/hammer_cli_foreman/hostgroup.rb:178
236
- msgid "Manipulate hostgroups."
255
+ #: lib/hammer_cli_foreman/host.rb:193
256
+ msgid "BMC Network Interfaces"
237
257
  msgstr ""
238
258
 
239
- #: lib/hammer_cli_foreman/location.rb:36
240
- msgid "Location created"
259
+ #: lib/hammer_cli_foreman/host.rb:199 lib/hammer_cli_foreman/host.rb:212
260
+ msgid "Domain Name"
241
261
  msgstr ""
242
262
 
243
- #: lib/hammer_cli_foreman/location.rb:37
244
- msgid "Could not create the location"
263
+ #: lib/hammer_cli_foreman/host.rb:201 lib/hammer_cli_foreman/host.rb:214
264
+ msgid "Subnet Name"
245
265
  msgstr ""
246
266
 
247
- #: lib/hammer_cli_foreman/location.rb:46
248
- msgid "Location updated"
267
+ #: lib/hammer_cli_foreman/host.rb:202
268
+ msgid "BMC Username"
249
269
  msgstr ""
250
270
 
251
- #: lib/hammer_cli_foreman/location.rb:47
252
- msgid "Could not update the location"
271
+ #: lib/hammer_cli_foreman/host.rb:203
272
+ msgid "BMC Password"
253
273
  msgstr ""
254
274
 
255
- #: lib/hammer_cli_foreman/location.rb:56
256
- msgid "Location deleted"
275
+ #: lib/hammer_cli_foreman/host.rb:206
276
+ msgid "Managed Network Interfaces"
257
277
  msgstr ""
258
278
 
259
- #: lib/hammer_cli_foreman/location.rb:57
260
- msgid "Could not delete the location"
279
+ #: lib/hammer_cli_foreman/host.rb:228
280
+ msgid "Status"
261
281
  msgstr ""
262
282
 
263
- #: lib/hammer_cli_foreman/location.rb:78
264
- msgid "Manipulate locations."
283
+ #: lib/hammer_cli_foreman/host.rb:229
284
+ msgid "Power"
265
285
  msgstr ""
266
286
 
267
- #: lib/hammer_cli_foreman/smart_proxy.rb:14
268
- msgid "URL"
287
+ #: lib/hammer_cli_foreman/host.rb:265
288
+ msgid "Puppet run triggered"
269
289
  msgstr ""
270
290
 
271
- #: lib/hammer_cli_foreman/smart_proxy.rb:26
272
- msgid "Features"
291
+ #: lib/hammer_cli_foreman/host.rb:278 lib/hammer_cli_foreman/fact.rb:13
292
+ msgid "Fact"
273
293
  msgstr ""
274
294
 
275
- #: lib/hammer_cli_foreman/smart_proxy.rb:44
276
- msgid "Smart proxy created"
295
+ #: lib/hammer_cli_foreman/host.rb:279
296
+ #: lib/hammer_cli_foreman/common_parameter.rb:13
297
+ #: lib/hammer_cli_foreman/fact.rb:14
298
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:66
299
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:69
300
+ msgid "Value"
277
301
  msgstr ""
278
302
 
279
- #: lib/hammer_cli_foreman/smart_proxy.rb:45
280
- msgid "Could not create the proxy"
303
+ #: lib/hammer_cli_foreman/host.rb:316
304
+ msgid "Host created"
281
305
  msgstr ""
282
306
 
283
- #: lib/hammer_cli_foreman/smart_proxy.rb:55
284
- msgid "Smart proxy updated"
307
+ #: lib/hammer_cli_foreman/host.rb:317
308
+ msgid "Could not create the host"
285
309
  msgstr ""
286
310
 
287
- #: lib/hammer_cli_foreman/smart_proxy.rb:56
288
- msgid "Could not update the proxy"
311
+ #: lib/hammer_cli_foreman/host.rb:338
312
+ msgid "Host updated"
289
313
  msgstr ""
290
314
 
291
- #: lib/hammer_cli_foreman/smart_proxy.rb:66
292
- msgid "Smart proxy deleted"
315
+ #: lib/hammer_cli_foreman/host.rb:339
316
+ msgid "Could not update the host"
293
317
  msgstr ""
294
318
 
295
- #: lib/hammer_cli_foreman/smart_proxy.rb:67
296
- msgid "Could not delete the proxy"
319
+ #: lib/hammer_cli_foreman/host.rb:346
320
+ msgid "Host deleted"
297
321
  msgstr ""
298
322
 
299
- #: lib/hammer_cli_foreman/smart_proxy.rb:78
300
- msgid "Puppet classes were imported"
323
+ #: lib/hammer_cli_foreman/host.rb:347
324
+ msgid "Could not delete the host"
301
325
  msgstr ""
302
326
 
303
- #: lib/hammer_cli_foreman/smart_proxy.rb:79
304
- msgid "Import of puppet classes failed"
327
+ #: lib/hammer_cli_foreman/host.rb:354
328
+ msgid "Create or update parameter for a host."
305
329
  msgstr ""
306
330
 
307
- #: lib/hammer_cli_foreman/smart_proxy.rb:81
308
- msgid "Do not run the import"
331
+ #: lib/hammer_cli_foreman/host.rb:356
332
+ msgid "Host parameter updated"
309
333
  msgstr ""
310
334
 
311
- #: lib/hammer_cli_foreman/smart_proxy.rb:97
312
- msgid "Manipulate smart proxies."
335
+ #: lib/hammer_cli_foreman/host.rb:357
336
+ msgid "New host parameter created"
313
337
  msgstr ""
314
338
 
315
- #: lib/hammer_cli_foreman/media.rb:11
316
- msgid "Path"
339
+ #: lib/hammer_cli_foreman/host.rb:358
340
+ msgid "Could not set host parameter"
317
341
  msgstr ""
318
342
 
319
- #: lib/hammer_cli_foreman/media.rb:20
320
- #: lib/hammer_cli_foreman/partition_table.rb:12
321
- msgid "OS Family"
343
+ #: lib/hammer_cli_foreman/host.rb:370
344
+ msgid "Delete parameter for a host."
322
345
  msgstr ""
323
346
 
324
- #: lib/hammer_cli_foreman/media.rb:21
325
- msgid "OS IDs"
347
+ #: lib/hammer_cli_foreman/host.rb:372
348
+ msgid "Host parameter deleted"
326
349
  msgstr ""
327
350
 
328
- #: lib/hammer_cli_foreman/media.rb:37
329
- msgid "Installation medium created"
351
+ #: lib/hammer_cli_foreman/host.rb:387
352
+ msgid "Power a host on"
330
353
  msgstr ""
331
354
 
332
- #: lib/hammer_cli_foreman/media.rb:38
333
- msgid "Could not create the installation medium"
355
+ #: lib/hammer_cli_foreman/host.rb:388
356
+ msgid "The host is starting."
334
357
  msgstr ""
335
358
 
336
- #: lib/hammer_cli_foreman/media.rb:47
337
- msgid "Installation medium updated"
359
+ #: lib/hammer_cli_foreman/host.rb:405
360
+ msgid "Force turning off a host"
338
361
  msgstr ""
339
362
 
340
- #: lib/hammer_cli_foreman/media.rb:48
341
- msgid "Could not update the installation media"
363
+ #: lib/hammer_cli_foreman/host.rb:410
364
+ msgid "Power a host off"
342
365
  msgstr ""
343
366
 
344
- #: lib/hammer_cli_foreman/media.rb:57
345
- msgid "Installation medium deleted"
367
+ #: lib/hammer_cli_foreman/host.rb:422
368
+ msgid "Power off forced."
346
369
  msgstr ""
347
370
 
348
- #: lib/hammer_cli_foreman/media.rb:58
349
- msgid "Could not delete the installation media"
371
+ #: lib/hammer_cli_foreman/host.rb:424
372
+ msgid "Powering the host off."
350
373
  msgstr ""
351
374
 
352
- #: lib/hammer_cli_foreman/media.rb:71
353
- msgid "Manipulate installation media."
375
+ #: lib/hammer_cli_foreman/host.rb:441
376
+ msgid "Reboot a host"
354
377
  msgstr ""
355
378
 
356
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:10
357
- #: lib/hammer_cli_foreman/puppet_class.rb:37
358
- msgid "Parameter"
379
+ #: lib/hammer_cli_foreman/host.rb:442
380
+ msgid "Host reboot started."
359
381
  msgstr ""
360
382
 
361
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:11
362
- msgid "Default Value"
383
+ #: lib/hammer_cli_foreman/id_resolver.rb:22
384
+ msgid "User's login to search by"
363
385
  msgstr ""
364
386
 
365
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:12
366
- msgid "Override"
387
+ #: lib/hammer_cli_foreman/id_resolver.rb:27
388
+ msgid "Name to search by"
367
389
  msgstr ""
368
390
 
369
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:28
370
- msgid "Puppet class"
391
+ #: lib/hammer_cli_foreman/id_resolver.rb:117
392
+ msgid "%s not found"
371
393
  msgstr ""
372
394
 
373
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:29
374
- msgid "Class Id"
395
+ #: lib/hammer_cli_foreman/id_resolver.rb:118
396
+ msgid "%s found more than once"
375
397
  msgstr ""
376
398
 
377
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:46
378
- #: lib/hammer_cli_foreman/domain.rb:21
379
- #: lib/hammer_cli_foreman/compute_resource.rb:45
380
- msgid "Description"
399
+ #: lib/hammer_cli_foreman/id_resolver.rb:124
400
+ msgid "Missing options to search %s"
381
401
  msgstr ""
382
402
 
383
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:47
384
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:52
385
- #: lib/hammer_cli_foreman/template.rb:36
386
- msgid "Type"
403
+ #: lib/hammer_cli_foreman/puppet_class.rb:34
404
+ msgid "Smart variables"
387
405
  msgstr ""
388
406
 
389
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:48
390
- msgid "Required"
407
+ #: lib/hammer_cli_foreman/puppet_class.rb:36
408
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:10
409
+ msgid "Parameter"
391
410
  msgstr ""
392
411
 
393
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:49
394
- msgid "Environments"
412
+ #: lib/hammer_cli_foreman/puppet_class.rb:37
413
+ msgid "Default value"
395
414
  msgstr ""
396
415
 
397
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:50
398
- msgid "Environment Ids"
416
+ #: lib/hammer_cli_foreman/puppet_class.rb:57
417
+ msgid "Search puppet modules."
399
418
  msgstr ""
400
419
 
401
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:51
402
- msgid "Validator"
420
+ #: lib/hammer_cli_foreman/auth.rb:7
421
+ msgid "Set credentials"
403
422
  msgstr ""
404
423
 
405
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:53
406
- msgid "Rule"
424
+ #: lib/hammer_cli_foreman/auth.rb:20
425
+ msgid "Wipe your credentials"
407
426
  msgstr ""
408
427
 
409
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:55
410
- msgid "Override values"
428
+ #: lib/hammer_cli_foreman/auth.rb:26
429
+ msgid "Credentials deleted."
411
430
  msgstr ""
412
431
 
413
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:56
414
- msgid "Order"
432
+ #: lib/hammer_cli_foreman/auth.rb:33
433
+ msgid "Information about current connections"
415
434
  msgstr ""
416
435
 
417
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:57
418
- msgid "Count"
436
+ #: lib/hammer_cli_foreman/auth.rb:37
437
+ msgid "You are logged in as '%s'"
419
438
  msgstr ""
420
439
 
421
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:59
422
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:62
423
- #: lib/hammer_cli_foreman/fact.rb:14 lib/hammer_cli_foreman/host.rb:238
424
- #: lib/hammer_cli_foreman/common_parameter.rb:14
425
- msgid "Value"
440
+ #: lib/hammer_cli_foreman/auth.rb:39
441
+ msgid ""
442
+ "You are currently not logged in to any service.\\nUse the service to set "
443
+ "credentials."
426
444
  msgstr ""
427
445
 
428
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:61
429
- msgid "Match"
446
+ #: lib/hammer_cli_foreman/auth.rb:48
447
+ msgid "Foreman connection login/logout."
430
448
  msgstr ""
431
449
 
432
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:82
433
- msgid "Parameter updated"
450
+ #: lib/hammer_cli_foreman/image.rb:9
451
+ msgid "View and manage compute resource's images"
434
452
  msgstr ""
435
453
 
436
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:83
437
- msgid "Could not update the parameter"
454
+ #: lib/hammer_cli_foreman/image.rb:33
455
+ msgid "Username"
438
456
  msgstr ""
439
457
 
440
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:87
441
- msgid "Override this parameter."
458
+ #: lib/hammer_cli_foreman/image.rb:47
459
+ msgid "IAM role"
442
460
  msgstr ""
443
461
 
444
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:89
445
- msgid "This parameter is required."
462
+ #: lib/hammer_cli_foreman/image.rb:58
463
+ msgid "Show images available for addition"
446
464
  msgstr ""
447
465
 
448
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:91
449
- msgid "Type of the parameter."
466
+ #: lib/hammer_cli_foreman/image.rb:83
467
+ msgid "Image created"
450
468
  msgstr ""
451
469
 
452
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:94
453
- msgid "Type of the validator."
470
+ #: lib/hammer_cli_foreman/image.rb:84
471
+ msgid "Could not create the image"
454
472
  msgstr ""
455
473
 
456
- #: lib/hammer_cli_foreman/smart_class_parameter.rb:103
457
- msgid "Manipulate smart class parameters."
474
+ #: lib/hammer_cli_foreman/image.rb:92
475
+ msgid "Image updated"
458
476
  msgstr ""
459
477
 
460
- #: lib/hammer_cli_foreman/organization.rb:36
461
- msgid "Organization created"
478
+ #: lib/hammer_cli_foreman/image.rb:93
479
+ msgid "Could not update the image"
462
480
  msgstr ""
463
481
 
464
- #: lib/hammer_cli_foreman/organization.rb:37
465
- msgid "Could not create the organization"
482
+ #: lib/hammer_cli_foreman/image.rb:101
483
+ msgid "Image deleted"
466
484
  msgstr ""
467
485
 
468
- #: lib/hammer_cli_foreman/organization.rb:46
469
- msgid "Organization updated"
486
+ #: lib/hammer_cli_foreman/image.rb:102
487
+ msgid "Could not delete the image"
470
488
  msgstr ""
471
489
 
472
- #: lib/hammer_cli_foreman/organization.rb:47
473
- msgid "Could not update the organization"
490
+ #: lib/hammer_cli_foreman/subnet.rb:12
491
+ msgid "Network"
474
492
  msgstr ""
475
493
 
476
- #: lib/hammer_cli_foreman/organization.rb:56
477
- msgid "Organization deleted"
494
+ #: lib/hammer_cli_foreman/subnet.rb:13
495
+ msgid "Mask"
478
496
  msgstr ""
479
497
 
480
- #: lib/hammer_cli_foreman/organization.rb:57
481
- msgid "Could not delete the organization"
498
+ #: lib/hammer_cli_foreman/subnet.rb:23
499
+ msgid "Priority"
482
500
  msgstr ""
483
501
 
484
- #: lib/hammer_cli_foreman/organization.rb:77
485
- msgid "Manipulate organizations."
502
+ #: lib/hammer_cli_foreman/subnet.rb:24
503
+ msgid "DNS id"
486
504
  msgstr ""
487
505
 
488
- #: lib/hammer_cli_foreman/operating_system.rb:12
489
- msgid "Release name"
506
+ #: lib/hammer_cli_foreman/subnet.rb:25
507
+ msgid "DNS"
490
508
  msgstr ""
491
509
 
492
- #: lib/hammer_cli_foreman/operating_system.rb:13
493
- msgid "Family"
510
+ #: lib/hammer_cli_foreman/subnet.rb:26
511
+ msgid "Primary DNS"
494
512
  msgstr ""
495
513
 
496
- #: lib/hammer_cli_foreman/operating_system.rb:30
497
- msgid "Installation media"
514
+ #: lib/hammer_cli_foreman/subnet.rb:27
515
+ msgid "Secondary DNS"
498
516
  msgstr ""
499
517
 
500
- #: lib/hammer_cli_foreman/operating_system.rb:31
501
- msgid "Architectures"
518
+ #: lib/hammer_cli_foreman/subnet.rb:28
519
+ msgid "Domain ids"
502
520
  msgstr ""
503
521
 
504
- #: lib/hammer_cli_foreman/operating_system.rb:32
505
- msgid "Partition tables"
522
+ #: lib/hammer_cli_foreman/subnet.rb:29
523
+ msgid "TFTP"
506
524
  msgstr ""
507
525
 
508
- #: lib/hammer_cli_foreman/operating_system.rb:33
509
- msgid "Config templates"
526
+ #: lib/hammer_cli_foreman/subnet.rb:30
527
+ msgid "TFTP id"
510
528
  msgstr ""
511
529
 
512
- #: lib/hammer_cli_foreman/operating_system.rb:57
513
- #: lib/hammer_cli_foreman/operating_system.rb:85
514
- msgid "set associated architectures"
530
+ #: lib/hammer_cli_foreman/subnet.rb:31
531
+ msgid "DHCP"
515
532
  msgstr ""
516
533
 
517
- #: lib/hammer_cli_foreman/operating_system.rb:59
518
- #: lib/hammer_cli_foreman/operating_system.rb:87
519
- msgid "set associated templates"
534
+ #: lib/hammer_cli_foreman/subnet.rb:32
535
+ msgid "DHCP id"
520
536
  msgstr ""
521
537
 
522
- #: lib/hammer_cli_foreman/operating_system.rb:61
523
- #: lib/hammer_cli_foreman/operating_system.rb:89
524
- msgid "set associated installation media"
538
+ #: lib/hammer_cli_foreman/subnet.rb:33
539
+ msgid "vlan id"
525
540
  msgstr ""
526
541
 
527
- #: lib/hammer_cli_foreman/operating_system.rb:63
528
- #: lib/hammer_cli_foreman/operating_system.rb:91
529
- msgid "set associated partition tables"
542
+ #: lib/hammer_cli_foreman/subnet.rb:34
543
+ msgid "Gateway"
530
544
  msgstr ""
531
545
 
532
- #: lib/hammer_cli_foreman/operating_system.rb:66
533
- msgid "Operating system created"
546
+ #: lib/hammer_cli_foreman/subnet.rb:35
547
+ msgid "From"
534
548
  msgstr ""
535
549
 
536
- #: lib/hammer_cli_foreman/operating_system.rb:67
537
- msgid "Could not create the operating system"
550
+ #: lib/hammer_cli_foreman/subnet.rb:36
551
+ msgid "To"
538
552
  msgstr ""
539
553
 
540
- #: lib/hammer_cli_foreman/operating_system.rb:96
541
- msgid "Operating system updated"
554
+ #: lib/hammer_cli_foreman/subnet.rb:45
555
+ msgid "Subnet created"
542
556
  msgstr ""
543
557
 
544
- #: lib/hammer_cli_foreman/operating_system.rb:97
545
- msgid "Could not update the operating system"
558
+ #: lib/hammer_cli_foreman/subnet.rb:46
559
+ msgid "Could not create the subnet"
546
560
  msgstr ""
547
561
 
548
- #: lib/hammer_cli_foreman/operating_system.rb:116
549
- msgid "Operating system deleted"
562
+ #: lib/hammer_cli_foreman/subnet.rb:54
563
+ msgid "Subnet updated"
550
564
  msgstr ""
551
565
 
552
- #: lib/hammer_cli_foreman/operating_system.rb:117
553
- msgid "Could not delete the operating system"
566
+ #: lib/hammer_cli_foreman/subnet.rb:55
567
+ msgid "Could not update the subnet"
554
568
  msgstr ""
555
569
 
556
- #: lib/hammer_cli_foreman/operating_system.rb:126
557
- msgid "Create or update parameter for an operating system."
570
+ #: lib/hammer_cli_foreman/subnet.rb:63
571
+ msgid "Subnet deleted"
558
572
  msgstr ""
559
573
 
560
- #: lib/hammer_cli_foreman/operating_system.rb:129
561
- msgid "id of the operating system the parameter is being set for"
574
+ #: lib/hammer_cli_foreman/subnet.rb:64
575
+ msgid "Could not delete the subnet"
562
576
  msgstr ""
563
577
 
564
- #: lib/hammer_cli_foreman/operating_system.rb:131
565
- msgid "Operating system parameter updated"
578
+ #: lib/hammer_cli_foreman/subnet.rb:74
579
+ msgid "Manipulate subnets."
566
580
  msgstr ""
567
581
 
568
- #: lib/hammer_cli_foreman/operating_system.rb:132
569
- msgid "New operating system parameter created"
582
+ #: lib/hammer_cli_foreman/organization.rb:38
583
+ msgid "Organization created"
570
584
  msgstr ""
571
585
 
572
- #: lib/hammer_cli_foreman/operating_system.rb:133
573
- msgid "Could not set operating system parameter"
586
+ #: lib/hammer_cli_foreman/organization.rb:39
587
+ msgid "Could not create the organization"
574
588
  msgstr ""
575
589
 
576
- #: lib/hammer_cli_foreman/operating_system.rb:152
577
- msgid "Delete parameter for an operating system."
590
+ #: lib/hammer_cli_foreman/organization.rb:50
591
+ msgid "Organization updated"
578
592
  msgstr ""
579
593
 
580
- #: lib/hammer_cli_foreman/operating_system.rb:155
581
- msgid "id of the operating system the parameter is being deleted for"
594
+ #: lib/hammer_cli_foreman/organization.rb:51
595
+ msgid "Could not update the organization"
582
596
  msgstr ""
583
597
 
584
- #: lib/hammer_cli_foreman/operating_system.rb:156
585
- msgid "operating system parameter deleted"
598
+ #: lib/hammer_cli_foreman/organization.rb:62
599
+ msgid "Organization deleted"
586
600
  msgstr ""
587
601
 
588
- #: lib/hammer_cli_foreman/report.rb:11 lib/hammer_cli_foreman/report.rb:33
589
- #: lib/hammer_cli_foreman/fact.rb:12
590
- msgid "Host"
602
+ #: lib/hammer_cli_foreman/organization.rb:63
603
+ msgid "Could not delete the organization"
591
604
  msgstr ""
592
605
 
593
- #: lib/hammer_cli_foreman/report.rb:12 lib/hammer_cli_foreman/host.rb:150
594
- msgid "Last report"
606
+ #: lib/hammer_cli_foreman/organization.rb:84
607
+ msgid "Manipulate organizations."
595
608
  msgstr ""
596
609
 
597
- #: lib/hammer_cli_foreman/report.rb:14 lib/hammer_cli_foreman/report.rb:37
598
- msgid "Applied"
610
+ #: lib/hammer_cli_foreman/compute_resource.rb:13
611
+ msgid "Provider"
599
612
  msgstr ""
600
613
 
601
- #: lib/hammer_cli_foreman/report.rb:15 lib/hammer_cli_foreman/report.rb:38
602
- msgid "Restarted"
614
+ #: lib/hammer_cli_foreman/compute_resource.rb:26
615
+ #: lib/hammer_cli_foreman/compute_resource.rb:36
616
+ msgid "Region"
603
617
  msgstr ""
604
618
 
605
- #: lib/hammer_cli_foreman/report.rb:16 lib/hammer_cli_foreman/report.rb:39
606
- msgid "Failed"
619
+ #: lib/hammer_cli_foreman/compute_resource.rb:30
620
+ msgid "Server"
607
621
  msgstr ""
608
622
 
609
- #: lib/hammer_cli_foreman/report.rb:17 lib/hammer_cli_foreman/report.rb:40
610
- msgid "Restart Failures"
623
+ #: lib/hammer_cli_foreman/compute_resource.rb:33
624
+ msgid "Tenant"
611
625
  msgstr ""
612
626
 
613
- #: lib/hammer_cli_foreman/report.rb:18 lib/hammer_cli_foreman/report.rb:41
614
- msgid "Skipped"
627
+ #: lib/hammer_cli_foreman/compute_resource.rb:43
628
+ msgid "Url"
615
629
  msgstr ""
616
630
 
617
- #: lib/hammer_cli_foreman/report.rb:19 lib/hammer_cli_foreman/report.rb:42
618
- msgid "Pending"
631
+ #: lib/hammer_cli_foreman/compute_resource.rb:44
632
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:53
633
+ #: lib/hammer_cli_foreman/domain.rb:21
634
+ msgid "Description"
619
635
  msgstr ""
620
636
 
621
- #: lib/hammer_cli_foreman/report.rb:34
622
- msgid "Reported at"
637
+ #: lib/hammer_cli_foreman/compute_resource.rb:45
638
+ msgid "User"
623
639
  msgstr ""
624
640
 
625
- #: lib/hammer_cli_foreman/report.rb:35
626
- msgid "Report status"
641
+ #: lib/hammer_cli_foreman/compute_resource.rb:62
642
+ msgid "Compute resource created"
627
643
  msgstr ""
628
644
 
629
- #: lib/hammer_cli_foreman/report.rb:45
630
- msgid "Report metrics"
645
+ #: lib/hammer_cli_foreman/compute_resource.rb:63
646
+ msgid "Could not create the compute resource"
631
647
  msgstr ""
632
648
 
633
- #: lib/hammer_cli_foreman/report.rb:48
634
- msgid "config_retrieval"
649
+ #: lib/hammer_cli_foreman/compute_resource.rb:74
650
+ msgid "Compute resource updated"
635
651
  msgstr ""
636
652
 
637
- #: lib/hammer_cli_foreman/report.rb:49
638
- msgid "exec"
653
+ #: lib/hammer_cli_foreman/compute_resource.rb:75
654
+ msgid "Could not update the compute resource"
639
655
  msgstr ""
640
656
 
641
- #: lib/hammer_cli_foreman/report.rb:50
642
- msgid "file"
657
+ #: lib/hammer_cli_foreman/compute_resource.rb:82
658
+ msgid "Compute resource deleted"
643
659
  msgstr ""
644
660
 
645
- #: lib/hammer_cli_foreman/report.rb:51
646
- msgid "package"
661
+ #: lib/hammer_cli_foreman/compute_resource.rb:83
662
+ msgid "Could not delete the compute resource"
647
663
  msgstr ""
648
664
 
649
- #: lib/hammer_cli_foreman/report.rb:52
650
- msgid "service"
665
+ #: lib/hammer_cli_foreman/compute_resource.rb:95
666
+ msgid "Manipulate compute resources."
651
667
  msgstr ""
652
668
 
653
- #: lib/hammer_cli_foreman/report.rb:53
654
- msgid "user"
669
+ #: lib/hammer_cli_foreman/environment.rb:33
670
+ msgid "Environment created"
655
671
  msgstr ""
656
672
 
657
- #: lib/hammer_cli_foreman/report.rb:54
658
- msgid "yumrepo"
673
+ #: lib/hammer_cli_foreman/environment.rb:34
674
+ msgid "Could not create the environment"
659
675
  msgstr ""
660
676
 
661
- #: lib/hammer_cli_foreman/report.rb:55
662
- msgid "filebucket"
677
+ #: lib/hammer_cli_foreman/environment.rb:41
678
+ msgid "Environment updated"
663
679
  msgstr ""
664
680
 
665
- #: lib/hammer_cli_foreman/report.rb:56
666
- msgid "cron"
681
+ #: lib/hammer_cli_foreman/environment.rb:42
682
+ msgid "Could not update the environment"
667
683
  msgstr ""
668
684
 
669
- #: lib/hammer_cli_foreman/report.rb:57
670
- msgid "total"
685
+ #: lib/hammer_cli_foreman/environment.rb:49
686
+ msgid "Environment deleted"
671
687
  msgstr ""
672
688
 
673
- #: lib/hammer_cli_foreman/report.rb:61
674
- msgid "Logs"
689
+ #: lib/hammer_cli_foreman/environment.rb:50
690
+ msgid "Could not delete the environment"
675
691
  msgstr ""
676
692
 
677
- #: lib/hammer_cli_foreman/report.rb:64
678
- msgid "Resource"
693
+ #: lib/hammer_cli_foreman/associating_commands.rb:175
694
+ msgid "Operating system has been associated"
679
695
  msgstr ""
680
696
 
681
- #: lib/hammer_cli_foreman/report.rb:67
682
- msgid "Message"
697
+ #: lib/hammer_cli_foreman/associating_commands.rb:176
698
+ msgid "Could not associate the operating system"
683
699
  msgstr ""
684
700
 
685
- #: lib/hammer_cli_foreman/report.rb:79
686
- msgid "Report has been deleted"
701
+ #: lib/hammer_cli_foreman/associating_commands.rb:183
702
+ msgid "Operating system has been disassociated"
687
703
  msgstr ""
688
704
 
689
- #: lib/hammer_cli_foreman/report.rb:80
690
- msgid "Could not delete the report"
705
+ #: lib/hammer_cli_foreman/associating_commands.rb:184
706
+ msgid "Could not disassociate the operating system"
691
707
  msgstr ""
692
708
 
693
- #: lib/hammer_cli_foreman/report.rb:91
694
- msgid "Browse and read reports."
709
+ #: lib/hammer_cli_foreman/associating_commands.rb:194
710
+ msgid "Architecture has been associated"
695
711
  msgstr ""
696
712
 
697
- #: lib/hammer_cli_foreman/domain.rb:22
698
- msgid "DNS Id"
713
+ #: lib/hammer_cli_foreman/associating_commands.rb:195
714
+ msgid "Could not associate the architecture"
699
715
  msgstr ""
700
716
 
701
- #: lib/hammer_cli_foreman/domain.rb:41
702
- msgid "Domain [%{name}s] created"
717
+ #: lib/hammer_cli_foreman/associating_commands.rb:202
718
+ msgid "Architecture has been disassociated"
703
719
  msgstr ""
704
720
 
705
- #: lib/hammer_cli_foreman/domain.rb:42
706
- msgid "Could not create the domain"
721
+ #: lib/hammer_cli_foreman/associating_commands.rb:203
722
+ msgid "Could not disassociate the architecture"
707
723
  msgstr ""
708
724
 
709
- #: lib/hammer_cli_foreman/domain.rb:46 lib/hammer_cli_foreman/domain.rb:57
710
- msgid "Full name describing the domain"
725
+ #: lib/hammer_cli_foreman/associating_commands.rb:213
726
+ msgid "Partition table has been associated"
711
727
  msgstr ""
712
728
 
713
- #: lib/hammer_cli_foreman/domain.rb:52
714
- msgid "Domain [%{name}s] updated"
729
+ #: lib/hammer_cli_foreman/associating_commands.rb:214
730
+ msgid "Could not associate the partition table"
715
731
  msgstr ""
716
732
 
717
- #: lib/hammer_cli_foreman/domain.rb:53
718
- msgid "Could not update the domain"
733
+ #: lib/hammer_cli_foreman/associating_commands.rb:221
734
+ msgid "Partition table has been disassociated"
719
735
  msgstr ""
720
736
 
721
- #: lib/hammer_cli_foreman/domain.rb:63
722
- msgid "Domain [%{name}s] deleted"
737
+ #: lib/hammer_cli_foreman/associating_commands.rb:222
738
+ msgid "Could not disassociate the partition table"
723
739
  msgstr ""
724
740
 
725
- #: lib/hammer_cli_foreman/domain.rb:64
726
- msgid "Could not delete the domain"
741
+ #: lib/hammer_cli_foreman/common_parameter.rb:22
742
+ msgid "Set a global parameter."
727
743
  msgstr ""
728
744
 
729
- #: lib/hammer_cli_foreman/domain.rb:75
730
- msgid "Create or update parameter for a domain."
745
+ #: lib/hammer_cli_foreman/common_parameter.rb:24
746
+ msgid "Created parameter [%{name}] with value [%{value}]."
747
+ msgstr ""
748
+
749
+ #: lib/hammer_cli_foreman/common_parameter.rb:25
750
+ msgid "Parameter [%{name}] updated to [%{value}]."
731
751
  msgstr ""
732
752
 
733
- #: lib/hammer_cli_foreman/domain.rb:77
734
- msgid "name of the domain the parameter is being set for"
753
+ #: lib/hammer_cli_foreman/common_parameter.rb:27
754
+ #: lib/hammer_cli_foreman/parameter.rb:57
755
+ #: lib/hammer_cli_foreman/parameter.rb:104
756
+ msgid "parameter name"
735
757
  msgstr ""
736
758
 
737
- #: lib/hammer_cli_foreman/domain.rb:78
738
- msgid "id of the domain the parameter is being set for"
759
+ #: lib/hammer_cli_foreman/common_parameter.rb:28
760
+ #: lib/hammer_cli_foreman/parameter.rb:58
761
+ msgid "parameter value"
739
762
  msgstr ""
740
763
 
741
- #: lib/hammer_cli_foreman/domain.rb:80
742
- msgid "Domain parameter updated"
764
+ #: lib/hammer_cli_foreman/common_parameter.rb:55
765
+ msgid "Global parameter [%{name}] deleted."
743
766
  msgstr ""
744
767
 
745
- #: lib/hammer_cli_foreman/domain.rb:81
746
- msgid "New domain parameter created"
768
+ #: lib/hammer_cli_foreman/common_parameter.rb:56
769
+ msgid "Could not delete the global parameter [%{name}]"
747
770
  msgstr ""
748
771
 
749
- #: lib/hammer_cli_foreman/domain.rb:82
750
- msgid "Could not set domain parameter"
772
+ #: lib/hammer_cli_foreman/common_parameter.rb:65
773
+ msgid "Manipulate global parameters."
751
774
  msgstr ""
752
775
 
753
- #: lib/hammer_cli_foreman/domain.rb:101
754
- msgid "Delete parameter for a domain."
776
+ #: lib/hammer_cli_foreman/exception_handler.rb:41
777
+ msgid "Forbidden - server refused to process the request"
755
778
  msgstr ""
756
779
 
757
- #: lib/hammer_cli_foreman/domain.rb:103
758
- msgid "name of the domain the parameter is being deleted for"
780
+ #: lib/hammer_cli_foreman/exception_handler.rb:75
781
+ msgid ""
782
+ "Could not load API description from the server\\n - is your server down?\\n"
783
+ "\\\\n \" - was \\\"#{rake_command}\\\" run on the server when "
784
+ "using apipie cache? (typical production settings))\\n\""
759
785
  msgstr ""
760
786
 
761
- #: lib/hammer_cli_foreman/domain.rb:104
762
- msgid "id of the domain the parameter is being deleted for"
787
+ #: lib/hammer_cli_foreman/hostgroup.rb:24
788
+ msgid "Label"
763
789
  msgstr ""
764
790
 
765
- #: lib/hammer_cli_foreman/domain.rb:106
766
- msgid "Domain parameter deleted"
791
+ #: lib/hammer_cli_foreman/hostgroup.rb:32
792
+ msgid "Puppet Master Proxy Id"
767
793
  msgstr ""
768
794
 
769
- #: lib/hammer_cli_foreman/domain.rb:125
770
- msgid "Manipulate domains."
795
+ #: lib/hammer_cli_foreman/hostgroup.rb:34
796
+ msgid "Puppetclass Ids"
771
797
  msgstr ""
772
798
 
773
- #: lib/hammer_cli_foreman/template.rb:61
774
- #: lib/hammer_cli_foreman/architecture.rb:21
775
- msgid "OS ids"
799
+ #: lib/hammer_cli_foreman/hostgroup.rb:35
800
+ msgid "Ancestry"
776
801
  msgstr ""
777
802
 
778
- #: lib/hammer_cli_foreman/template.rb:83
779
- msgid "List available config template kinds."
803
+ #: lib/hammer_cli_foreman/hostgroup.rb:66
804
+ msgid "Hostgroup created"
780
805
  msgstr ""
781
806
 
782
- #: lib/hammer_cli_foreman/template.rb:102
783
- msgid "View config template content."
807
+ #: lib/hammer_cli_foreman/hostgroup.rb:67
808
+ msgid "Could not create the hostgroup"
784
809
  msgstr ""
785
810
 
786
- #: lib/hammer_cli_foreman/template.rb:116
787
- #: lib/hammer_cli_foreman/template.rb:131
788
- msgid "Path to a file that contains the template"
811
+ #: lib/hammer_cli_foreman/hostgroup.rb:79
812
+ msgid "Hostgroup updated"
789
813
  msgstr ""
790
814
 
791
- #: lib/hammer_cli_foreman/template.rb:118
792
- #: lib/hammer_cli_foreman/template.rb:133
793
- msgid "Template type. Eg. snippet, script, provision"
815
+ #: lib/hammer_cli_foreman/hostgroup.rb:80
816
+ msgid "Could not update the hostgroup"
794
817
  msgstr ""
795
818
 
796
- #: lib/hammer_cli_foreman/template.rb:120
797
- msgid "Config template created"
819
+ #: lib/hammer_cli_foreman/hostgroup.rb:87
820
+ msgid "Hostgroup deleted"
798
821
  msgstr ""
799
822
 
800
- #: lib/hammer_cli_foreman/template.rb:121
801
- msgid "Could not create the config template"
823
+ #: lib/hammer_cli_foreman/hostgroup.rb:88
824
+ msgid "Could not delete the hostgroup"
802
825
  msgstr ""
803
826
 
804
- #: lib/hammer_cli_foreman/template.rb:137
805
- msgid "Config template updated"
827
+ #: lib/hammer_cli_foreman/hostgroup.rb:115
828
+ msgid "Create or update parameter for a hostgroup."
806
829
  msgstr ""
807
830
 
808
- #: lib/hammer_cli_foreman/template.rb:138
809
- msgid "Could not update the config template"
831
+ #: lib/hammer_cli_foreman/hostgroup.rb:117
832
+ msgid "Hostgroup parameter updated"
810
833
  msgstr ""
811
834
 
812
- #: lib/hammer_cli_foreman/template.rb:150
813
- msgid "Config template deleted"
835
+ #: lib/hammer_cli_foreman/hostgroup.rb:118
836
+ msgid "New hostgroup parameter created"
814
837
  msgstr ""
815
838
 
816
- #: lib/hammer_cli_foreman/template.rb:151
817
- msgid "Could not delete the config template"
839
+ #: lib/hammer_cli_foreman/hostgroup.rb:119
840
+ msgid "Could not set hostgroup parameter"
818
841
  msgstr ""
819
842
 
820
- #: lib/hammer_cli_foreman/template.rb:166
821
- msgid "Manipulate config templates."
843
+ #: lib/hammer_cli_foreman/hostgroup.rb:126
844
+ msgid "Delete parameter for a hostgroup."
822
845
  msgstr ""
823
846
 
824
- #: lib/hammer_cli_foreman/parameter.rb:30
825
- #: lib/hammer_cli_foreman/parameter.rb:90
826
- #: lib/hammer_cli_foreman/common_parameter.rb:30
827
- msgid "parameter name"
847
+ #: lib/hammer_cli_foreman/hostgroup.rb:128
848
+ msgid "Hostgroup parameter deleted"
828
849
  msgstr ""
829
850
 
830
- #: lib/hammer_cli_foreman/parameter.rb:31
831
- #: lib/hammer_cli_foreman/common_parameter.rb:31
832
- msgid "parameter value"
851
+ #: lib/hammer_cli_foreman/hostgroup.rb:144
852
+ msgid "Manipulate hostgroups."
833
853
  msgstr ""
834
854
 
835
855
  #: lib/hammer_cli_foreman/credentials.rb:10
@@ -840,734 +860,725 @@ msgstr ""
840
860
  msgid "[Foreman] password for %s: "
841
861
  msgstr ""
842
862
 
843
- #: lib/hammer_cli_foreman/puppet_class.rb:35
844
- msgid "Smart variables"
845
- msgstr ""
846
-
847
- #: lib/hammer_cli_foreman/puppet_class.rb:38
848
- msgid "Default value"
849
- msgstr ""
850
-
851
- #: lib/hammer_cli_foreman/puppet_class.rb:50
852
- msgid "puppet class id/name"
853
- msgstr ""
854
-
855
- #: lib/hammer_cli_foreman/puppet_class.rb:60
856
- msgid "Search puppet modules."
857
- msgstr ""
858
-
859
- #: lib/hammer_cli_foreman/architecture.rb:31
860
- msgid "Architecture created"
863
+ #: lib/hammer_cli_foreman/operating_system.rb:12
864
+ msgid "Release name"
861
865
  msgstr ""
862
866
 
863
- #: lib/hammer_cli_foreman/architecture.rb:32
864
- msgid "Could not create the architecture"
867
+ #: lib/hammer_cli_foreman/operating_system.rb:13
868
+ msgid "Family"
865
869
  msgstr ""
866
870
 
867
- #: lib/hammer_cli_foreman/architecture.rb:39
868
- msgid "Architecture deleted"
871
+ #: lib/hammer_cli_foreman/operating_system.rb:27
872
+ msgid "Installation media"
869
873
  msgstr ""
870
874
 
871
- #: lib/hammer_cli_foreman/architecture.rb:40
872
- msgid "Could not delete the architecture"
875
+ #: lib/hammer_cli_foreman/operating_system.rb:28
876
+ msgid "Architectures"
873
877
  msgstr ""
874
878
 
875
- #: lib/hammer_cli_foreman/architecture.rb:47
876
- msgid "Architecture updated"
879
+ #: lib/hammer_cli_foreman/operating_system.rb:29
880
+ msgid "Partition tables"
877
881
  msgstr ""
878
882
 
879
- #: lib/hammer_cli_foreman/architecture.rb:48
880
- msgid "Could not update the architecture"
883
+ #: lib/hammer_cli_foreman/operating_system.rb:30
884
+ msgid "Config templates"
881
885
  msgstr ""
882
886
 
883
- #: lib/hammer_cli_foreman/architecture.rb:60
884
- msgid "Manipulate architectures."
887
+ #: lib/hammer_cli_foreman/operating_system.rb:31
888
+ msgid "Default OS templates"
885
889
  msgstr ""
886
890
 
887
- #: lib/hammer_cli_foreman/model.rb:12
888
- msgid "Vendor class"
891
+ #: lib/hammer_cli_foreman/operating_system.rb:59
892
+ #: lib/hammer_cli_foreman/operating_system.rb:86
893
+ msgid "set associated architectures"
889
894
  msgstr ""
890
895
 
891
- #: lib/hammer_cli_foreman/model.rb:13
892
- msgid "HW model"
896
+ #: lib/hammer_cli_foreman/operating_system.rb:61
897
+ #: lib/hammer_cli_foreman/operating_system.rb:88
898
+ msgid "set associated templates"
893
899
  msgstr ""
894
900
 
895
- #: lib/hammer_cli_foreman/model.rb:23
896
- msgid "Info"
901
+ #: lib/hammer_cli_foreman/operating_system.rb:63
902
+ #: lib/hammer_cli_foreman/operating_system.rb:90
903
+ msgid "set associated installation media"
897
904
  msgstr ""
898
905
 
899
- #: lib/hammer_cli_foreman/model.rb:33
900
- msgid "Hardware model created"
906
+ #: lib/hammer_cli_foreman/operating_system.rb:65
907
+ #: lib/hammer_cli_foreman/operating_system.rb:92
908
+ msgid "set associated partition tables"
901
909
  msgstr ""
902
910
 
903
- #: lib/hammer_cli_foreman/model.rb:34
904
- msgid "Could not create the hardware model"
911
+ #: lib/hammer_cli_foreman/operating_system.rb:68
912
+ msgid "Operating system created"
905
913
  msgstr ""
906
914
 
907
- #: lib/hammer_cli_foreman/model.rb:40
908
- msgid "Hardware model deleted"
915
+ #: lib/hammer_cli_foreman/operating_system.rb:69
916
+ msgid "Could not create the operating system"
909
917
  msgstr ""
910
918
 
911
- #: lib/hammer_cli_foreman/model.rb:41
912
- msgid "Could not delete the hardware model"
919
+ #: lib/hammer_cli_foreman/operating_system.rb:95
920
+ msgid "Operating system updated"
913
921
  msgstr ""
914
922
 
915
- #: lib/hammer_cli_foreman/model.rb:48
916
- msgid "Hardware model updated"
923
+ #: lib/hammer_cli_foreman/operating_system.rb:96
924
+ msgid "Could not update the operating system"
917
925
  msgstr ""
918
926
 
919
- #: lib/hammer_cli_foreman/model.rb:49
920
- msgid "Could not update the hardware model"
927
+ #: lib/hammer_cli_foreman/operating_system.rb:112
928
+ msgid "Operating system deleted"
921
929
  msgstr ""
922
930
 
923
- #: lib/hammer_cli_foreman/model.rb:60
924
- msgid "Manipulate hardware models."
931
+ #: lib/hammer_cli_foreman/operating_system.rb:113
932
+ msgid "Could not delete the operating system"
925
933
  msgstr ""
926
934
 
927
- #: lib/hammer_cli_foreman/fact.rb:13 lib/hammer_cli_foreman/host.rb:237
928
- msgid "Fact"
935
+ #: lib/hammer_cli_foreman/operating_system.rb:120
936
+ msgid "Create or update parameter for an operating system."
929
937
  msgstr ""
930
938
 
931
- #: lib/hammer_cli_foreman/fact.rb:36
932
- msgid "Search facts."
939
+ #: lib/hammer_cli_foreman/operating_system.rb:122
940
+ msgid "Operating system parameter updated"
933
941
  msgstr ""
934
942
 
935
- #: lib/hammer_cli_foreman/commands.rb:45
936
- msgid "Received data of unknown format"
943
+ #: lib/hammer_cli_foreman/operating_system.rb:123
944
+ msgid "New operating system parameter created"
937
945
  msgstr ""
938
946
 
939
- #: lib/hammer_cli_foreman/commands.rb:113
940
- msgid "List next page? (%s): "
947
+ #: lib/hammer_cli_foreman/operating_system.rb:124
948
+ msgid "Could not set operating system parameter"
941
949
  msgstr ""
942
950
 
943
- #: lib/hammer_cli_foreman/commands.rb:187
944
- msgid "new name for the resource"
951
+ #: lib/hammer_cli_foreman/operating_system.rb:136
952
+ msgid "Delete parameter for an operating system."
945
953
  msgstr ""
946
954
 
947
- #: lib/hammer_cli_foreman/commands.rb:317
948
- msgid "Associate a resource"
955
+ #: lib/hammer_cli_foreman/operating_system.rb:138
956
+ msgid "operating system parameter deleted"
949
957
  msgstr ""
950
958
 
951
- #: lib/hammer_cli_foreman/commands.rb:337
952
- msgid "Disassociate a resource"
959
+ #: lib/hammer_cli_foreman/operating_system.rb:153
960
+ #: lib/hammer_cli_foreman/operating_system.rb:219
961
+ msgid "operatingsystem id"
953
962
  msgstr ""
954
963
 
955
- #: lib/hammer_cli_foreman/associating_commands.rb:149
956
- msgid "Operating system has been associated"
964
+ #: lib/hammer_cli_foreman/operating_system.rb:154
965
+ msgid "config template id to be set"
957
966
  msgstr ""
958
967
 
959
- #: lib/hammer_cli_foreman/associating_commands.rb:150
960
- msgid "Could not associate the operating system"
968
+ #: lib/hammer_cli_foreman/operating_system.rb:157
969
+ msgid ""
970
+ "[%{config_template_name}] was set as default %{template_kind_name} template"
961
971
  msgstr ""
962
972
 
963
- #: lib/hammer_cli_foreman/associating_commands.rb:160
964
- msgid "Operating system has been disassociated"
973
+ #: lib/hammer_cli_foreman/operating_system.rb:158
974
+ msgid "Could not set the os default template"
965
975
  msgstr ""
966
976
 
967
- #: lib/hammer_cli_foreman/associating_commands.rb:161
968
- msgid "Could not disassociate the operating system"
977
+ #: lib/hammer_cli_foreman/operating_system.rb:220
978
+ msgid "Type of the config template"
969
979
  msgstr ""
970
980
 
971
- #: lib/hammer_cli_foreman/associating_commands.rb:170
972
- msgid "Architecture has been associated"
981
+ #: lib/hammer_cli_foreman/operating_system.rb:222
982
+ msgid "Default template deleted"
973
983
  msgstr ""
974
984
 
975
- #: lib/hammer_cli_foreman/associating_commands.rb:171
976
- msgid "Could not associate the architecture"
985
+ #: lib/hammer_cli_foreman/operating_system.rb:223
986
+ msgid "Could not delete the default template"
977
987
  msgstr ""
978
988
 
979
- #: lib/hammer_cli_foreman/associating_commands.rb:179
980
- msgid "Architecture has been disassociated"
989
+ #: lib/hammer_cli_foreman/operating_system.rb:230
990
+ msgid "\"Default template of type #{option_type} not found\""
981
991
  msgstr ""
982
992
 
983
- #: lib/hammer_cli_foreman/associating_commands.rb:180
984
- msgid "Could not disassociate the architecture"
993
+ #: lib/hammer_cli_foreman/smart_proxy.rb:15
994
+ msgid "URL"
985
995
  msgstr ""
986
996
 
987
- #: lib/hammer_cli_foreman/associating_commands.rb:189
988
- msgid "Partition table has been associated"
997
+ #: lib/hammer_cli_foreman/smart_proxy.rb:27
998
+ msgid "Features"
989
999
  msgstr ""
990
1000
 
991
- #: lib/hammer_cli_foreman/associating_commands.rb:190
992
- msgid "Could not associate the partition table"
1001
+ #: lib/hammer_cli_foreman/smart_proxy.rb:45
1002
+ msgid "Smart proxy created"
993
1003
  msgstr ""
994
1004
 
995
- #: lib/hammer_cli_foreman/associating_commands.rb:198
996
- msgid "Partition table has been disassociated"
1005
+ #: lib/hammer_cli_foreman/smart_proxy.rb:46
1006
+ msgid "Could not create the proxy"
997
1007
  msgstr ""
998
1008
 
999
- #: lib/hammer_cli_foreman/associating_commands.rb:199
1000
- msgid "Could not disassociate the partition table"
1009
+ #: lib/hammer_cli_foreman/smart_proxy.rb:56
1010
+ msgid "Smart proxy updated"
1001
1011
  msgstr ""
1002
1012
 
1003
- #: lib/hammer_cli_foreman/partition_table.rb:33
1004
- msgid "View partition table content."
1013
+ #: lib/hammer_cli_foreman/smart_proxy.rb:57
1014
+ msgid "Could not update the proxy"
1005
1015
  msgstr ""
1006
1016
 
1007
- #: lib/hammer_cli_foreman/partition_table.rb:45
1008
- #: lib/hammer_cli_foreman/partition_table.rb:57
1009
- msgid "Path to a file that contains the partition layout"
1017
+ #: lib/hammer_cli_foreman/smart_proxy.rb:67
1018
+ msgid "Smart proxy deleted"
1010
1019
  msgstr ""
1011
1020
 
1012
- #: lib/hammer_cli_foreman/partition_table.rb:48
1013
- msgid "Partition table created"
1021
+ #: lib/hammer_cli_foreman/smart_proxy.rb:68
1022
+ msgid "Could not delete the proxy"
1014
1023
  msgstr ""
1015
1024
 
1016
- #: lib/hammer_cli_foreman/partition_table.rb:49
1017
- msgid "Could not create the partition table"
1025
+ #: lib/hammer_cli_foreman/smart_proxy.rb:79
1026
+ msgid "Puppet classes were imported"
1018
1027
  msgstr ""
1019
1028
 
1020
- #: lib/hammer_cli_foreman/partition_table.rb:60
1021
- msgid "Partition table updated"
1029
+ #: lib/hammer_cli_foreman/smart_proxy.rb:80
1030
+ msgid "Import of puppet classes failed"
1022
1031
  msgstr ""
1023
1032
 
1024
- #: lib/hammer_cli_foreman/partition_table.rb:61
1025
- msgid "Could not update the partition table"
1033
+ #: lib/hammer_cli_foreman/smart_proxy.rb:82
1034
+ msgid "Do not run the import"
1026
1035
  msgstr ""
1027
1036
 
1028
- #: lib/hammer_cli_foreman/partition_table.rb:68
1029
- msgid "Partition table deleted"
1037
+ #: lib/hammer_cli_foreman/smart_proxy.rb:98
1038
+ msgid "Manipulate smart proxies."
1030
1039
  msgstr ""
1031
1040
 
1032
- #: lib/hammer_cli_foreman/partition_table.rb:69
1033
- msgid "Could not delete the partition table"
1041
+ #: lib/hammer_cli_foreman/model.rb:12
1042
+ msgid "Vendor class"
1034
1043
  msgstr ""
1035
1044
 
1036
- #: lib/hammer_cli_foreman/partition_table.rb:83
1037
- msgid "Manipulate partition tables."
1045
+ #: lib/hammer_cli_foreman/model.rb:13
1046
+ msgid "HW model"
1038
1047
  msgstr ""
1039
1048
 
1040
- #: lib/hammer_cli_foreman/auth.rb:7
1041
- msgid "Set credentials"
1049
+ #: lib/hammer_cli_foreman/model.rb:22
1050
+ msgid "Info"
1042
1051
  msgstr ""
1043
1052
 
1044
- #: lib/hammer_cli_foreman/auth.rb:20
1045
- msgid "Wipe your credentials"
1053
+ #: lib/hammer_cli_foreman/model.rb:32
1054
+ msgid "Hardware model created"
1046
1055
  msgstr ""
1047
1056
 
1048
- #: lib/hammer_cli_foreman/auth.rb:26
1049
- msgid "Credentials deleted."
1057
+ #: lib/hammer_cli_foreman/model.rb:33
1058
+ msgid "Could not create the hardware model"
1050
1059
  msgstr ""
1051
1060
 
1052
- #: lib/hammer_cli_foreman/auth.rb:33
1053
- msgid "Information about current connections"
1061
+ #: lib/hammer_cli_foreman/model.rb:39
1062
+ msgid "Hardware model deleted"
1054
1063
  msgstr ""
1055
1064
 
1056
- #: lib/hammer_cli_foreman/auth.rb:37
1057
- msgid "You are logged in as '%s'"
1065
+ #: lib/hammer_cli_foreman/model.rb:40
1066
+ msgid "Could not delete the hardware model"
1058
1067
  msgstr ""
1059
1068
 
1060
- #: lib/hammer_cli_foreman/auth.rb:39
1061
- msgid ""
1062
- "You are currently not logged in to any service.\\nUse the service to set "
1063
- "credentials."
1069
+ #: lib/hammer_cli_foreman/model.rb:47
1070
+ msgid "Hardware model updated"
1064
1071
  msgstr ""
1065
1072
 
1066
- #: lib/hammer_cli_foreman/auth.rb:48
1067
- msgid "Foreman connection login/logout."
1073
+ #: lib/hammer_cli_foreman/model.rb:48
1074
+ msgid "Could not update the hardware model"
1068
1075
  msgstr ""
1069
1076
 
1070
- #: lib/hammer_cli_foreman/host.rb:43
1071
- msgid "Host parameters."
1077
+ #: lib/hammer_cli_foreman/model.rb:59
1078
+ msgid "Manipulate hardware models."
1072
1079
  msgstr ""
1073
1080
 
1074
- #: lib/hammer_cli_foreman/host.rb:45
1075
- msgid "Compute resource attributes."
1081
+ #: lib/hammer_cli_foreman/fact.rb:12 lib/hammer_cli_foreman/report.rb:11
1082
+ #: lib/hammer_cli_foreman/report.rb:31
1083
+ msgid "Host"
1076
1084
  msgstr ""
1077
1085
 
1078
- #: lib/hammer_cli_foreman/host.rb:47
1079
- msgid "Volume parameters"
1086
+ #: lib/hammer_cli_foreman/fact.rb:36
1087
+ msgid "Search facts."
1080
1088
  msgstr ""
1081
1089
 
1082
- #: lib/hammer_cli_foreman/host.rb:49
1083
- msgid "Interface parameters."
1090
+ #: lib/hammer_cli_foreman/architecture.rb:21
1091
+ #: lib/hammer_cli_foreman/template.rb:48
1092
+ msgid "OS ids"
1084
1093
  msgstr ""
1085
1094
 
1086
- #: lib/hammer_cli_foreman/host.rb:109
1087
- msgid "Host Group Id"
1095
+ #: lib/hammer_cli_foreman/architecture.rb:31
1096
+ msgid "Architecture created"
1088
1097
  msgstr ""
1089
1098
 
1090
- #: lib/hammer_cli_foreman/host.rb:110
1091
- msgid "IP"
1099
+ #: lib/hammer_cli_foreman/architecture.rb:32
1100
+ msgid "Could not create the architecture"
1092
1101
  msgstr ""
1093
1102
 
1094
- #: lib/hammer_cli_foreman/host.rb:111
1095
- msgid "MAC"
1103
+ #: lib/hammer_cli_foreman/architecture.rb:39
1104
+ msgid "Architecture deleted"
1096
1105
  msgstr ""
1097
1106
 
1098
- #: lib/hammer_cli_foreman/host.rb:127 lib/hammer_cli_foreman/image.rb:36
1099
- #: lib/hammer_cli_foreman/image.rb:80
1100
- #: lib/hammer_cli_foreman/compute_resource.rb:24
1101
- #: lib/hammer_cli_foreman/compute_resource.rb:30
1102
- msgid "UUID"
1107
+ #: lib/hammer_cli_foreman/architecture.rb:40
1108
+ msgid "Could not delete the architecture"
1103
1109
  msgstr ""
1104
1110
 
1105
- #: lib/hammer_cli_foreman/host.rb:128
1106
- msgid "Cert name"
1111
+ #: lib/hammer_cli_foreman/architecture.rb:47
1112
+ msgid "Architecture updated"
1107
1113
  msgstr ""
1108
1114
 
1109
- #: lib/hammer_cli_foreman/host.rb:130
1110
- msgid "Environment"
1115
+ #: lib/hammer_cli_foreman/architecture.rb:48
1116
+ msgid "Could not update the architecture"
1111
1117
  msgstr ""
1112
1118
 
1113
- #: lib/hammer_cli_foreman/host.rb:133
1114
- msgid "Managed"
1119
+ #: lib/hammer_cli_foreman/architecture.rb:60
1120
+ msgid "Manipulate architectures."
1115
1121
  msgstr ""
1116
1122
 
1117
- #: lib/hammer_cli_foreman/host.rb:134
1118
- msgid "Enabled"
1123
+ #: lib/hammer_cli_foreman/location.rb:24 lib/hammer_cli_foreman/location.rb:48
1124
+ #: lib/hammer_cli_foreman/location.rb:60
1125
+ msgid "Location numeric id to search by"
1119
1126
  msgstr ""
1120
1127
 
1121
- #: lib/hammer_cli_foreman/host.rb:135
1122
- msgid "Build"
1128
+ #: lib/hammer_cli_foreman/location.rb:38
1129
+ msgid "Location created"
1123
1130
  msgstr ""
1124
1131
 
1125
- #: lib/hammer_cli_foreman/host.rb:137
1126
- msgid "Use image"
1132
+ #: lib/hammer_cli_foreman/location.rb:39
1133
+ msgid "Could not create the location"
1127
1134
  msgstr ""
1128
1135
 
1129
- #: lib/hammer_cli_foreman/host.rb:138
1130
- msgid "Disk"
1136
+ #: lib/hammer_cli_foreman/location.rb:50
1137
+ msgid "Location updated"
1131
1138
  msgstr ""
1132
1139
 
1133
- #: lib/hammer_cli_foreman/host.rb:139
1134
- msgid "Image file"
1140
+ #: lib/hammer_cli_foreman/location.rb:51
1141
+ msgid "Could not update the location"
1135
1142
  msgstr ""
1136
1143
 
1137
- #: lib/hammer_cli_foreman/host.rb:141
1138
- msgid "SP Name"
1144
+ #: lib/hammer_cli_foreman/location.rb:62
1145
+ msgid "Location deleted"
1139
1146
  msgstr ""
1140
1147
 
1141
- #: lib/hammer_cli_foreman/host.rb:142
1142
- msgid "SP IP"
1148
+ #: lib/hammer_cli_foreman/location.rb:63
1149
+ msgid "Could not delete the location"
1143
1150
  msgstr ""
1144
1151
 
1145
- #: lib/hammer_cli_foreman/host.rb:143
1146
- msgid "SP MAC"
1152
+ #: lib/hammer_cli_foreman/location.rb:84
1153
+ msgid "Manipulate locations."
1147
1154
  msgstr ""
1148
1155
 
1149
- #: lib/hammer_cli_foreman/host.rb:144
1150
- msgid "SP Subnet"
1156
+ #: lib/hammer_cli_foreman/commands.rb:55
1157
+ msgid "Received data of unknown format"
1151
1158
  msgstr ""
1152
1159
 
1153
- #: lib/hammer_cli_foreman/host.rb:145
1154
- msgid "SP Subnet Id"
1160
+ #: lib/hammer_cli_foreman/commands.rb:170
1161
+ msgid "List next page? (%s): "
1155
1162
  msgstr ""
1156
1163
 
1157
- #: lib/hammer_cli_foreman/host.rb:149
1158
- msgid "Installed at"
1164
+ #: lib/hammer_cli_foreman/commands.rb:408
1165
+ msgid "Associate a resource"
1159
1166
  msgstr ""
1160
1167
 
1161
- #: lib/hammer_cli_foreman/host.rb:154
1162
- msgid "Model Id"
1168
+ #: lib/hammer_cli_foreman/commands.rb:429
1169
+ msgid "Disassociate a resource"
1163
1170
  msgstr ""
1164
1171
 
1165
- #: lib/hammer_cli_foreman/host.rb:155
1166
- msgid "Owner Id"
1172
+ #: lib/hammer_cli_foreman/media.rb:11
1173
+ msgid "Path"
1167
1174
  msgstr ""
1168
1175
 
1169
- #: lib/hammer_cli_foreman/host.rb:158
1170
- msgid "Puppet Proxy Id"
1176
+ #: lib/hammer_cli_foreman/media.rb:20
1177
+ #: lib/hammer_cli_foreman/partition_table.rb:12
1178
+ msgid "OS Family"
1171
1179
  msgstr ""
1172
1180
 
1173
- #: lib/hammer_cli_foreman/host.rb:159
1174
- msgid "Owner Type"
1181
+ #: lib/hammer_cli_foreman/media.rb:21
1182
+ msgid "OS IDs"
1175
1183
  msgstr ""
1176
1184
 
1177
- #: lib/hammer_cli_foreman/host.rb:162
1178
- msgid "Image Id"
1185
+ #: lib/hammer_cli_foreman/media.rb:37
1186
+ msgid "Installation medium created"
1179
1187
  msgstr ""
1180
1188
 
1181
- #: lib/hammer_cli_foreman/host.rb:163
1182
- msgid "Compute Resource Id"
1189
+ #: lib/hammer_cli_foreman/media.rb:38
1190
+ msgid "Could not create the installation medium"
1183
1191
  msgstr ""
1184
1192
 
1185
- #: lib/hammer_cli_foreman/host.rb:165
1186
- msgid "Comment"
1193
+ #: lib/hammer_cli_foreman/media.rb:46
1194
+ msgid "Installation medium updated"
1187
1195
  msgstr ""
1188
1196
 
1189
- #: lib/hammer_cli_foreman/host.rb:183
1190
- msgid "Status"
1197
+ #: lib/hammer_cli_foreman/media.rb:47
1198
+ msgid "Could not update the installation media"
1191
1199
  msgstr ""
1192
1200
 
1193
- #: lib/hammer_cli_foreman/host.rb:184
1194
- msgid "Power"
1201
+ #: lib/hammer_cli_foreman/media.rb:55
1202
+ msgid "Installation medium deleted"
1195
1203
  msgstr ""
1196
1204
 
1197
- #: lib/hammer_cli_foreman/host.rb:221
1198
- msgid "Puppet run triggered"
1205
+ #: lib/hammer_cli_foreman/media.rb:56
1206
+ msgid "Could not delete the installation media"
1199
1207
  msgstr ""
1200
1208
 
1201
- #: lib/hammer_cli_foreman/host.rb:295
1202
- msgid "Host created"
1209
+ #: lib/hammer_cli_foreman/media.rb:69
1210
+ msgid "Manipulate installation media."
1203
1211
  msgstr ""
1204
1212
 
1205
- #: lib/hammer_cli_foreman/host.rb:296
1206
- msgid "Could not create the host"
1213
+ #: lib/hammer_cli_foreman/template.rb:27
1214
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:54
1215
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:59
1216
+ msgid "Type"
1207
1217
  msgstr ""
1208
1218
 
1209
- #: lib/hammer_cli_foreman/host.rb:319
1210
- msgid "Host updated"
1219
+ #: lib/hammer_cli_foreman/template.rb:70
1220
+ msgid "List available config template kinds."
1211
1221
  msgstr ""
1212
1222
 
1213
- #: lib/hammer_cli_foreman/host.rb:320
1214
- msgid "Could not update the host"
1223
+ #: lib/hammer_cli_foreman/template.rb:89
1224
+ msgid "View config template content."
1215
1225
  msgstr ""
1216
1226
 
1217
- #: lib/hammer_cli_foreman/host.rb:328
1218
- msgid "Host deleted"
1227
+ #: lib/hammer_cli_foreman/template.rb:101
1228
+ #: lib/hammer_cli_foreman/template.rb:116
1229
+ msgid "Path to a file that contains the template"
1219
1230
  msgstr ""
1220
1231
 
1221
- #: lib/hammer_cli_foreman/host.rb:329
1222
- msgid "Could not delete the host"
1232
+ #: lib/hammer_cli_foreman/template.rb:103
1233
+ #: lib/hammer_cli_foreman/template.rb:118
1234
+ msgid "Template type. Eg. snippet, script, provision"
1223
1235
  msgstr ""
1224
1236
 
1225
- #: lib/hammer_cli_foreman/host.rb:339
1226
- msgid "Create or update parameter for a host."
1237
+ #: lib/hammer_cli_foreman/template.rb:105
1238
+ msgid "Config template created"
1227
1239
  msgstr ""
1228
1240
 
1229
- #: lib/hammer_cli_foreman/host.rb:341
1230
- msgid "name of the host the parameter is being set for"
1241
+ #: lib/hammer_cli_foreman/template.rb:106
1242
+ msgid "Could not create the config template"
1231
1243
  msgstr ""
1232
1244
 
1233
- #: lib/hammer_cli_foreman/host.rb:342
1234
- msgid "id of the host the parameter is being set for"
1245
+ #: lib/hammer_cli_foreman/template.rb:120
1246
+ msgid "Config template updated"
1235
1247
  msgstr ""
1236
1248
 
1237
- #: lib/hammer_cli_foreman/host.rb:344
1238
- msgid "Host parameter updated"
1249
+ #: lib/hammer_cli_foreman/template.rb:121
1250
+ msgid "Could not update the config template"
1239
1251
  msgstr ""
1240
1252
 
1241
- #: lib/hammer_cli_foreman/host.rb:345
1242
- msgid "New host parameter created"
1253
+ #: lib/hammer_cli_foreman/template.rb:131
1254
+ msgid "Config template deleted"
1243
1255
  msgstr ""
1244
1256
 
1245
- #: lib/hammer_cli_foreman/host.rb:346
1246
- msgid "Could not set host parameter"
1257
+ #: lib/hammer_cli_foreman/template.rb:132
1258
+ msgid "Could not delete the config template"
1247
1259
  msgstr ""
1248
1260
 
1249
- #: lib/hammer_cli_foreman/host.rb:365
1250
- msgid "Delete parameter for a host."
1261
+ #: lib/hammer_cli_foreman/template.rb:147
1262
+ msgid "Manipulate config templates."
1251
1263
  msgstr ""
1252
1264
 
1253
- #: lib/hammer_cli_foreman/host.rb:367
1254
- msgid "name of the host the parameter is being deleted for"
1265
+ #: lib/hammer_cli_foreman/report.rb:14 lib/hammer_cli_foreman/report.rb:35
1266
+ msgid "Applied"
1255
1267
  msgstr ""
1256
1268
 
1257
- #: lib/hammer_cli_foreman/host.rb:368
1258
- msgid "id of the host the parameter is being deleted for"
1269
+ #: lib/hammer_cli_foreman/report.rb:15 lib/hammer_cli_foreman/report.rb:36
1270
+ msgid "Restarted"
1259
1271
  msgstr ""
1260
1272
 
1261
- #: lib/hammer_cli_foreman/host.rb:370
1262
- msgid "Host parameter deleted"
1273
+ #: lib/hammer_cli_foreman/report.rb:16 lib/hammer_cli_foreman/report.rb:37
1274
+ msgid "Failed"
1263
1275
  msgstr ""
1264
1276
 
1265
- #: lib/hammer_cli_foreman/host.rb:391
1266
- msgid "Power a host on"
1277
+ #: lib/hammer_cli_foreman/report.rb:17 lib/hammer_cli_foreman/report.rb:38
1278
+ msgid "Restart Failures"
1267
1279
  msgstr ""
1268
1280
 
1269
- #: lib/hammer_cli_foreman/host.rb:392
1270
- msgid "The host is starting."
1281
+ #: lib/hammer_cli_foreman/report.rb:18 lib/hammer_cli_foreman/report.rb:39
1282
+ msgid "Skipped"
1271
1283
  msgstr ""
1272
1284
 
1273
- #: lib/hammer_cli_foreman/host.rb:404
1274
- msgid "Force turning off a host"
1285
+ #: lib/hammer_cli_foreman/report.rb:19 lib/hammer_cli_foreman/report.rb:40
1286
+ msgid "Pending"
1275
1287
  msgstr ""
1276
1288
 
1277
- #: lib/hammer_cli_foreman/host.rb:410
1278
- msgid "Power a host off"
1289
+ #: lib/hammer_cli_foreman/report.rb:32
1290
+ msgid "Reported at"
1279
1291
  msgstr ""
1280
1292
 
1281
- #: lib/hammer_cli_foreman/host.rb:422
1282
- msgid "Power off forced."
1293
+ #: lib/hammer_cli_foreman/report.rb:33
1294
+ msgid "Report status"
1283
1295
  msgstr ""
1284
1296
 
1285
- #: lib/hammer_cli_foreman/host.rb:424
1286
- msgid "Powering the host off."
1297
+ #: lib/hammer_cli_foreman/report.rb:43
1298
+ msgid "Report metrics"
1287
1299
  msgstr ""
1288
1300
 
1289
- #: lib/hammer_cli_foreman/host.rb:437
1290
- msgid "Reboot a host"
1301
+ #: lib/hammer_cli_foreman/report.rb:46
1302
+ msgid "config_retrieval"
1291
1303
  msgstr ""
1292
1304
 
1293
- #: lib/hammer_cli_foreman/host.rb:438
1294
- msgid "Host reboot started."
1305
+ #: lib/hammer_cli_foreman/report.rb:47
1306
+ msgid "exec"
1295
1307
  msgstr ""
1296
1308
 
1297
- #: lib/hammer_cli_foreman/host.rb:450
1298
- msgid "host id/name"
1309
+ #: lib/hammer_cli_foreman/report.rb:48
1310
+ msgid "file"
1299
1311
  msgstr ""
1300
1312
 
1301
- #: lib/hammer_cli_foreman/user.rb:10
1302
- msgid "Login"
1313
+ #: lib/hammer_cli_foreman/report.rb:49
1314
+ msgid "package"
1303
1315
  msgstr ""
1304
1316
 
1305
- #: lib/hammer_cli_foreman/user.rb:12
1306
- msgid "Email"
1317
+ #: lib/hammer_cli_foreman/report.rb:50
1318
+ msgid "service"
1307
1319
  msgstr ""
1308
1320
 
1309
- #: lib/hammer_cli_foreman/user.rb:28 lib/hammer_cli_foreman/user.rb:61
1310
- #: lib/hammer_cli_foreman/user.rb:77
1311
- msgid "User login"
1321
+ #: lib/hammer_cli_foreman/report.rb:51
1322
+ msgid "user"
1312
1323
  msgstr ""
1313
1324
 
1314
- #: lib/hammer_cli_foreman/user.rb:33
1315
- msgid "Last login"
1325
+ #: lib/hammer_cli_foreman/report.rb:52
1326
+ msgid "yumrepo"
1316
1327
  msgstr ""
1317
1328
 
1318
- #: lib/hammer_cli_foreman/user.rb:49
1319
- msgid "User created"
1329
+ #: lib/hammer_cli_foreman/report.rb:53
1330
+ msgid "filebucket"
1320
1331
  msgstr ""
1321
1332
 
1322
- #: lib/hammer_cli_foreman/user.rb:50
1323
- msgid "Could not create the user"
1333
+ #: lib/hammer_cli_foreman/report.rb:54
1334
+ msgid "cron"
1324
1335
  msgstr ""
1325
1336
 
1326
- #: lib/hammer_cli_foreman/user.rb:65
1327
- msgid "User updated"
1337
+ #: lib/hammer_cli_foreman/report.rb:55
1338
+ msgid "total"
1328
1339
  msgstr ""
1329
1340
 
1330
- #: lib/hammer_cli_foreman/user.rb:66
1331
- msgid "Could not update the user"
1341
+ #: lib/hammer_cli_foreman/report.rb:59
1342
+ msgid "Logs"
1332
1343
  msgstr ""
1333
1344
 
1334
- #: lib/hammer_cli_foreman/user.rb:81
1335
- msgid "User deleted"
1345
+ #: lib/hammer_cli_foreman/report.rb:62
1346
+ msgid "Resource"
1336
1347
  msgstr ""
1337
1348
 
1338
- #: lib/hammer_cli_foreman/user.rb:82
1339
- msgid "Could not delete the user"
1349
+ #: lib/hammer_cli_foreman/report.rb:65
1350
+ msgid "Message"
1340
1351
  msgstr ""
1341
1352
 
1342
- #: lib/hammer_cli_foreman/user.rb:93
1343
- msgid "Manipulate users."
1353
+ #: lib/hammer_cli_foreman/report.rb:76
1354
+ msgid "Report has been deleted"
1344
1355
  msgstr ""
1345
1356
 
1346
- #: lib/hammer_cli_foreman/subnet.rb:10
1347
- msgid "Network"
1357
+ #: lib/hammer_cli_foreman/report.rb:77
1358
+ msgid "Could not delete the report"
1348
1359
  msgstr ""
1349
1360
 
1350
- #: lib/hammer_cli_foreman/subnet.rb:11
1351
- msgid "Mask"
1361
+ #: lib/hammer_cli_foreman/report.rb:88
1362
+ msgid "Browse and read reports."
1352
1363
  msgstr ""
1353
1364
 
1354
- #: lib/hammer_cli_foreman/subnet.rb:23
1355
- msgid "Priority"
1365
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:11
1366
+ msgid "Default Value"
1356
1367
  msgstr ""
1357
1368
 
1358
- #: lib/hammer_cli_foreman/subnet.rb:24
1359
- msgid "DNS id"
1369
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:12
1370
+ msgid "Override"
1360
1371
  msgstr ""
1361
1372
 
1362
- #: lib/hammer_cli_foreman/subnet.rb:25
1363
- msgid "DNS"
1373
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:33
1374
+ msgid "Puppet class"
1364
1375
  msgstr ""
1365
1376
 
1366
- #: lib/hammer_cli_foreman/subnet.rb:26
1367
- msgid "Primary DNS"
1377
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:34
1378
+ msgid "Class Id"
1368
1379
  msgstr ""
1369
1380
 
1370
- #: lib/hammer_cli_foreman/subnet.rb:27
1371
- msgid "Secondary DNS"
1381
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:55
1382
+ msgid "Required"
1372
1383
  msgstr ""
1373
1384
 
1374
- #: lib/hammer_cli_foreman/subnet.rb:28
1375
- msgid "Domain ids"
1385
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:56
1386
+ msgid "Environments"
1376
1387
  msgstr ""
1377
1388
 
1378
- #: lib/hammer_cli_foreman/subnet.rb:29
1379
- msgid "TFTP"
1389
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:57
1390
+ msgid "Environment Ids"
1380
1391
  msgstr ""
1381
1392
 
1382
- #: lib/hammer_cli_foreman/subnet.rb:30
1383
- msgid "TFTP id"
1393
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:58
1394
+ msgid "Validator"
1384
1395
  msgstr ""
1385
1396
 
1386
- #: lib/hammer_cli_foreman/subnet.rb:31
1387
- msgid "DHCP"
1397
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:60
1398
+ msgid "Rule"
1388
1399
  msgstr ""
1389
1400
 
1390
- #: lib/hammer_cli_foreman/subnet.rb:32
1391
- msgid "DHCP id"
1401
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:62
1402
+ msgid "Override values"
1392
1403
  msgstr ""
1393
1404
 
1394
- #: lib/hammer_cli_foreman/subnet.rb:33
1395
- msgid "vlan id"
1405
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:63
1406
+ msgid "Order"
1396
1407
  msgstr ""
1397
1408
 
1398
- #: lib/hammer_cli_foreman/subnet.rb:34
1399
- msgid "Gateway"
1409
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:64
1410
+ msgid "Count"
1400
1411
  msgstr ""
1401
1412
 
1402
- #: lib/hammer_cli_foreman/subnet.rb:35
1403
- msgid "From"
1413
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:68
1414
+ msgid "Match"
1404
1415
  msgstr ""
1405
1416
 
1406
- #: lib/hammer_cli_foreman/subnet.rb:36
1407
- msgid "To"
1417
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:89
1418
+ msgid "Parameter updated"
1408
1419
  msgstr ""
1409
1420
 
1410
- #: lib/hammer_cli_foreman/subnet.rb:45
1411
- msgid "Subnet created"
1421
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:90
1422
+ msgid "Could not update the parameter"
1412
1423
  msgstr ""
1413
1424
 
1414
- #: lib/hammer_cli_foreman/subnet.rb:46
1415
- msgid "Could not create the subnet"
1425
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:94
1426
+ msgid "Override this parameter."
1416
1427
  msgstr ""
1417
1428
 
1418
- #: lib/hammer_cli_foreman/subnet.rb:55
1419
- msgid "Subnet updated"
1429
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:96
1430
+ msgid "This parameter is required."
1420
1431
  msgstr ""
1421
1432
 
1422
- #: lib/hammer_cli_foreman/subnet.rb:56
1423
- msgid "Could not update the subnet"
1433
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:98
1434
+ msgid "Type of the parameter."
1424
1435
  msgstr ""
1425
1436
 
1426
- #: lib/hammer_cli_foreman/subnet.rb:65
1427
- msgid "Subnet deleted"
1437
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:101
1438
+ msgid "Type of the validator."
1428
1439
  msgstr ""
1429
1440
 
1430
- #: lib/hammer_cli_foreman/subnet.rb:66
1431
- msgid "Could not delete the subnet"
1441
+ #: lib/hammer_cli_foreman/smart_class_parameter.rb:110
1442
+ msgid "Manipulate smart class parameters."
1432
1443
  msgstr ""
1433
1444
 
1434
- #: lib/hammer_cli_foreman/subnet.rb:77
1435
- msgid "Manipulate subnets."
1445
+ #: lib/hammer_cli_foreman/resource_supported_test.rb:11
1446
+ msgid "The server does not support such operation."
1436
1447
  msgstr ""
1437
1448
 
1438
- #: lib/hammer_cli_foreman/image.rb:9
1439
- msgid "View and manage compute resource's images"
1449
+ #: lib/hammer_cli_foreman/partition_table.rb:31
1450
+ msgid "View partition table content."
1440
1451
  msgstr ""
1441
1452
 
1442
- #: lib/hammer_cli_foreman/image.rb:15
1443
- msgid "Compute resource's name"
1453
+ #: lib/hammer_cli_foreman/partition_table.rb:43
1454
+ #: lib/hammer_cli_foreman/partition_table.rb:54
1455
+ msgid "Path to a file that contains the partition layout"
1444
1456
  msgstr ""
1445
1457
 
1446
- #: lib/hammer_cli_foreman/image.rb:16
1447
- msgid "Compute resource's id"
1458
+ #: lib/hammer_cli_foreman/partition_table.rb:46
1459
+ msgid "Partition table created"
1448
1460
  msgstr ""
1449
1461
 
1450
- #: lib/hammer_cli_foreman/image.rb:35
1451
- msgid "Username"
1462
+ #: lib/hammer_cli_foreman/partition_table.rb:47
1463
+ msgid "Could not create the partition table"
1452
1464
  msgstr ""
1453
1465
 
1454
- #: lib/hammer_cli_foreman/image.rb:56
1455
- msgid "IAM role"
1466
+ #: lib/hammer_cli_foreman/partition_table.rb:57
1467
+ msgid "Partition table updated"
1456
1468
  msgstr ""
1457
1469
 
1458
- #: lib/hammer_cli_foreman/image.rb:72
1459
- msgid "available_images"
1470
+ #: lib/hammer_cli_foreman/partition_table.rb:58
1471
+ msgid "Could not update the partition table"
1460
1472
  msgstr ""
1461
1473
 
1462
- #: lib/hammer_cli_foreman/image.rb:74
1463
- msgid "Show images available for addition"
1474
+ #: lib/hammer_cli_foreman/partition_table.rb:65
1475
+ msgid "Partition table deleted"
1464
1476
  msgstr ""
1465
1477
 
1466
- #: lib/hammer_cli_foreman/image.rb:96
1467
- msgid "Image created"
1478
+ #: lib/hammer_cli_foreman/partition_table.rb:66
1479
+ msgid "Could not delete the partition table"
1468
1480
  msgstr ""
1469
1481
 
1470
- #: lib/hammer_cli_foreman/image.rb:97
1471
- msgid "Could not create the image"
1482
+ #: lib/hammer_cli_foreman/partition_table.rb:80
1483
+ msgid "Manipulate partition tables."
1472
1484
  msgstr ""
1473
1485
 
1474
- #: lib/hammer_cli_foreman/image.rb:112
1475
- msgid "Image updated"
1486
+ #: lib/hammer_cli_foreman/domain.rb:22
1487
+ msgid "DNS Id"
1476
1488
  msgstr ""
1477
1489
 
1478
- #: lib/hammer_cli_foreman/image.rb:113
1479
- msgid "Could not update the image"
1490
+ #: lib/hammer_cli_foreman/domain.rb:41
1491
+ msgid "Domain [%{name}] created"
1480
1492
  msgstr ""
1481
1493
 
1482
- #: lib/hammer_cli_foreman/image.rb:129
1483
- msgid "Image deleted"
1494
+ #: lib/hammer_cli_foreman/domain.rb:42
1495
+ msgid "Could not create the domain"
1484
1496
  msgstr ""
1485
1497
 
1486
- #: lib/hammer_cli_foreman/image.rb:130
1487
- msgid "Could not delete the image"
1498
+ #: lib/hammer_cli_foreman/domain.rb:44 lib/hammer_cli_foreman/domain.rb:54
1499
+ msgid "Full name describing the domain"
1488
1500
  msgstr ""
1489
1501
 
1490
- #: lib/hammer_cli_foreman/resource_supported_test.rb:11
1491
- msgid "The server does not support such operation."
1502
+ #: lib/hammer_cli_foreman/domain.rb:51
1503
+ msgid "Domain [%{name}] updated"
1492
1504
  msgstr ""
1493
1505
 
1494
- #: lib/hammer_cli_foreman/common_parameter.rb:23
1495
- msgid "Set a global parameter."
1506
+ #: lib/hammer_cli_foreman/domain.rb:52
1507
+ msgid "Could not update the domain"
1496
1508
  msgstr ""
1497
1509
 
1498
- #: lib/hammer_cli_foreman/common_parameter.rb:25
1499
- msgid "Created parameter [%{name}s] with value [%{value}s]."
1510
+ #: lib/hammer_cli_foreman/domain.rb:61
1511
+ msgid "Domain [%{name}] deleted"
1500
1512
  msgstr ""
1501
1513
 
1502
- #: lib/hammer_cli_foreman/common_parameter.rb:26
1503
- msgid "Parameter [%{name}s] updated to [%{value}s]."
1514
+ #: lib/hammer_cli_foreman/domain.rb:62
1515
+ msgid "Could not delete the domain"
1504
1516
  msgstr ""
1505
1517
 
1506
- #: lib/hammer_cli_foreman/common_parameter.rb:61
1507
- msgid "Global parameter [%{name}s] deleted."
1518
+ #: lib/hammer_cli_foreman/domain.rb:69
1519
+ msgid "Create or update parameter for a domain."
1508
1520
  msgstr ""
1509
1521
 
1510
- #: lib/hammer_cli_foreman/common_parameter.rb:62
1511
- msgid "Could not delete the global parameter [%{name}s]"
1522
+ #: lib/hammer_cli_foreman/domain.rb:71
1523
+ msgid "Domain parameter updated"
1512
1524
  msgstr ""
1513
1525
 
1514
- #: lib/hammer_cli_foreman/common_parameter.rb:72
1515
- msgid "Manipulate global parameters."
1526
+ #: lib/hammer_cli_foreman/domain.rb:72
1527
+ msgid "New domain parameter created"
1516
1528
  msgstr ""
1517
1529
 
1518
- #: lib/hammer_cli_foreman/exception_handler.rb:41
1519
- msgid "Forbidden - server refused to process the request"
1530
+ #: lib/hammer_cli_foreman/domain.rb:73
1531
+ msgid "Could not set domain parameter"
1520
1532
  msgstr ""
1521
1533
 
1522
- #: lib/hammer_cli_foreman/compute_resource.rb:13
1523
- msgid "Provider"
1534
+ #: lib/hammer_cli_foreman/domain.rb:85
1535
+ msgid "Delete parameter for a domain."
1524
1536
  msgstr ""
1525
1537
 
1526
- #: lib/hammer_cli_foreman/compute_resource.rb:27
1527
- #: lib/hammer_cli_foreman/compute_resource.rb:37
1528
- msgid "Region"
1538
+ #: lib/hammer_cli_foreman/domain.rb:87
1539
+ msgid "Domain parameter deleted"
1529
1540
  msgstr ""
1530
1541
 
1531
- #: lib/hammer_cli_foreman/compute_resource.rb:31
1532
- msgid "Server"
1542
+ #: lib/hammer_cli_foreman/domain.rb:102
1543
+ msgid "Manipulate domains."
1533
1544
  msgstr ""
1534
1545
 
1535
- #: lib/hammer_cli_foreman/compute_resource.rb:34
1536
- msgid "Tenant"
1546
+ #: lib/hammer_cli_foreman/user.rb:11
1547
+ msgid "Login"
1537
1548
  msgstr ""
1538
1549
 
1539
- #: lib/hammer_cli_foreman/compute_resource.rb:44
1540
- msgid "Url"
1550
+ #: lib/hammer_cli_foreman/user.rb:13
1551
+ msgid "Email"
1541
1552
  msgstr ""
1542
1553
 
1543
- #: lib/hammer_cli_foreman/compute_resource.rb:46
1544
- msgid "User"
1554
+ #: lib/hammer_cli_foreman/user.rb:28
1555
+ msgid "Last login"
1545
1556
  msgstr ""
1546
1557
 
1547
- #: lib/hammer_cli_foreman/compute_resource.rb:63
1548
- msgid "Compute resource created"
1558
+ #: lib/hammer_cli_foreman/user.rb:43
1559
+ msgid "User created"
1549
1560
  msgstr ""
1550
1561
 
1551
- #: lib/hammer_cli_foreman/compute_resource.rb:64
1552
- msgid "Could not create the compute resource"
1562
+ #: lib/hammer_cli_foreman/user.rb:44
1563
+ msgid "Could not create the user"
1553
1564
  msgstr ""
1554
1565
 
1555
- #: lib/hammer_cli_foreman/compute_resource.rb:76
1556
- msgid "Compute resource updated"
1566
+ #: lib/hammer_cli_foreman/user.rb:51
1567
+ msgid "User updated"
1557
1568
  msgstr ""
1558
1569
 
1559
- #: lib/hammer_cli_foreman/compute_resource.rb:77
1560
- msgid "Could not update the compute resource"
1570
+ #: lib/hammer_cli_foreman/user.rb:52
1571
+ msgid "Could not update the user"
1561
1572
  msgstr ""
1562
1573
 
1563
- #: lib/hammer_cli_foreman/compute_resource.rb:85
1564
- msgid "Compute resource deleted"
1574
+ #: lib/hammer_cli_foreman/user.rb:59
1575
+ msgid "User deleted"
1565
1576
  msgstr ""
1566
1577
 
1567
- #: lib/hammer_cli_foreman/compute_resource.rb:86
1568
- msgid "Could not delete the compute resource"
1578
+ #: lib/hammer_cli_foreman/user.rb:60
1579
+ msgid "Could not delete the user"
1569
1580
  msgstr ""
1570
1581
 
1571
- #: lib/hammer_cli_foreman/compute_resource.rb:98
1572
- msgid "Manipulate compute resources."
1582
+ #: lib/hammer_cli_foreman/user.rb:70
1583
+ msgid "Manipulate users."
1573
1584
  msgstr ""