Project

General

Profile

Feature #30013

Updated by Ondřej Ezr about 4 years ago

While executing "Configure Cloud Connector" playbook on Satellite 6.7 server it does not honour HTTP Proxy setting 

 Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1835882  

 *Description of problem:* 

 While executing "Configure Cloud Connector" playbook on Satellite 6.7 server it does not honour HTTP Proxy setting.  

 Here is the output of playbook where we can see "Failed to connect to cert.cloud.redhat.com at port 443: [Errno 101] Network is unreachable\" error message  

   10: TASK [project-receptor.satellite_receptor_installer : Can connect to cloud.redhat.com] *** 
   11: fatal: [satellite.example.com]: FAILED! => {"changed": false, "msg": "Failed to connect to cert.cloud.redhat.com at port 443: [Errno 101] Network is unreachable", "status": -1, "url": "https://cert.cloud.redhat.com/api"} 
   12: 

 Using TCPdump customer has confirmed that the connection request to cert.cloud.redhat.com does not go through HTTP proxy 

 *Version-Release number of selected component (if applicable):* 
 Satellite 6.7 

 *How reproducible:* 
 Always when there is HTTP Proxy in the picture.  

 *Steps to Reproduce:* 
 1. Configure HTTP Proxy on the satellite server 
 2. Try to execute "Configure Cloud Connector" playbook on Satellite 6.7 to setup Cloud Connector  
 3.  

 *Actual results:* 
 Connection request does not go through HTTP Proxy server.  

 *Expected results:* 
 HTTP Proxy setting should be honoured while executing "Configure Cloud Connector" playbook. 

 *Additional info:* 
 There is an upstream issue: https://github.com/project-receptor/receptor/issues/191

Back