Bug 1330920 - [Behind Proxy] The variable of "openshift_generate_no_proxy_hosts" should be in key=value form in example inventory files
Summary: [Behind Proxy] The variable of "openshift_generate_no_proxy_hosts" should be ...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.2.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: Ma xiaoqiang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-27 10:28 UTC by Gan Huang
Modified: 2017-01-22 02:48 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Cause: The example inventories used the incorrect syntax for openshift_generate_no_proxy_hosts. Consequence: If you had copied and pasted the example syntax it would not have taken affect. Fix: The example inventories have been updated with the correct syntax for setting openshift_generate_no_proxy_hosts. Result:
Clone Of:
Environment:
Last Closed: 2016-06-07 10:55:23 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2016:1208 0 normal SHIPPED_LIVE Red Hat OpenShift Enterprise atomic-openshift-utils bug fix update 2016-06-07 14:55:01 UTC

Description Gan Huang 2016-04-27 10:28:09 UTC
Description of problem:
In inventory hsots example file, the variable of openshift_generate_no_proxy_hosts is showed in a incorrect form:
#openshift_generate_no_proxy_hosts: True

Version-Release number of selected component (if applicable):
atomic-openshift-utils-3.0.86-1.git.0.e221ac1.el7.noarch

How reproducible:
Always

Steps to Reproduce:
1.In inventory hosts file,set "openshift_generate_no_proxy_hosts: False" accorrding to the example file.
2.Run "ansible-playbook -i hosts  /usr/share/ansible/openshift-ansible/playbooks/byo/config.yml"


Actual results:
ERROR: hosts:66: variables assigned to group must be in key=value form

Expected results:
Showing the correct form in example inventory hosts files.

Additional info:

Comment 1 Scott Dodson 2016-04-27 17:47:28 UTC
Proposed fix https://github.com/openshift/openshift-ansible/pull/1828

Comment 3 Gan Huang 2016-05-18 07:09:12 UTC
Verified with openshift-ansible-docs-3.0.90

[root@xxx ~]# grep -nir "openshift_generate_no_proxy" /usr/share/doc/openshift-ansible-docs-3.0.90/docs/
/usr/share/doc/openshift-ansible-docs-3.0.90/docs/example-inventories/hosts.aep.example:394:#openshift_generate_no_proxy_hosts=True
/usr/share/doc/openshift-ansible-docs-3.0.90/docs/example-inventories/hosts.origin.example:399:#openshift_generate_no_proxy_hosts=True
/usr/share/doc/openshift-ansible-docs-3.0.90/docs/example-inventories/hosts.ose.example:395:#openshift_generate_no_proxy_hosts=True

Comment 5 errata-xmlrpc 2016-06-07 10:55:23 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/RHBA-2016:1208


Note You need to log in before you can comment on or make changes to this bug.