Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Relocate filter plugins to lib_utils | Michael Gugino | 2017-12-18 | 1 | -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. | ||||
* | Implement container runtime role | Michael Gugino | 2017-12-01 | 1 | -2/+0 |
| | |||||
* | Remove openshift_clock from meta depends | Michael Gugino | 2017-11-27 | 1 | -1/+0 |
| | | | | | This commit adds openshift_clock role to required plays instead of using meta_depends. | ||||
* | Enable openshift_clock role for openshift_master, openshift_node, and ↵ | Jeremiah Stuever | 2016-05-20 | 1 | -0/+1 |
| | | | | openshift_etcd | ||||
* | Use openshift_hostname/openshift_ip values for etcd configuration and ↵ | Andrew Butcher | 2016-04-20 | 1 | -1/+1 |
| | | | | certificates. | ||||
* | Docker role refactor | Jason DeTiberus | 2016-03-14 | 1 | -0/+18 |
- 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 |