diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-05-10 16:08:58 -0400 |
---|---|---|
committer | Jason DeTiberus <detiber@gmail.com> | 2016-05-10 16:08:58 -0400 |
commit | 88806a06a55f4eb5eb82493087660834e228c389 (patch) | |
tree | cd243287e8b60bf04155efefa09de7a6e1adf26d /inventory | |
parent | 3f6b49eff445ef1fbd16c8d8a24cd7ce247dd528 (diff) | |
parent | 83f9edc249db6b629f6f6fdb19d1c363f70133eb (diff) | |
download | openshift-88806a06a55f4eb5eb82493087660834e228c389.tar.gz openshift-88806a06a55f4eb5eb82493087660834e228c389.tar.bz2 openshift-88806a06a55f4eb5eb82493087660834e228c389.tar.xz openshift-88806a06a55f4eb5eb82493087660834e228c389.zip |
Merge pull request #1828 from sdodson/bz1330920
Fix openshift_generate_no_proxy_hosts boolean
Diffstat (limited to 'inventory')
-rw-r--r-- | inventory/byo/hosts.aep.example | 2 | ||||
-rw-r--r-- | inventory/byo/hosts.origin.example | 2 | ||||
-rw-r--r-- | inventory/byo/hosts.ose.example | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/inventory/byo/hosts.aep.example b/inventory/byo/hosts.aep.example index c18a423bf..d3ed9a444 100644 --- a/inventory/byo/hosts.aep.example +++ b/inventory/byo/hosts.aep.example @@ -367,7 +367,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # etcd hosts. So automatically add those hostnames to the openshift_no_proxy list. # If all of your hosts share a common domain you may wish to disable this and # specify that domain above. -#openshift_generate_no_proxy_hosts: True +#openshift_generate_no_proxy_hosts=True # # These options configure the BuildDefaults admission controller which injects # environment variables into Builds. These values will default to their diff --git a/inventory/byo/hosts.origin.example b/inventory/byo/hosts.origin.example index 28298d940..bfacad8af 100644 --- a/inventory/byo/hosts.origin.example +++ b/inventory/byo/hosts.origin.example @@ -372,7 +372,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # etcd hosts. So automatically add those hostnames to the openshift_no_proxy list. # If all of your hosts share a common domain you may wish to disable this and # specify that domain above. -#openshift_generate_no_proxy_hosts: True +#openshift_generate_no_proxy_hosts=True # # These options configure the BuildDefaults admission controller which injects # environment variables into Builds. These values will default to their diff --git a/inventory/byo/hosts.ose.example b/inventory/byo/hosts.ose.example index 38adfe572..a4b5c3320 100644 --- a/inventory/byo/hosts.ose.example +++ b/inventory/byo/hosts.ose.example @@ -368,7 +368,7 @@ openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', # etcd hosts. So automatically add those hostnames to the openshift_no_proxy list. # If all of your hosts share a common domain you may wish to disable this and # specify that domain above. -#openshift_generate_no_proxy_hosts: True +#openshift_generate_no_proxy_hosts=True # # These options configure the BuildDefaults admission controller which injects # environment variables into Builds. These values will default to their |