summaryrefslogtreecommitdiffstats
path: root/roles/openshift_builddefaults
Commit message (Collapse)AuthorAgeFilesLines
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-0/+1
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Remove unused openshift_env_structures and openshift_envMichael Gugino2017-12-071-5/+0
| | | | This component of openshift_facts is no longer used.
* 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-162-2/+15
|
* YAML LintingRussell Teague2016-12-121-2/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* 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 oo_merge_hostvars filter for merging host & play variables.Andrew Butcher2016-05-041-4/+2
|
* Replace hostvars with vars for openshift env facts when ansible >= v2.Andrew Butcher2016-05-031-1/+3
|
* Add global proxy configurationScott Dodson2016-04-223-0/+54
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