summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/meta
Commit message (Collapse)AuthorAgeFilesLines
* Move os_firewall out of openshift_commonScott Dodson2016-05-111-0/+1
|
* Add openshift_node_dnsmasqScott Dodson2016-04-191-0/+3
|
* Bug 1320829 - Ensure docker installed for factsJason DeTiberus2016-03-311-1/+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-1/+2
| | | | | | | | | | | | | | | - 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
* fixesJason DeTiberus2015-12-151-1/+0
|
* Various HA changes for pacemaker and native methods.Andrew Butcher2015-11-051-0/+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
* - Rename minion to nodeJhon Honce2015-02-161-0/+124
- Update playbooks to support latest code