hammer_cli_katello 0.24.4 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (90) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hammer_cli_katello.rb +11 -15
  3. data/lib/hammer_cli_katello/activation_key.rb +5 -5
  4. data/lib/hammer_cli_katello/capsule.rb +2 -3
  5. data/lib/hammer_cli_katello/command_extensions/lifecycle_environment.rb +10 -7
  6. data/lib/hammer_cli_katello/command_extensions/lifecycle_environments.rb +11 -8
  7. data/lib/hammer_cli_katello/content_credential.rb +20 -19
  8. data/lib/hammer_cli_katello/content_export.rb +1 -0
  9. data/lib/hammer_cli_katello/content_export_helper.rb +1 -1
  10. data/lib/hammer_cli_katello/content_import.rb +16 -1
  11. data/lib/hammer_cli_katello/content_view.rb +16 -31
  12. data/lib/hammer_cli_katello/content_view_version.rb +4 -273
  13. data/lib/hammer_cli_katello/deb_package.rb +3 -3
  14. data/lib/hammer_cli_katello/docker.rb +13 -0
  15. data/lib/hammer_cli_katello/docker_manifest.rb +53 -0
  16. data/lib/hammer_cli_katello/docker_tag.rb +40 -0
  17. data/lib/hammer_cli_katello/erratum.rb +1 -1
  18. data/lib/hammer_cli_katello/erratum_info_command.rb +1 -1
  19. data/lib/hammer_cli_katello/file.rb +3 -3
  20. data/lib/hammer_cli_katello/filter.rb +2 -2
  21. data/lib/hammer_cli_katello/foreman_search_options_creators.rb +0 -12
  22. data/lib/hammer_cli_katello/host_collection.rb +2 -2
  23. data/lib/hammer_cli_katello/host_collection_erratum.rb +10 -0
  24. data/lib/hammer_cli_katello/host_collection_package.rb +30 -0
  25. data/lib/hammer_cli_katello/host_collection_package_group.rb +30 -0
  26. data/lib/hammer_cli_katello/host_deb.rb +1 -1
  27. data/lib/hammer_cli_katello/host_errata.rb +9 -1
  28. data/lib/hammer_cli_katello/host_extensions.rb +5 -5
  29. data/lib/hammer_cli_katello/host_package.rb +33 -1
  30. data/lib/hammer_cli_katello/host_package_group.rb +16 -0
  31. data/lib/hammer_cli_katello/hostgroup_extensions.rb +4 -4
  32. data/lib/hammer_cli_katello/id_resolver.rb +3 -6
  33. data/lib/hammer_cli_katello/lifecycle_environment.rb +2 -2
  34. data/lib/hammer_cli_katello/module_stream.rb +8 -8
  35. data/lib/hammer_cli_katello/organization.rb +10 -0
  36. data/lib/hammer_cli_katello/organization_options.rb +8 -6
  37. data/lib/hammer_cli_katello/ostree_branch.rb +2 -2
  38. data/lib/hammer_cli_katello/package.rb +5 -5
  39. data/lib/hammer_cli_katello/package_group.rb +4 -4
  40. data/lib/hammer_cli_katello/ping.rb +13 -19
  41. data/lib/hammer_cli_katello/product.rb +3 -3
  42. data/lib/hammer_cli_katello/product_content.rb +2 -2
  43. data/lib/hammer_cli_katello/repository.rb +27 -37
  44. data/lib/hammer_cli_katello/repository_set.rb +4 -4
  45. data/lib/hammer_cli_katello/simple_content_access.rb +42 -0
  46. data/lib/hammer_cli_katello/srpm.rb +2 -2
  47. data/lib/hammer_cli_katello/subscription.rb +2 -3
  48. data/lib/hammer_cli_katello/sync_plan.rb +2 -2
  49. data/lib/hammer_cli_katello/version.rb +1 -1
  50. data/locale/hammer-cli-katello.pot +0 -25
  51. data/test/data/3.18/foreman_api.json +1 -1
  52. data/test/data/3.19/foreman_api.json +1 -0
  53. data/test/data/4.0/foreman_api.json +1 -0
  54. data/test/data/4.1/foreman_api.json +1 -0
  55. data/test/functional/activation_key/subscriptions_test.rb +5 -2
  56. data/test/functional/capsule/content/info_test.rb +1 -2
  57. data/test/functional/content_credentials/create_test.rb +32 -0
  58. data/test/functional/{repository → content_credentials}/data/test_cert.json +0 -0
  59. data/test/functional/content_credentials/list_test.rb +6 -8
  60. data/test/functional/content_export/complete/version_test.rb +35 -0
  61. data/test/functional/content_export/list_test.rb +9 -9
  62. data/test/functional/content_import/list_test.rb +65 -0
  63. data/test/functional/content_import/version_test.rb +6 -6
  64. data/test/functional/content_view/list_test.rb +0 -2
  65. data/test/functional/content_view/publish_test.rb +0 -21
  66. data/test/functional/content_view/version/promote_test.rb +1 -2
  67. data/test/functional/content_view/version/republish_repositories_test.rb +1 -2
  68. data/test/functional/host/errata/apply_test.rb +0 -2
  69. data/test/functional/host/errata/recalculate_test.rb +0 -2
  70. data/test/functional/organization/info_test.rb +22 -0
  71. data/test/functional/ping_test.rb +52 -15
  72. data/test/functional/repository/create_test.rb +0 -30
  73. data/test/functional/repository/info_test.rb +4 -4
  74. data/test/functional/repository/list_test.rb +0 -2
  75. data/test/functional/simple_content_access/disable_test.rb +48 -0
  76. data/test/functional/simple_content_access/enable_test.rb +46 -0
  77. data/test/test_helper.rb +1 -1
  78. metadata +24 -52
  79. data/lib/hammer_cli_katello/content_view_puppet_module.rb +0 -60
  80. data/lib/hammer_cli_katello/cv_import_export_helper.rb +0 -166
  81. data/lib/hammer_cli_katello/gpg_key.rb +0 -67
  82. data/lib/hammer_cli_katello/puppet_module.rb +0 -59
  83. data/test/functional/content_view/puppet_module/add_test.rb +0 -24
  84. data/test/functional/content_view/puppet_module/remove_test.rb +0 -54
  85. data/test/functional/content_view/version/default_export_test.rb +0 -40
  86. data/test/functional/content_view/version/export_test.rb +0 -136
  87. data/test/functional/content_view/version/import_test.rb +0 -318
  88. data/test/functional/gpg_test.rb +0 -39
  89. data/test/functional/repository/data/test_ca.json +0 -43
  90. data/test/functional/repository/data/test_key.json +0 -43
@@ -14,6 +14,14 @@ module HammerCLIKatello
14
14
  end
15
15
 
16
16
  build_options :without => [:packages]
17
+
18
+ def execute
19
+ warn "This command uses katello agent and will be removed in favor of remote execution " \
20
+ "in a future release."
21
+ warn "The remote execution equivalent is `hammer job-invocation create --feature " \
22
+ "katello_group_install`."
23
+ super
24
+ end
17
25
  end
18
26
 
19
27
  class RemoveCommand < HammerCLIKatello::SingleResourceCommand
@@ -28,6 +36,14 @@ module HammerCLIKatello
28
36
  end
29
37
 
30
38
  build_options :without => [:packages]
39
+
40
+ def execute
41
+ warn "This command uses katello agent and will be removed in favor of remote execution " \
42
+ "in a future release."
43
+ warn "The remote execution equivalent is `hammer job-invocation create --feature " \
44
+ "katello_group_remove`."
45
+ super
46
+ end
31
47
  end
32
48
 
33
49
  autoload_subcommands
@@ -45,22 +45,22 @@ module HammerCLIKatello
45
45
  ::HammerCLIForeman::Hostgroup::InfoCommand.instance_eval do
46
46
  output do
47
47
  label _("Content View") do
48
- field :content_view_id, _("ID")
48
+ field :content_view_id, _("Id")
49
49
  field :content_view_name, _("Name")
50
50
  end
51
51
 
52
52
  label _("Lifecycle Environment") do
53
- field :lifecycle_environment_id, _("ID")
53
+ field :lifecycle_environment_id, _("Id")
54
54
  field :lifecycle_environment_name, _("Name")
55
55
  end
56
56
 
57
57
  label _("Content Source") do
58
- field :content_source_id, _("ID")
58
+ field :content_source_id, _("Id")
59
59
  field :content_source_name, _("Name")
60
60
  end
61
61
 
62
62
  label _("Kickstart Repository") do
63
- field :kickstart_repository_id, _("ID")
63
+ field :kickstart_repository_id, _("Id")
64
64
  field :kickstart_repository_name, _("Name")
65
65
  end
66
66
  end
@@ -28,12 +28,9 @@ module HammerCLIKatello
28
28
  :subscription => [s_name(_("Subscription name to search by"))],
29
29
  :sync_plan => [s_name(_("Sync plan name to search by"))],
30
30
  :task => [s_name(_("Task name to search by"))],
31
- :content_view_puppet_module => [
32
- s_name(_("Puppet module name to search by")),
33
- s("author", _("Puppet module's author to search by")),
34
- s("uuid", _("Puppet module's UUID to search by"))
35
- ],
36
- :content_view_version => [s("version", _("Content view version number"))]
31
+ :content_view_version => [s("version", _("Content view version number"))],
32
+ :content_export => [],
33
+ :content_import => []
37
34
  }.freeze
38
35
 
39
36
  DEFAULT_SEARCHABLES = [s_name(_("Name to search by"))].freeze
@@ -29,7 +29,7 @@ module HammerCLIKatello
29
29
 
30
30
  class ListCommand < HammerCLIKatello::ListCommand
31
31
  output do
32
- field :id, _("ID")
32
+ field :id, _("Id")
33
33
  field :name, _("Name")
34
34
  from :prior do
35
35
  field :name, _("Prior")
@@ -57,7 +57,7 @@ module HammerCLIKatello
57
57
 
58
58
  class InfoCommand < HammerCLIKatello::InfoCommand
59
59
  output do
60
- field :id, _("ID")
60
+ field :id, _("Id")
61
61
  field :name, _("Name")
62
62
  field :label, _("Label")
63
63
  field :description, _("Description")
@@ -10,10 +10,10 @@ module HammerCLIKatello
10
10
  validate_repo_name_requires_product_options(:option_repository_name)
11
11
 
12
12
  output do
13
- field :id, _("ID")
13
+ field :id, _("Id")
14
14
  field :name, _("Module Stream Name")
15
15
  field :stream, _("Stream")
16
- field :uuid, _("UUID")
16
+ field :uuid, _("Uuid")
17
17
  field :version, _("Version")
18
18
  field :arch, _("Architecture")
19
19
  field :context, _("Context")
@@ -30,30 +30,30 @@ module HammerCLIKatello
30
30
  validate_repo_name_requires_product_options(:option_repository_name)
31
31
 
32
32
  output do
33
- field :id, _("ID")
33
+ field :id, _("Id")
34
34
  field :name, _("Module Stream Name")
35
35
  field :stream, _("Stream")
36
- field :uuid, _("UUID")
36
+ field :uuid, _("Uuid")
37
37
  field :version, _("Version")
38
38
  field :arch, _("Architecture")
39
39
  field :context, _("Context")
40
40
 
41
41
  collection :repositories, _("Repositories") do
42
- field :id, _("ID")
42
+ field :id, _("Id")
43
43
  field :name, _("Name")
44
44
  field :label, _("Label")
45
45
  end
46
46
 
47
47
  collection :artifacts, _("Artifacts") do
48
- field :id, _("ID")
48
+ field :id, _("Id")
49
49
  field :name, _("Name")
50
50
  end
51
51
 
52
52
  collection :profiles, _("Profiles") do
53
- field :id, _("ID")
53
+ field :id, _("Id")
54
54
  field :name, _("Name")
55
55
  collection :rpms, _("RPMs") do
56
- field :id, _("ID")
56
+ field :id, _("Id")
57
57
  field :name, _("Name")
58
58
  end
59
59
  end
@@ -21,9 +21,19 @@ module HammerCLIKatello
21
21
  field :label, _("Label")
22
22
  field :description, _("Description")
23
23
  field :redhat_repository_url, _("Red Hat Repository URL")
24
+ field :simple_content_access_label, _("Simple Content Access")
24
25
  field :service_levels, _("Service Levels"), Fields::List
25
26
  end
26
27
 
28
+ def extend_data(data)
29
+ data["simple_content_access_label"] = if data["simple_content_access"]
30
+ _("Enabled")
31
+ else
32
+ _("Disabled")
33
+ end
34
+ data
35
+ end
36
+
27
37
  build_options
28
38
  end
29
39
 
@@ -1,12 +1,14 @@
1
1
  module HammerCLIKatello
2
2
  module OrganizationOptions
3
3
  def self.included(base)
4
- base.option '--organization-id', 'ORGANIZATION_ID',
5
- _('Organization ID to search by'), attribute_name: :option_organization_id
6
- base.option '--organization', 'ORGANIZATION_NAME',
7
- _('Organization name to search by'), attribute_name: :option_organization_name
8
- base.option '--organization-label', 'ORGANIZATION_LABEL',
9
- _('Organization label to search by'), attribute_name: :option_organization_label
4
+ base.option_family do
5
+ parent '--organization-id', 'ORGANIZATION_ID',
6
+ _('Organization ID to search by'), attribute_name: :option_organization_id
7
+ child '--organization', 'ORGANIZATION_NAME',
8
+ _('Organization name to search by'), attribute_name: :option_organization_name
9
+ child '--organization-label', 'ORGANIZATION_LABEL',
10
+ _('Organization label to search by'), attribute_name: :option_organization_label
11
+ end
10
12
  end
11
13
 
12
14
  def org_options
@@ -8,7 +8,7 @@ module HammerCLIKatello
8
8
  validate_repo_name_requires_product_options(:option_repository_name)
9
9
 
10
10
  output do
11
- field :id, _("ID")
11
+ field :id, _("Id")
12
12
  field :name, _("Name")
13
13
  field :version, _("version")
14
14
  end
@@ -20,7 +20,7 @@ module HammerCLIKatello
20
20
 
21
21
  class InfoCommand < HammerCLIKatello::InfoCommand
22
22
  output do
23
- field :id, _("ID")
23
+ field :id, _("Id")
24
24
  field :name, _("Name")
25
25
  field :version, _("Version")
26
26
  field :commit, _("Commit")
@@ -7,7 +7,7 @@ module HammerCLIKatello
7
7
  include LifecycleEnvironmentNameMapping
8
8
 
9
9
  output do
10
- field :id, _("ID")
10
+ field :id, _("Id")
11
11
  field :filename, _("Filename")
12
12
  field :sourcerpm, _("Source RPM")
13
13
  end
@@ -44,9 +44,9 @@ module HammerCLIKatello
44
44
 
45
45
  class InfoCommand < HammerCLIKatello::InfoCommand
46
46
  output do
47
- field :id, _("ID")
47
+ field :id, _("Id")
48
48
  field :pulp_id, _("Pulp ID")
49
- field :uuid, _("UUID")
49
+ field :uuid, _("Uuid")
50
50
  field :name, _("Name")
51
51
  field :version, _("Version")
52
52
  field :arch, _("Architecture")
@@ -55,7 +55,7 @@ module HammerCLIKatello
55
55
  field :author, _("Author")
56
56
  field :filename, _("Filename")
57
57
  field :sourcerpm, _("Source rpm")
58
- field :nvrea, _("nvrea")
58
+ field :nvrea, _("Nvrea")
59
59
  field :buildhost, _("Build Host")
60
60
  field :hosts_available_count, _("Available Host Count")
61
61
  field :hosts_applicable_count, _("Applicable Host Count")
@@ -65,7 +65,7 @@ module HammerCLIKatello
65
65
  field :relativepath, _("Relative Path")
66
66
  field :description, _("Description")
67
67
  field :summary, _("Summary")
68
- field :url, _("URL")
68
+ field :url, _("Url")
69
69
  field :build_time, _("Build Time")
70
70
  field :group, _("Group")
71
71
  field :requires, _("Requires")
@@ -8,10 +8,10 @@ module HammerCLIKatello
8
8
  validate_repo_name_requires_product_options(:option_repository_name)
9
9
 
10
10
  output do
11
- field :id, _("ID")
11
+ field :id, _("Id")
12
12
  field :name, _("Package Group Name")
13
13
  field :repo_name, _("Repository Name")
14
- field :uuid, _("UUID")
14
+ field :uuid, _("Uuid")
15
15
  end
16
16
 
17
17
  def extend_data(data)
@@ -26,10 +26,10 @@ module HammerCLIKatello
26
26
 
27
27
  class InfoCommand < HammerCLIKatello::InfoCommand
28
28
  output do
29
- field :id, _("ID")
29
+ field :id, _("Id")
30
30
  field :name, _("Package Group Name")
31
31
  field :repo_name, _("Repository Name")
32
- field :uuid, _("UUID")
32
+ field :uuid, _("Uuid")
33
33
  field :description, _("Description")
34
34
  field :default_package_names, _("Default Packages"), Fields::List
35
35
  field :mandatory_package_names, _("Mandatory Packages"), Fields::List
@@ -6,6 +6,14 @@ module HammerCLIKatello
6
6
 
7
7
  output do
8
8
  from "services" do
9
+ label "katello_agent", hide_blank: true do
10
+ from "katello_agent" do
11
+ field "status", _("Status"), Fields::Field, hide_blank: true
12
+ field "message", _("message"), Fields::Field, hide_blank: true
13
+ field "_response", _("Server Response"), Fields::Field, hide_blank: true
14
+ end
15
+ end
16
+
9
17
  label "candlepin" do
10
18
  from "candlepin" do
11
19
  field "status", _("Status")
@@ -13,17 +21,17 @@ module HammerCLIKatello
13
21
  end
14
22
  end
15
23
 
16
- label "candlepin_events" do
17
- from "candlepin_events" do
24
+ label "candlepin_auth" do
25
+ from "candlepin_auth" do
18
26
  field "status", _("Status")
19
- field "message", _("message")
20
27
  field "_response", _("Server Response")
21
28
  end
22
29
  end
23
30
 
24
- label "candlepin_auth" do
25
- from "candlepin_auth" do
31
+ label "candlepin_events" do
32
+ from "candlepin_events" do
26
33
  field "status", _("Status")
34
+ field "message", _("message")
27
35
  field "_response", _("Server Response")
28
36
  end
29
37
  end
@@ -36,20 +44,6 @@ module HammerCLIKatello
36
44
  end
37
45
  end
38
46
 
39
- label "pulp", :hide_blank => true do
40
- from "pulp" do
41
- field "status", _("Status"), Fields::Field, :hide_blank => true
42
- field "_response", _("Server Response"), Fields::Field, :hide_blank => true
43
- end
44
- end
45
-
46
- label "pulp_auth", :hide_blank => true do
47
- from "pulp_auth" do
48
- field "status", _("Status"), Fields::Field, :hide_blank => true
49
- field "_response", _("Server Response"), Fields::Field, :hide_blank => true
50
- end
51
- end
52
-
53
47
  label "pulp3", :hide_blank => true do
54
48
  from "pulp3" do
55
49
  field "status", _("Status"), Fields::Field, :hide_blank => true
@@ -4,7 +4,7 @@ module HammerCLIKatello
4
4
 
5
5
  class ListCommand < HammerCLIKatello::ListCommand
6
6
  output do
7
- field :id, _("ID")
7
+ field :id, _("Id")
8
8
  field :name, _("Name")
9
9
  field :description, _("Description")
10
10
 
@@ -28,7 +28,7 @@ module HammerCLIKatello
28
28
 
29
29
  class InfoCommand < HammerCLIKatello::InfoCommand
30
30
  output do
31
- field :id, _("ID")
31
+ field :id, _("Id")
32
32
  field :name, _("Name")
33
33
  field :label, _("Label")
34
34
  field :description, _("Description")
@@ -61,7 +61,7 @@ module HammerCLIKatello
61
61
  collection :product_content, _("Content") do
62
62
  from :content do
63
63
  field :name, _("Repo Name")
64
- field :contentUrl, _("URL")
64
+ field :contentUrl, _("Url")
65
65
  field :type, _("Content Type")
66
66
  end
67
67
  end
@@ -7,10 +7,10 @@ module HammerCLIKatello
7
7
 
8
8
  output do
9
9
  from :content do
10
- field :id, _("ID")
10
+ field :id, _("Id")
11
11
  field :name, _("Name")
12
12
  field :type, _("Type")
13
- field :contentUrl, _("URL")
13
+ field :contentUrl, _("Url")
14
14
  field :gpgUrl, _("GPG Key")
15
15
  field :label, _("Label")
16
16
  end
@@ -2,6 +2,25 @@ module HammerCLIKatello
2
2
  class Repository < HammerCLIKatello::Command
3
3
  resource :repositories
4
4
 
5
+ module AnsibleCollectionRequirementsHelper
6
+ def self.included(base)
7
+ base.option "--ansible-collection-requirements-file",
8
+ "REQUIREMENTS_FILE", _("Location of the ansible collections "\
9
+ "requirements.yml file. "),
10
+ :attribute_name => :option_ansible_collection_requirements_file,
11
+ :required => false
12
+ end
13
+
14
+ def request_params
15
+ super.tap do |opts|
16
+ requirements_file = option_ansible_collection_requirements_file
17
+ if requirements_file
18
+ opts["ansible_collection_requirements"] = File.read(requirements_file)
19
+ end
20
+ end
21
+ end
22
+ end
23
+
5
24
  class ListCommand < HammerCLIKatello::ListCommand
6
25
  include LifecycleEnvironmentNameMapping
7
26
 
@@ -12,7 +31,7 @@ module HammerCLIKatello
12
31
  field :name, _("Product")
13
32
  end
14
33
  field :content_type, _("Content Type")
15
- field :url, _("URL")
34
+ field :url, _("Url")
16
35
  end
17
36
 
18
37
  build_options
@@ -27,7 +46,7 @@ module HammerCLIKatello
27
46
  validate_repo_name_requires_product_options
28
47
 
29
48
  output do
30
- field :id, _("ID")
49
+ field :id, _("Id")
31
50
  field :name, _("Name")
32
51
  field :label, _("Label")
33
52
  field :description, _("Description")
@@ -38,7 +57,7 @@ module HammerCLIKatello
38
57
  field :content_type, _("Content Type")
39
58
  field :checksum_type, _("Checksum Type"), Fields::Field, :hide_blank => true
40
59
  field :_mirror_on_sync, _("Mirror on Sync")
41
- field :url, _("URL")
60
+ field :url, _("Url")
42
61
  field :_publish_via_http, _("Publish Via HTTP")
43
62
  field :full_path, _("Published At")
44
63
  field :relative_path, _("Relative Path")
@@ -57,7 +76,7 @@ module HammerCLIKatello
57
76
 
58
77
  label _("HTTP Proxy") do
59
78
  from :http_proxy do
60
- field :id, _("ID"), Fields::Field, :hide_blank => true
79
+ field :id, _("Id"), Fields::Field, :hide_blank => true
61
80
  field :name, _("Name"), Fields::Field, :hide_blank => true
62
81
  field :policy, _("HTTP Proxy Policy"), Fields::Field, :hide_blank => true
63
82
  end
@@ -65,14 +84,14 @@ module HammerCLIKatello
65
84
 
66
85
  label _("Product") do
67
86
  from :product do
68
- field :id, _("ID")
87
+ field :id, _("Id")
69
88
  field :name, _("Name")
70
89
  end
71
90
  end
72
91
 
73
92
  label _("GPG Key") do
74
93
  from :gpg_key do
75
- field :id, _("ID"), Fields::Field, :hide_blank => true
94
+ field :id, _("Id"), Fields::Field, :hide_blank => true
76
95
  field :name, _("Name"), Fields::Field, :hide_blank => true
77
96
  end
78
97
  end
@@ -90,7 +109,6 @@ module HammerCLIKatello
90
109
  field :srpm_total, _("Source RPMS"), Fields::Field, :hide_blank => true
91
110
  field :package_group_total, _("Package Groups"), Fields::Field, :hide_blank => true
92
111
  field :errata_total, _("Errata"), Fields::Field, :hide_blank => true
93
- field :puppet_total, _("Puppet Modules"), Fields::Field, :hide_blank => true
94
112
  field :docker_manifest_list_total, _("Container Image Manifest Lists"),
95
113
  Fields::Field, :hide_blank => true
96
114
  field :docker_manifest_total, _("Container Image Manifests"), Fields::Field,
@@ -145,8 +163,6 @@ module HammerCLIKatello
145
163
  data["docker_manifest_list_total"] = content_counts["docker_manifest_list"]
146
164
  data["docker_manifest_total"] = content_counts["docker_manifest"]
147
165
  data["docker_tag_total"] = content_counts["docker_tag"]
148
- when "puppet"
149
- data["puppet_total"] = content_counts["puppet_module"]
150
166
  when "ostree"
151
167
  setup_ostree(data)
152
168
  when "file"
@@ -195,6 +211,7 @@ module HammerCLIKatello
195
211
  end
196
212
 
197
213
  class CreateCommand < HammerCLIKatello::CreateCommand
214
+ include AnsibleCollectionRequirementsHelper
198
215
  success_message _("Repository created.")
199
216
  failure_message _("Could not create the repository")
200
217
 
@@ -202,39 +219,12 @@ module HammerCLIKatello
202
219
  :attribute_name => :option_unprotected,
203
220
  :format => HammerCLI::Options::Normalizers::Bool.new
204
221
 
205
- option "--ssl-client-cert", "SSL_CLIENT_CERT",
206
- _("Name of content credential containing client certificate"),
207
- :attribute_name => :option_ssl_client_cert
208
-
209
- option "--ssl-client-key", "SSL_CLIENT_KEY",
210
- _("Name of content credential containing client key"),
211
- :attribute_name => :option_ssl_client_key
212
-
213
- option "--ssl-ca-cert", "SSL_CA_CERT",
214
- _("Name of content credential containing CA certificate"),
215
- :attribute_name => :option_ssl_ca_cert
216
-
217
222
  build_options :without => [:unprotected]
218
-
219
- def request_params
220
- params = super
221
-
222
- params["ssl_client_cert_id"] ||= get_gpg_key_id("ssl_client_cert") if option_ssl_client_cert
223
- params["ssl_client_key_id"] ||= get_gpg_key_id("ssl_client_key") if option_ssl_client_key
224
- params["ssl_ca_cert_id"] ||= get_gpg_key_id("ssl_ca_cert") if option_ssl_ca_cert
225
-
226
- params
227
- end
228
-
229
- def get_gpg_key_id(ssl_type)
230
- options_clone = options.clone
231
- options_clone["option_gpg_key_name"] = self.send("option_#{ssl_type}")
232
- resolver.gpg_key_id(resolver.scoped_options("gpg_key", options_clone))
233
- end
234
223
  end
235
224
 
236
225
  class UpdateCommand < HammerCLIKatello::UpdateCommand
237
226
  extend RepositoryScopedToProduct
227
+ include AnsibleCollectionRequirementsHelper
238
228
 
239
229
  validate_repo_name_requires_product_options
240
230
  include OrganizationOptions