summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/meta
Commit message (Collapse)AuthorAgeFilesLines
* Refactor etcd certificates roles.Andrew Butcher2016-08-021-1/+0
|
* Move role dependencies to playbooks.Andrew Butcher2016-07-291-29/+2
|
* Re-arrange master and node role dependencies.Andrew Butcher2016-07-201-2/+0
|
* Refactor openshift certificates roles.Andrew Butcher2016-07-201-1/+2
|
* Revert openshift-certificates changes.Andrew Butcher2016-05-301-1/+0
|
* Merge pull request #1672 from jstuever/os_clocksJason DeTiberus2016-05-261-0/+1
|\ | | | | Add openshift_clock role
| * Enable openshift_clock role for openshift_master, openshift_node, and ↵Jeremiah Stuever2016-05-201-0/+1
| | | | | | | | openshift_etcd
* | Consolidate ca/master/node certificates roles into openshift_certificates.Andrew Butcher2016-05-191-0/+1
|/
* Remove old unused firewall rulesScott Dodson2016-05-111-5/+0
|
* Fix firewall rulesScott Dodson2016-05-111-0/+27
|
* Add global proxy configurationScott Dodson2016-04-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Add openshift_hosted_facts role and remove hosted facts from openshift_common.Andrew Butcher2016-04-081-0/+1
|
* Downgrade to docker 1.8.2 if installing OSE < 3.2Scott Dodson2016-04-051-0/+1
|
* Bug 1320829 - Ensure docker installed for factsJason DeTiberus2016-03-311-0/+1
| | | | | | - gather facts requiring docker only if docker is present and running - Update reference to etcd role in playbooks/common/openshift-etcd/config.yml to use openshift_etcd
* Add AWS cloud provider support.Andrew Butcher2016-03-291-0/+1
|
* Docker role refactorJason DeTiberus2016-03-141-2/+1
| | | | | | | | | | | | | | | - refactors the docker role to push generic config into docker role and wrap openshift specific variables into an openshift_docker role and it's dependent openshift_docker_facts role - adds support for setting --confirm-def-push flag (Resolves https://github.com/openshift/openshift-ansible/issues/1014) - moves docker related facts from common/node roles to a new docker role - renames cli_docker_* role varialbes to openshift_docker-* (maintaining backward compatibility) - update role dependencies to pull in openshift_docker conditionally based on is_containerized - remove playbooks/common/openshift-docker since the docker role is now conditionally included
* Add openshift_cli roleScott Dodson2015-12-151-0/+1
| | | | | | This role ensures that the clients package is installed or if it's a containerized install places a wrapper script in /usr/local/bin/openshift and symlinks for oc, oadm, and kubectl.
* Atomic Enterprise related changes.Avesh Agarwal2015-08-261-1/+1
|
* Fix license nameJason DeTiberus2015-03-061-1/+1
|
* create openshift_common roleJason DeTiberus2015-02-241-122/+13
| | | | | | | | | | | - move common openshift logic into openshift_common - set openshift_common as a dependency for openshift_node and openshift_master - rename role variables to openshift_* to be more descriptive - start recording local_facts on the openshift hosts - clean up firewalld config to be a bit more dry - Update firewall ports for https, make sure http rules are removed - Replace references to ansible_eth0.ipv4.address with ansible_default_ipv4.address
* Finish origin -> openshift renameJhon Honce2014-10-021-0/+124