Description of problem: If using in the inventory file something like openshift_http_proxy=http://10.10.10.10:8080 openshift_https_proxy=http://10.10.10.10:8080 openshift_no_proxy=10.1.0.0/16,172.30.0.0/16,test.example.com I see the Docker proxy settings being created correctly. However, if using: #openshift_http_proxy=http://10.10.10.10:8080 #openshift_https_proxy=http://10.10.10.10:8080 openshift_no_proxy=10.1.0.0/16,172.30.0.0/16,test.example.com the resulting Docker configuration is broken: NO_PROXY='1,0,.,1,.,0,.,0,/,1,6,,,1,7,2,.,3,0,.,0,.,0,/,1,6,,,t,e,s,t,.,e,x,a,m,p,l,e,.,c,o,m' Clearly defining openshift_no_proxy only may not be helpful but the end result should not be like above.
Which installer version are you using?
Seeing this with latest official 3.3/3.4 packages, e.g., 3.4.44-1.git.0.efa61c6.el7. Thanks.
Proposed fix https://github.com/openshift/openshift-ansible/pull/3131
Fixed the merge conflicts and re-running the jenkins tests now.
Rerunning the test suites on this now. Maybe they'll pass this time.
Testing is running on this again.
Verified with openshift-ansible-3.6.135-1.git.0.5533fe3.el7.noarch.rpm #cat inventory_hosts <--snip--> openshift_no_proxy=".cluster.local,.lab.sjc.redhat.com,10.1.0.0/16,172.30.0.0/16" <--snip--> Installation succeed and no_proxy created correctly # grep 'NO_PROXY' /etc/sysconfig/docker NO_PROXY='.cluster.local,.lab.sjc.redhat.com,.svc,10.1.0.0/16,172.30.0.0/16,ip-172-18-9-154.ec2.internal'
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/RHEA-2017:1716