Bug 1399377
Summary: | [Ref-Arch] Section 5.2.1.7 Multi-hosts Certificate for Virtual Capsule Server- sat6ha-lb-refarch.pdf | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Ash Westbrook <awestbro> | ||||
Component: | Documentation | Assignee: | satellite-doc-list | ||||
Status: | CLOSED CANTFIX | QA Contact: | satellite-doc-list | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 6.2.1 | CC: | adahms, cyril.cordouibarzi, ktordeur, swadeley | ||||
Target Milestone: | Unspecified | Keywords: | Reopened | ||||
Target Release: | Unused | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2018-07-23 05:18:52 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1425213 | ||||||
Attachments: |
|
Thanks for the information. Will update the doc in the next version. Please close this as it is being addressed in the next update of the reference architecture document. Closing in accordance with comment #3. This bug was raised against the document "Deploying a Highly Available Red Hat Satellite Server 6 Environment", for which customers are now being asked to contact Red Hat (either their account team or consulting team) directly for assistance. Because the product documentation team is unable to process this request, and in consultation with the Reference Architecture team, I am now closing this bug. See the following article for more information - https://access.redhat.com/solutions/1603283 |
Created attachment 1225502 [details] Changed script to use satellite-installer Description of problem: Script given in section 5.2.1.7 Multi-hosts Certificate for Virtual Capsule Serve uses katello-installer instead of satellite-installer. This causes the script to fail: [root@satqc-ha ~]# /root/katello-multi-host-certs.sh <fqdn> <capsule fqdn> <capsule fqdn> ERROR: these arguments make no sense in this context (try --help): ['$set_cname'] ERROR: katello-installer is no longer used. Please use 'satellite-installer --scenario satellite'. For more information on available options, include '--help'. /root/katello-multi-host-certs.sh: line 25: --certs-server-cert-req: command not found /root/katello-multi-host-certs.sh: line 27: <fqdn>/custom-cert.crt.req: No such file or directory /root/katello-multi-host-certs.sh: line 28: --certs-server-key: command not found /root/katello-multi-host-certs.sh: line 31: --certs-server-ca-cert: command not found /root/katello-multi-host-certs.sh: line 33: /root/ssl-build/katello-default-ca.crt: Permission denied /root/katello-multi-host-certs.sh: line 34: --certs-update-server: command not found Preparing installation Done Something went wrong! Check the log for ERROR-level output The full log is at /var/log/capsule-certs-generate.log /root/katello-multi-host-certs.sh: line 41: <fqdn>/custom-cert.crt: No such file or directory /root/katello-multi-host-certs.sh: line 43: <fqdn>/custom-cert.crt.req: No such file or directory /root/katello-multi-host-certs.sh: line 45: <fqdn>/custom-cert.key: No such file or directory /root/katello-multi-host-certs.sh: line 47: /root/ssl-build/katello-default-ca.crt: Permission denied Version-Release number of selected component (if applicable): Satellite 6.2.1 How reproducible: Always Actual results: Failure even if command is changed to satellite-installer rather than katello-installer: [root@satqc-ha ~]# /root/satellite-multi-host-certs.sh <fqdn> <fqdn capsule> <fqdn capsule> ERROR: these arguments make no sense in this context (try --help): ['$set_cname'] Preparing installation Done Something went wrong! Check the log for ERROR-level output The full log is at /var/log/foreman-installer/satellite.log /root/satellite-multi-host-certs.sh: line 25: --certs-server-cert-req: command not found /root/satellite-multi-host-certs.sh: line 27: <fqdn>/custom-cert.crt.req: No such file or directory /root/satellite-multi-host-certs.sh: line 28: --certs-server-key: command not found /root/satellite-multi-host-certs.sh: line 31: --certs-server-ca-cert: command not found /root/satellite-multi-host-certs.sh: line 33: /root/ssl-build/katello-default-ca.crt: Permission denied /root/satellite-multi-host-certs.sh: line 34: --certs-update-server: command not found Preparing installation Done Something went wrong! Check the log for ERROR-level output The full log is at /var/log/capsule-certs-generate.log /root/satellite-multi-host-certs.sh: line 41: <fqdn>/custom-cert.crt: No such file or directory /root/satellite-multi-host-certs.sh: line 43: <fqdn>/custom-cert.crt.req: No such file or directory /root/satellite-multi-host-certs.sh: line 45: <fqdn>/custom-cert.key: No such file or directory /root/satellite-multi-host-certs.sh: line 47: /root/ssl-build/katello-default-ca.crt: Permission denied [root@satqc-ha ~]# ls -l /root/ssl-build/katello-default-ca.crt -rw-r--r--. 1 root root 5459 Oct 11 17:53 /root/ssl-build/katello-default-ca.crt Expected results: Should succeed Additional info: Attached scripts Document URL: Section Number and Name: Describe the issue: Suggestions for improvement: Additional information: