summaryrefslogtreecommitdiffstats
path: root/playbooks/openshift-etcd
Commit message (Collapse)AuthorAgeFilesLines
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-203-5/+5
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-187-23/+21
| | | | | | | | | | | | | | 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.
* Deprecate using Ansible tests as filtersRussell Teague2017-12-142-2/+2
|
* Remove unneeded embedded etcd logicMichael Gugino2017-12-082-5/+0
| | | | | Removing some remaining embedded etcd facts except for the migration plays.
* Merge pull request #6278 from mgugino-upstream-stage/service_typeMichael Gugino2017-12-082-3/+3
|\ | | | | Remove openshift.common.service_type
| * Remove openshift.common.service_typeMichael Gugino2017-12-072-3/+3
| | | | | | | | | | | | | | | | This commit removes openshift.common.service_type in favor of openshift_service_type. This commit also removes r_openshift_excluder_service_type from plays in favor of using the role's defaults.
* | Add os_firewall to prerequisites.ymlMichael Gugino2017-12-071-1/+0
|/ | | | | | | This needs to be in place for crio. This role only installs and enables iptables, thus should only be run once.
* Playbook Consolidation - etcd UpgradeRussell Teague2017-12-0516-39/+199
|
* Playbook Consolidation - Redeploy CertificatesRussell Teague2017-12-015-0/+152
|
* Remove openshift_clock from meta dependsMichael Gugino2017-11-272-0/+2
| | | | | This commit adds openshift_clock role to required plays instead of using meta_depends.
* Include Deprecation - openshift-etcdRussell Teague2017-11-2210-22/+22
|
* Cleanup etcd runtime variable.Michael Gugino2017-11-217-32/+6
| | | | Cleaning out reference to etcd_runtime in openshift facts.
* Playbook Consolidation - openshift-etcdRussell Teague2017-11-1618-0/+568