summaryrefslogtreecommitdiff
path: root/roles/openshift_master/meta
AgeCommit message (Collapse)Author
2017-12-18Relocate filter plugins to lib_utilsMichael Gugino
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.
2017-12-05Fix hosted varsMichael Gugino
Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects.
2017-10-17Do not remove files for bootstrap if resolv or dns.Kenny Woodson
2017-09-13pull openshift_master deps out into a playJan Chaloupka
2017-09-06Remove openshift-commonMichael Gugino
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.
2017-08-08First attempt at refactor of os_firewallKenny Woodson
2017-03-27Use meta/main.yml for role dependenciesRussell Teague
2017-03-10nuage: Move role back to configSteve Milner
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
2017-02-27Combined (squashed) commit for all changes related to adding Contiv support ↵Sanjeev Rampal
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.
2017-01-16add configuration for build default+overrides settingsBen Parees
2017-01-09Move role dependencies out of playbooks for openshift_master, openshift_node ↵Andrew Butcher
and openshift_hosted.
2016-11-28Refactored to use Ansible systemd moduleRussell Teague
* 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
2016-08-02Refactor etcd certificates roles.Andrew Butcher
2016-07-29Move role dependencies to playbooks.Andrew Butcher
2016-07-20Re-arrange master and node role dependencies.Andrew Butcher
2016-07-20Refactor openshift certificates roles.Andrew Butcher
2016-05-30Revert openshift-certificates changes.Andrew Butcher
2016-05-26Merge pull request #1672 from jstuever/os_clocksJason DeTiberus
Add openshift_clock role
2016-05-20Enable openshift_clock role for openshift_master, openshift_node, and ↵Jeremiah Stuever
openshift_etcd
2016-05-19Consolidate ca/master/node certificates roles into openshift_certificates.Andrew Butcher
2016-05-11Remove old unused firewall rulesScott Dodson
2016-05-11Fix firewall rulesScott Dodson
2016-04-22Add global proxy configurationScott Dodson
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
2016-04-08Add openshift_hosted_facts role and remove hosted facts from openshift_common.Andrew Butcher
2016-04-05Downgrade to docker 1.8.2 if installing OSE < 3.2Scott Dodson
2016-03-31Bug 1320829 - Ensure docker installed for factsJason DeTiberus
- 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
2016-03-29Add AWS cloud provider support.Andrew Butcher
2016-03-14Docker role refactorJason DeTiberus
- 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
2015-12-15Add openshift_cli roleScott Dodson
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.
2015-08-26Atomic Enterprise related changes.Avesh Agarwal
2015-03-06Fix license nameJason DeTiberus
2015-02-24create openshift_common roleJason DeTiberus
- 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
2014-10-02Finish origin -> openshift renameJhon Honce