Bug 1835882
Summary: | While executing "Configure Cloud Connector" playbook on Satellite 6.7 server it does not honour HTTP Proxy setting | |||
---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Ashish Humbe <ahumbe> | |
Component: | RH Cloud - Cloud Connector | Assignee: | Adam Ruzicka <aruzicka> | |
Status: | CLOSED ERRATA | QA Contact: | Lukáš Hellebrandt <lhellebr> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 6.7.0 | CC: | achadha, ahuchcha, alsanche, aruzicka, ben.formosa, bshahu, dmule, dvoss, egolov, jjeffers, jpathan, jyejare, mawerner, mhulan, michiel.smit, mmccune, pcreech, pete.perfetti | |
Target Milestone: | 6.8.0 | Keywords: | PrioBumpGSS, Regression, TestBlocker, Triaged | |
Target Release: | Unused | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | receptor-0.6.3, ansiblerole-satellite-receptor-installer-0.6.12, tfm-rubygem-foreman_ansible-5.0.2 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1851155 1862239 1862277 (view as bug list) | Environment: | ||
Last Closed: | 2020-10-27 13:02:42 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: | 1861422 | |||
Bug Blocks: |
Description
Ashish Humbe
2020-05-14 16:44:05 UTC
The receptor 0.6.3 honors HTTPS_PROXY env variable. The wss:// connection will then be proxied. However the proxy must be HTTP not HTTPS, this is the limitation of python asyncio library. In other words HTTPS_PROXY=http://my-proxy-server <-- okay HTTPS_PROXY=https://my-proxy-server <-- not okay Matt/David, this should be documented in Satellite product documentation for the Cloud Connector, do you need specific BZ for the documentation or can we use this one? This should most likely be mentioned somewhere around https://access.redhat.com/documentation/en-us/red_hat_insights/2020-04/html-single/remediating_issues_across_your_red_hat_satellite_infrastructure_using_red_hat_insights/index?lb_target=production#configuring-cloud-connector-on-satellite-server_remediating-satellite. Note this was tested with Squid proxy. Please reach out to Graham Mainwaring for more information about the receptor. Adam, can you please take a look if this could be enhanced in the playbook so that the env variable could be set as ansible variable? If not, this can be moved to POST, but if there are more chahnges required on our side, we need to address that too. Thanks all I think it could be set. Is having it as a user input good enough? Thanks for adding the Docs BZ, David. Created redmine issue http://projects.theforeman.org/issues/30013 from this bug FailedQA with Sat 6.8 snap 8.0. This caused regression. After Receptor installation, the receptor can't connect (c.rh.c says "Connection issue - Receptor not responding" when trying to execute a remediation) and the following gets spammed in log: ==> /var/log/messages <== Jul 15 08:42:57 dhcp-3-176 receptor: ERROR 2020-07-15 08:42:57,905 449ac547-22af-4ecf-9966-c8716614b175 ws ws.connect Jul 15 08:42:57 dhcp-3-176 receptor: Traceback (most recent call last): Jul 15 08:42:57 dhcp-3-176 receptor: File "/usr/lib/python3.6/site-packages/receptor/connection/ws.py", line 53, in connect Jul 15 08:42:57 dhcp-3-176 receptor: proxy=proxy, proxy_auth=proxy_auth Jul 15 08:42:57 dhcp-3-176 receptor: File "/usr/lib64/python3.6/site-packages/aiohttp/client.py", line 1012, in __aenter__ Jul 15 08:42:57 dhcp-3-176 receptor: self._resp = await self._coro Jul 15 08:42:57 dhcp-3-176 receptor: File "/usr/lib64/python3.6/site-packages/aiohttp/client.py", line 728, in _ws_connect Jul 15 08:42:57 dhcp-3-176 receptor: proxy_headers=proxy_headers) Jul 15 08:42:57 dhcp-3-176 receptor: File "/usr/lib64/python3.6/site-packages/aiohttp/client.py", line 473, in _request Jul 15 08:42:57 dhcp-3-176 receptor: ssl=ssl, proxy_headers=proxy_headers, traces=traces) Jul 15 08:42:57 dhcp-3-176 receptor: File "/usr/lib64/python3.6/site-packages/aiohttp/client_reqrep.py", line 291, in __init__ Jul 15 08:42:57 dhcp-3-176 receptor: self.update_proxy(proxy, proxy_auth, proxy_headers) Jul 15 08:42:57 dhcp-3-176 receptor: File "/usr/lib64/python3.6/site-packages/aiohttp/client_reqrep.py", line 519, in update_proxy Jul 15 08:42:57 dhcp-3-176 receptor: raise ValueError("Only http proxies are supported") Jul 15 08:42:57 dhcp-3-176 receptor: ValueError: Only http proxies are supported Jul 15 08:42:57 dhcp-3-176 receptor: Unclosed client session Jul 15 08:42:57 dhcp-3-176 receptor: client_session: <aiohttp.client.ClientSession object at 0x7f524a135518> Note that I haven't even specified any proxy yet, this hit me while testing something else. # cat /etc/systemd/system/receptor\@.service [Unit] Description=Receptor Node for %i After=network.target [Service] ExecStart=/usr/bin/receptor -c /etc/receptor/%i/receptor.conf -d /var/data/receptor/%i node Environment=HTTP_PROXY="" Environment=HTTPS_PROXY="" [Install] WantedBy=multi-user.target *** Bug 1868739 has been marked as a duplicate of this bug. *** 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 (Important: Satellite 6.8 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-2020:4366 |