Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use openshift_is_containerized instead of openshift_is_atomic when ↵ | Vadim Rutkovsky | 2018-01-18 | 1 | -1/+1 |
| | | | | | | installing etcd This allows non-Atomic hosts to be used to install containerized etcd | ||||
* | Remove openshift.common.{is_atomic|is_containerized} | Michael Gugino | 2017-12-20 | 1 | -1/+1 |
| | | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase. | ||||
* | Deprecate using Ansible tests as filters | Russell Teague | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | retry package operations | Luke Meyer | 2017-11-30 | 1 | -0/+2 |
| | | | | | | When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default). | ||||
* | migrate embedded etcd to external etcd | Jan Chaloupka | 2017-10-06 | 3 | -1/+37 |
| | |||||
* | Fix typo in drop_etcdctl.yml | Michael Hanselmann | 2017-09-27 | 1 | -1/+1 |
| | | | | s/alises/aliases/ says everything. | ||||
* | consolidate etcd_common role | Jan Chaloupka | 2017-09-25 | 1 | -0/+12 |
| | |||||
* | consolidate etcd_migrate role | Jan Chaloupka | 2017-09-22 | 1 | -0/+5 |