| Summary: | [RFE] The OpenShift provider should use the proxy configured in CloudForms | |||
|---|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | kpichard | |
| Component: | Providers | Assignee: | Erez Freiberger <efreiber> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jaroslav Henner <jhenner> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.5.0 | CC: | cpelland, dajohnso, dron, efreiber, fsimonce, gblomqui, jfrey, jhardy, kpichard, obarenbo, simaishi, srevivo | |
| Target Milestone: | GA | Keywords: | FutureFeature, TestOnly, ZStream | |
| Target Release: | 5.7.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | container:openshift | |||
| Fixed In Version: | 5.7.0.0 | Doc Type: | Enhancement | |
| Doc Text: |
Cause:
Consequence:
Fix:
Result:
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1334376 1346991 1356972 (view as bug list) | Environment: | ||
| Last Closed: | 2017-01-11 19:56:27 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: | 1334376, 1346991, 1356972 | |||
|
Description
kpichard
2016-02-22 12:44:09 UTC
(In reply to kpichard from comment #0) > Description of problem: > > I have connected a Cloudforms to Openshift and I need to use proxy to > connect to metrics host. > After setting a proxy on Cloudforms EVM through interface like below kpichard is the inventory collection using that proxy? I'd expect that both inventory and metrics would (or wouldn't) be using the proxy. Hello Federico, I can confirm that both are not currently using the proxy. In fact provider isn't accessible through the proxy as it's a private name used for the moment. I don't get why the proxy is not used after setup the configuration to use proxy then reboot evmserver. Can I do something more to check proxy configuration on cloudforms ? Kévin Greg, remind us, the proxy is used only for AWS at this time? At the moment it seems that this should be handled as a feature request. Federico, yeah, we can change it to RFE, that's fine. To give you more information on this, currently we have setup a work arround by setting the ip address on the hosts file. But this is a dirty patch avoiding to path throught the proxy and to avoid this issue. Have you managed to test proxy for openshift ? Kévin cfme-5.7.0.0-1.el7cf.x86_64 Configured the http_proxy in /var/www/miq/vmdb/config/settings.yml on the CFME, then I tried to verify the connection using hostname refering to the openshift master. I made sure to have these config lines to squid.conf acl SSL_ports port 443 acl Safe_ports port 443 # https acl SSL_ports port 8443 # https acl Safe_ports port 8443 # https http_access deny !Safe_ports http_access deny CONNECT !SSL_ports I have added that hostname to /etc/hosts on the proxy. The verify button in the CFME produced 1477330876.651 31 X.Y.Z.95 TCP_TUNNEL/200 2345 CONNECT ose3-master-ki4mb:443 - HIER_DIRECT/A.B.C.2 - 1477330879.833 12 X.Y.Z.95 TCP_TUNNEL/200 2714 CONNECT ose3-master-ki4mb:8443 - HIER_DIRECT/A.B.C.2 - In the squid log. Verification succeed. |