summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/meta
Commit message (Collapse)AuthorAgeFilesLines
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-1/+0
| | | | | | | | | | | | | | 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.
* Fix hosted varsMichael Gugino2017-12-051-0/+1
| | | | | | Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
* Do not remove files for bootstrap if resolv or dns.Kenny Woodson2017-10-171-0/+1
|
* pull openshift_master deps out into a playJan Chaloupka2017-09-131-16/+0
|
* Remove openshift-commonMichael Gugino2017-09-061-1/+1
| | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
* First attempt at refactor of os_firewallKenny Woodson2017-08-081-15/+1
|
* Use meta/main.yml for role dependenciesRussell Teague2017-03-271-0/+1
|
* nuage: Move role back to configSteve Milner2017-03-101-2/+0
| | | | | | | | | d113f03 moved role dependencies out of playbooks. However, this ended up causing the masters to not be configured before the nuage steps required configured masters. This change moves the nuage specific change in d113f03 back to the config. Resolves #3583
* Combined (squashed) commit for all changes related to adding Contiv support ↵Sanjeev Rampal2017-02-271-0/+3
| | | | into Openshift Ansible. This is the first (beta) release of Contiv with Openshift and is only supported for Openshift Origin + Bare metal deployments at the time of this commit. Please refer to the Openshift and Contiv official documentation for details of the level of support for different features and modes of operation.
* add configuration for build default+overrides settingsBen Parees2017-01-161-0/+1
|
* Move role dependencies out of playbooks for openshift_master, openshift_node ↵Andrew Butcher2017-01-091-1/+30
| | | | and openshift_hosted.
* Refactored to use Ansible systemd moduleRussell Teague2016-11-281-1/+1
| | | | | | * Ansible systemd module used in place of service module * Refactored command tasks which are no longer necessary * Applying rules from openshift-ansible Best Practices Guide
* 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