summaryrefslogtreecommitdiffstats
path: root/roles/openshift_builddefaults/vars
Commit message (Collapse)AuthorAgeFilesLines
* treat force_pull as a boolBen Parees2017-01-231-1/+0
| | | | bug https://bugzilla.redhat.com/show_bug.cgi?id=1414756
* add configuration for build default+overrides settingsBen Parees2017-01-161-2/+14
|
* Add lower case proxy variablesPascal Bach2016-06-091-0/+6
| | | | | | | | Some applications expect the *_PROXY variables to be lower case. To support this too inject them in addition to the upper case ones. Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Reviewed-by: Fabio Huser <fabio.huser@siemens.com>
* Add global proxy configurationScott Dodson2016-04-221-0/+15
Configures HTTP_PROXY, HTTPS_PROXY, NO_PROXY for master and docker services. Configugres BuildDefaults Admission controller for master to automatically insert proxy environment configuration into build environments. To use set at least these variables - openshift_http_proxy - openshift_https_proxy NO_PROXY entries will automatically be configured for hostnames of all openshift hosts. You may specify additional NO_PROXY hosts or patterns by setting `openshift_no_proxy` If you wish to disable automatic generation of NO_PROXY hosts you may set `openshift_generate_no_proxy_hosts` to False. If you wish to have different builddefaults proxy configuration than baseline proxy configuration set these variables - openshift_builddefaults_http_proxy - openshift_builddefaults_https_proxy - openshift_builddefaults_no_proxy - openshift_builddefaults_git_http_proxy - openshift_builddefaults_git_https_proxy