hammer_cli_katello 0.12.1 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 553d0afc228ddd428f981ebd489429bb2d3e89ca
4
- data.tar.gz: 950f8310c3045f62b12f8f24ca3453b45d9f1bde
3
+ metadata.gz: 148db2d48b9e9a0c87e0529e12305774ac293897
4
+ data.tar.gz: 8356bcf7bc2689883a4377e6c202864ed033ef07
5
5
  SHA512:
6
- metadata.gz: 949f3ab4c94cc37872360342944a505ae6c321babe1b49cf5c234a016470c02f569eab4002c1cfef13b077c68a92d6af7897b0d955a96edf769365b79f160dab
7
- data.tar.gz: d6e714678ae15d8e4d9e4aa020001a8664e7e27d4b0a53b64e0d1772fdeee574d08af70db46cd4f1e84890f1d0f0a4e0e286ab2957cb197c13f48e0d450efc09
6
+ metadata.gz: 9346ce19b202bdcd8c465019bf710f85d04b5c2189432d44cbad0f2cc046727b8605bc665af3c4660de641e3b4304d3cd21d396e8dc717bf510acbb2d58bb622
7
+ data.tar.gz: db4d2946b133eea4927ecea68c3eb066e859eda4d9f412fa67b5992a6e20ed6a7d9dc93450af13c1d03b0a6053c4f1a5fe65b344c99d4d97d0cdb0a05ae6436b
@@ -36,8 +36,7 @@ module HammerCLIKatello
36
36
 
37
37
  build_options
38
38
 
39
- # rubocop:disable Style/AccessorMethodName:
40
- def get_identifier
39
+ def get_identifier(*)
41
40
  # This will intentionally disable the id resolver. Without it, if the user were to
42
41
  # execute the 'add' command specifying a 'name', the id resolver will attempt to
43
42
  # translate the 'name' to an 'id'. That is not desirable for this command.
@@ -143,7 +143,7 @@ module HammerCLIKatello
143
143
  action :incremental_update
144
144
  command_name "incremental-update"
145
145
 
146
- success_message _("Incremental update is being performed with task %{id}")
146
+ success_message _("Incremental update is being performed with task %{id}.")
147
147
  failure_message _("An error occurred incrementally updating the content view")
148
148
 
149
149
  option('--lifecycle-environment-ids',
@@ -5,7 +5,7 @@ module HammerCLIKatello
5
5
 
6
6
  class InstallCommand < HammerCLIKatello::HostCollection::InstallContentBaseCommand
7
7
  desc _("Install errata on content hosts contained within a host collection")
8
- success_message _("Successfully scheduled installation of errata")
8
+ success_message _("Successfully scheduled installation of errata.")
9
9
  failure_message _("Could not schedule installation of errata")
10
10
 
11
11
  option('--errata',
@@ -21,21 +21,21 @@ module HammerCLIKatello
21
21
  class InstallCommand < HammerCLIKatello::HostCollection::InstallContentBaseCommand
22
22
  include PackageContentType
23
23
  desc _("Install packages on content hosts contained within a host collection")
24
- success_message _("Successfully scheduled installation of package(s)")
24
+ success_message _("Successfully scheduled installation of package(s).")
25
25
  failure_message _("Could not schedule installation of package(s)")
26
26
  end
27
27
 
28
28
  class UpdateCommand < HammerCLIKatello::HostCollection::UpdateContentBaseCommand
29
29
  include PackageContentType
30
30
  desc _("Update packages on content hosts contained within a host collection")
31
- success_message _("Successfully scheduled update of package(s)")
31
+ success_message _("Successfully scheduled update of package(s).")
32
32
  failure_message _("Could not schedule update of package(s)")
33
33
  end
34
34
 
35
35
  class RemoveCommand < HammerCLIKatello::HostCollection::RemoveContentBaseCommand
36
36
  include PackageContentType
37
37
  desc _("Remove packages on content hosts contained within a host collection")
38
- success_message _("Successfully scheduled removal of package(s)")
38
+ success_message _("Successfully scheduled removal of package(s).")
39
39
  failure_message _("Could not schedule removal of package(s)")
40
40
  end
41
41
 
@@ -21,21 +21,21 @@ module HammerCLIKatello
21
21
  class InstallCommand < HammerCLIKatello::HostCollection::InstallContentBaseCommand
22
22
  include PackageGroupContentType
23
23
  desc _("Install package-groups on content hosts contained within a host collection")
24
- success_message _("Successfully scheduled installation of package-group(s)")
24
+ success_message _("Successfully scheduled installation of package-group(s).")
25
25
  failure_message _("Could not schedule installation of package-group(s)")
26
26
  end
27
27
 
28
28
  class UpdateCommand < HammerCLIKatello::HostCollection::UpdateContentBaseCommand
29
29
  include PackageGroupContentType
30
30
  desc _("Update package-groups on content hosts contained within a host collection")
31
- success_message _("Successfully scheduled update of package-groups(s)")
31
+ success_message _("Successfully scheduled update of package-groups(s).")
32
32
  failure_message _("Could not schedule update of package-group(s)")
33
33
  end
34
34
 
35
35
  class RemoveCommand < HammerCLIKatello::HostCollection::RemoveContentBaseCommand
36
36
  include PackageGroupContentType
37
37
  desc _("Remove package-groups on content hosts contained within a host collection")
38
- success_message _("Successfully scheduled removal of package-groups(s)")
38
+ success_message _("Successfully scheduled removal of package-groups(s).")
39
39
  failure_message _("Could not schedule removal of package-group(s)")
40
40
  end
41
41
 
@@ -44,6 +44,7 @@ module HammerCLIKatello
44
44
  Fields::Field, :hide_blank => true
45
45
  field :container_repository_name, _("Container Repository Name"),
46
46
  Fields::Field, :hide_blank => true
47
+ field :ignorable_content, _("Ignorable Content Units"), Fields::List, :hide_blank => true
47
48
 
48
49
  label _("Product") do
49
50
  from :product do
@@ -192,6 +193,13 @@ module HammerCLIKatello
192
193
  if option(:option_product_name).exist?
193
194
  any(*organization_options).required
194
195
  end
196
+
197
+ if option(:option_docker_tag).exist? != option(:option_docker_digest).exist?
198
+ option(:option_docker_tag).rejected(
199
+ :msg => _('--docker-digest required with --docker-tag'))
200
+ option(:option_docker_digest).rejected(
201
+ :msg => _('--docker-tag required with --docker-digest'))
202
+ end
195
203
  end
196
204
 
197
205
  build_options(:without => [:unprotected]) do |o|
@@ -200,6 +208,58 @@ module HammerCLIKatello
200
208
  option "--publish-via-http", "ENABLE", _("Publish Via HTTP"),
201
209
  :attribute_name => :option_unprotected,
202
210
  :format => HammerCLI::Options::Normalizers::Bool.new
211
+ option "--docker-tag", "TAG", _("Docker tag")
212
+ option "--docker-digest", "DIGEST", _("Docker manifest digest")
213
+
214
+ def execute
215
+ @failure = false
216
+
217
+ if option_docker_tag
218
+ upload_tag(option_docker_tag, option_docker_digest)
219
+ else
220
+ super
221
+ end
222
+
223
+ @failure ? HammerCLI::EX_DATAERR : HammerCLI::EX_OK
224
+ end
225
+
226
+ def content_upload_resource
227
+ ::HammerCLIForeman.foreman_resource(:content_uploads)
228
+ end
229
+
230
+ def upload_tag(tag, digest)
231
+ upload_id = create_content_upload
232
+ import_uploads([
233
+ {
234
+ id: upload_id,
235
+ name: tag,
236
+ digest: digest
237
+ }
238
+ ], last_file: true)
239
+ print_message _("Repository updated")
240
+ rescue
241
+ @failure = true
242
+ output.print_error _("Failed to upload tag '%s' to repository.") % tag
243
+ ensure
244
+ content_upload_resource.call(:destroy, :repository_id => get_identifier, :id => upload_id)
245
+ end
246
+
247
+ def create_content_upload
248
+ response = content_upload_resource.call(:create, :repository_id => get_identifier)
249
+
250
+ response["upload_id"]
251
+ end
252
+
253
+ def import_uploads(uploads, opts = {})
254
+ publish_repository = opts.fetch(:last_file, false)
255
+ sync_capsule = opts.fetch(:last_file, false)
256
+ params = {:id => get_identifier,
257
+ :uploads => uploads,
258
+ publish_repository: publish_repository,
259
+ sync_capsule: sync_capsule
260
+ }
261
+ resource.call(:import_uploads, params)
262
+ end
203
263
  end
204
264
 
205
265
  class DeleteCommand < HammerCLIKatello::DeleteCommand
@@ -308,7 +368,7 @@ module HammerCLIKatello
308
368
  file.rewind
309
369
  content = file.read
310
370
 
311
- import_uploads([
371
+ results = import_uploads([
312
372
  {
313
373
  id: upload_id,
314
374
  name: filename,
@@ -317,7 +377,7 @@ module HammerCLIKatello
317
377
  }
318
378
  ], opts)
319
379
 
320
- print_message _("Successfully uploaded file '%s'.") % filename
380
+ print_results(filename, results)
321
381
  rescue
322
382
  @failure = true
323
383
  output.print_error _("Failed to upload file '%s' to repository. Please check "\
@@ -359,6 +419,27 @@ module HammerCLIKatello
359
419
  }
360
420
  resource.call(:import_uploads, params)
361
421
  end
422
+
423
+ def print_results(name, results)
424
+ if results.empty?
425
+ print_message _("Successfully uploaded file '%{name}'") % {
426
+ :name => name
427
+ }
428
+ else
429
+ upload_results = results.dig('output', 'upload_results') || []
430
+ upload_results.each do |result|
431
+ if result['type'] == 'docker_manifest'
432
+ print_message(
433
+ _("Successfully uploaded manifest file '%{name}' with digest '%{digest}'") % {
434
+ :name => name, :digest => result['digest'] })
435
+ else
436
+ print_message _("Successfully uploaded file '%{name}'") % {
437
+ :name => name
438
+ }
439
+ end
440
+ end
441
+ end
442
+ end
362
443
  end
363
444
  # rubocop:enable ClassLength
364
445
 
@@ -1,5 +1,5 @@
1
1
  module HammerCLIKatello
2
2
  def self.version
3
- @version ||= Gem::Version.new('0.12.1')
3
+ @version ||= Gem::Version.new('0.13.0')
4
4
  end
5
5
  end
@@ -1,15 +1,15 @@
1
1
  # SOME DESCRIPTIVE TITLE.
2
2
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3
- # This file is distributed under the same license as the PACKAGE package.
3
+ # This file is distributed under the same license as the hammer-cli-katello package.
4
4
  # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
5
  #
6
6
  #, fuzzy
7
7
  msgid ""
8
8
  msgstr ""
9
- "Project-Id-Version: hammer-cli-katello 0.0.4\n"
9
+ "Project-Id-Version: hammer-cli-katello 0.11.0\n"
10
10
  "Report-Msgid-Bugs-To: \n"
11
- "POT-Creation-Date: 2014-08-04 13:31+0200\n"
12
- "PO-Revision-Date: 2014-03-10 15:12+0000\n"
11
+ "POT-Creation-Date: 2018-03-12 16:35-0400\n"
12
+ "PO-Revision-Date: 2018-03-12 16:35-0400\n"
13
13
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
  "Language-Team: LANGUAGE <LL@li.org>\n"
15
15
  "Language: \n"
@@ -18,1392 +18,2404 @@ msgstr ""
18
18
  "Content-Transfer-Encoding: 8bit\n"
19
19
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
- #: lib/hammer_cli_katello/host_collection.rb:10
22
- msgid "Array of system ids to replace the content hosts in host collection"
23
- msgstr ""
24
-
25
- #: lib/hammer_cli_katello/host_collection.rb:26
26
- #: lib/hammer_cli_katello/host_collection.rb:60
27
- #: lib/hammer_cli_katello/repository_set.rb:9
28
- #: lib/hammer_cli_katello/repository_set.rb:21
29
- #: lib/hammer_cli_katello/repository_set.rb:29
30
- #: lib/hammer_cli_katello/content_view.rb:25
31
- #: lib/hammer_cli_katello/content_view.rb:36
32
- #: lib/hammer_cli_katello/content_view.rb:42
33
- #: lib/hammer_cli_katello/content_view.rb:51
34
- #: lib/hammer_cli_katello/content_view.rb:56
35
- #: lib/hammer_cli_katello/content_view.rb:62
36
- #: lib/hammer_cli_katello/activation_key.rb:11
37
- #: lib/hammer_cli_katello/activation_key.rb:49
38
- #: lib/hammer_cli_katello/activation_key.rb:59
39
- #: lib/hammer_cli_katello/activation_key.rb:100
40
- #: lib/hammer_cli_katello/activation_key.rb:173
41
- #: lib/hammer_cli_katello/sync_plan.rb:8
42
- #: lib/hammer_cli_katello/content_view_puppet_module.rb:11
43
- #: lib/hammer_cli_katello/gpg_key.rb:10 lib/hammer_cli_katello/gpg_key.rb:20
44
- #: lib/hammer_cli_katello/gpg_key.rb:27
45
- #: lib/hammer_cli_katello/subscription.rb:21
46
- #: lib/hammer_cli_katello/content_host.rb:16
47
- #: lib/hammer_cli_katello/content_host.rb:30
48
- #: lib/hammer_cli_katello/puppet_module.rb:8
49
- #: lib/hammer_cli_katello/puppet_module.rb:19
50
- #: lib/hammer_cli_katello/repository.rb:24
51
- #: lib/hammer_cli_katello/repository.rb:38
52
- #: lib/hammer_cli_katello/repository.rb:45
53
- #: lib/hammer_cli_katello/content_view_version.rb:10
54
- #: lib/hammer_cli_katello/content_view_version.rb:26
55
- #: lib/hammer_cli_katello/content_view_version.rb:37
56
- #: lib/hammer_cli_katello/content_view_version.rb:43
57
- #: lib/hammer_cli_katello/content_view_version.rb:49
58
- #: lib/hammer_cli_katello/product.rb:8 lib/hammer_cli_katello/product.rb:37
59
- #: lib/hammer_cli_katello/filter.rb:30 lib/hammer_cli_katello/filter.rb:36
60
- #: lib/hammer_cli_katello/lifecycle_environment.rb:21
61
- #: lib/hammer_cli_katello/lifecycle_environment.rb:52
62
- #: lib/hammer_cli_katello/capsule.rb:44 lib/hammer_cli_katello/capsule.rb:60
63
- msgid "ID"
21
+ #: ../lib/hammer_cli_katello.rb:31
22
+ msgid "Manipulate activation keys."
64
23
  msgstr ""
65
24
 
66
- #: lib/hammer_cli_katello/host_collection.rb:27
67
- #: lib/hammer_cli_katello/host_collection.rb:61
68
- #: lib/hammer_cli_katello/repository_set.rb:11
69
- #: lib/hammer_cli_katello/repository_set.rb:22
70
- #: lib/hammer_cli_katello/repository_set.rb:30
71
- #: lib/hammer_cli_katello/repository_set.rb:42
72
- #: lib/hammer_cli_katello/filter_rule.rb:14
73
- #: lib/hammer_cli_katello/filter_rule.rb:31
74
- #: lib/hammer_cli_katello/content_view.rb:14
75
- #: lib/hammer_cli_katello/content_view.rb:26
76
- #: lib/hammer_cli_katello/content_view.rb:37
77
- #: lib/hammer_cli_katello/content_view.rb:44
78
- #: lib/hammer_cli_katello/content_view.rb:52
79
- #: lib/hammer_cli_katello/content_view.rb:63
80
- #: lib/hammer_cli_katello/activation_key.rb:12
81
- #: lib/hammer_cli_katello/activation_key.rb:48
82
- #: lib/hammer_cli_katello/activation_key.rb:60
83
- #: lib/hammer_cli_katello/activation_key.rb:101
84
- #: lib/hammer_cli_katello/activation_key.rb:174
85
- #: lib/hammer_cli_katello/sync_plan.rb:9
86
- #: lib/hammer_cli_katello/content_view_puppet_module.rb:13
87
- #: lib/hammer_cli_katello/gpg_key.rb:11 lib/hammer_cli_katello/gpg_key.rb:21
88
- #: lib/hammer_cli_katello/gpg_key.rb:28
89
- #: lib/hammer_cli_katello/subscription.rb:14
90
- #: lib/hammer_cli_katello/content_host.rb:17
91
- #: lib/hammer_cli_katello/content_host.rb:29
92
- #: lib/hammer_cli_katello/puppet_module.rb:9
93
- #: lib/hammer_cli_katello/puppet_module.rb:20
94
- #: lib/hammer_cli_katello/puppet_module.rb:41
95
- #: lib/hammer_cli_katello/repository.rb:9
96
- #: lib/hammer_cli_katello/repository.rb:25
97
- #: lib/hammer_cli_katello/repository.rb:39
98
- #: lib/hammer_cli_katello/repository.rb:46
99
- #: lib/hammer_cli_katello/content_view_version.rb:11
100
- #: lib/hammer_cli_katello/content_view_version.rb:27
101
- #: lib/hammer_cli_katello/content_view_version.rb:38
102
- #: lib/hammer_cli_katello/content_view_version.rb:44
103
- #: lib/hammer_cli_katello/content_view_version.rb:50
104
- #: lib/hammer_cli_katello/product.rb:9 lib/hammer_cli_katello/product.rb:38
105
- #: lib/hammer_cli_katello/filter.rb:14 lib/hammer_cli_katello/filter.rb:25
106
- #: lib/hammer_cli_katello/filter.rb:31 lib/hammer_cli_katello/filter.rb:37
107
- #: lib/hammer_cli_katello/lifecycle_environment.rb:22
108
- #: lib/hammer_cli_katello/lifecycle_environment.rb:53
109
- #: lib/hammer_cli_katello/capsule.rb:10 lib/hammer_cli_katello/capsule.rb:45
110
- #: lib/hammer_cli_katello/capsule.rb:61
111
- msgid "Name"
25
+ #: ../lib/hammer_cli_katello.rb:36
26
+ msgid "Manipulate organizations"
112
27
  msgstr ""
113
28
 
114
- #: lib/hammer_cli_katello/host_collection.rb:28
115
- msgid "Limit"
29
+ #: ../lib/hammer_cli_katello.rb:41
30
+ msgid "Manipulate GPG Key actions on the server"
116
31
  msgstr ""
117
32
 
118
- #: lib/hammer_cli_katello/host_collection.rb:29
119
- #: lib/hammer_cli_katello/organization.rb:11
120
- #: lib/hammer_cli_katello/organization.rb:23
121
- #: lib/hammer_cli_katello/content_view.rb:29
122
- #: lib/hammer_cli_katello/activation_key.rb:50
123
- #: lib/hammer_cli_katello/sync_plan.rb:20
124
- #: lib/hammer_cli_katello/content_host.rb:31
125
- #: lib/hammer_cli_katello/puppet_module.rb:25
126
- #: lib/hammer_cli_katello/product.rb:10 lib/hammer_cli_katello/product.rb:40
127
- #: lib/hammer_cli_katello/lifecycle_environment.rb:55
128
- msgid "Description"
33
+ #: ../lib/hammer_cli_katello.rb:47
34
+ msgid "Manipulate lifecycle_environments on the server"
129
35
  msgstr ""
130
36
 
131
- #: lib/hammer_cli_katello/host_collection.rb:39
132
- #: lib/hammer_cli_katello/host_collection.rb:73
133
- msgid "Host collection created"
37
+ #: ../lib/hammer_cli_katello.rb:52
38
+ msgid "Get the status of the server"
134
39
  msgstr ""
135
40
 
136
- #: lib/hammer_cli_katello/host_collection.rb:40
137
- #: lib/hammer_cli_katello/host_collection.rb:74
138
- msgid "Could not create the host collection"
41
+ #: ../lib/hammer_cli_katello.rb:57
42
+ msgid "Manipulate products."
139
43
  msgstr ""
140
44
 
141
- #: lib/hammer_cli_katello/host_collection.rb:48
142
- msgid "Total Content Hosts"
45
+ #: ../lib/hammer_cli_katello.rb:62
46
+ msgid "View Puppet Module details."
143
47
  msgstr ""
144
48
 
145
- #: lib/hammer_cli_katello/host_collection.rb:49
146
- msgid "Max Content Hosts"
49
+ #: ../lib/hammer_cli_katello.rb:67
50
+ msgid "Manipulate repositories"
147
51
  msgstr ""
148
52
 
149
- #: lib/hammer_cli_katello/host_collection.rb:85
150
- msgid "Host collection updated"
53
+ #: ../lib/hammer_cli_katello.rb:73
54
+ msgid "Manipulate repository sets on the server"
151
55
  msgstr ""
152
56
 
153
- #: lib/hammer_cli_katello/host_collection.rb:86
154
- msgid "Could not update the the host collection"
57
+ #: ../lib/hammer_cli_katello.rb:78
58
+ msgid "Manipulate subscriptions."
155
59
  msgstr ""
156
60
 
157
- #: lib/hammer_cli_katello/host_collection.rb:94
158
- msgid "Host collection deleted"
61
+ #: ../lib/hammer_cli_katello.rb:83
62
+ msgid "Manipulate sync plans"
159
63
  msgstr ""
160
64
 
161
- #: lib/hammer_cli_katello/host_collection.rb:95
162
- msgid "Could not delete the host collection"
65
+ #: ../lib/hammer_cli_katello.rb:88
66
+ msgid "Manipulate host collections"
163
67
  msgstr ""
164
68
 
165
- #: lib/hammer_cli_katello/host_collection.rb:104
166
- msgid "The content host(s) has been added"
69
+ #: ../lib/hammer_cli_katello.rb:93
70
+ msgid "Manipulate content views."
167
71
  msgstr ""
168
72
 
169
- #: lib/hammer_cli_katello/host_collection.rb:105
170
- msgid "Could not add content host(s)"
73
+ #: ../lib/hammer_cli_katello.rb:99
74
+ msgid "Manipulate capsule"
171
75
  msgstr ""
172
76
 
173
- #: lib/hammer_cli_katello/host_collection.rb:114
174
- msgid "The content host(s) has been removed"
77
+ #: ../lib/hammer_cli_katello.rb:104
78
+ msgid "Manipulate packages."
79
+ msgstr ""
80
+
81
+ #: ../lib/hammer_cli_katello.rb:109
82
+ msgid "Manipulate package groups"
83
+ msgstr ""
84
+
85
+ #: ../lib/hammer_cli_katello.rb:114
86
+ msgid "Manipulate errata"
87
+ msgstr ""
88
+
89
+ #: ../lib/hammer_cli_katello.rb:119
90
+ msgid "Manipulate ostree branches"
91
+ msgstr ""
92
+
93
+ #: ../lib/hammer_cli_katello.rb:124
94
+ msgid "Manipulate files"
95
+ msgstr ""
96
+
97
+ #: ../lib/hammer_cli_katello/activation_key.rb:14
98
+ #: ../lib/hammer_cli_katello/activation_key.rb:56
99
+ #: ../lib/hammer_cli_katello/activation_key.rb:68
100
+ #: ../lib/hammer_cli_katello/activation_key.rb:144
101
+ #: ../lib/hammer_cli_katello/activation_key.rb:224
102
+ #: ../lib/hammer_cli_katello/capsule.rb:16
103
+ #: ../lib/hammer_cli_katello/capsule.rb:31
104
+ #: ../lib/hammer_cli_katello/content_view.rb:30
105
+ #: ../lib/hammer_cli_katello/content_view.rb:42
106
+ #: ../lib/hammer_cli_katello/content_view.rb:48
107
+ #: ../lib/hammer_cli_katello/content_view.rb:54
108
+ #: ../lib/hammer_cli_katello/content_view.rb:60
109
+ #: ../lib/hammer_cli_katello/content_view.rb:67
110
+ #: ../lib/hammer_cli_katello/content_view.rb:72
111
+ #: ../lib/hammer_cli_katello/content_view.rb:78
112
+ #: ../lib/hammer_cli_katello/content_view_version.rb:9
113
+ #: ../lib/hammer_cli_katello/content_view_version.rb:29
114
+ #: ../lib/hammer_cli_katello/content_view_version.rb:41
115
+ #: ../lib/hammer_cli_katello/content_view_version.rb:47
116
+ #: ../lib/hammer_cli_katello/content_view_version.rb:53
117
+ #: ../lib/hammer_cli_katello/erratum.rb:7
118
+ #: ../lib/hammer_cli_katello/erratum.rb:29 ../lib/hammer_cli_katello/file.rb:7
119
+ #: ../lib/hammer_cli_katello/file.rb:33 ../lib/hammer_cli_katello/filter.rb:36
120
+ #: ../lib/hammer_cli_katello/filter.rb:42
121
+ #: ../lib/hammer_cli_katello/gpg_key.rb:7
122
+ #: ../lib/hammer_cli_katello/gpg_key.rb:16
123
+ #: ../lib/hammer_cli_katello/gpg_key.rb:23
124
+ #: ../lib/hammer_cli_katello/host_collection.rb:31
125
+ #: ../lib/hammer_cli_katello/host_collection.rb:102
126
+ #: ../lib/hammer_cli_katello/host_errata.rb:20
127
+ #: ../lib/hammer_cli_katello/host_errata.rb:39
128
+ #: ../lib/hammer_cli_katello/host_extensions.rb:37
129
+ #: ../lib/hammer_cli_katello/host_extensions.rb:42
130
+ #: ../lib/hammer_cli_katello/host_extensions.rb:47
131
+ #: ../lib/hammer_cli_katello/host_extensions.rb:52
132
+ #: ../lib/hammer_cli_katello/hostgroup_extensions.rb:73
133
+ #: ../lib/hammer_cli_katello/hostgroup_extensions.rb:78
134
+ #: ../lib/hammer_cli_katello/hostgroup_extensions.rb:83
135
+ #: ../lib/hammer_cli_katello/hostgroup_extensions.rb:88
136
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:32
137
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:60
138
+ #: ../lib/hammer_cli_katello/ostree_branch.rb:7
139
+ #: ../lib/hammer_cli_katello/ostree_branch.rb:19
140
+ #: ../lib/hammer_cli_katello/package.rb:7
141
+ #: ../lib/hammer_cli_katello/package.rb:45
142
+ #: ../lib/hammer_cli_katello/package_group.rb:7
143
+ #: ../lib/hammer_cli_katello/package_group.rb:25
144
+ #: ../lib/hammer_cli_katello/product.rb:7
145
+ #: ../lib/hammer_cli_katello/product.rb:31
146
+ #: ../lib/hammer_cli_katello/product_content.rb:10
147
+ #: ../lib/hammer_cli_katello/puppet_module.rb:7
148
+ #: ../lib/hammer_cli_katello/puppet_module.rb:21
149
+ #: ../lib/hammer_cli_katello/repository.rb:24
150
+ #: ../lib/hammer_cli_katello/repository.rb:50
151
+ #: ../lib/hammer_cli_katello/repository.rb:57
152
+ #: ../lib/hammer_cli_katello/repository_set.rb:7
153
+ #: ../lib/hammer_cli_katello/repository_set.rb:19
154
+ #: ../lib/hammer_cli_katello/repository_set.rb:27
155
+ #: ../lib/hammer_cli_katello/subscription.rb:11
156
+ #: ../lib/hammer_cli_katello/sync_plan.rb:7
157
+ #: ../lib/hammer_cli_katello/sync_plan.rb:24
158
+ msgid "ID"
175
159
  msgstr ""
176
160
 
177
- #: lib/hammer_cli_katello/host_collection.rb:115
178
- msgid "Could not remove content host(s)"
161
+ #: ../lib/hammer_cli_katello/activation_key.rb:15
162
+ #: ../lib/hammer_cli_katello/activation_key.rb:55
163
+ #: ../lib/hammer_cli_katello/activation_key.rb:69
164
+ #: ../lib/hammer_cli_katello/activation_key.rb:145
165
+ #: ../lib/hammer_cli_katello/activation_key.rb:225
166
+ #: ../lib/hammer_cli_katello/capsule.rb:17
167
+ #: ../lib/hammer_cli_katello/capsule.rb:32
168
+ #: ../lib/hammer_cli_katello/capsule.rb:146
169
+ #: ../lib/hammer_cli_katello/capsule.rb:149
170
+ #: ../lib/hammer_cli_katello/content_view.rb:16
171
+ #: ../lib/hammer_cli_katello/content_view.rb:31
172
+ #: ../lib/hammer_cli_katello/content_view.rb:43
173
+ #: ../lib/hammer_cli_katello/content_view.rb:49
174
+ #: ../lib/hammer_cli_katello/content_view.rb:55
175
+ #: ../lib/hammer_cli_katello/content_view.rb:62
176
+ #: ../lib/hammer_cli_katello/content_view.rb:68
177
+ #: ../lib/hammer_cli_katello/content_view.rb:79
178
+ #: ../lib/hammer_cli_katello/content_view_component.rb:88
179
+ #: ../lib/hammer_cli_katello/content_view_puppet_module.rb:12
180
+ #: ../lib/hammer_cli_katello/content_view_version.rb:10
181
+ #: ../lib/hammer_cli_katello/content_view_version.rb:30
182
+ #: ../lib/hammer_cli_katello/content_view_version.rb:42
183
+ #: ../lib/hammer_cli_katello/content_view_version.rb:48
184
+ #: ../lib/hammer_cli_katello/content_view_version.rb:54
185
+ #: ../lib/hammer_cli_katello/file.rb:8 ../lib/hammer_cli_katello/file.rb:34
186
+ #: ../lib/hammer_cli_katello/filter.rb:15
187
+ #: ../lib/hammer_cli_katello/filter.rb:30
188
+ #: ../lib/hammer_cli_katello/filter.rb:37
189
+ #: ../lib/hammer_cli_katello/filter.rb:43
190
+ #: ../lib/hammer_cli_katello/filter_rule.rb:14
191
+ #: ../lib/hammer_cli_katello/filter_rule.rb:34
192
+ #: ../lib/hammer_cli_katello/gpg_key.rb:8
193
+ #: ../lib/hammer_cli_katello/gpg_key.rb:17
194
+ #: ../lib/hammer_cli_katello/gpg_key.rb:24
195
+ #: ../lib/hammer_cli_katello/host_collection.rb:32
196
+ #: ../lib/hammer_cli_katello/host_collection.rb:103
197
+ #: ../lib/hammer_cli_katello/host_extensions.rb:38
198
+ #: ../lib/hammer_cli_katello/host_extensions.rb:43
199
+ #: ../lib/hammer_cli_katello/host_extensions.rb:48
200
+ #: ../lib/hammer_cli_katello/host_extensions.rb:53
201
+ #: ../lib/hammer_cli_katello/host_extensions.rb:86
202
+ #: ../lib/hammer_cli_katello/hostgroup_extensions.rb:74
203
+ #: ../lib/hammer_cli_katello/hostgroup_extensions.rb:79
204
+ #: ../lib/hammer_cli_katello/hostgroup_extensions.rb:84
205
+ #: ../lib/hammer_cli_katello/hostgroup_extensions.rb:89
206
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:33
207
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:61
208
+ #: ../lib/hammer_cli_katello/ostree_branch.rb:8
209
+ #: ../lib/hammer_cli_katello/ostree_branch.rb:20
210
+ #: ../lib/hammer_cli_katello/package.rb:46
211
+ #: ../lib/hammer_cli_katello/product.rb:8
212
+ #: ../lib/hammer_cli_katello/product.rb:32
213
+ #: ../lib/hammer_cli_katello/product_content.rb:11
214
+ #: ../lib/hammer_cli_katello/puppet_module.rb:8
215
+ #: ../lib/hammer_cli_katello/puppet_module.rb:22
216
+ #: ../lib/hammer_cli_katello/puppet_module.rb:44
217
+ #: ../lib/hammer_cli_katello/repository.rb:8
218
+ #: ../lib/hammer_cli_katello/repository.rb:25
219
+ #: ../lib/hammer_cli_katello/repository.rb:51
220
+ #: ../lib/hammer_cli_katello/repository.rb:58
221
+ #: ../lib/hammer_cli_katello/repository_set.rb:9
222
+ #: ../lib/hammer_cli_katello/repository_set.rb:20
223
+ #: ../lib/hammer_cli_katello/repository_set.rb:28
224
+ #: ../lib/hammer_cli_katello/repository_set.rb:40
225
+ #: ../lib/hammer_cli_katello/subscription.rb:13
226
+ #: ../lib/hammer_cli_katello/sync_plan.rb:8
227
+ #: ../lib/hammer_cli_katello/sync_plan.rb:25
228
+ msgid "Name"
179
229
  msgstr ""
180
230
 
181
- #: lib/hammer_cli_katello/host_collection.rb:124
182
- msgid "Manipulate host collections"
231
+ #: ../lib/hammer_cli_katello/activation_key.rb:16
232
+ #: ../lib/hammer_cli_katello/activation_key.rb:58
233
+ msgid "Host Limit"
183
234
  msgstr ""
184
235
 
185
- #: lib/hammer_cli_katello/organization.rb:10
186
- #: lib/hammer_cli_katello/organization.rb:22
187
- #: lib/hammer_cli_katello/repository_set.rb:26
188
- #: lib/hammer_cli_katello/content_view.rb:15
189
- #: lib/hammer_cli_katello/content_view.rb:27
190
- #: lib/hammer_cli_katello/content_view.rb:38
191
- #: lib/hammer_cli_katello/repository.rb:26
192
- #: lib/hammer_cli_katello/content_view_version.rb:39
193
- #: lib/hammer_cli_katello/content_view_version.rb:45
194
- #: lib/hammer_cli_katello/product.rb:39 lib/hammer_cli_katello/filter.rb:32
195
- #: lib/hammer_cli_katello/lifecycle_environment.rb:54
196
- msgid "Label"
236
+ #: ../lib/hammer_cli_katello/activation_key.rb:18
237
+ #: ../lib/hammer_cli_katello/activation_key.rb:61
238
+ #: ../lib/hammer_cli_katello/host_extensions.rb:27
239
+ #: ../lib/hammer_cli_katello/host_extensions.rb:41
240
+ #: ../lib/hammer_cli_katello/hostgroup_extensions.rb:77
241
+ msgid "Lifecycle Environment"
197
242
  msgstr ""
198
243
 
199
- #: lib/hammer_cli_katello/organization.rb:24
200
- msgid "Red Hat Repository URL"
244
+ #: ../lib/hammer_cli_katello/activation_key.rb:21
245
+ #: ../lib/hammer_cli_katello/activation_key.rb:64
246
+ #: ../lib/hammer_cli_katello/host_extensions.rb:26
247
+ #: ../lib/hammer_cli_katello/host_extensions.rb:36
248
+ #: ../lib/hammer_cli_katello/hostgroup_extensions.rb:72
249
+ msgid "Content View"
201
250
  msgstr ""
202
251
 
203
- #: lib/hammer_cli_katello/organization.rb:34
204
- msgid "Organization updated"
252
+ #: ../lib/hammer_cli_katello/activation_key.rb:26
253
+ #: ../lib/hammer_cli_katello/activation_key.rb:75
254
+ #: ../lib/hammer_cli_katello/subscription.rb:24
255
+ msgid "Unlimited"
205
256
  msgstr ""
206
257
 
207
- #: lib/hammer_cli_katello/organization.rb:35
208
- msgid "Could not update the organization"
258
+ #: ../lib/hammer_cli_katello/activation_key.rb:28
259
+ msgid "%{consumed} of %{limit}"
209
260
  msgstr ""
210
261
 
211
- #: lib/hammer_cli_katello/organization.rb:43
212
- msgid "Organization created"
262
+ #: ../lib/hammer_cli_katello/activation_key.rb:57
263
+ #: ../lib/hammer_cli_katello/content_view.rb:34
264
+ #: ../lib/hammer_cli_katello/content_view_version.rb:32
265
+ #: ../lib/hammer_cli_katello/erratum.rb:36
266
+ #: ../lib/hammer_cli_katello/filter.rb:33
267
+ #: ../lib/hammer_cli_katello/host_collection.rb:34
268
+ #: ../lib/hammer_cli_katello/host_errata.rb:37
269
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:63
270
+ #: ../lib/hammer_cli_katello/organization.rb:11
271
+ #: ../lib/hammer_cli_katello/organization.rb:23
272
+ #: ../lib/hammer_cli_katello/package.rb:57
273
+ #: ../lib/hammer_cli_katello/package_group.rb:29
274
+ #: ../lib/hammer_cli_katello/product.rb:9
275
+ #: ../lib/hammer_cli_katello/product.rb:34
276
+ #: ../lib/hammer_cli_katello/puppet_module.rb:28
277
+ #: ../lib/hammer_cli_katello/sync_plan.rb:19
278
+ msgid "Description"
213
279
  msgstr ""
214
280
 
215
- #: lib/hammer_cli_katello/organization.rb:44
216
- msgid "Could not create the organization"
281
+ #: ../lib/hammer_cli_katello/activation_key.rb:59
282
+ msgid "Auto Attach"
217
283
  msgstr ""
218
284
 
219
- #: lib/hammer_cli_katello/organization.rb:54
220
- msgid "Organization deleted"
285
+ #: ../lib/hammer_cli_katello/activation_key.rb:67
286
+ #: ../lib/hammer_cli_katello/host_extensions.rb:84
287
+ msgid "Host Collections"
221
288
  msgstr ""
222
289
 
223
- #: lib/hammer_cli_katello/organization.rb:55
224
- msgid "Could not delete the organization"
290
+ #: ../lib/hammer_cli_katello/activation_key.rb:86
291
+ msgid "Activation key created"
225
292
  msgstr ""
226
293
 
227
- #: lib/hammer_cli_katello/organization.rb:65
228
- msgid "Manipulate organizations"
294
+ #: ../lib/hammer_cli_katello/activation_key.rb:87
295
+ msgid "Could not create the activation key"
229
296
  msgstr ""
230
297
 
231
- #: lib/hammer_cli_katello/repository_set.rb:10
232
- #: lib/hammer_cli_katello/repository_set.rb:23
233
- #: lib/hammer_cli_katello/filter.rb:15 lib/hammer_cli_katello/filter.rb:26
234
- msgid "Type"
298
+ #: ../lib/hammer_cli_katello/activation_key.rb:103
299
+ msgid "Copy an activation key"
235
300
  msgstr ""
236
301
 
237
- #: lib/hammer_cli_katello/repository_set.rb:24
238
- #: lib/hammer_cli_katello/repository.rb:14
239
- #: lib/hammer_cli_katello/repository.rb:32
240
- #: lib/hammer_cli_katello/product.rb:68 lib/hammer_cli_katello/capsule.rb:11
241
- msgid "URL"
302
+ #: ../lib/hammer_cli_katello/activation_key.rb:108
303
+ msgid "Activation key copied"
242
304
  msgstr ""
243
305
 
244
- #: lib/hammer_cli_katello/repository_set.rb:25
245
- #: lib/hammer_cli_katello/repository.rb:43
246
- #: lib/hammer_cli_katello/product.rb:51
247
- msgid "GPG Key"
306
+ #: ../lib/hammer_cli_katello/activation_key.rb:109
307
+ msgid "Could not copy the activation key"
248
308
  msgstr ""
249
309
 
250
- #: lib/hammer_cli_katello/repository_set.rb:28
251
- msgid "Enabled Repositories"
310
+ #: ../lib/hammer_cli_katello/activation_key.rb:116
311
+ msgid "Activation key updated"
252
312
  msgstr ""
253
313
 
254
- #: lib/hammer_cli_katello/repository_set.rb:44
255
- msgid "Arch"
314
+ #: ../lib/hammer_cli_katello/activation_key.rb:117
315
+ msgid "Could not update the activation key"
256
316
  msgstr ""
257
317
 
258
- #: lib/hammer_cli_katello/repository_set.rb:45
259
- msgid "Release"
318
+ #: ../lib/hammer_cli_katello/activation_key.rb:132
319
+ msgid "Activation key deleted"
260
320
  msgstr ""
261
321
 
262
- #: lib/hammer_cli_katello/repository_set.rb:47
263
- msgid "Enabled"
322
+ #: ../lib/hammer_cli_katello/activation_key.rb:133
323
+ msgid "Could not delete the activation key"
264
324
  msgstr ""
265
325
 
266
- #: lib/hammer_cli_katello/repository_set.rb:67
267
- msgid "Repository enabled"
326
+ #: ../lib/hammer_cli_katello/activation_key.rb:140
327
+ msgid "List associated subscriptions"
268
328
  msgstr ""
269
329
 
270
- #: lib/hammer_cli_katello/repository_set.rb:68
271
- msgid "Could not enable repository"
330
+ #: ../lib/hammer_cli_katello/activation_key.rb:146
331
+ msgid "Attached"
272
332
  msgstr ""
273
333
 
274
- #: lib/hammer_cli_katello/repository_set.rb:77
275
- msgid "Repository disabled"
334
+ #: ../lib/hammer_cli_katello/activation_key.rb:147
335
+ #: ../lib/hammer_cli_katello/subscription.rb:19
336
+ msgid "Quantity"
276
337
  msgstr ""
277
338
 
278
- #: lib/hammer_cli_katello/repository_set.rb:78
279
- msgid "Could not disable repository"
339
+ #: ../lib/hammer_cli_katello/activation_key.rb:148
340
+ #: ../lib/hammer_cli_katello/filter.rb:48
341
+ #: ../lib/hammer_cli_katello/filter_rule.rb:20
342
+ #: ../lib/hammer_cli_katello/filter_rule.rb:40
343
+ #: ../lib/hammer_cli_katello/sync_plan.rb:9
344
+ msgid "Start Date"
280
345
  msgstr ""
281
346
 
282
- #: lib/hammer_cli_katello/repository_set.rb:86
283
- msgid "manipulate repository sets on the server"
347
+ #: ../lib/hammer_cli_katello/activation_key.rb:149
348
+ #: ../lib/hammer_cli_katello/filter.rb:49
349
+ #: ../lib/hammer_cli_katello/filter_rule.rb:21
350
+ #: ../lib/hammer_cli_katello/filter_rule.rb:41
351
+ #: ../lib/hammer_cli_katello/subscription.rb:18
352
+ msgid "End Date"
284
353
  msgstr ""
285
354
 
286
- #: lib/hammer_cli_katello/filter_rule.rb:11
287
- #: lib/hammer_cli_katello/filter_rule.rb:28
288
- msgid "Rule ID"
355
+ #: ../lib/hammer_cli_katello/activation_key.rb:150
356
+ #: ../lib/hammer_cli_katello/subscription.rb:17
357
+ msgid "Support"
289
358
  msgstr ""
290
359
 
291
- #: lib/hammer_cli_katello/filter_rule.rb:12
292
- #: lib/hammer_cli_katello/filter_rule.rb:29
293
- #: lib/hammer_cli_katello/filter.rb:13 lib/hammer_cli_katello/filter.rb:24
294
- msgid "Filter ID"
360
+ #: ../lib/hammer_cli_katello/activation_key.rb:151
361
+ #: ../lib/hammer_cli_katello/subscription.rb:15
362
+ msgid "Contract"
295
363
  msgstr ""
296
364
 
297
- #: lib/hammer_cli_katello/filter_rule.rb:15
298
- #: lib/hammer_cli_katello/filter_rule.rb:32
299
- #: lib/hammer_cli_katello/content_view.rb:57
300
- #: lib/hammer_cli_katello/content_view_puppet_module.rb:15
301
- #: lib/hammer_cli_katello/puppet_module.rb:11
302
- #: lib/hammer_cli_katello/puppet_module.rb:21
303
- #: lib/hammer_cli_katello/content_view_version.rb:12
304
- #: lib/hammer_cli_katello/content_view_version.rb:28
305
- #: lib/hammer_cli_katello/content_view_version.rb:52
306
- #: lib/hammer_cli_katello/filter.rb:38
307
- msgid "Version"
365
+ #: ../lib/hammer_cli_katello/activation_key.rb:152
366
+ #: ../lib/hammer_cli_katello/subscription.rb:16
367
+ msgid "Account"
308
368
  msgstr ""
309
369
 
310
- #: lib/hammer_cli_katello/filter_rule.rb:16
311
- #: lib/hammer_cli_katello/filter_rule.rb:33
312
- #: lib/hammer_cli_katello/filter.rb:39
313
- msgid "Minimum Version"
370
+ #: ../lib/hammer_cli_katello/activation_key.rb:155
371
+ msgid "ID of the activation key"
314
372
  msgstr ""
315
373
 
316
- #: lib/hammer_cli_katello/filter_rule.rb:17
317
- #: lib/hammer_cli_katello/filter_rule.rb:34
318
- #: lib/hammer_cli_katello/filter.rb:40
319
- msgid "Maximum Version"
374
+ #: ../lib/hammer_cli_katello/activation_key.rb:157
375
+ #: ../lib/hammer_cli_katello/id_resolver.rb:6
376
+ msgid "Activation key name to search by"
320
377
  msgstr ""
321
378
 
322
- #: lib/hammer_cli_katello/filter_rule.rb:18
323
- #: lib/hammer_cli_katello/filter_rule.rb:35
324
- #: lib/hammer_cli_katello/filter.rb:41
325
- msgid "Errata ID"
379
+ #: ../lib/hammer_cli_katello/activation_key.rb:173
380
+ #: ../lib/hammer_cli_katello/activation_key.rb:191
381
+ #: ../lib/hammer_cli_katello/host_subscription.rb:39
382
+ #: ../lib/hammer_cli_katello/host_subscription.rb:77
383
+ msgid "ID of subscription"
326
384
  msgstr ""
327
385
 
328
- #: lib/hammer_cli_katello/filter_rule.rb:19
329
- #: lib/hammer_cli_katello/filter_rule.rb:36
330
- #: lib/hammer_cli_katello/sync_plan.rb:10 lib/hammer_cli_katello/filter.rb:42
331
- msgid "Start Date"
386
+ #: ../lib/hammer_cli_katello/activation_key.rb:181
387
+ msgid "Subscription added to activation key"
332
388
  msgstr ""
333
389
 
334
- #: lib/hammer_cli_katello/filter_rule.rb:20
335
- #: lib/hammer_cli_katello/filter_rule.rb:37
336
- #: lib/hammer_cli_katello/subscription.rb:20
337
- #: lib/hammer_cli_katello/filter.rb:43
338
- msgid "End Date"
390
+ #: ../lib/hammer_cli_katello/activation_key.rb:182
391
+ msgid "Could not add subscription to activation key"
339
392
  msgstr ""
340
393
 
341
- #: lib/hammer_cli_katello/filter_rule.rb:38
342
- #: lib/hammer_cli_katello/filter.rb:44
343
- msgid "Types"
394
+ #: ../lib/hammer_cli_katello/activation_key.rb:188
395
+ msgid "Remove subscription"
344
396
  msgstr ""
345
397
 
346
- #: lib/hammer_cli_katello/filter_rule.rb:39
347
- #: lib/hammer_cli_katello/content_view.rb:46
348
- #: lib/hammer_cli_katello/repository.rb:55 lib/hammer_cli_katello/filter.rb:45
349
- msgid "Created"
398
+ #: ../lib/hammer_cli_katello/activation_key.rb:199
399
+ msgid "Subscription removed from activation key"
350
400
  msgstr ""
351
401
 
352
- #: lib/hammer_cli_katello/filter_rule.rb:40
353
- #: lib/hammer_cli_katello/content_view.rb:47
354
- #: lib/hammer_cli_katello/repository.rb:56 lib/hammer_cli_katello/filter.rb:46
355
- msgid "Updated"
402
+ #: ../lib/hammer_cli_katello/activation_key.rb:200
403
+ msgid "Could not remove subscription from activation key"
356
404
  msgstr ""
357
405
 
358
- #: lib/hammer_cli_katello/filter_rule.rb:47
359
- msgid "Filter rule created"
406
+ #: ../lib/hammer_cli_katello/activation_key.rb:220
407
+ msgid "List associated host collections"
360
408
  msgstr ""
361
409
 
362
- #: lib/hammer_cli_katello/filter_rule.rb:48
363
- msgid "Could not create the filter rule"
410
+ #: ../lib/hammer_cli_katello/activation_key.rb:228
411
+ msgid "ID of activation key"
364
412
  msgstr ""
365
413
 
366
- #: lib/hammer_cli_katello/filter_rule.rb:54
367
- msgid "Filter rule updated"
414
+ #: ../lib/hammer_cli_katello/activation_key.rb:230
415
+ msgid "Name of activation key"
368
416
  msgstr ""
369
417
 
370
- #: lib/hammer_cli_katello/filter_rule.rb:55
371
- msgid "Could not update the filter rule"
418
+ #: ../lib/hammer_cli_katello/associating_commands.rb:36
419
+ msgid "The repository has been associated"
372
420
  msgstr ""
373
421
 
374
- #: lib/hammer_cli_katello/filter_rule.rb:61
375
- msgid "Filter rule deleted"
422
+ #: ../lib/hammer_cli_katello/associating_commands.rb:37
423
+ msgid "Could not add repository"
376
424
  msgstr ""
377
425
 
378
- #: lib/hammer_cli_katello/filter_rule.rb:62
379
- msgid "Could not delete the filter rule"
426
+ #: ../lib/hammer_cli_katello/associating_commands.rb:52
427
+ msgid "The repository has been removed"
380
428
  msgstr ""
381
429
 
382
- #: lib/hammer_cli_katello/content_view.rb:13
383
- #: lib/hammer_cli_katello/content_view_version.rb:15
384
- #: lib/hammer_cli_katello/content_view_version.rb:31
385
- msgid "Content View ID"
430
+ #: ../lib/hammer_cli_katello/associating_commands.rb:53
431
+ msgid "Could not remove repository"
386
432
  msgstr ""
387
433
 
388
- #: lib/hammer_cli_katello/content_view.rb:16
389
- #: lib/hammer_cli_katello/content_view.rb:28
390
- msgid "Composite"
434
+ #: ../lib/hammer_cli_katello/associating_commands.rb:64
435
+ msgid "The host collection has been associated"
391
436
  msgstr ""
392
437
 
393
- #: lib/hammer_cli_katello/content_view.rb:17
394
- msgid "Repository IDs"
438
+ #: ../lib/hammer_cli_katello/associating_commands.rb:65
439
+ msgid "Could not add host collection"
395
440
  msgstr ""
396
441
 
397
- #: lib/hammer_cli_katello/content_view.rb:32
398
- #: lib/hammer_cli_katello/gpg_key.rb:23
399
- #: lib/hammer_cli_katello/repository.rb:28
400
- #: lib/hammer_cli_katello/product.rb:13 lib/hammer_cli_katello/product.rb:56
401
- #: lib/hammer_cli_katello/lifecycle_environment.rb:57
402
- #: lib/hammer_cli_katello/capsule.rb:47 lib/hammer_cli_katello/capsule.rb:63
403
- msgid "Organization"
442
+ #: ../lib/hammer_cli_katello/associating_commands.rb:72
443
+ msgid "The host collection has been removed"
404
444
  msgstr ""
405
445
 
406
- #: lib/hammer_cli_katello/content_view.rb:35
407
- #: lib/hammer_cli_katello/puppet_module.rb:39
408
- #: lib/hammer_cli_katello/content_view_version.rb:42
409
- #: lib/hammer_cli_katello/product.rb:16 lib/hammer_cli_katello/filter.rb:29
410
- msgid "Repositories"
446
+ #: ../lib/hammer_cli_katello/associating_commands.rb:73
447
+ msgid "Could not remove host collection"
411
448
  msgstr ""
412
449
 
413
- #: lib/hammer_cli_katello/content_view.rb:41
414
- #: lib/hammer_cli_katello/repository.rb:62
415
- #: lib/hammer_cli_katello/content_view_version.rb:48
416
- msgid "Puppet Modules"
450
+ #: ../lib/hammer_cli_katello/associating_commands.rb:84
451
+ msgid "The host has been added"
417
452
  msgstr ""
418
453
 
419
- #: lib/hammer_cli_katello/content_view.rb:43
420
- #: lib/hammer_cli_katello/content_view_puppet_module.rb:12
421
- msgid "UUID"
454
+ #: ../lib/hammer_cli_katello/associating_commands.rb:85
455
+ msgid "Could not add host"
422
456
  msgstr ""
423
457
 
424
- #: lib/hammer_cli_katello/content_view.rb:45
425
- #: lib/hammer_cli_katello/content_view_puppet_module.rb:14
426
- #: lib/hammer_cli_katello/puppet_module.rb:10
427
- #: lib/hammer_cli_katello/puppet_module.rb:22
428
- #: lib/hammer_cli_katello/content_view_version.rb:51
429
- msgid "Author"
458
+ #: ../lib/hammer_cli_katello/associating_commands.rb:92
459
+ msgid "The host has been removed"
430
460
  msgstr ""
431
461
 
432
- #: lib/hammer_cli_katello/content_view.rb:50
433
- #: lib/hammer_cli_katello/content_view_version.rb:36
434
- msgid "Environments"
462
+ #: ../lib/hammer_cli_katello/associating_commands.rb:93
463
+ msgid "Could not remove host"
435
464
  msgstr ""
436
465
 
437
- #: lib/hammer_cli_katello/content_view.rb:55
438
- msgid "Versions"
466
+ #: ../lib/hammer_cli_katello/capsule.rb:7
467
+ msgid "Manage the capsule content"
439
468
  msgstr ""
440
469
 
441
- #: lib/hammer_cli_katello/content_view.rb:58
442
- msgid "Published"
470
+ #: ../lib/hammer_cli_katello/capsule.rb:19
471
+ #: ../lib/hammer_cli_katello/capsule.rb:34
472
+ #: ../lib/hammer_cli_katello/capsule.rb:147
473
+ #: ../lib/hammer_cli_katello/content_view.rb:38
474
+ #: ../lib/hammer_cli_katello/gpg_key.rb:19
475
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:65
476
+ #: ../lib/hammer_cli_katello/product.rb:12
477
+ #: ../lib/hammer_cli_katello/product.rb:50
478
+ #: ../lib/hammer_cli_katello/repository.rb:28
479
+ msgid "Organization"
443
480
  msgstr ""
444
481
 
445
- #: lib/hammer_cli_katello/content_view.rb:61
446
- msgid "Components"
482
+ #: ../lib/hammer_cli_katello/capsule.rb:46
483
+ msgid "Lifecycle environment successfully added to the capsule"
447
484
  msgstr ""
448
485
 
449
- #: lib/hammer_cli_katello/content_view.rb:71
450
- msgid "Content view created"
486
+ #: ../lib/hammer_cli_katello/capsule.rb:47
487
+ msgid "Could not add the lifecycle environment to the capsule"
451
488
  msgstr ""
452
489
 
453
- #: lib/hammer_cli_katello/content_view.rb:72
454
- msgid "Could not create the content view"
490
+ #: ../lib/hammer_cli_katello/capsule.rb:49
491
+ #: ../lib/hammer_cli_katello/capsule.rb:64
492
+ #: ../lib/hammer_cli_katello/capsule.rb:80
493
+ msgid "Organization ID"
455
494
  msgstr ""
456
495
 
457
- #: lib/hammer_cli_katello/content_view.rb:74
458
- msgid "Create a composite content view"
496
+ #: ../lib/hammer_cli_katello/capsule.rb:51
497
+ #: ../lib/hammer_cli_katello/capsule.rb:66
498
+ #: ../lib/hammer_cli_katello/capsule.rb:82
499
+ msgid "Organization name"
459
500
  msgstr ""
460
501
 
461
- #: lib/hammer_cli_katello/content_view.rb:86
462
- msgid "Content view updated"
502
+ #: ../lib/hammer_cli_katello/capsule.rb:61
503
+ msgid "Lifecycle environment successfully removed from the capsule"
463
504
  msgstr ""
464
505
 
465
- #: lib/hammer_cli_katello/content_view.rb:87
466
- msgid "Could not update the content view"
506
+ #: ../lib/hammer_cli_katello/capsule.rb:62
507
+ msgid "Could not remove the lifecycle environment from the capsule"
467
508
  msgstr ""
468
509
 
469
- #: lib/hammer_cli_katello/content_view.rb:98
470
- #: lib/hammer_cli_katello/content_view_version.rb:77
471
- msgid "Content view is being deleted with task %{id}"
510
+ #: ../lib/hammer_cli_katello/capsule.rb:77
511
+ msgid "Capsule content is being synchronized in task %{id}"
472
512
  msgstr ""
473
513
 
474
- #: lib/hammer_cli_katello/content_view.rb:99
475
- #: lib/hammer_cli_katello/content_view_version.rb:78
476
- msgid "Could not delete the content view"
514
+ #: ../lib/hammer_cli_katello/capsule.rb:78
515
+ msgid "Could not synchronize capsule content"
477
516
  msgstr ""
478
517
 
479
- #: lib/hammer_cli_katello/content_view.rb:110
480
- msgid "Content view is being published with task %{id}"
518
+ #: ../lib/hammer_cli_katello/capsule.rb:92
519
+ msgid "Last sync"
481
520
  msgstr ""
482
521
 
483
- #: lib/hammer_cli_katello/content_view.rb:111
484
- msgid "Could not publish the content view"
522
+ #: ../lib/hammer_cli_katello/capsule.rb:93
523
+ #: ../lib/hammer_cli_katello/host_errata.rb:38
524
+ #: ../lib/hammer_cli_katello/ping.rb:9 ../lib/hammer_cli_katello/ping.rb:16
525
+ #: ../lib/hammer_cli_katello/ping.rb:23 ../lib/hammer_cli_katello/ping.rb:30
526
+ #: ../lib/hammer_cli_katello/ping.rb:37
527
+ #: ../lib/hammer_cli_katello/repository.rb:63
528
+ #: ../lib/hammer_cli_katello/subscription.rb:98
529
+ msgid "Status"
485
530
  msgstr ""
486
531
 
487
- #: lib/hammer_cli_katello/content_view.rb:123
488
- msgid "Content view is being removed from environment with task %{id}"
532
+ #: ../lib/hammer_cli_katello/capsule.rb:94
533
+ msgid "Currently running sync tasks"
489
534
  msgstr ""
490
535
 
491
- #: lib/hammer_cli_katello/content_view.rb:124
492
- msgid "Could not remove the content view from environment"
536
+ #: ../lib/hammer_cli_katello/capsule.rb:95
537
+ #: ../lib/hammer_cli_katello/capsule.rb:100
538
+ msgid "Task id"
493
539
  msgstr ""
494
540
 
495
- #: lib/hammer_cli_katello/content_view.rb:138
496
- msgid "Comma separated list of version ids to remove"
541
+ #: ../lib/hammer_cli_katello/capsule.rb:96
542
+ msgid "Progress"
497
543
  msgstr ""
498
544
 
499
- #: lib/hammer_cli_katello/content_view.rb:140
500
- msgid "Comma separated list of environment ids to remove"
545
+ #: ../lib/hammer_cli_katello/capsule.rb:98
546
+ msgid "Last failure"
501
547
  msgstr ""
502
548
 
503
- #: lib/hammer_cli_katello/content_view.rb:150
504
- msgid "Content view objects are being removed task %{id}"
549
+ #: ../lib/hammer_cli_katello/capsule.rb:102
550
+ msgid "Messages"
505
551
  msgstr ""
506
552
 
507
- #: lib/hammer_cli_katello/content_view.rb:151
508
- msgid "Could not remove objects from content view"
553
+ #: ../lib/hammer_cli_katello/capsule.rb:123
554
+ msgid "Capsule is synchronized"
509
555
  msgstr ""
510
556
 
511
- #: lib/hammer_cli_katello/content_view.rb:166
512
- msgid "The component version has been added"
557
+ #: ../lib/hammer_cli_katello/capsule.rb:126
558
+ msgid "%{count} environment(s) can be synchronized: %{names}"
513
559
  msgstr ""
514
560
 
515
- #: lib/hammer_cli_katello/content_view.rb:167
516
- msgid "Could not add version"
561
+ #: ../lib/hammer_cli_katello/capsule.rb:145
562
+ #: ../lib/hammer_cli_katello/content_view.rb:66
563
+ #: ../lib/hammer_cli_katello/content_view_version.rb:12
564
+ #: ../lib/hammer_cli_katello/content_view_version.rb:40
565
+ msgid "Lifecycle Environments"
517
566
  msgstr ""
518
567
 
519
- #: lib/hammer_cli_katello/content_view.rb:180
520
- msgid "The component version has been removed"
568
+ #: ../lib/hammer_cli_katello/capsule.rb:148
569
+ msgid "Content Views"
521
570
  msgstr ""
522
571
 
523
- #: lib/hammer_cli_katello/content_view.rb:181
524
- msgid "Could not remove version"
572
+ #: ../lib/hammer_cli_katello/capsule.rb:150
573
+ #: ../lib/hammer_cli_katello/content_view.rb:18
574
+ #: ../lib/hammer_cli_katello/content_view.rb:33
575
+ msgid "Composite"
525
576
  msgstr ""
526
577
 
527
- #: lib/hammer_cli_katello/content_view.rb:202
528
- msgid "Manipulate content views."
578
+ #: ../lib/hammer_cli_katello/capsule.rb:151
579
+ #: ../lib/hammer_cli_katello/content_view.rb:19
580
+ msgid "Last Published"
529
581
  msgstr ""
530
582
 
531
- #: lib/hammer_cli_katello/activation_key.rb:13
532
- #: lib/hammer_cli_katello/subscription.rb:19
533
- msgid "Consumed"
583
+ #: ../lib/hammer_cli_katello/capsule.rb:152
584
+ #: ../lib/hammer_cli_katello/gpg_key.rb:31
585
+ #: ../lib/hammer_cli_katello/product.rb:59
586
+ msgid "Content"
534
587
  msgstr ""
535
588
 
536
- #: lib/hammer_cli_katello/activation_key.rb:15
537
- #: lib/hammer_cli_katello/activation_key.rb:52
538
- #: lib/hammer_cli_katello/content_host.rb:34
539
- msgid "Lifecycle Environment"
589
+ #: ../lib/hammer_cli_katello/capsule.rb:154
590
+ msgid "Hosts"
540
591
  msgstr ""
541
592
 
542
- #: lib/hammer_cli_katello/activation_key.rb:18
543
- #: lib/hammer_cli_katello/activation_key.rb:55
544
- #: lib/hammer_cli_katello/content_host.rb:37
545
- msgid "Content View"
593
+ #: ../lib/hammer_cli_katello/capsule.rb:155
594
+ #: ../lib/hammer_cli_katello/sync_plan.rb:23
595
+ msgid "Products"
546
596
  msgstr ""
547
597
 
548
- #: lib/hammer_cli_katello/activation_key.rb:23
549
- msgid "%{consumed} of %{limit}"
598
+ #: ../lib/hammer_cli_katello/capsule.rb:156
599
+ msgid "Yum repos"
550
600
  msgstr ""
551
601
 
552
- #: lib/hammer_cli_katello/activation_key.rb:26
553
- #: lib/hammer_cli_katello/subscription.rb:28
554
- msgid "Unlimited"
602
+ #: ../lib/hammer_cli_katello/capsule.rb:157
603
+ msgid "Docker repos"
555
604
  msgstr ""
556
605
 
557
- #: lib/hammer_cli_katello/activation_key.rb:58
558
- msgid "Host Collections"
606
+ #: ../lib/hammer_cli_katello/capsule.rb:158
607
+ #: ../lib/hammer_cli_katello/host_errata.rb:46
608
+ #: ../lib/hammer_cli_katello/repository.rb:71
609
+ msgid "Packages"
559
610
  msgstr ""
560
611
 
561
- #: lib/hammer_cli_katello/activation_key.rb:70
562
- msgid "Activation key created"
612
+ #: ../lib/hammer_cli_katello/capsule.rb:159
613
+ msgid "Package groups"
563
614
  msgstr ""
564
615
 
565
- #: lib/hammer_cli_katello/activation_key.rb:71
566
- msgid "Could not create the activation key"
616
+ #: ../lib/hammer_cli_katello/capsule.rb:160
617
+ #: ../lib/hammer_cli_katello/repository.rb:74
618
+ msgid "Errata"
567
619
  msgstr ""
568
620
 
569
- #: lib/hammer_cli_katello/activation_key.rb:79
570
- msgid "Activation key updated"
621
+ #: ../lib/hammer_cli_katello/capsule.rb:161
622
+ msgid "Puppet modules"
571
623
  msgstr ""
572
624
 
573
- #: lib/hammer_cli_katello/activation_key.rb:80
574
- msgid "Could not update the activation key"
625
+ #: ../lib/hammer_cli_katello/composite_content_view_name_resolvable.rb:24
626
+ msgid "Name of the composite content view"
575
627
  msgstr ""
576
628
 
577
- #: lib/hammer_cli_katello/activation_key.rb:88
578
- msgid "Activation key deleted"
629
+ #: ../lib/hammer_cli_katello/content_override.rb:5
630
+ msgid "Override product content defaults"
579
631
  msgstr ""
580
632
 
581
- #: lib/hammer_cli_katello/activation_key.rb:89
582
- msgid "Could not delete the activation key"
633
+ #: ../lib/hammer_cli_katello/content_override.rb:8
634
+ msgid "Updated content override"
583
635
  msgstr ""
584
636
 
585
- #: lib/hammer_cli_katello/activation_key.rb:96
586
- msgid "List associated subscriptions"
637
+ #: ../lib/hammer_cli_katello/content_override.rb:9
638
+ msgid "Could not update content override"
587
639
  msgstr ""
588
640
 
589
- #: lib/hammer_cli_katello/activation_key.rb:104
590
- #: lib/hammer_cli_katello/activation_key.rb:123
591
- #: lib/hammer_cli_katello/activation_key.rb:149
592
- #: lib/hammer_cli_katello/activation_key.rb:177
593
- msgid "resource ID"
641
+ #: ../lib/hammer_cli_katello/content_override.rb:11
642
+ msgid "Label of the content"
594
643
  msgstr ""
595
644
 
596
- #: lib/hammer_cli_katello/activation_key.rb:124
597
- #: lib/hammer_cli_katello/activation_key.rb:150
598
- msgid "subscription ID"
645
+ #: ../lib/hammer_cli_katello/content_override.rb:14
646
+ msgid ""
647
+ "Override parameter key or name.\n"
648
+ "To enable or disable a repo select 'enabled'.\n"
649
+ "Default value: enabled"
599
650
  msgstr ""
600
651
 
601
- #: lib/hammer_cli_katello/activation_key.rb:125
602
- msgid "subscription quantity"
652
+ #: ../lib/hammer_cli_katello/content_override.rb:19
653
+ msgid "Override value. Note for repo enablement you can use a boolean value"
603
654
  msgstr ""
604
655
 
605
- #: lib/hammer_cli_katello/activation_key.rb:139
606
- msgid "Subscription added to activation key"
656
+ #: ../lib/hammer_cli_katello/content_override.rb:23
657
+ msgid "Remove a content override"
607
658
  msgstr ""
608
659
 
609
- #: lib/hammer_cli_katello/activation_key.rb:140
610
- msgid "Could not add subscription to activation key"
660
+ #: ../lib/hammer_cli_katello/content_view.rb:15
661
+ #: ../lib/hammer_cli_katello/content_view_version.rb:35
662
+ msgid "Content View ID"
611
663
  msgstr ""
612
664
 
613
- #: lib/hammer_cli_katello/activation_key.rb:146
614
- msgid "Remove subscription"
665
+ #: ../lib/hammer_cli_katello/content_view.rb:17
666
+ #: ../lib/hammer_cli_katello/content_view.rb:32
667
+ #: ../lib/hammer_cli_katello/content_view.rb:44
668
+ #: ../lib/hammer_cli_katello/content_view.rb:50
669
+ #: ../lib/hammer_cli_katello/content_view.rb:56
670
+ #: ../lib/hammer_cli_katello/content_view_version.rb:43
671
+ #: ../lib/hammer_cli_katello/content_view_version.rb:49
672
+ #: ../lib/hammer_cli_katello/filter.rb:38
673
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:62
674
+ #: ../lib/hammer_cli_katello/organization.rb:10
675
+ #: ../lib/hammer_cli_katello/organization.rb:22
676
+ #: ../lib/hammer_cli_katello/product.rb:33
677
+ #: ../lib/hammer_cli_katello/product_content.rb:15
678
+ #: ../lib/hammer_cli_katello/repository.rb:26
679
+ #: ../lib/hammer_cli_katello/repository_set.rb:24
680
+ msgid "Label"
615
681
  msgstr ""
616
682
 
617
- #: lib/hammer_cli_katello/activation_key.rb:162
618
- msgid "Subscription removed from activation key"
683
+ #: ../lib/hammer_cli_katello/content_view.rb:20
684
+ msgid "Repository IDs"
619
685
  msgstr ""
620
686
 
621
- #: lib/hammer_cli_katello/activation_key.rb:163
622
- msgid "Could not remove subscription from activation key"
687
+ #: ../lib/hammer_cli_katello/content_view.rb:35
688
+ msgid "Content Host Count"
623
689
  msgstr ""
624
690
 
625
- #: lib/hammer_cli_katello/activation_key.rb:169
626
- msgid "List associated host collections"
691
+ #: ../lib/hammer_cli_katello/content_view.rb:41
692
+ msgid "Yum Repositories"
627
693
  msgstr ""
628
694
 
629
- #: lib/hammer_cli_katello/activation_key.rb:197
630
- msgid "Manipulate activation keys."
695
+ #: ../lib/hammer_cli_katello/content_view.rb:47
696
+ msgid "Docker Repositories"
631
697
  msgstr ""
632
698
 
633
- #: lib/hammer_cli_katello/sync_plan.rb:11
634
- msgid "Interval"
699
+ #: ../lib/hammer_cli_katello/content_view.rb:53
700
+ msgid "OSTree Repositories"
635
701
  msgstr ""
636
702
 
637
- #: lib/hammer_cli_katello/sync_plan.rb:21 lib/hammer_cli_katello/capsule.rb:23
638
- msgid "Created at"
703
+ #: ../lib/hammer_cli_katello/content_view.rb:59
704
+ #: ../lib/hammer_cli_katello/content_view_version.rb:52
705
+ #: ../lib/hammer_cli_katello/repository.rb:75
706
+ msgid "Puppet Modules"
639
707
  msgstr ""
640
708
 
641
- #: lib/hammer_cli_katello/sync_plan.rb:22 lib/hammer_cli_katello/capsule.rb:24
642
- msgid "Updated at"
709
+ #: ../lib/hammer_cli_katello/content_view.rb:61
710
+ #: ../lib/hammer_cli_katello/content_view_puppet_module.rb:11
711
+ #: ../lib/hammer_cli_katello/file.rb:36
712
+ #: ../lib/hammer_cli_katello/host_extensions.rb:71
713
+ #: ../lib/hammer_cli_katello/package_group.rb:10
714
+ #: ../lib/hammer_cli_katello/package_group.rb:28
715
+ #: ../lib/hammer_cli_katello/subscription.rb:12
716
+ msgid "UUID"
643
717
  msgstr ""
644
718
 
645
- #: lib/hammer_cli_katello/sync_plan.rb:30
646
- #: lib/hammer_cli_katello/sync_plan.rb:49
647
- msgid "how often synchronization should run"
719
+ #: ../lib/hammer_cli_katello/content_view.rb:63
720
+ #: ../lib/hammer_cli_katello/content_view_puppet_module.rb:13
721
+ #: ../lib/hammer_cli_katello/content_view_version.rb:55
722
+ #: ../lib/hammer_cli_katello/package.rb:51
723
+ #: ../lib/hammer_cli_katello/puppet_module.rb:9
724
+ #: ../lib/hammer_cli_katello/puppet_module.rb:24
725
+ msgid "Author"
648
726
  msgstr ""
649
727
 
650
- #: lib/hammer_cli_katello/sync_plan.rb:37
651
- msgid "start date and time of the synchronization defaults to now"
728
+ #: ../lib/hammer_cli_katello/content_view.rb:71
729
+ msgid "Versions"
652
730
  msgstr ""
653
731
 
654
- #: lib/hammer_cli_katello/sync_plan.rb:41
655
- msgid "Sync plan created"
732
+ #: ../lib/hammer_cli_katello/content_view.rb:73
733
+ #: ../lib/hammer_cli_katello/content_view_component.rb:89
734
+ #: ../lib/hammer_cli_katello/content_view_puppet_module.rb:14
735
+ #: ../lib/hammer_cli_katello/content_view_version.rb:11
736
+ #: ../lib/hammer_cli_katello/content_view_version.rb:31
737
+ #: ../lib/hammer_cli_katello/content_view_version.rb:56
738
+ #: ../lib/hammer_cli_katello/filter.rb:44
739
+ #: ../lib/hammer_cli_katello/filter_rule.rb:15
740
+ #: ../lib/hammer_cli_katello/filter_rule.rb:35
741
+ #: ../lib/hammer_cli_katello/host_errata.rb:36
742
+ #: ../lib/hammer_cli_katello/ostree_branch.rb:21
743
+ #: ../lib/hammer_cli_katello/package.rb:47
744
+ #: ../lib/hammer_cli_katello/puppet_module.rb:10
745
+ #: ../lib/hammer_cli_katello/puppet_module.rb:23
746
+ msgid "Version"
656
747
  msgstr ""
657
748
 
658
- #: lib/hammer_cli_katello/sync_plan.rb:42
659
- msgid "Could not create the sync plan"
749
+ #: ../lib/hammer_cli_katello/content_view.rb:74
750
+ msgid "Published"
660
751
  msgstr ""
661
752
 
662
- #: lib/hammer_cli_katello/sync_plan.rb:53
663
- msgid "start date and time of the synchronization"
753
+ #: ../lib/hammer_cli_katello/content_view.rb:77
754
+ msgid "Components"
664
755
  msgstr ""
665
756
 
666
- #: lib/hammer_cli_katello/sync_plan.rb:56
667
- msgid "Sync plan updated"
757
+ #: ../lib/hammer_cli_katello/content_view.rb:82
758
+ msgid "Activation Keys"
668
759
  msgstr ""
669
760
 
670
- #: lib/hammer_cli_katello/sync_plan.rb:57
671
- msgid "Could not update the sync plan"
761
+ #: ../lib/hammer_cli_katello/content_view.rb:101
762
+ msgid "Content view created"
672
763
  msgstr ""
673
764
 
674
- #: lib/hammer_cli_katello/sync_plan.rb:63
675
- msgid "Sync plan destroyed"
765
+ #: ../lib/hammer_cli_katello/content_view.rb:102
766
+ msgid "Could not create the content view"
676
767
  msgstr ""
677
768
 
678
- #: lib/hammer_cli_katello/sync_plan.rb:64
679
- msgid "Could not destroy the sync plan"
769
+ #: ../lib/hammer_cli_katello/content_view.rb:104
770
+ msgid "Create a composite content view"
680
771
  msgstr ""
681
772
 
682
- #: lib/hammer_cli_katello/sync_plan.rb:73
683
- msgid "Manipulate sync plans"
773
+ #: ../lib/hammer_cli_katello/content_view.rb:134
774
+ msgid "Copy a content view"
684
775
  msgstr ""
685
776
 
686
- #: lib/hammer_cli_katello/content_view_puppet_module.rb:22
687
- msgid "Latest(Currently %s)"
777
+ #: ../lib/hammer_cli_katello/content_view.rb:137
778
+ #: ../lib/hammer_cli_katello/id_resolver.rb:8
779
+ msgid "Content view name to search by"
688
780
  msgstr ""
689
781
 
690
- #: lib/hammer_cli_katello/content_view_puppet_module.rb:33
691
- msgid "Puppet module added to content view"
782
+ #: ../lib/hammer_cli_katello/content_view.rb:138
783
+ msgid "New content view name"
692
784
  msgstr ""
693
785
 
694
- #: lib/hammer_cli_katello/content_view_puppet_module.rb:34
695
- msgid "Could not add the puppet module"
786
+ #: ../lib/hammer_cli_katello/content_view.rb:158
787
+ msgid "Content view copied"
696
788
  msgstr ""
697
789
 
698
- #: lib/hammer_cli_katello/content_view_puppet_module.rb:42
699
- msgid "Puppet module removed from content view"
790
+ #: ../lib/hammer_cli_katello/content_view.rb:159
791
+ msgid "Could not copy the content view"
700
792
  msgstr ""
701
793
 
702
- #: lib/hammer_cli_katello/content_view_puppet_module.rb:43
703
- msgid "Couldn't remove puppet module from the content view"
794
+ #: ../lib/hammer_cli_katello/content_view.rb:165
795
+ msgid "Content view updated"
704
796
  msgstr ""
705
797
 
706
- #: lib/hammer_cli_katello/associating_commands.rb:12
707
- msgid "The repository has been associated"
798
+ #: ../lib/hammer_cli_katello/content_view.rb:166
799
+ msgid "Could not update the content view"
708
800
  msgstr ""
709
801
 
710
- #: lib/hammer_cli_katello/associating_commands.rb:13
711
- msgid "Could not add repository"
802
+ #: ../lib/hammer_cli_katello/content_view.rb:187
803
+ #: ../lib/hammer_cli_katello/content_view_version.rb:132
804
+ msgid "Content view is being deleted with task %{id}"
712
805
  msgstr ""
713
806
 
714
- #: lib/hammer_cli_katello/associating_commands.rb:21
715
- msgid "The repository has been removed"
807
+ #: ../lib/hammer_cli_katello/content_view.rb:188
808
+ #: ../lib/hammer_cli_katello/content_view_version.rb:133
809
+ msgid "Could not delete the content view"
716
810
  msgstr ""
717
811
 
718
- #: lib/hammer_cli_katello/associating_commands.rb:22
719
- msgid "Could not remove repository"
812
+ #: ../lib/hammer_cli_katello/content_view.rb:209
813
+ msgid "Content view is being published with task %{id}"
720
814
  msgstr ""
721
815
 
722
- #: lib/hammer_cli_katello/associating_commands.rb:34
723
- msgid "The host collection has been associated"
816
+ #: ../lib/hammer_cli_katello/content_view.rb:210
817
+ msgid "Could not publish the content view"
724
818
  msgstr ""
725
819
 
726
- #: lib/hammer_cli_katello/associating_commands.rb:35
727
- msgid "Could not add host collection"
820
+ #: ../lib/hammer_cli_katello/content_view.rb:224
821
+ msgid "Content view is being removed from environment with task %{id}"
728
822
  msgstr ""
729
823
 
730
- #: lib/hammer_cli_katello/associating_commands.rb:42
731
- msgid "The host collection has been removed"
824
+ #: ../lib/hammer_cli_katello/content_view.rb:225
825
+ msgid "Could not remove the content view from environment"
732
826
  msgstr ""
733
827
 
734
- #: lib/hammer_cli_katello/associating_commands.rb:43
735
- msgid "Could not remove host collection"
828
+ #: ../lib/hammer_cli_katello/content_view.rb:252
829
+ msgid "Version ids to remove"
736
830
  msgstr ""
737
831
 
738
- #: lib/hammer_cli_katello/associating_commands.rb:55
739
- msgid "The content host has been added"
832
+ #: ../lib/hammer_cli_katello/content_view.rb:255
833
+ msgid "Environment ids to remove"
740
834
  msgstr ""
741
835
 
742
- #: lib/hammer_cli_katello/associating_commands.rb:56
743
- msgid "Could not add content host"
836
+ #: ../lib/hammer_cli_katello/content_view.rb:273
837
+ msgid "Content view objects are being removed task %{id}"
744
838
  msgstr ""
745
839
 
746
- #: lib/hammer_cli_katello/associating_commands.rb:63
747
- msgid "The content host has been removed"
840
+ #: ../lib/hammer_cli_katello/content_view.rb:274
841
+ msgid "Could not remove objects from content view"
748
842
  msgstr ""
749
843
 
750
- #: lib/hammer_cli_katello/associating_commands.rb:64
751
- msgid "Could not remove content host"
844
+ #: ../lib/hammer_cli_katello/content_view.rb:283
845
+ msgid "Add a content view version to a composite view"
752
846
  msgstr ""
753
847
 
754
- #: lib/hammer_cli_katello/gpg_key.rb:29
755
- #: lib/hammer_cli_katello/repository.rb:13
756
- #: lib/hammer_cli_katello/repository.rb:31
757
- msgid "Content Type"
848
+ #: ../lib/hammer_cli_katello/content_view.rb:310
849
+ msgid "The component version has been added"
758
850
  msgstr ""
759
851
 
760
- #: lib/hammer_cli_katello/gpg_key.rb:31
761
- #: lib/hammer_cli_katello/subscription.rb:22
762
- #: lib/hammer_cli_katello/repository.rb:11
763
- #: lib/hammer_cli_katello/repository.rb:36
764
- msgid "Product"
852
+ #: ../lib/hammer_cli_katello/content_view.rb:311
853
+ msgid "Could not add version"
765
854
  msgstr ""
766
855
 
767
- #: lib/hammer_cli_katello/gpg_key.rb:35 lib/hammer_cli_katello/product.rb:65
768
- msgid "Content"
856
+ #: ../lib/hammer_cli_katello/content_view.rb:318
857
+ msgid "Remove a content view version from a composite view"
769
858
  msgstr ""
770
859
 
771
- #: lib/hammer_cli_katello/gpg_key.rb:42
772
- msgid "GPG Key created"
860
+ #: ../lib/hammer_cli_katello/content_view.rb:345
861
+ msgid "The component version has been removed"
773
862
  msgstr ""
774
863
 
775
- #: lib/hammer_cli_katello/gpg_key.rb:43
776
- msgid "Could not create GPG Key"
864
+ #: ../lib/hammer_cli_katello/content_view.rb:346
865
+ msgid "Could not remove version"
777
866
  msgstr ""
778
867
 
779
- #: lib/hammer_cli_katello/gpg_key.rb:46 lib/hammer_cli_katello/gpg_key.rb:57
780
- msgid "GPG Key file"
868
+ #: ../lib/hammer_cli_katello/content_view_component.rb:23
869
+ msgid "Content View identifier of the component who's latest version is desired"
781
870
  msgstr ""
782
871
 
783
- #: lib/hammer_cli_katello/gpg_key.rb:53
784
- msgid "GPG Key updated"
872
+ #: ../lib/hammer_cli_katello/content_view_component.rb:27
873
+ msgid "Content View name of the component who's latest version is desired"
785
874
  msgstr ""
786
875
 
787
- #: lib/hammer_cli_katello/gpg_key.rb:54
788
- msgid "Could not update GPG Key"
876
+ #: ../lib/hammer_cli_katello/content_view_component.rb:31
877
+ msgid "Content View Version identifier of the component"
789
878
  msgstr ""
790
879
 
791
- #: lib/hammer_cli_katello/gpg_key.rb:63
792
- msgid "GPG Key deleted"
880
+ #: ../lib/hammer_cli_katello/content_view_component.rb:35
881
+ msgid ""
882
+ "Content View Version number of the component. Either use this or --component-c"
883
+ "ontent-view-version-id option"
793
884
  msgstr ""
794
885
 
795
- #: lib/hammer_cli_katello/gpg_key.rb:64
796
- msgid "Could not delete the GPG Key"
886
+ #: ../lib/hammer_cli_katello/content_view_component.rb:40
887
+ msgid "Select the latest version of the components content view is desired"
797
888
  msgstr ""
798
889
 
799
- #: lib/hammer_cli_katello/gpg_key.rb:73
800
- msgid "manipulate GPG Key actions on the server"
890
+ #: ../lib/hammer_cli_katello/content_view_component.rb:57
891
+ msgid "Please provide --component-content-view-id"
801
892
  msgstr ""
802
893
 
803
- #: lib/hammer_cli_katello/subscription.rb:15
804
- msgid "Contract"
894
+ #: ../lib/hammer_cli_katello/content_view_component.rb:60
895
+ msgid ""
896
+ "Please provide --component-content-view-version-id or --component-content-view"
897
+ "-version or --latest for the latest version"
805
898
  msgstr ""
806
899
 
807
- #: lib/hammer_cli_katello/subscription.rb:16
808
- msgid "Account"
900
+ #: ../lib/hammer_cli_katello/content_view_component.rb:87
901
+ #: ../lib/hammer_cli_katello/host_extensions.rb:85
902
+ #: ../lib/hammer_cli_katello/puppet_module.rb:43
903
+ #: ../lib/hammer_cli_katello/repository.rb:7
904
+ msgid "Id"
809
905
  msgstr ""
810
906
 
811
- #: lib/hammer_cli_katello/subscription.rb:17
812
- msgid "Support"
907
+ #: ../lib/hammer_cli_katello/content_view_component.rb:90
908
+ msgid "Current Version"
813
909
  msgstr ""
814
910
 
815
- #: lib/hammer_cli_katello/subscription.rb:18
816
- #: lib/hammer_cli_katello/subscription.rb:23
817
- msgid "Quantity"
911
+ #: ../lib/hammer_cli_katello/content_view_component.rb:91
912
+ msgid "Version Id"
818
913
  msgstr ""
819
914
 
820
- #: lib/hammer_cli_katello/subscription.rb:24
821
- msgid "Attached"
915
+ #: ../lib/hammer_cli_katello/content_view_component.rb:97
916
+ msgid "Latest"
822
917
  msgstr ""
823
918
 
824
- #: lib/hammer_cli_katello/subscription.rb:51
825
- msgid "Manifest is being uploaded in task %{id}"
919
+ #: ../lib/hammer_cli_katello/content_view_component.rb:102
920
+ msgid "No Published Version"
826
921
  msgstr ""
827
922
 
828
- #: lib/hammer_cli_katello/subscription.rb:52
829
- msgid "Manifest upload failed"
923
+ #: ../lib/hammer_cli_katello/content_view_component.rb:131
924
+ msgid "Component added to content view"
830
925
  msgstr ""
831
926
 
832
- #: lib/hammer_cli_katello/subscription.rb:55
833
- msgid "Subscription manifest file"
927
+ #: ../lib/hammer_cli_katello/content_view_component.rb:132
928
+ msgid "Could not add the component"
834
929
  msgstr ""
835
930
 
836
- #: lib/hammer_cli_katello/subscription.rb:66
837
- msgid "Manifest is being deleted in task %{id}"
931
+ #: ../lib/hammer_cli_katello/content_view_component.rb:144
932
+ msgid "Content view component updated"
838
933
  msgstr ""
839
934
 
840
- #: lib/hammer_cli_katello/subscription.rb:67
841
- msgid "Manifest deletion failed"
935
+ #: ../lib/hammer_cli_katello/content_view_component.rb:145
936
+ msgid "Could not update the content view component"
842
937
  msgstr ""
843
938
 
844
- #: lib/hammer_cli_katello/subscription.rb:80
845
- msgid "Manifest is being refreshed in task %{id}"
939
+ #: ../lib/hammer_cli_katello/content_view_component.rb:183
940
+ msgid ""
941
+ "Array of component content view names to remove. Comma separated list of value"
942
+ "s"
846
943
  msgstr ""
847
944
 
848
- #: lib/hammer_cli_katello/subscription.rb:81
849
- msgid "Manifest refresh failed"
945
+ #: ../lib/hammer_cli_katello/content_view_component.rb:187
946
+ msgid ""
947
+ "Array of component content view identfiers to remove. Comma separated list of "
948
+ "values"
850
949
  msgstr ""
851
950
 
852
- #: lib/hammer_cli_katello/subscription.rb:91
853
- #: lib/hammer_cli_katello/repository.rb:51 lib/hammer_cli_katello/ping.rb:12
854
- #: lib/hammer_cli_katello/ping.rb:19 lib/hammer_cli_katello/ping.rb:26
855
- #: lib/hammer_cli_katello/ping.rb:33 lib/hammer_cli_katello/ping.rb:40
856
- #: lib/hammer_cli_katello/ping.rb:47
857
- msgid "Status"
951
+ #: ../lib/hammer_cli_katello/content_view_component.rb:190
952
+ msgid "Components removed from content view"
858
953
  msgstr ""
859
954
 
860
- #: lib/hammer_cli_katello/subscription.rb:92
861
- msgid "Status Message"
955
+ #: ../lib/hammer_cli_katello/content_view_component.rb:191
956
+ msgid "Could not remove the components"
862
957
  msgstr ""
863
958
 
864
- #: lib/hammer_cli_katello/subscription.rb:93
865
- msgid "Time"
959
+ #: ../lib/hammer_cli_katello/content_view_puppet_module.rb:21
960
+ msgid "Latest(Currently %s)"
866
961
  msgstr ""
867
962
 
868
- #: lib/hammer_cli_katello/subscription.rb:103
869
- msgid "Manipulate subscriptions."
963
+ #: ../lib/hammer_cli_katello/content_view_puppet_module.rb:34
964
+ msgid "Puppet module added to content view"
870
965
  msgstr ""
871
966
 
872
- #: lib/hammer_cli_katello/output/formatters.rb:11
873
- msgid "%s %s"
967
+ #: ../lib/hammer_cli_katello/content_view_puppet_module.rb:35
968
+ msgid "Could not add the puppet module"
874
969
  msgstr ""
875
970
 
876
- #: lib/hammer_cli_katello/content_host.rb:7
877
- msgid "ID of the content host"
971
+ #: ../lib/hammer_cli_katello/content_view_puppet_module.rb:53
972
+ msgid "Puppet module removed from content view"
878
973
  msgstr ""
879
974
 
880
- #: lib/hammer_cli_katello/content_host.rb:32
881
- msgid "Location"
975
+ #: ../lib/hammer_cli_katello/content_view_puppet_module.rb:54
976
+ msgid "Couldn't remove puppet module from the content view"
882
977
  msgstr ""
883
978
 
884
- #: lib/hammer_cli_katello/content_host.rb:39
885
- msgid "Entitlement Status"
979
+ #: ../lib/hammer_cli_katello/content_view_purge.rb:9
980
+ msgid "Content View numeric identifier"
886
981
  msgstr ""
887
982
 
888
- #: lib/hammer_cli_katello/content_host.rb:40
889
- msgid "Release Version"
983
+ #: ../lib/hammer_cli_katello/content_view_purge.rb:10
984
+ msgid "Content View name"
890
985
  msgstr ""
891
986
 
892
- #: lib/hammer_cli_katello/content_host.rb:41
893
- msgid "Autoheal"
987
+ #: ../lib/hammer_cli_katello/content_view_purge.rb:11
988
+ msgid "count of unused versions to keep"
894
989
  msgstr ""
895
990
 
896
- #: lib/hammer_cli_katello/content_host.rb:53
897
- msgid "Content host created"
991
+ #: ../lib/hammer_cli_katello/content_view_purge.rb:57
992
+ msgid "Invalid value for --count option: value must be 0 or greater."
898
993
  msgstr ""
899
994
 
900
- #: lib/hammer_cli_katello/content_host.rb:54
901
- msgid "Could not create content host"
995
+ #: ../lib/hammer_cli_katello/content_view_purge.rb:63
996
+ msgid "No versions to delete."
902
997
  msgstr ""
903
998
 
904
- #: lib/hammer_cli_katello/content_host.rb:77
905
- msgid "Content host updated"
999
+ #: ../lib/hammer_cli_katello/content_view_purge.rb:78
1000
+ msgid ""
1001
+ "Version '%{version}' of content view '%{view}' scheduled for deletion in task "
1002
+ "'%{task_id}'."
906
1003
  msgstr ""
907
1004
 
908
- #: lib/hammer_cli_katello/content_host.rb:78
909
- msgid "Could not update content host"
1005
+ #: ../lib/hammer_cli_katello/content_view_purge.rb:83
1006
+ msgid "Version '%{version}' of content view '%{view}' deleted."
910
1007
  msgstr ""
911
1008
 
912
- #: lib/hammer_cli_katello/content_host.rb:88
913
- msgid "Content host deleted"
1009
+ #: ../lib/hammer_cli_katello/content_view_version.rb:36
1010
+ msgid "Content View Name"
914
1011
  msgstr ""
915
1012
 
916
- #: lib/hammer_cli_katello/content_host.rb:89
917
- msgid "Could not delete content host"
1013
+ #: ../lib/hammer_cli_katello/content_view_version.rb:37
1014
+ msgid "Content View Label"
918
1015
  msgstr ""
919
1016
 
920
- #: lib/hammer_cli_katello/content_host.rb:107
921
- msgid "manipulate content hosts on the server"
1017
+ #: ../lib/hammer_cli_katello/content_view_version.rb:46
1018
+ #: ../lib/hammer_cli_katello/filter.rb:35
1019
+ #: ../lib/hammer_cli_katello/product.rb:15
1020
+ #: ../lib/hammer_cli_katello/puppet_module.rb:42
1021
+ msgid "Repositories"
922
1022
  msgstr ""
923
1023
 
924
- #: lib/hammer_cli_katello/puppet_module.rb:24
925
- msgid "Summary"
1024
+ #: ../lib/hammer_cli_katello/content_view_version.rb:71
1025
+ msgid "Content View Version is being republished with task %{id}"
926
1026
  msgstr ""
927
1027
 
928
- #: lib/hammer_cli_katello/puppet_module.rb:26
929
- msgid "License"
1028
+ #: ../lib/hammer_cli_katello/content_view_version.rb:72
1029
+ msgid "Could not republish the Content View"
930
1030
  msgstr ""
931
1031
 
932
- #: lib/hammer_cli_katello/puppet_module.rb:27
933
- msgid "Project Page"
1032
+ #: ../lib/hammer_cli_katello/content_view_version.rb:84
1033
+ msgid "Content view is being promoted with task %{id}"
934
1034
  msgstr ""
935
1035
 
936
- #: lib/hammer_cli_katello/puppet_module.rb:28
937
- msgid "Source"
1036
+ #: ../lib/hammer_cli_katello/content_view_version.rb:85
1037
+ msgid "Could not promote the content view"
938
1038
  msgstr ""
939
1039
 
940
- #: lib/hammer_cli_katello/puppet_module.rb:30
941
- msgid "Dependencies"
1040
+ #: ../lib/hammer_cli_katello/content_view_version.rb:89
1041
+ msgid "force content view promotion and bypass lifecycle environment restriction"
942
1042
  msgstr ""
943
1043
 
944
- #: lib/hammer_cli_katello/puppet_module.rb:33
945
- msgid "File checksums"
1044
+ #: ../lib/hammer_cli_katello/content_view_version.rb:92
1045
+ msgid "Name of the target environment"
946
1046
  msgstr ""
947
1047
 
948
- #: lib/hammer_cli_katello/puppet_module.rb:37
949
- msgid "Tag List"
1048
+ #: ../lib/hammer_cli_katello/content_view_version.rb:94
1049
+ msgid "Id of the target environment"
950
1050
  msgstr ""
951
1051
 
952
- #: lib/hammer_cli_katello/puppet_module.rb:40
953
- #: lib/hammer_cli_katello/repository.rb:8 lib/hammer_cli_katello/capsule.rb:9
954
- msgid "Id"
1052
+ #: ../lib/hammer_cli_katello/content_view_version.rb:96
1053
+ msgid ""
1054
+ "Environment name from where to promote its version from (if version is unknown"
1055
+ ")"
955
1056
  msgstr ""
956
1057
 
957
- #: lib/hammer_cli_katello/repository.rb:30
958
- msgid "Red Hat Repository"
1058
+ #: ../lib/hammer_cli_katello/content_view_version.rb:99
1059
+ msgid "Id of the environment from where to promote its version "
959
1060
  msgstr ""
960
1061
 
961
- #: lib/hammer_cli_katello/repository.rb:33
962
- #: lib/hammer_cli_katello/repository.rb:131
963
- #: lib/hammer_cli_katello/repository.rb:147
964
- msgid "Publish Via HTTP"
1062
+ #: ../lib/hammer_cli_katello/content_view_version.rb:146
1063
+ msgid "Incremental update is being performed with task %{id}"
965
1064
  msgstr ""
966
1065
 
967
- #: lib/hammer_cli_katello/repository.rb:34
968
- msgid "Published At"
1066
+ #: ../lib/hammer_cli_katello/content_view_version.rb:147
1067
+ msgid "An error occurred incrementally updating the content view"
1068
+ msgstr ""
1069
+
1070
+ #: ../lib/hammer_cli_katello/content_view_version.rb:151
1071
+ msgid "list of lifecycle environment IDs to update the content view version in"
1072
+ msgstr ""
1073
+
1074
+ #: ../lib/hammer_cli_katello/content_view_version.rb:157
1075
+ msgid "list of lifecycle environment names to update the content view version in"
1076
+ msgstr ""
1077
+
1078
+ #: ../lib/hammer_cli_katello/content_view_version.rb:164
1079
+ msgid "Organization name for resolving lifecycle environment names"
1080
+ msgstr ""
1081
+
1082
+ #: ../lib/hammer_cli_katello/content_view_version.rb:170
1083
+ msgid "Organization id for resolving lifecycle environment names"
1084
+ msgstr ""
1085
+
1086
+ #: ../lib/hammer_cli_katello/content_view_version.rb:175
1087
+ msgid ""
1088
+ "Update all editable and applicable hosts within the specified Content View and"
1089
+ " \\\n"
1090
+ " Lifecycle Environments"
1091
+ msgstr ""
1092
+
1093
+ #: ../lib/hammer_cli_katello/content_view_version.rb:182
1094
+ msgid "IDs of hosts to update"
1095
+ msgstr ""
1096
+
1097
+ #: ../lib/hammer_cli_katello/content_view_version.rb:254
1098
+ msgid "Content view is being exported in task %{id}"
1099
+ msgstr ""
1100
+
1101
+ #: ../lib/hammer_cli_katello/content_view_version.rb:255
1102
+ msgid "Could not export the content view"
1103
+ msgstr ""
1104
+
1105
+ #: ../lib/hammer_cli_katello/erratum.rb:8
1106
+ #: ../lib/hammer_cli_katello/erratum.rb:30
1107
+ #: ../lib/hammer_cli_katello/filter.rb:47
1108
+ #: ../lib/hammer_cli_katello/filter_rule.rb:19
1109
+ #: ../lib/hammer_cli_katello/filter_rule.rb:39
1110
+ #: ../lib/hammer_cli_katello/host_errata.rb:40
1111
+ msgid "Errata ID"
1112
+ msgstr ""
1113
+
1114
+ #: ../lib/hammer_cli_katello/erratum.rb:9
1115
+ #: ../lib/hammer_cli_katello/erratum.rb:32
1116
+ #: ../lib/hammer_cli_katello/filter.rb:16
1117
+ #: ../lib/hammer_cli_katello/filter.rb:31
1118
+ #: ../lib/hammer_cli_katello/host_errata.rb:22
1119
+ #: ../lib/hammer_cli_katello/product_content.rb:12
1120
+ #: ../lib/hammer_cli_katello/repository_set.rb:8
1121
+ #: ../lib/hammer_cli_katello/repository_set.rb:21
1122
+ #: ../lib/hammer_cli_katello/subscription.rb:14
1123
+ msgid "Type"
1124
+ msgstr ""
1125
+
1126
+ #: ../lib/hammer_cli_katello/erratum.rb:10
1127
+ #: ../lib/hammer_cli_katello/erratum.rb:31
1128
+ #: ../lib/hammer_cli_katello/host_errata.rb:23
1129
+ #: ../lib/hammer_cli_katello/host_errata.rb:35
1130
+ msgid "Title"
1131
+ msgstr ""
1132
+
1133
+ #: ../lib/hammer_cli_katello/erratum.rb:33
1134
+ msgid "Severity"
1135
+ msgstr ""
1136
+
1137
+ #: ../lib/hammer_cli_katello/erratum.rb:34
1138
+ #: ../lib/hammer_cli_katello/host_errata.rb:43
1139
+ msgid "Issued"
1140
+ msgstr ""
1141
+
1142
+ #: ../lib/hammer_cli_katello/erratum.rb:35
1143
+ #: ../lib/hammer_cli_katello/filter.rb:52
1144
+ #: ../lib/hammer_cli_katello/filter_rule.rb:45
1145
+ #: ../lib/hammer_cli_katello/host_errata.rb:42
1146
+ #: ../lib/hammer_cli_katello/repository.rb:68
1147
+ msgid "Updated"
1148
+ msgstr ""
1149
+
1150
+ #: ../lib/hammer_cli_katello/erratum.rb:37
1151
+ #: ../lib/hammer_cli_katello/puppet_module.rb:27
1152
+ msgid "Summary"
1153
+ msgstr ""
1154
+
1155
+ #: ../lib/hammer_cli_katello/erratum.rb:38
1156
+ #: ../lib/hammer_cli_katello/host_errata.rb:45
1157
+ msgid "Solution"
1158
+ msgstr ""
1159
+
1160
+ #: ../lib/hammer_cli_katello/file.rb:9 ../lib/hammer_cli_katello/file.rb:35
1161
+ msgid "Path"
1162
+ msgstr ""
1163
+
1164
+ #: ../lib/hammer_cli_katello/file.rb:37
1165
+ msgid "Checksum"
1166
+ msgstr ""
1167
+
1168
+ #: ../lib/hammer_cli_katello/filter.rb:14
1169
+ #: ../lib/hammer_cli_katello/filter.rb:29
1170
+ #: ../lib/hammer_cli_katello/filter_rule.rb:12
1171
+ #: ../lib/hammer_cli_katello/filter_rule.rb:32
1172
+ msgid "Filter ID"
1173
+ msgstr ""
1174
+
1175
+ #: ../lib/hammer_cli_katello/filter.rb:17
1176
+ #: ../lib/hammer_cli_katello/filter.rb:32
1177
+ msgid "Inclusion"
1178
+ msgstr ""
1179
+
1180
+ #: ../lib/hammer_cli_katello/filter.rb:41
1181
+ msgid "Rules"
1182
+ msgstr ""
1183
+
1184
+ #: ../lib/hammer_cli_katello/filter.rb:45
1185
+ #: ../lib/hammer_cli_katello/filter_rule.rb:16
1186
+ #: ../lib/hammer_cli_katello/filter_rule.rb:36
1187
+ msgid "Minimum Version"
1188
+ msgstr ""
1189
+
1190
+ #: ../lib/hammer_cli_katello/filter.rb:46
1191
+ #: ../lib/hammer_cli_katello/filter_rule.rb:17
1192
+ #: ../lib/hammer_cli_katello/filter_rule.rb:37
1193
+ msgid "Maximum Version"
1194
+ msgstr ""
1195
+
1196
+ #: ../lib/hammer_cli_katello/filter.rb:50
1197
+ #: ../lib/hammer_cli_katello/filter_rule.rb:43
1198
+ msgid "Types"
1199
+ msgstr ""
1200
+
1201
+ #: ../lib/hammer_cli_katello/filter.rb:51
1202
+ #: ../lib/hammer_cli_katello/filter_rule.rb:44
1203
+ #: ../lib/hammer_cli_katello/repository.rb:67
1204
+ msgid "Created"
1205
+ msgstr ""
1206
+
1207
+ #: ../lib/hammer_cli_katello/filter.rb:64
1208
+ msgid "Filter created"
1209
+ msgstr ""
1210
+
1211
+ #: ../lib/hammer_cli_katello/filter.rb:65
1212
+ msgid "Could not create the filter"
1213
+ msgstr ""
1214
+
1215
+ #: ../lib/hammer_cli_katello/filter.rb:90
1216
+ msgid "Filter updated"
1217
+ msgstr ""
1218
+
1219
+ #: ../lib/hammer_cli_katello/filter.rb:91
1220
+ msgid "Could not update the filter"
1221
+ msgstr ""
1222
+
1223
+ #: ../lib/hammer_cli_katello/filter.rb:102
1224
+ msgid "Filter deleted"
1225
+ msgstr ""
1226
+
1227
+ #: ../lib/hammer_cli_katello/filter.rb:103
1228
+ msgid "Could not delete the filter"
1229
+ msgstr ""
1230
+
1231
+ #: ../lib/hammer_cli_katello/filter_rule.rb:11
1232
+ #: ../lib/hammer_cli_katello/filter_rule.rb:31
1233
+ msgid "Rule ID"
1234
+ msgstr ""
1235
+
1236
+ #: ../lib/hammer_cli_katello/filter_rule.rb:18
1237
+ #: ../lib/hammer_cli_katello/filter_rule.rb:38
1238
+ #: ../lib/hammer_cli_katello/package.rb:48
1239
+ msgid "Architecture"
1240
+ msgstr ""
1241
+
1242
+ #: ../lib/hammer_cli_katello/filter_rule.rb:42
1243
+ msgid "Date Type"
1244
+ msgstr ""
1245
+
1246
+ #: ../lib/hammer_cli_katello/filter_rule.rb:54
1247
+ msgid "Filter rule created"
1248
+ msgstr ""
1249
+
1250
+ #: ../lib/hammer_cli_katello/filter_rule.rb:55
1251
+ msgid "Could not create the filter rule"
1252
+ msgstr ""
1253
+
1254
+ #: ../lib/hammer_cli_katello/filter_rule.rb:57
1255
+ msgid "Package and package group names"
1256
+ msgstr ""
1257
+
1258
+ #: ../lib/hammer_cli_katello/filter_rule.rb:70
1259
+ msgid "Filter rule updated"
1260
+ msgstr ""
1261
+
1262
+ #: ../lib/hammer_cli_katello/filter_rule.rb:71
1263
+ msgid "Could not update the filter rule"
1264
+ msgstr ""
1265
+
1266
+ #: ../lib/hammer_cli_katello/filter_rule.rb:79
1267
+ msgid "Filter rule deleted"
1268
+ msgstr ""
1269
+
1270
+ #: ../lib/hammer_cli_katello/filter_rule.rb:80
1271
+ msgid "Could not delete the filter rule"
1272
+ msgstr ""
1273
+
1274
+ #: ../lib/hammer_cli_katello/gpg_key.rb:25
1275
+ #: ../lib/hammer_cli_katello/product.rb:63
1276
+ #: ../lib/hammer_cli_katello/repository.rb:12
1277
+ #: ../lib/hammer_cli_katello/repository.rb:31
1278
+ msgid "Content Type"
1279
+ msgstr ""
1280
+
1281
+ #: ../lib/hammer_cli_katello/gpg_key.rb:27
1282
+ #: ../lib/hammer_cli_katello/repository.rb:10
1283
+ #: ../lib/hammer_cli_katello/repository.rb:48
1284
+ msgid "Product"
1285
+ msgstr ""
1286
+
1287
+ #: ../lib/hammer_cli_katello/gpg_key.rb:38
1288
+ msgid "GPG Key created"
1289
+ msgstr ""
1290
+
1291
+ #: ../lib/hammer_cli_katello/gpg_key.rb:39
1292
+ msgid "Could not create GPG Key"
1293
+ msgstr ""
1294
+
1295
+ #: ../lib/hammer_cli_katello/gpg_key.rb:42
1296
+ #: ../lib/hammer_cli_katello/gpg_key.rb:53
1297
+ msgid "GPG Key file"
1298
+ msgstr ""
1299
+
1300
+ #: ../lib/hammer_cli_katello/gpg_key.rb:49
1301
+ msgid "GPG Key updated"
1302
+ msgstr ""
1303
+
1304
+ #: ../lib/hammer_cli_katello/gpg_key.rb:50
1305
+ msgid "Could not update GPG Key"
1306
+ msgstr ""
1307
+
1308
+ #: ../lib/hammer_cli_katello/gpg_key.rb:59
1309
+ msgid "GPG Key deleted"
1310
+ msgstr ""
1311
+
1312
+ #: ../lib/hammer_cli_katello/gpg_key.rb:60
1313
+ msgid "Could not delete the GPG Key"
1314
+ msgstr ""
1315
+
1316
+ #: ../lib/hammer_cli_katello/host_collection.rb:33
1317
+ msgid "Limit"
1318
+ msgstr ""
1319
+
1320
+ #: ../lib/hammer_cli_katello/host_collection.rb:50
1321
+ msgid "Host collection created"
1322
+ msgstr ""
1323
+
1324
+ #: ../lib/hammer_cli_katello/host_collection.rb:51
1325
+ msgid "Could not create the host collection"
1326
+ msgstr ""
1327
+
1328
+ #: ../lib/hammer_cli_katello/host_collection.rb:61
1329
+ msgid "Total Hosts"
1330
+ msgstr ""
1331
+
1332
+ #: ../lib/hammer_cli_katello/host_collection.rb:71
1333
+ #: ../lib/hammer_cli_katello/host_collection.rb:174
1334
+ msgid "Host Collection ID"
1335
+ msgstr ""
1336
+
1337
+ #: ../lib/hammer_cli_katello/host_collection.rb:73
1338
+ #: ../lib/hammer_cli_katello/host_collection.rb:176
1339
+ msgid "Host Collection Name"
1340
+ msgstr ""
1341
+
1342
+ #: ../lib/hammer_cli_katello/host_collection.rb:112
1343
+ msgid "Copy a host collection"
1344
+ msgstr ""
1345
+
1346
+ #: ../lib/hammer_cli_katello/host_collection.rb:114
1347
+ msgid "New host collection name"
1348
+ msgstr ""
1349
+
1350
+ #: ../lib/hammer_cli_katello/host_collection.rb:116
1351
+ msgid "New host collection created"
1352
+ msgstr ""
1353
+
1354
+ #: ../lib/hammer_cli_katello/host_collection.rb:117
1355
+ msgid "Could not create the new host collection"
1356
+ msgstr ""
1357
+
1358
+ #: ../lib/hammer_cli_katello/host_collection.rb:130
1359
+ msgid "Host collection updated"
1360
+ msgstr ""
1361
+
1362
+ #: ../lib/hammer_cli_katello/host_collection.rb:131
1363
+ msgid "Could not update the the host collection"
1364
+ msgstr ""
1365
+
1366
+ #: ../lib/hammer_cli_katello/host_collection.rb:139
1367
+ msgid "Host collection deleted"
1368
+ msgstr ""
1369
+
1370
+ #: ../lib/hammer_cli_katello/host_collection.rb:140
1371
+ msgid "Could not delete the host collection"
1372
+ msgstr ""
1373
+
1374
+ #: ../lib/hammer_cli_katello/host_collection.rb:151
1375
+ msgid "The host(s) has been added"
1376
+ msgstr ""
1377
+
1378
+ #: ../lib/hammer_cli_katello/host_collection.rb:152
1379
+ msgid "Could not add host(s)"
1380
+ msgstr ""
1381
+
1382
+ #: ../lib/hammer_cli_katello/host_collection.rb:163
1383
+ msgid "The host(s) has been removed"
1384
+ msgstr ""
1385
+
1386
+ #: ../lib/hammer_cli_katello/host_collection.rb:164
1387
+ msgid "Could not remove host(s)"
1388
+ msgstr ""
1389
+
1390
+ #: ../lib/hammer_cli_katello/host_collection_erratum.rb:4
1391
+ msgid "Manipulate errata for a host collection"
1392
+ msgstr ""
1393
+
1394
+ #: ../lib/hammer_cli_katello/host_collection_erratum.rb:7
1395
+ msgid "Install errata on content hosts contained within a host collection"
1396
+ msgstr ""
1397
+
1398
+ #: ../lib/hammer_cli_katello/host_collection_erratum.rb:8
1399
+ msgid "Successfully scheduled installation of errata"
1400
+ msgstr ""
1401
+
1402
+ #: ../lib/hammer_cli_katello/host_collection_erratum.rb:9
1403
+ msgid "Could not schedule installation of errata"
1404
+ msgstr ""
1405
+
1406
+ #: ../lib/hammer_cli_katello/host_collection_erratum.rb:13
1407
+ msgid "List of Errata to install"
1408
+ msgstr ""
1409
+
1410
+ #: ../lib/hammer_cli_katello/host_collection_package.rb:4
1411
+ msgid "Manipulate packages for a host collection"
1412
+ msgstr ""
1413
+
1414
+ #: ../lib/hammer_cli_katello/host_collection_package.rb:10
1415
+ msgid "comma-separated list of packages to install"
1416
+ msgstr ""
1417
+
1418
+ #: ../lib/hammer_cli_katello/host_collection_package.rb:23
1419
+ msgid "Install packages on content hosts contained within a host collection"
1420
+ msgstr ""
1421
+
1422
+ #: ../lib/hammer_cli_katello/host_collection_package.rb:24
1423
+ msgid "Successfully scheduled installation of package(s)"
1424
+ msgstr ""
1425
+
1426
+ #: ../lib/hammer_cli_katello/host_collection_package.rb:25
1427
+ msgid "Could not schedule installation of package(s)"
1428
+ msgstr ""
1429
+
1430
+ #: ../lib/hammer_cli_katello/host_collection_package.rb:30
1431
+ msgid "Update packages on content hosts contained within a host collection"
1432
+ msgstr ""
1433
+
1434
+ #: ../lib/hammer_cli_katello/host_collection_package.rb:31
1435
+ msgid "Successfully scheduled update of package(s)"
1436
+ msgstr ""
1437
+
1438
+ #: ../lib/hammer_cli_katello/host_collection_package.rb:32
1439
+ msgid "Could not schedule update of package(s)"
1440
+ msgstr ""
1441
+
1442
+ #: ../lib/hammer_cli_katello/host_collection_package.rb:37
1443
+ msgid "Remove packages on content hosts contained within a host collection"
1444
+ msgstr ""
1445
+
1446
+ #: ../lib/hammer_cli_katello/host_collection_package.rb:38
1447
+ msgid "Successfully scheduled removal of package(s)"
1448
+ msgstr ""
1449
+
1450
+ #: ../lib/hammer_cli_katello/host_collection_package.rb:39
1451
+ msgid "Could not schedule removal of package(s)"
1452
+ msgstr ""
1453
+
1454
+ #: ../lib/hammer_cli_katello/host_collection_package_group.rb:4
1455
+ msgid "Manipulate package-groups for a host collection"
1456
+ msgstr ""
1457
+
1458
+ #: ../lib/hammer_cli_katello/host_collection_package_group.rb:10
1459
+ msgid "comma-separated list of package-groups to install"
1460
+ msgstr ""
1461
+
1462
+ #: ../lib/hammer_cli_katello/host_collection_package_group.rb:23
1463
+ msgid "Install package-groups on content hosts contained within a host collection"
1464
+ msgstr ""
1465
+
1466
+ #: ../lib/hammer_cli_katello/host_collection_package_group.rb:24
1467
+ msgid "Successfully scheduled installation of package-group(s)"
1468
+ msgstr ""
1469
+
1470
+ #: ../lib/hammer_cli_katello/host_collection_package_group.rb:25
1471
+ msgid "Could not schedule installation of package-group(s)"
1472
+ msgstr ""
1473
+
1474
+ #: ../lib/hammer_cli_katello/host_collection_package_group.rb:30
1475
+ msgid "Update package-groups on content hosts contained within a host collection"
1476
+ msgstr ""
1477
+
1478
+ #: ../lib/hammer_cli_katello/host_collection_package_group.rb:31
1479
+ msgid "Successfully scheduled update of package-groups(s)"
1480
+ msgstr ""
1481
+
1482
+ #: ../lib/hammer_cli_katello/host_collection_package_group.rb:32
1483
+ msgid "Could not schedule update of package-group(s)"
1484
+ msgstr ""
1485
+
1486
+ #: ../lib/hammer_cli_katello/host_collection_package_group.rb:37
1487
+ msgid "Remove package-groups on content hosts contained within a host collection"
1488
+ msgstr ""
1489
+
1490
+ #: ../lib/hammer_cli_katello/host_collection_package_group.rb:38
1491
+ msgid "Successfully scheduled removal of package-groups(s)"
1492
+ msgstr ""
1493
+
1494
+ #: ../lib/hammer_cli_katello/host_collection_package_group.rb:39
1495
+ msgid "Could not schedule removal of package-group(s)"
1496
+ msgstr ""
1497
+
1498
+ #: ../lib/hammer_cli_katello/host_content_source_options.rb:5
1499
+ msgid "Content Source name "
1500
+ msgstr ""
1501
+
1502
+ #: ../lib/hammer_cli_katello/host_errata.rb:9
1503
+ msgid "Errata is being applied with task %{id}"
1504
+ msgstr ""
1505
+
1506
+ #: ../lib/hammer_cli_katello/host_errata.rb:10
1507
+ msgid "Could not apply errata"
1508
+ msgstr ""
1509
+
1510
+ #: ../lib/hammer_cli_katello/host_errata.rb:21
1511
+ msgid "Erratum ID"
1512
+ msgstr ""
1513
+
1514
+ #: ../lib/hammer_cli_katello/host_errata.rb:24
1515
+ msgid "Installable"
1516
+ msgstr ""
1517
+
1518
+ #: ../lib/hammer_cli_katello/host_errata.rb:41
1519
+ msgid "Reboot Suggested"
1520
+ msgstr ""
1521
+
1522
+ #: ../lib/hammer_cli_katello/host_errata.rb:44
1523
+ #: ../lib/hammer_cli_katello/package.rb:50
1524
+ #: ../lib/hammer_cli_katello/repository_set.rb:43
1525
+ msgid "Release"
1526
+ msgstr ""
1527
+
1528
+ #: ../lib/hammer_cli_katello/host_extensions.rb:34
1529
+ msgid "Content Information"
1530
+ msgstr ""
1531
+
1532
+ #: ../lib/hammer_cli_katello/host_extensions.rb:46
1533
+ #: ../lib/hammer_cli_katello/hostgroup_extensions.rb:82
1534
+ msgid "Content Source"
1535
+ msgstr ""
1536
+
1537
+ #: ../lib/hammer_cli_katello/host_extensions.rb:51
1538
+ #: ../lib/hammer_cli_katello/hostgroup_extensions.rb:87
1539
+ msgid "Kickstart Repository"
1540
+ msgstr ""
1541
+
1542
+ #: ../lib/hammer_cli_katello/host_extensions.rb:56
1543
+ msgid "Applicable Packages"
1544
+ msgstr ""
1545
+
1546
+ #: ../lib/hammer_cli_katello/host_extensions.rb:57
1547
+ msgid "Upgradable Packages"
1548
+ msgstr ""
1549
+
1550
+ #: ../lib/hammer_cli_katello/host_extensions.rb:59
1551
+ msgid "Applicable Errata"
1552
+ msgstr ""
1553
+
1554
+ #: ../lib/hammer_cli_katello/host_extensions.rb:61
1555
+ msgid "Enhancement"
1556
+ msgstr ""
1557
+
1558
+ #: ../lib/hammer_cli_katello/host_extensions.rb:62
1559
+ msgid "Bug Fix"
1560
+ msgstr ""
1561
+
1562
+ #: ../lib/hammer_cli_katello/host_extensions.rb:63
1563
+ msgid "Security"
1564
+ msgstr ""
1565
+
1566
+ #: ../lib/hammer_cli_katello/host_extensions.rb:69
1567
+ msgid "Subscription Information"
1568
+ msgstr ""
1569
+
1570
+ #: ../lib/hammer_cli_katello/host_extensions.rb:72
1571
+ msgid "Last Checkin"
1572
+ msgstr ""
1573
+
1574
+ #: ../lib/hammer_cli_katello/host_extensions.rb:73
1575
+ msgid "Service Level"
1576
+ msgstr ""
1577
+
1578
+ #: ../lib/hammer_cli_katello/host_extensions.rb:74
1579
+ msgid "Release Version"
1580
+ msgstr ""
1581
+
1582
+ #: ../lib/hammer_cli_katello/host_extensions.rb:75
1583
+ msgid "Autoheal"
1584
+ msgstr ""
1585
+
1586
+ #: ../lib/hammer_cli_katello/host_extensions.rb:76
1587
+ msgid "Registered To"
1588
+ msgstr ""
1589
+
1590
+ #: ../lib/hammer_cli_katello/host_extensions.rb:77
1591
+ msgid "Registered At"
1592
+ msgstr ""
1593
+
1594
+ #: ../lib/hammer_cli_katello/host_extensions.rb:78
1595
+ msgid "Registered by Activation Keys"
1596
+ msgstr ""
1597
+
1598
+ #: ../lib/hammer_cli_katello/host_kickstart_repository_options.rb:5
1599
+ msgid "Kickstart repository name "
1600
+ msgstr ""
1601
+
1602
+ #: ../lib/hammer_cli_katello/host_kickstart_repository_options.rb:24
1603
+ msgid "Please provide --lifecycle-environment-id"
1604
+ msgstr ""
1605
+
1606
+ #: ../lib/hammer_cli_katello/host_kickstart_repository_options.rb:26
1607
+ msgid "Please provide --content-view-id"
1608
+ msgstr ""
1609
+
1610
+ #: ../lib/hammer_cli_katello/host_kickstart_repository_options.rb:43
1611
+ msgid ""
1612
+ "No such repository with name %{name}, in lifecycle environment %{environment_i"
1613
+ "d} and content view %{content_view_id}"
1614
+ msgstr ""
1615
+
1616
+ #: ../lib/hammer_cli_katello/host_package.rb:9
1617
+ msgid "NVRA"
1618
+ msgstr ""
1619
+
1620
+ #: ../lib/hammer_cli_katello/host_subscription.rb:12
1621
+ msgid "Host unregistered"
1622
+ msgstr ""
1623
+
1624
+ #: ../lib/hammer_cli_katello/host_subscription.rb:13
1625
+ msgid "Could not unregister the host"
1626
+ msgstr ""
1627
+
1628
+ #: ../lib/hammer_cli_katello/host_subscription.rb:24
1629
+ msgid "Host successfully registered"
1630
+ msgstr ""
1631
+
1632
+ #: ../lib/hammer_cli_katello/host_subscription.rb:25
1633
+ msgid "Failed to register host"
1634
+ msgstr ""
1635
+
1636
+ #: ../lib/hammer_cli_katello/host_subscription.rb:36
1637
+ msgid "Subscription attached to the host successfully"
1638
+ msgstr ""
1639
+
1640
+ #: ../lib/hammer_cli_katello/host_subscription.rb:37
1641
+ msgid "Failed to attach subscriptions to the host"
1642
+ msgstr ""
1643
+
1644
+ #: ../lib/hammer_cli_katello/host_subscription.rb:42
1645
+ msgid "Quantity of this subscriptions to add. Defaults to 1"
1646
+ msgstr ""
1647
+
1648
+ #: ../lib/hammer_cli_katello/host_subscription.rb:65
1649
+ msgid "Auto attached subscriptions to the host successfully"
1650
+ msgstr ""
1651
+
1652
+ #: ../lib/hammer_cli_katello/host_subscription.rb:66
1653
+ msgid "Failed to auto attach subscriptions to the host"
1654
+ msgstr ""
1655
+
1656
+ #: ../lib/hammer_cli_katello/host_subscription.rb:74
1657
+ msgid "Subscription removed from the host successfully"
1658
+ msgstr ""
1659
+
1660
+ #: ../lib/hammer_cli_katello/host_subscription.rb:75
1661
+ msgid "Failed to remove subscriptions from the host"
1662
+ msgstr ""
1663
+
1664
+ #: ../lib/hammer_cli_katello/host_subscription.rb:81
1665
+ msgid "Remove the first instance of a subscription with matching id and quantity"
1666
+ msgstr ""
1667
+
1668
+ #: ../lib/hammer_cli_katello/hostgroup_extensions.rb:32
1669
+ #: ../lib/hammer_cli_katello/organization_options.rb:5
1670
+ msgid "Organization ID to search by"
1671
+ msgstr ""
1672
+
1673
+ #: ../lib/hammer_cli_katello/hostgroup_extensions.rb:34
1674
+ #: ../lib/hammer_cli_katello/id_resolver.rb:16
1675
+ #: ../lib/hammer_cli_katello/organization_options.rb:7
1676
+ msgid "Organization name to search by"
1677
+ msgstr ""
1678
+
1679
+ #: ../lib/hammer_cli_katello/hostgroup_extensions.rb:36
1680
+ #: ../lib/hammer_cli_katello/id_resolver.rb:17
1681
+ #: ../lib/hammer_cli_katello/organization_options.rb:9
1682
+ msgid "Organization label to search by"
1683
+ msgstr ""
1684
+
1685
+ #: ../lib/hammer_cli_katello/id_resolver.rb:7
1686
+ msgid "Capsule name to search by"
1687
+ msgstr ""
1688
+
1689
+ #: ../lib/hammer_cli_katello/id_resolver.rb:10
1690
+ msgid "File name to search by"
1691
+ msgstr ""
1692
+
1693
+ #: ../lib/hammer_cli_katello/id_resolver.rb:11
1694
+ msgid "Content View Version ID"
1695
+ msgstr ""
1696
+
1697
+ #: ../lib/hammer_cli_katello/id_resolver.rb:12
1698
+ msgid "Repository ID"
1699
+ msgstr ""
1700
+
1701
+ #: ../lib/hammer_cli_katello/id_resolver.rb:13
1702
+ msgid "Gpg key name to search by"
1703
+ msgstr ""
1704
+
1705
+ #: ../lib/hammer_cli_katello/id_resolver.rb:14
1706
+ msgid "Host collection name to search by"
1707
+ msgstr ""
1708
+
1709
+ #: ../lib/hammer_cli_katello/id_resolver.rb:15
1710
+ msgid "Lifecycle environment name to search by"
1711
+ msgstr ""
1712
+
1713
+ #: ../lib/hammer_cli_katello/id_resolver.rb:20
1714
+ msgid "Product name to search by"
1715
+ msgstr ""
1716
+
1717
+ #: ../lib/hammer_cli_katello/id_resolver.rb:21
1718
+ msgid "Operating system title"
1719
+ msgstr ""
1720
+
1721
+ #: ../lib/hammer_cli_katello/id_resolver.rb:22
1722
+ msgid "Repository name to search by"
1723
+ msgstr ""
1724
+
1725
+ #: ../lib/hammer_cli_katello/id_resolver.rb:23
1726
+ msgid "Repository set name to search by"
1727
+ msgstr ""
1728
+
1729
+ #: ../lib/hammer_cli_katello/id_resolver.rb:24
1730
+ msgid "Subscription name to search by"
1731
+ msgstr ""
1732
+
1733
+ #: ../lib/hammer_cli_katello/id_resolver.rb:25
1734
+ msgid "Sync plan name to search by"
1735
+ msgstr ""
1736
+
1737
+ #: ../lib/hammer_cli_katello/id_resolver.rb:26
1738
+ msgid "Task name to search by"
1739
+ msgstr ""
1740
+
1741
+ #: ../lib/hammer_cli_katello/id_resolver.rb:27
1742
+ msgid "User name to search by"
1743
+ msgstr ""
1744
+
1745
+ #: ../lib/hammer_cli_katello/id_resolver.rb:29
1746
+ msgid "Puppet module name to search by"
1747
+ msgstr ""
1748
+
1749
+ #: ../lib/hammer_cli_katello/id_resolver.rb:30
1750
+ msgid "Puppet module's author to search by"
1751
+ msgstr ""
1752
+
1753
+ #: ../lib/hammer_cli_katello/id_resolver.rb:31
1754
+ msgid "Puppet module's UUID to search by"
1755
+ msgstr ""
1756
+
1757
+ #: ../lib/hammer_cli_katello/id_resolver.rb:33
1758
+ msgid "Content view version number"
1759
+ msgstr ""
1760
+
1761
+ #: ../lib/hammer_cli_katello/id_resolver.rb:36
1762
+ msgid "Name to search by"
1763
+ msgstr ""
1764
+
1765
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:10
1766
+ msgid "Name of the prior environment"
1767
+ msgstr ""
1768
+
1769
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:35
1770
+ msgid "Prior"
1771
+ msgstr ""
1772
+
1773
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:47
1774
+ msgid "Lifecycle Path"
1775
+ msgstr ""
1776
+
1777
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:67
1778
+ msgid "Library"
1779
+ msgstr ""
1780
+
1781
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:69
1782
+ msgid "Prior Lifecycle Environment"
1783
+ msgstr ""
1784
+
1785
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:79
1786
+ msgid "Environment created"
969
1787
  msgstr ""
970
1788
 
971
- #: lib/hammer_cli_katello/repository.rb:50
972
- msgid "Sync"
1789
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:80
1790
+ msgid "Could not create environment"
973
1791
  msgstr ""
974
1792
 
975
- #: lib/hammer_cli_katello/repository.rb:52
976
- msgid "Last Sync Date"
1793
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:86
1794
+ msgid "Environment updated"
977
1795
  msgstr ""
978
1796
 
979
- #: lib/hammer_cli_katello/repository.rb:58
980
- msgid "Content Counts"
1797
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:87
1798
+ msgid "Could not update environment"
981
1799
  msgstr ""
982
1800
 
983
- #: lib/hammer_cli_katello/repository.rb:59
984
- msgid "Packages"
1801
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:93
1802
+ msgid "Environment deleted"
985
1803
  msgstr ""
986
1804
 
987
- #: lib/hammer_cli_katello/repository.rb:60
988
- msgid "Package Groups"
1805
+ #: ../lib/hammer_cli_katello/lifecycle_environment.rb:94
1806
+ msgid "Could not delete environment"
989
1807
  msgstr ""
990
1808
 
991
- #: lib/hammer_cli_katello/repository.rb:61
992
- msgid "Errata"
1809
+ #: ../lib/hammer_cli_katello/organization.rb:24
1810
+ msgid "Red Hat Repository URL"
993
1811
  msgstr ""
994
1812
 
995
- #: lib/hammer_cli_katello/repository.rb:68
996
- #: lib/hammer_cli_katello/repository.rb:69
997
- msgid "yes"
1813
+ #: ../lib/hammer_cli_katello/organization.rb:25
1814
+ msgid "Service Levels"
998
1815
  msgstr ""
999
1816
 
1000
- #: lib/hammer_cli_katello/repository.rb:68
1001
- #: lib/hammer_cli_katello/repository.rb:69
1002
- msgid "no"
1817
+ #: ../lib/hammer_cli_katello/organization.rb:35
1818
+ msgid "Organization updated"
1003
1819
  msgstr ""
1004
1820
 
1005
- #: lib/hammer_cli_katello/repository.rb:91
1006
- msgid "Failed"
1821
+ #: ../lib/hammer_cli_katello/organization.rb:36
1822
+ msgid "Could not update the organization"
1007
1823
  msgstr ""
1008
1824
 
1009
- #: lib/hammer_cli_katello/repository.rb:92
1010
- msgid "Success"
1825
+ #: ../lib/hammer_cli_katello/organization.rb:44
1826
+ msgid "Organization created"
1011
1827
  msgstr ""
1012
1828
 
1013
- #: lib/hammer_cli_katello/repository.rb:93
1014
- msgid "Finished"
1829
+ #: ../lib/hammer_cli_katello/organization.rb:45
1830
+ msgid "Could not create the organization"
1015
1831
  msgstr ""
1016
1832
 
1017
- #: lib/hammer_cli_katello/repository.rb:94
1018
- msgid "Error"
1833
+ #: ../lib/hammer_cli_katello/organization.rb:55
1834
+ msgid "Organization deleted"
1019
1835
  msgstr ""
1020
1836
 
1021
- #: lib/hammer_cli_katello/repository.rb:95
1022
- msgid "Running"
1837
+ #: ../lib/hammer_cli_katello/organization.rb:56
1838
+ msgid "Could not delete the organization"
1023
1839
  msgstr ""
1024
1840
 
1025
- #: lib/hammer_cli_katello/repository.rb:96
1026
- msgid "Waiting"
1841
+ #: ../lib/hammer_cli_katello/ostree_branch.rb:9
1842
+ msgid "version"
1027
1843
  msgstr ""
1028
1844
 
1029
- #: lib/hammer_cli_katello/repository.rb:97
1030
- msgid "Canceled"
1845
+ #: ../lib/hammer_cli_katello/ostree_branch.rb:22
1846
+ msgid "Commit"
1031
1847
  msgstr ""
1032
1848
 
1033
- #: lib/hammer_cli_katello/repository.rb:98
1034
- msgid "Not Synced"
1849
+ #: ../lib/hammer_cli_katello/ostree_branch.rb:23
1850
+ msgid "Date"
1035
1851
  msgstr ""
1036
1852
 
1037
- #: lib/hammer_cli_katello/repository.rb:119
1038
- msgid "Repository is being synchronized in task %{id}"
1853
+ #: ../lib/hammer_cli_katello/output/formatters.rb:9
1854
+ msgid "%s %s"
1039
1855
  msgstr ""
1040
1856
 
1041
- #: lib/hammer_cli_katello/repository.rb:120
1042
- msgid "Could not synchronize the repository"
1857
+ #: ../lib/hammer_cli_katello/package.rb:8
1858
+ #: ../lib/hammer_cli_katello/package.rb:52
1859
+ msgid "Filename"
1043
1860
  msgstr ""
1044
1861
 
1045
- #: lib/hammer_cli_katello/repository.rb:128
1046
- msgid "Repository created"
1862
+ #: ../lib/hammer_cli_katello/package.rb:9
1863
+ msgid "Source RPM"
1047
1864
  msgstr ""
1048
1865
 
1049
- #: lib/hammer_cli_katello/repository.rb:129
1050
- msgid "Could not create the repository"
1866
+ #: ../lib/hammer_cli_katello/package.rb:49
1867
+ msgid "Epoch"
1051
1868
  msgstr ""
1052
1869
 
1053
- #: lib/hammer_cli_katello/repository.rb:141
1054
- msgid "Repository updated"
1870
+ #: ../lib/hammer_cli_katello/package.rb:53
1871
+ msgid "Build Host"
1055
1872
  msgstr ""
1056
1873
 
1057
- #: lib/hammer_cli_katello/repository.rb:142
1058
- msgid "Could not update the repository"
1874
+ #: ../lib/hammer_cli_katello/package.rb:54
1875
+ msgid "Vendor"
1059
1876
  msgstr ""
1060
1877
 
1061
- #: lib/hammer_cli_katello/repository.rb:155
1062
- msgid "Repository deleted"
1878
+ #: ../lib/hammer_cli_katello/package.rb:55
1879
+ #: ../lib/hammer_cli_katello/puppet_module.rb:29
1880
+ msgid "License"
1063
1881
  msgstr ""
1064
1882
 
1065
- #: lib/hammer_cli_katello/repository.rb:156
1066
- msgid "Could not delete the Repository"
1883
+ #: ../lib/hammer_cli_katello/package.rb:56
1884
+ #: ../lib/hammer_cli_katello/repository.rb:37
1885
+ msgid "Relative Path"
1067
1886
  msgstr ""
1068
1887
 
1069
- #: lib/hammer_cli_katello/repository.rb:197
1070
- msgid "Repository content uploaded"
1888
+ #: ../lib/hammer_cli_katello/package_group.rb:8
1889
+ #: ../lib/hammer_cli_katello/package_group.rb:26
1890
+ msgid "Package Group Name"
1071
1891
  msgstr ""
1072
1892
 
1073
- #: lib/hammer_cli_katello/repository.rb:198
1074
- msgid "Could not upload the content"
1893
+ #: ../lib/hammer_cli_katello/package_group.rb:9
1894
+ #: ../lib/hammer_cli_katello/package_group.rb:27
1895
+ msgid "Repository Name"
1075
1896
  msgstr ""
1076
1897
 
1077
- #: lib/hammer_cli_katello/repository.rb:203
1078
- msgid "Upload file or directory of files as content for a repository"
1898
+ #: ../lib/hammer_cli_katello/package_group.rb:30
1899
+ msgid "Default Packages"
1079
1900
  msgstr ""
1080
1901
 
1081
- #: lib/hammer_cli_katello/repository.rb:227
1082
- msgid "Successfully uploaded file '%s'."
1902
+ #: ../lib/hammer_cli_katello/package_group.rb:31
1903
+ msgid "Mandatory Packages"
1083
1904
  msgstr ""
1084
1905
 
1085
- #: lib/hammer_cli_katello/repository.rb:230
1086
- msgid ""
1087
- "Failed to upload file '%s' to repository. Please check the file and try "
1088
- "again."
1906
+ #: ../lib/hammer_cli_katello/package_group.rb:32
1907
+ msgid "Conditional Packages"
1089
1908
  msgstr ""
1090
1909
 
1091
- #: lib/hammer_cli_katello/repository.rb:254
1092
- msgid "Manipulate repositories"
1910
+ #: ../lib/hammer_cli_katello/package_group.rb:33
1911
+ msgid "Optional Packages"
1093
1912
  msgstr ""
1094
1913
 
1095
- #: lib/hammer_cli_katello/content_view_version.rb:16
1096
- #: lib/hammer_cli_katello/content_view_version.rb:32
1097
- msgid "Content View Name"
1914
+ #: ../lib/hammer_cli_katello/ping.rb:10 ../lib/hammer_cli_katello/ping.rb:17
1915
+ #: ../lib/hammer_cli_katello/ping.rb:24 ../lib/hammer_cli_katello/ping.rb:31
1916
+ #: ../lib/hammer_cli_katello/ping.rb:38
1917
+ msgid "Server Response"
1098
1918
  msgstr ""
1099
1919
 
1100
- #: lib/hammer_cli_katello/content_view_version.rb:17
1101
- #: lib/hammer_cli_katello/content_view_version.rb:33
1102
- msgid "Content View Label"
1920
+ #: ../lib/hammer_cli_katello/ping.rb:48
1921
+ msgid "FAIL"
1103
1922
  msgstr ""
1104
1923
 
1105
- #: lib/hammer_cli_katello/content_view_version.rb:65
1106
- msgid "Content view is being promoted with task %{id}"
1924
+ #: ../lib/hammer_cli_katello/ping.rb:67
1925
+ msgid "Duration: %sms"
1107
1926
  msgstr ""
1108
1927
 
1109
- #: lib/hammer_cli_katello/content_view_version.rb:66
1110
- msgid "Could not promote the content view"
1928
+ #: ../lib/hammer_cli_katello/ping.rb:69
1929
+ msgid "Message: %s"
1111
1930
  msgstr ""
1112
1931
 
1113
- #: lib/hammer_cli_katello/product.rb:19 lib/hammer_cli_katello/product.rb:43
1932
+ #: ../lib/hammer_cli_katello/product.rb:16
1933
+ #: ../lib/hammer_cli_katello/product.rb:37
1114
1934
  msgid "Sync State"
1115
1935
  msgstr ""
1116
1936
 
1117
- #: lib/hammer_cli_katello/product.rb:28
1937
+ #: ../lib/hammer_cli_katello/product.rb:23
1118
1938
  msgid "Product created"
1119
1939
  msgstr ""
1120
1940
 
1121
- #: lib/hammer_cli_katello/product.rb:29
1941
+ #: ../lib/hammer_cli_katello/product.rb:24
1122
1942
  msgid "Could not create the product"
1123
1943
  msgstr ""
1124
1944
 
1125
- #: lib/hammer_cli_katello/product.rb:46
1945
+ #: ../lib/hammer_cli_katello/product.rb:40
1126
1946
  msgid "Sync Plan ID"
1127
1947
  msgstr ""
1128
1948
 
1129
- #: lib/hammer_cli_katello/product.rb:48
1949
+ #: ../lib/hammer_cli_katello/product.rb:42
1130
1950
  msgid "GPG"
1131
1951
  msgstr ""
1132
1952
 
1133
- #: lib/hammer_cli_katello/product.rb:50
1953
+ #: ../lib/hammer_cli_katello/product.rb:44
1134
1954
  msgid "GPG Key ID"
1135
1955
  msgstr ""
1136
1956
 
1137
- #: lib/hammer_cli_katello/product.rb:59
1957
+ #: ../lib/hammer_cli_katello/product.rb:45
1958
+ #: ../lib/hammer_cli_katello/product_content.rb:14
1959
+ #: ../lib/hammer_cli_katello/repository.rb:55
1960
+ #: ../lib/hammer_cli_katello/repository_set.rb:23
1961
+ msgid "GPG Key"
1962
+ msgstr ""
1963
+
1964
+ #: ../lib/hammer_cli_katello/product.rb:53
1138
1965
  msgid "Readonly"
1139
1966
  msgstr ""
1140
1967
 
1141
- #: lib/hammer_cli_katello/product.rb:62
1968
+ #: ../lib/hammer_cli_katello/product.rb:56
1142
1969
  msgid "Deletable"
1143
1970
  msgstr ""
1144
1971
 
1145
- #: lib/hammer_cli_katello/product.rb:67
1972
+ #: ../lib/hammer_cli_katello/product.rb:61
1146
1973
  msgid "Repo Name"
1147
1974
  msgstr ""
1148
1975
 
1149
- #: lib/hammer_cli_katello/product.rb:77
1976
+ #: ../lib/hammer_cli_katello/product.rb:62
1977
+ #: ../lib/hammer_cli_katello/product_content.rb:13
1978
+ #: ../lib/hammer_cli_katello/repository.rb:13
1979
+ #: ../lib/hammer_cli_katello/repository.rb:34
1980
+ #: ../lib/hammer_cli_katello/repository_set.rb:22
1981
+ msgid "URL"
1982
+ msgstr ""
1983
+
1984
+ #: ../lib/hammer_cli_katello/product.rb:72
1150
1985
  msgid "Product updated"
1151
1986
  msgstr ""
1152
1987
 
1153
- #: lib/hammer_cli_katello/product.rb:78
1988
+ #: ../lib/hammer_cli_katello/product.rb:73
1154
1989
  msgid "Could not update the product"
1155
1990
  msgstr ""
1156
1991
 
1157
- #: lib/hammer_cli_katello/product.rb:84
1992
+ #: ../lib/hammer_cli_katello/product.rb:79
1158
1993
  msgid "Product destroyed"
1159
1994
  msgstr ""
1160
1995
 
1161
- #: lib/hammer_cli_katello/product.rb:85
1996
+ #: ../lib/hammer_cli_katello/product.rb:80
1162
1997
  msgid "Could not destroy the product"
1163
1998
  msgstr ""
1164
1999
 
1165
- #: lib/hammer_cli_katello/product.rb:91
2000
+ #: ../lib/hammer_cli_katello/product.rb:91
2001
+ msgid "Product repositories are being synchronized in task %{id}"
2002
+ msgstr ""
2003
+
2004
+ #: ../lib/hammer_cli_katello/product.rb:92
2005
+ msgid "Could not synchronize the product repositories"
2006
+ msgstr ""
2007
+
2008
+ #: ../lib/hammer_cli_katello/product.rb:98
1166
2009
  msgid "Assign sync plan to product."
1167
2010
  msgstr ""
1168
2011
 
1169
- #: lib/hammer_cli_katello/product.rb:94
2012
+ #: ../lib/hammer_cli_katello/product.rb:101
1170
2013
  msgid "Synchronization plan assigned."
1171
2014
  msgstr ""
1172
2015
 
1173
- #: lib/hammer_cli_katello/product.rb:95
2016
+ #: ../lib/hammer_cli_katello/product.rb:102
1174
2017
  msgid "Could not assign synchronization plan."
1175
2018
  msgstr ""
1176
2019
 
1177
- #: lib/hammer_cli_katello/product.rb:101 lib/hammer_cli_katello/product.rb:116
1178
- msgid "plan numeric identifier"
1179
- msgstr ""
1180
-
1181
- #: lib/hammer_cli_katello/product.rb:106
2020
+ #: ../lib/hammer_cli_katello/product.rb:110
1182
2021
  msgid "Delete assignment sync plan and product."
1183
2022
  msgstr ""
1184
2023
 
1185
- #: lib/hammer_cli_katello/product.rb:109
2024
+ #: ../lib/hammer_cli_katello/product.rb:113
1186
2025
  msgid "Synchronization plan removed."
1187
2026
  msgstr ""
1188
2027
 
1189
- #: lib/hammer_cli_katello/product.rb:110
2028
+ #: ../lib/hammer_cli_katello/product.rb:114
1190
2029
  msgid "Could not remove synchronization plan."
1191
2030
  msgstr ""
1192
2031
 
1193
- #: lib/hammer_cli_katello/product.rb:124
1194
- msgid "Manipulate products."
2032
+ #: ../lib/hammer_cli_katello/product_content.rb:5
2033
+ msgid "List associated products"
1195
2034
  msgstr ""
1196
2035
 
1197
- #: lib/hammer_cli_katello/ping.rb:13 lib/hammer_cli_katello/ping.rb:20
1198
- #: lib/hammer_cli_katello/ping.rb:27 lib/hammer_cli_katello/ping.rb:34
1199
- #: lib/hammer_cli_katello/ping.rb:41 lib/hammer_cli_katello/ping.rb:48
1200
- msgid "Server Response"
2036
+ #: ../lib/hammer_cli_katello/product_content.rb:17
2037
+ msgid "Default Enabled?"
1201
2038
  msgstr ""
1202
2039
 
1203
- #: lib/hammer_cli_katello/ping.rb:58
1204
- msgid "FAIL"
2040
+ #: ../lib/hammer_cli_katello/product_content.rb:18
2041
+ msgid "Override"
1205
2042
  msgstr ""
1206
2043
 
1207
- #: lib/hammer_cli_katello/ping.rb:73
1208
- msgid "Duration: %sms"
2044
+ #: ../lib/hammer_cli_katello/puppet_module.rb:11
2045
+ #: ../lib/hammer_cli_katello/puppet_module.rb:25
2046
+ msgid "Uuid"
1209
2047
  msgstr ""
1210
2048
 
1211
- #: lib/hammer_cli_katello/ping.rb:75
1212
- msgid "Message: %s"
2049
+ #: ../lib/hammer_cli_katello/puppet_module.rb:30
2050
+ msgid "Project Page"
1213
2051
  msgstr ""
1214
2052
 
1215
- #: lib/hammer_cli_katello/ping.rb:81
1216
- msgid "get the status of the server"
2053
+ #: ../lib/hammer_cli_katello/puppet_module.rb:31
2054
+ msgid "Source"
1217
2055
  msgstr ""
1218
2056
 
1219
- #: lib/hammer_cli_katello/id_resolver.rb:6
1220
- msgid "Activation key name to search by"
2057
+ #: ../lib/hammer_cli_katello/puppet_module.rb:33
2058
+ msgid "Dependencies"
1221
2059
  msgstr ""
1222
2060
 
1223
- #: lib/hammer_cli_katello/id_resolver.rb:7
1224
- msgid "Capsule name to search by"
2061
+ #: ../lib/hammer_cli_katello/puppet_module.rb:36
2062
+ msgid "File checksums"
1225
2063
  msgstr ""
1226
2064
 
1227
- #: lib/hammer_cli_katello/id_resolver.rb:8
1228
- msgid "Content host name to search by"
2065
+ #: ../lib/hammer_cli_katello/puppet_module.rb:40
2066
+ msgid "Tag List"
1229
2067
  msgstr ""
1230
2068
 
1231
- #: lib/hammer_cli_katello/id_resolver.rb:9
1232
- msgid "Content view name to search by"
2069
+ #: ../lib/hammer_cli_katello/repository.rb:30
2070
+ msgid "Red Hat Repository"
1233
2071
  msgstr ""
1234
2072
 
1235
- #: lib/hammer_cli_katello/id_resolver.rb:10
1236
- msgid "Gpg key name to search by"
2073
+ #: ../lib/hammer_cli_katello/repository.rb:32
2074
+ msgid "Checksum Type"
1237
2075
  msgstr ""
1238
2076
 
1239
- #: lib/hammer_cli_katello/id_resolver.rb:11
1240
- msgid "Host collection name to search by"
2077
+ #: ../lib/hammer_cli_katello/repository.rb:33
2078
+ msgid "Mirror on Sync"
1241
2079
  msgstr ""
1242
2080
 
1243
- #: lib/hammer_cli_katello/id_resolver.rb:12
1244
- msgid "Lifecycle environment name to search by"
2081
+ #: ../lib/hammer_cli_katello/repository.rb:35
2082
+ #: ../lib/hammer_cli_katello/repository.rb:174
2083
+ #: ../lib/hammer_cli_katello/repository.rb:200
2084
+ msgid "Publish Via HTTP"
1245
2085
  msgstr ""
1246
2086
 
1247
- #: lib/hammer_cli_katello/id_resolver.rb:13
1248
- msgid "Organization name to search by"
2087
+ #: ../lib/hammer_cli_katello/repository.rb:36
2088
+ msgid "Published At"
1249
2089
  msgstr ""
1250
2090
 
1251
- #: lib/hammer_cli_katello/id_resolver.rb:14
1252
- msgid "Organization label to search by"
2091
+ #: ../lib/hammer_cli_katello/repository.rb:38
2092
+ msgid "Download Policy"
1253
2093
  msgstr ""
1254
2094
 
1255
- #: lib/hammer_cli_katello/id_resolver.rb:17
1256
- msgid "Product name to search by"
2095
+ #: ../lib/hammer_cli_katello/repository.rb:39
2096
+ msgid "OSTree Upstream Sync Policy"
1257
2097
  msgstr ""
1258
2098
 
1259
- #: lib/hammer_cli_katello/id_resolver.rb:18
1260
- msgid "Repository name to search by"
2099
+ #: ../lib/hammer_cli_katello/repository.rb:41
2100
+ msgid "OSTree Upstream Sync Depth"
1261
2101
  msgstr ""
1262
2102
 
1263
- #: lib/hammer_cli_katello/id_resolver.rb:19
1264
- msgid "Repository set name to search by"
2103
+ #: ../lib/hammer_cli_katello/repository.rb:43
2104
+ msgid "Upstream Repository Name"
1265
2105
  msgstr ""
1266
2106
 
1267
- #: lib/hammer_cli_katello/id_resolver.rb:20
1268
- msgid "Subscription name to search by"
2107
+ #: ../lib/hammer_cli_katello/repository.rb:45
2108
+ msgid "Container Repository Name"
1269
2109
  msgstr ""
1270
2110
 
1271
- #: lib/hammer_cli_katello/id_resolver.rb:21
1272
- msgid "Sync plan name to search by"
2111
+ #: ../lib/hammer_cli_katello/repository.rb:62
2112
+ msgid "Sync"
1273
2113
  msgstr ""
1274
2114
 
1275
- #: lib/hammer_cli_katello/id_resolver.rb:22
1276
- msgid "Task name to search by"
2115
+ #: ../lib/hammer_cli_katello/repository.rb:64
2116
+ msgid "Last Sync Date"
1277
2117
  msgstr ""
1278
2118
 
1279
- #: lib/hammer_cli_katello/id_resolver.rb:23
1280
- msgid "User name to search by"
2119
+ #: ../lib/hammer_cli_katello/repository.rb:70
2120
+ msgid "Content Counts"
1281
2121
  msgstr ""
1282
2122
 
1283
- #: lib/hammer_cli_katello/id_resolver.rb:25
1284
- msgid "Puppet module name to search by"
2123
+ #: ../lib/hammer_cli_katello/repository.rb:72
2124
+ msgid "Source RPMS"
1285
2125
  msgstr ""
1286
2126
 
1287
- #: lib/hammer_cli_katello/id_resolver.rb:26
1288
- msgid "Puppet module's author to search by"
2127
+ #: ../lib/hammer_cli_katello/repository.rb:73
2128
+ msgid "Package Groups"
1289
2129
  msgstr ""
1290
2130
 
1291
- #: lib/hammer_cli_katello/id_resolver.rb:27
1292
- msgid "Puppet module's UUID to search by"
2131
+ #: ../lib/hammer_cli_katello/repository.rb:76
2132
+ msgid "Docker Manifest Lists"
1293
2133
  msgstr ""
1294
2134
 
1295
- #: lib/hammer_cli_katello/id_resolver.rb:31
1296
- msgid "Name to search by"
2135
+ #: ../lib/hammer_cli_katello/repository.rb:78
2136
+ msgid "Docker Manifests"
1297
2137
  msgstr ""
1298
2138
 
1299
- #: lib/hammer_cli_katello/filter.rb:16 lib/hammer_cli_katello/filter.rb:27
1300
- msgid "Inclusion"
2139
+ #: ../lib/hammer_cli_katello/repository.rb:79
2140
+ msgid "Docker Tags"
1301
2141
  msgstr ""
1302
2142
 
1303
- #: lib/hammer_cli_katello/filter.rb:35
1304
- msgid "Rules"
2143
+ #: ../lib/hammer_cli_katello/repository.rb:80
2144
+ msgid "OSTree Branches"
1305
2145
  msgstr ""
1306
2146
 
1307
- #: lib/hammer_cli_katello/filter.rb:54
1308
- msgid "Filter created"
2147
+ #: ../lib/hammer_cli_katello/repository.rb:81
2148
+ msgid "Files"
1309
2149
  msgstr ""
1310
2150
 
1311
- #: lib/hammer_cli_katello/filter.rb:55
1312
- msgid "Could not create the filter"
2151
+ #: ../lib/hammer_cli_katello/repository.rb:97
2152
+ #: ../lib/hammer_cli_katello/repository.rb:98
2153
+ #: ../lib/hammer_cli_katello/repository.rb:99
2154
+ msgid "yes"
1313
2155
  msgstr ""
1314
2156
 
1315
- #: lib/hammer_cli_katello/filter.rb:61
1316
- msgid "Filter updated"
2157
+ #: ../lib/hammer_cli_katello/repository.rb:97
2158
+ #: ../lib/hammer_cli_katello/repository.rb:98
2159
+ #: ../lib/hammer_cli_katello/repository.rb:99
2160
+ msgid "no"
1317
2161
  msgstr ""
1318
2162
 
1319
- #: lib/hammer_cli_katello/filter.rb:62
1320
- msgid "Could not update the filter"
2163
+ #: ../lib/hammer_cli_katello/repository.rb:107
2164
+ #: ../lib/hammer_cli_katello/repository.rb:144
2165
+ msgid "Not Synced"
1321
2166
  msgstr ""
1322
2167
 
1323
- #: lib/hammer_cli_katello/filter.rb:68
1324
- msgid "Filter deleted"
2168
+ #: ../lib/hammer_cli_katello/repository.rb:142
2169
+ msgid "Failed"
1325
2170
  msgstr ""
1326
2171
 
1327
- #: lib/hammer_cli_katello/filter.rb:69
1328
- msgid "Could not delete the filter"
2172
+ #: ../lib/hammer_cli_katello/repository.rb:142
2173
+ msgid "Success"
1329
2174
  msgstr ""
1330
2175
 
1331
- #: lib/hammer_cli_katello/lifecycle_environment.rb:24
1332
- msgid "Prior"
2176
+ #: ../lib/hammer_cli_katello/repository.rb:142
2177
+ msgid "Finished"
1333
2178
  msgstr ""
1334
2179
 
1335
- #: lib/hammer_cli_katello/lifecycle_environment.rb:36
1336
- msgid "Lifecycle Path"
2180
+ #: ../lib/hammer_cli_katello/repository.rb:143
2181
+ msgid "Error"
1337
2182
  msgstr ""
1338
2183
 
1339
- #: lib/hammer_cli_katello/lifecycle_environment.rb:59
1340
- msgid "Library"
2184
+ #: ../lib/hammer_cli_katello/repository.rb:143
2185
+ msgid "Running"
1341
2186
  msgstr ""
1342
2187
 
1343
- #: lib/hammer_cli_katello/lifecycle_environment.rb:61
1344
- msgid "Prior Lifecycle Environment"
2188
+ #: ../lib/hammer_cli_katello/repository.rb:143
2189
+ msgid "Waiting"
1345
2190
  msgstr ""
1346
2191
 
1347
- #: lib/hammer_cli_katello/lifecycle_environment.rb:71
1348
- msgid "Environment created"
2192
+ #: ../lib/hammer_cli_katello/repository.rb:144
2193
+ msgid "Canceled"
1349
2194
  msgstr ""
1350
2195
 
1351
- #: lib/hammer_cli_katello/lifecycle_environment.rb:72
1352
- msgid "Could not create environment"
2196
+ #: ../lib/hammer_cli_katello/repository.rb:162
2197
+ msgid "Repository is being synchronized in task %{id}"
1353
2198
  msgstr ""
1354
2199
 
1355
- #: lib/hammer_cli_katello/lifecycle_environment.rb:80
1356
- msgid "Environment updated"
2200
+ #: ../lib/hammer_cli_katello/repository.rb:163
2201
+ msgid "Could not synchronize the repository"
1357
2202
  msgstr ""
1358
2203
 
1359
- #: lib/hammer_cli_katello/lifecycle_environment.rb:81
1360
- msgid "Could not update environment"
2204
+ #: ../lib/hammer_cli_katello/repository.rb:171
2205
+ msgid "Repository created"
1361
2206
  msgstr ""
1362
2207
 
1363
- #: lib/hammer_cli_katello/lifecycle_environment.rb:87
1364
- msgid "Environment deleted"
2208
+ #: ../lib/hammer_cli_katello/repository.rb:172
2209
+ msgid "Could not create the repository"
1365
2210
  msgstr ""
1366
2211
 
1367
- #: lib/hammer_cli_katello/lifecycle_environment.rb:88
1368
- msgid "Could not delete environment"
2212
+ #: ../lib/hammer_cli_katello/repository.rb:185
2213
+ msgid "Repository updated"
1369
2214
  msgstr ""
1370
2215
 
1371
- #: lib/hammer_cli_katello/lifecycle_environment.rb:97
1372
- msgid "manipulate lifecycle_environments on the server"
2216
+ #: ../lib/hammer_cli_katello/repository.rb:186
2217
+ msgid "Could not update the repository"
1373
2218
  msgstr ""
1374
2219
 
1375
- #: lib/hammer_cli_katello/capsule.rb:22
1376
- msgid "Features"
2220
+ #: ../lib/hammer_cli_katello/repository.rb:209
2221
+ msgid "Repository deleted"
1377
2222
  msgstr ""
1378
2223
 
1379
- #: lib/hammer_cli_katello/capsule.rb:37
1380
- msgid "Manage the capsule content"
2224
+ #: ../lib/hammer_cli_katello/repository.rb:210
2225
+ msgid "Could not delete the Repository"
1381
2226
  msgstr ""
1382
2227
 
1383
- #: lib/hammer_cli_katello/capsule.rb:75
1384
- msgid "Lifecycle environment successfully added to the capsule"
2228
+ #: ../lib/hammer_cli_katello/repository.rb:249
2229
+ msgid "Could not find any files matching PATH"
1385
2230
  msgstr ""
1386
2231
 
1387
- #: lib/hammer_cli_katello/capsule.rb:76
1388
- msgid "Could not add the lifecycle environment to the capsule"
2232
+ #: ../lib/hammer_cli_katello/repository.rb:279
2233
+ msgid "Cannot specify both product options and repository ID."
1389
2234
  msgstr ""
1390
2235
 
1391
- #: lib/hammer_cli_katello/capsule.rb:85
1392
- msgid "Lifecycle environment successfully removed from the capsule"
2236
+ #: ../lib/hammer_cli_katello/repository.rb:287
2237
+ msgid "Repository content uploaded"
1393
2238
  msgstr ""
1394
2239
 
1395
- #: lib/hammer_cli_katello/capsule.rb:86
1396
- msgid "Could not remove the lifecycle environment from the capsule"
2240
+ #: ../lib/hammer_cli_katello/repository.rb:288
2241
+ msgid "Could not upload the content"
1397
2242
  msgstr ""
1398
2243
 
1399
- #: lib/hammer_cli_katello/capsule.rb:95
1400
- msgid "Capsule content is being synchronized in task %{id}"
2244
+ #: ../lib/hammer_cli_katello/repository.rb:293
2245
+ msgid ""
2246
+ "Upload file, directory of files, or glob of files as content for a repository."
2247
+ "\n"
2248
+ "Globs must be escaped by single or double quotes."
1401
2249
  msgstr ""
1402
2250
 
1403
- #: lib/hammer_cli_katello/capsule.rb:96
1404
- msgid "Could not synchronize capsule content"
2251
+ #: ../lib/hammer_cli_katello/repository.rb:320
2252
+ msgid "Successfully uploaded file '%s'."
1405
2253
  msgstr ""
1406
2254
 
1407
- #: lib/hammer_cli_katello/capsule.rb:107
1408
- msgid "Manipulate capsule"
2255
+ #: ../lib/hammer_cli_katello/repository.rb:323
2256
+ msgid "Failed to upload file '%s' to repository. Please check the file and try again."
2257
+ msgstr ""
2258
+
2259
+ #: ../lib/hammer_cli_katello/repository.rb:371
2260
+ msgid "Remove content from a repository"
2261
+ msgstr ""
2262
+
2263
+ #: ../lib/hammer_cli_katello/repository.rb:373
2264
+ msgid "Repository content removed"
2265
+ msgstr ""
2266
+
2267
+ #: ../lib/hammer_cli_katello/repository.rb:374
2268
+ msgid "Could not remove content"
2269
+ msgstr ""
2270
+
2271
+ #: ../lib/hammer_cli_katello/repository.rb:397
2272
+ msgid "Export content from a repository to the configured directory"
2273
+ msgstr ""
2274
+
2275
+ #: ../lib/hammer_cli_katello/repository.rb:399
2276
+ msgid "Repository is being exported in task %{id}"
2277
+ msgstr ""
2278
+
2279
+ #: ../lib/hammer_cli_katello/repository.rb:400
2280
+ msgid "Could not export the repository"
2281
+ msgstr ""
2282
+
2283
+ #: ../lib/hammer_cli_katello/repository_set.rb:26
2284
+ msgid "Enabled Repositories"
2285
+ msgstr ""
2286
+
2287
+ #: ../lib/hammer_cli_katello/repository_set.rb:42
2288
+ msgid "Arch"
2289
+ msgstr ""
2290
+
2291
+ #: ../lib/hammer_cli_katello/repository_set.rb:45
2292
+ msgid "Registry Name"
2293
+ msgstr ""
2294
+
2295
+ #: ../lib/hammer_cli_katello/repository_set.rb:46
2296
+ #: ../lib/hammer_cli_katello/sync_plan.rb:11
2297
+ msgid "Enabled"
2298
+ msgstr ""
2299
+
2300
+ #: ../lib/hammer_cli_katello/repository_set.rb:66
2301
+ msgid "Repository enabled"
2302
+ msgstr ""
2303
+
2304
+ #: ../lib/hammer_cli_katello/repository_set.rb:67
2305
+ msgid "Could not enable repository"
2306
+ msgstr ""
2307
+
2308
+ #: ../lib/hammer_cli_katello/repository_set.rb:76
2309
+ msgid "Repository disabled"
2310
+ msgstr ""
2311
+
2312
+ #: ../lib/hammer_cli_katello/repository_set.rb:77
2313
+ msgid "Could not disable repository"
2314
+ msgstr ""
2315
+
2316
+ #: ../lib/hammer_cli_katello/subscription.rb:20
2317
+ msgid "Consumed"
2318
+ msgstr ""
2319
+
2320
+ #: ../lib/hammer_cli_katello/subscription.rb:33
2321
+ msgid "Physical"
2322
+ msgstr ""
2323
+
2324
+ #: ../lib/hammer_cli_katello/subscription.rb:35
2325
+ msgid "Guests of %s"
2326
+ msgstr ""
2327
+
2328
+ #: ../lib/hammer_cli_katello/subscription.rb:37
2329
+ msgid "Temporary"
2330
+ msgstr ""
2331
+
2332
+ #: ../lib/hammer_cli_katello/subscription.rb:39
2333
+ msgid "Virtual"
2334
+ msgstr ""
2335
+
2336
+ #: ../lib/hammer_cli_katello/subscription.rb:60
2337
+ msgid "Manifest is being uploaded in task %{id}"
2338
+ msgstr ""
2339
+
2340
+ #: ../lib/hammer_cli_katello/subscription.rb:61
2341
+ msgid "Manifest upload failed"
2342
+ msgstr ""
2343
+
2344
+ #: ../lib/hammer_cli_katello/subscription.rb:64
2345
+ msgid "Subscription manifest file"
2346
+ msgstr ""
2347
+
2348
+ #: ../lib/hammer_cli_katello/subscription.rb:75
2349
+ msgid "Manifest is being deleted in task %{id}"
2350
+ msgstr ""
2351
+
2352
+ #: ../lib/hammer_cli_katello/subscription.rb:76
2353
+ msgid "Manifest deletion failed"
2354
+ msgstr ""
2355
+
2356
+ #: ../lib/hammer_cli_katello/subscription.rb:87
2357
+ msgid "Manifest is being refreshed in task %{id}"
2358
+ msgstr ""
2359
+
2360
+ #: ../lib/hammer_cli_katello/subscription.rb:88
2361
+ msgid "Manifest refresh failed"
2362
+ msgstr ""
2363
+
2364
+ #: ../lib/hammer_cli_katello/subscription.rb:99
2365
+ msgid "Status Message"
2366
+ msgstr ""
2367
+
2368
+ #: ../lib/hammer_cli_katello/subscription.rb:100
2369
+ msgid "Time"
2370
+ msgstr ""
2371
+
2372
+ #: ../lib/hammer_cli_katello/sync_plan.rb:10
2373
+ msgid "Interval"
2374
+ msgstr ""
2375
+
2376
+ #: ../lib/hammer_cli_katello/sync_plan.rb:20
2377
+ msgid "Created at"
2378
+ msgstr ""
2379
+
2380
+ #: ../lib/hammer_cli_katello/sync_plan.rb:21
2381
+ msgid "Updated at"
2382
+ msgstr ""
2383
+
2384
+ #: ../lib/hammer_cli_katello/sync_plan.rb:33
2385
+ #: ../lib/hammer_cli_katello/sync_plan.rb:50
2386
+ msgid "how often synchronization should run"
2387
+ msgstr ""
2388
+
2389
+ #: ../lib/hammer_cli_katello/sync_plan.rb:39
2390
+ msgid ""
2391
+ "Start date and time for the sync plan.Time is optional, if kept blank current "
2392
+ "system time will be considered"
2393
+ msgstr ""
2394
+
2395
+ #: ../lib/hammer_cli_katello/sync_plan.rb:43
2396
+ msgid "Sync plan created"
2397
+ msgstr ""
2398
+
2399
+ #: ../lib/hammer_cli_katello/sync_plan.rb:44
2400
+ msgid "Could not create the sync plan"
2401
+ msgstr ""
2402
+
2403
+ #: ../lib/hammer_cli_katello/sync_plan.rb:54
2404
+ msgid "start date and time of the synchronization"
2405
+ msgstr ""
2406
+
2407
+ #: ../lib/hammer_cli_katello/sync_plan.rb:57
2408
+ msgid "Sync plan updated"
2409
+ msgstr ""
2410
+
2411
+ #: ../lib/hammer_cli_katello/sync_plan.rb:58
2412
+ msgid "Could not update the sync plan"
2413
+ msgstr ""
2414
+
2415
+ #: ../lib/hammer_cli_katello/sync_plan.rb:64
2416
+ msgid "Sync plan destroyed"
2417
+ msgstr ""
2418
+
2419
+ #: ../lib/hammer_cli_katello/sync_plan.rb:65
2420
+ msgid "Could not destroy the sync plan"
1409
2421
  msgstr ""