Bug 1776387

Summary: merged PR - 28200 from foreman is missing in downstream
Product: Red Hat Satellite Reporter: tstrych
Component: Remote ExecutionAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED ERRATA QA Contact: Lukas Pramuk <lpramuk>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.7.0CC: aruzicka, egolov, inecas, lpramuk
Target Milestone: 6.7.0Keywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: foreman-installer-1.24.0-0.7.RC3 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-04-14 13:27:28 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:

Description tstrych 2019-11-25 15:07:55 UTC
Description of problem:
Foreman service expects 19090
But remote execution provides 9999

As you can see in foreman-tail and remote_execution/cockpit.pp
foreman-tail:
Connection refused: AH00957: HTTP: attempt to connect to 127.0.0.1:9999 (*) 

This bz is connected to this PR - https://github.com/theforeman/puppet-foreman/pull/768

PR is merged, but it do not drop into snap3 


Version-Release number of selected component (if applicable):
sat 6.7 snap 3

Expected results:
Get PR into downstream.

Comment 3 tstrych 2019-11-25 15:09:04 UTC
Moving to post as PR is already merged, just forgotten.

Comment 4 Lukas Pramuk 2019-11-29 15:49:23 UTC
VERIFIED.

@Satellite 6.7.0 Snap4
foreman-installer-1.24.0-0.7.RC3.el7sat.noarch

by following manual steps:

# cat /etc/httpd/conf.d/05-foreman-ssl.d/cockpit.conf
...

  RewriteEngine On
  RewriteCond %{HTTP:Upgrade} =websocket [NC]
  RewriteRule /webcon/(.*)           ws://127.0.0.1:19090/webcon/$1 [P]
  RewriteCond %{HTTP:Upgrade} !=websocket [NC]
  RewriteRule /webcon/(.*)           http://127.0.0.1:19090/webcon/$1 [P]

>>> apache rewrite rules are configured to use 19090/tcp

# netstat -plnt | grep cockpit[-]ws
tcp        0      0 127.0.0.1:19090         0.0.0.0:*               LISTEN      8916/cockpit-ws     

>>> foreman-cockpit service is listening on the same port 19090/tcp

Comment 7 errata-xmlrpc 2020-04-14 13:27:28 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, 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-2020:1454