Bug 1008413

Summary: 4.4.3. Configuring Servers for Enhanced Entitlements Reporting - setting "admin_pass"
Product: Red Hat Satellite 5 Reporter: Jan Hutař <jhutar>
Component: Docs Installation GuideAssignee: Dan Macpherson <dmacpher>
Status: CLOSED CURRENTRELEASE QA Contact: Dan Macpherson <dmacpher>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 560CC: cperry
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-11 12:33:23 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:
Bug Depends On:    
Bug Blocks: 924180    

Description Jan Hutař 2013-09-16 10:27:51 UTC
Description of problem:
When you follow the guide, please also say customer to update "admin_pass" in section "[katello]" in /etc/splice/checkin.conf, because in 4.4.2. Summary of Enhanced Entitlement Reporting Configuration -> Installation and Configuration of a Subscription Asset Manager server we are advising customer to choose some non-default PASSWORD (by usage of "--user-pass" option)

Just for a reference on how does the section look like by default:

# tail /etc/splice/checkin.conf
login=swreport

[katello]
hostname=localhost
port=443
proto=https
api_url=/sam
admin_user=admin
admin_pass=admin

Comment 2 Clifford Perry 2013-10-11 12:33:23 UTC
https://access.redhat.com/site/documentation/en-US/Red_Hat_Satellite/5.6/html-single/Installation_Guide/index.html

Step 11 reads:

 Edit the following sections:

[spacewalk]
host=hostname
ssh_key_path=/var/lib/splice/id_rsa-sat
login=swreport

[katello]
hostname=localhost
port=443
proto=https
api_url=/sam
admin_user=admin
admin_pass=password

Substitute hostname for the hostname of the Satellite 5 server and password for your SAM administration password. Enter the location of the SAM SSH key for the ssh_key_path parameter. Save your changes.