Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1846679 - satellite-installer/capsule-certs-generate can not handle '-S' in the argument
Summary: satellite-installer/capsule-certs-generate can not handle '-S' in the argument
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Installation
Version: 6.7.0
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: 6.9.0
Assignee: Ewoud Kohl van Wijngaarden
QA Contact: Devendra Singh
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-06-12 15:56 UTC by Amar Huchchanavar
Modified: 2023-12-15 18:09 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-04-21 13:14:56 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Foreman Issue Tracker 30218 0 Normal Closed Arguments containing -S are interpreted as scenarios 2021-02-15 20:58:40 UTC
Foreman Issue Tracker 31611 0 Normal Closed foreman-proxy-certs-generate fails with custom certificates 2021-02-15 20:58:40 UTC
Red Hat Product Errata RHSA-2021:1313 0 None None None 2021-04-21 13:17:14 UTC

Description Amar Huchchanavar 2020-06-12 15:56:50 UTC
Description of problem: capsule-certs-generate and satellite-installer fail immediately if any of the provided argument contains '-S'.

Example:
1]--server-ca-cert "/root/certs/A-STest.crt"  

#capsule-certs-generate --foreman-proxy-fqdn "capsule.fqdn.here"   --certs-tar  "~/capsule-certs.tar"  --server-cert "/root/ssl-build/capsule.fqdn.here/capsule_cert.pem"  --server-key "/root/ssl-build/capsule.fqdn.here/capsule_cert_key.pem"  --server-ca-cert "/root/certs/A-STest.crt"

ERROR: Scenario (/usr/share/foreman-installer/katello-certs/scenarios.d/Test.crt.yaml) was not found, can not continue

2] --certs-server-cert "/etc/pki/katello/certs/katello-S-apache.crt" 

#satellite-installer --scenario satellite                      --certs-server-cert "/etc/pki/katello/certs/katello-S-apache.crt"                       --certs-server-key "/etc/pki/katello/private/katello-apache.key"                       --certs-server-ca-cert "/etc/pki/katello/certs/katello-server-ca.crt"
[ INFO 2020-06-12T21:13:23 verbose] Executing hooks in group pre_migrations
[ INFO 2020-06-12T21:13:23 verbose] All hooks in group pre_migrations finished
[ERROR 2020-06-12T21:13:23 verbose] You are trying to replace existing installation with different scenario. This may lead to unpredictable states. Use --force to override. You can use --compare-scenarios to see the differences
[ INFO 2020-06-12T21:13:23 verbose] Log was be written to /var/log/foreman-installer/satellite.log
[ INFO 2020-06-12T21:13:23 verbose] Logs flushed



Version-Release number of selected component (if applicable):
Satellite 6.5/6.6/6.7

How reproducible:
Always

Steps to Reproduce:
1. #capsule-certs-generate --foreman-proxy-fqdn "capsule.fqdn.here"   --certs-tar  "~/capsule-certs.tar"  --server-cert "/root/ssl-build/capsule.fqdn.here/capsule_cert.pem"  --server-key "/root/ssl-build/capsule.fqdn.here/capsule_cert_key.pem"  --server-ca-cert "/root/certs/A-STest.crt"

2.#satellite-installer --scenario satellite                      --certs-server-cert "/etc/pki/katello/certs/katello-S-apache.crt"                       --certs-server-key "/etc/pki/katello/private/katello-apache.key"                       --certs-server-ca-cert "/etc/pki/katello/certs/katello-server-ca.crt"

3.# satellite-installer --help |grep "-S"
grep: invalid option -- 'S'
Usage: grep [OPTION]... PATTERN [FILE]...
Try 'grep --help' for more information.
/usr/share/gems/gems/clamp-1.1.2/lib/clamp/command.rb:139:in `write': Broken pipe - <STDOUT> (Errno::EPIPE)
	from /usr/share/gems/gems/clamp-1.1.2/lib/clamp/command.rb:139:in `puts'
	from /usr/share/gems/gems/clamp-1.1.2/lib/clamp/command.rb:139:in `puts'
	from /usr/share/gems/gems/clamp-1.1.2/lib/clamp/command.rb:139:in `rescue in run'
	from /usr/share/gems/gems/clamp-1.1.2/lib/clamp/command.rb:132:in `run'
	from /usr/share/gems/gems/kafo-4.0.1/lib/kafo/kafo_configure.rb:162:in `run'
	from /usr/sbin/satellite-installer:8:in `<main>'



Actual results:
Fails with the above-mentioned errors.

Expected results:
It should not fail.

Additional info:
#capsule-certs-generate --help
    -S, --scenario SCENARIO       Use installation scenario

#satellite-installer --help
    -S, --scenario SCENARIO       Use installation scenario

Comment 1 Ewoud Kohl van Wijngaarden 2020-06-25 15:36:24 UTC
Note that for grep you should use grep -- -S.

Upstream a minimal reproducer in develop is:

foreman-proxy-certs-generate --server-ca-cert A-ST

The problem is a bad regex here:
https://github.com/theforeman/kafo/blob/68ae1ad760f4073a6fedc9ce8cfe4f6ddd1a85e8/lib/kafo/scenario_manager.rb#L81

Comment 2 Bryan Kearney 2020-06-25 20:04:53 UTC
Upstream bug assigned to ekohlvan

Comment 3 Bryan Kearney 2020-06-25 20:04:55 UTC
Upstream bug assigned to ekohlvan

Comment 4 Bryan Kearney 2020-07-04 20:05:03 UTC
Moving this bug to POST for triage into Satellite since the upstream issue https://projects.theforeman.org/issues/30218 has been resolved.

Comment 5 Brad Buckingham 2020-11-13 19:44:50 UTC
Fix is in Satellite 6.9 SNAP 1 with tfm-rubygem-kafo-6.0.0-1.el7sat.noarch

Comment 12 Devendra Singh 2021-01-06 13:24:38 UTC
FailedQA.

Version tested: Satellite 6.9.0 Snap 7

Comment 17 Devendra Singh 2021-03-16 16:23:04 UTC
Verified on 6.9 Snap 17

Comment 20 errata-xmlrpc 2021-04-21 13:14:56 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (Moderate: Satellite 6.9 Release), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHSA-2021:1313


Note You need to log in before you can comment on or make changes to this bug.