summaryrefslogtreecommitdiffstats
path: root/roles/etcd/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson2017-08-101-2/+2
| | | | file.
* Adding a default condition and removing unneeded defaults.Kenny Woodson2017-08-091-4/+4
|
* First attempt at refactor of os_firewallKenny Woodson2017-08-082-0/+44
|
* Fix etcd conditional check failureMarc Rooding2017-07-071-1/+2
|
* drop etcdctl before the etcd_container serviceJan Chaloupka2017-07-041-6/+6
| | | | | If the etcdctl is dropped after the etcd_container is enabled, label of /var/lib/etcd directory is set to var_lib_t instead of virt_sandbox_file_t.
* etcd, syscontainer: fix copy of existing datastoreGiuseppe Scrivano2017-07-031-2/+5
| | | | | | Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1466638 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* etcd, system_container: do not mask etcd_containerGiuseppe Scrivano2017-06-201-1/+8
| | | | | | Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1462087 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* etcd, system_container: do not enable system etcdGiuseppe Scrivano2017-06-201-2/+2
| | | | | | | if etcd is installed and it is not the system container, only unmask the service but do not enable it. Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* move etcd backup to etcd_common roleJan Chaloupka2017-06-141-1/+2
|
* etcd: system container defines ETCD_(PEER_)?TRUSTED_CA_FILEGiuseppe Scrivano2017-06-081-0/+2
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* etcd: unmask system container service before installing itGiuseppe Scrivano2017-06-081-0/+26
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* etcd: copy previous database when migrating to system containerGiuseppe Scrivano2017-06-081-0/+24
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* move etcdctl.yml from etcd to etcd_common roleJan Chaloupka2017-05-032-13/+3
|
* Don't double quote when conditionsScott Dodson2017-05-011-1/+1
|
* Refactor etcd rolesJan Chaloupka2017-04-282-62/+56
| | | | | | | | - introduce block and simplify when conditions - introduce config.yml so the self-standing etcd role can be run (e.g. to test etcd cluster deployment) - remove empty task files - skip dependency on openshift_etcd_ca - replace cert paths with their appropriate variables
* Use meta/main.yml for role dependenciesRussell Teague2017-03-271-4/+0
|
* add ability to specify an etcd versionMark McKinstry2017-03-082-2/+2
|
* Only set ownership to etcd for thirdparty datadirScott Dodson2017-03-021-1/+8
| | | | Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1428532
* Merge pull request #3393 from srampal/contivScott Dodson2017-03-011-3/+43
|\ | | | | Pull request for Contiv Ansible code integration into Openshift Ansible
| * Combined (squashed) commit for all changes related to adding Contiv support ↵Sanjeev Rampal2017-02-271-3/+43
| | | | | | | | 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.
* | etcd: use the new oc_atomic_container moduleGiuseppe Scrivano2017-02-281-47/+25
|/ | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* etcd: use as system containerGiuseppe Scrivano2017-02-102-4/+83
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Refactored to use Ansible systemd moduleRussell Teague2016-11-281-21/+11
| | | | | | * 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
* Refactor to use Ansible package moduleRussell Teague2016-11-172-2/+3
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* Drop /etc/profile.d/etcdctl.shScott Dodson2016-11-142-0/+14
| | | | | Includes bash functions for etcdctl2 and etcdctl3 which provide reasonable defaults for etcdctl functions on a host that's configured with openshift_etcd.
* tweak logicJason DeTiberus2016-09-261-2/+2
|
* test fix for systemd changesScott Dodson2016-09-261-2/+3
|
* Support for redeploying certificates.Andrew Butcher2016-08-111-24/+0
|
* Stop reporting changes when docker pull is already up to date.Devan Goodwin2016-07-201-0/+2
|
* Fix error with stopping services that may not exist.Devan Goodwin2016-06-021-6/+6
| | | | | | Causes a hard failure due to missing etcd/atomic-openshift-master services. Instead, check that the services exist before ensuring they're stopped/disabled.
* Use openshift_hostname/openshift_ip values for etcd configuration and ↵Andrew Butcher2016-04-201-20/+19
| | | | certificates.
* Bug 1320829 - Ensure docker installed for factsJason DeTiberus2016-03-311-1/+2
| | | | | | - 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
* Only mask etcd service for containerized installls when it's installedScott Dodson2016-03-151-1/+5
|
* improve ordering of systemd unitsJason DeTiberus2016-03-141-0/+4
|
* Ensure is_containerized is cast as bool.Andrew Butcher2016-03-141-1/+1
|
* remove version requirement from etcd, shouldn't be needed anymoreAdam Miller2016-02-221-1/+1
|
* Always pull docker imagesScott Dodson2016-01-071-16/+0
|
* Fix typo in etcd service status fact.Andrew Butcher2016-01-041-1/+1
|
* Fix restart handlers.Andrew Butcher2015-12-261-1/+1
|
* Add some guards to wait for images to be pulled before moving onScott Dodson2015-12-161-0/+10
|
* pull docker images only if not already presentJason DeTiberus2015-12-151-3/+8
|
* fixesJason DeTiberus2015-12-151-10/+7
|
* Containerization work by @sdodsonScott Dodson2015-12-151-2/+36
|
* Initial containerization work from @ibottyTobias Florek2015-12-151-1/+1
| | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* Remove yum / dnf duplicationScott Dodson2015-12-091-6/+1
|
* Fedora changes:Adam Miller2015-12-021-0/+5
| | | | | | | | | | | | | - ansible bootstrap playbook for Fedora 23+ - add conditionals to handle yum vs dnf - add Fedora OpenShift COPR - update BYO host README for repo configs and fedora bootstrap Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml rebase on master, update package cache refresh handler for yum vs dnf Fix typo in etcd README, remove unnecessary parens in openshift_node main.yml
* Fix etcd cert generation when etcd_interface is definedJason DeTiberus2015-11-021-2/+10
| | | | | | | | - Refactor certificate generation to properly accept overrides of etcd_interface per host and set the certificate SANS and peer URLs properly. - Add sanity checking to user-set values of etcd_interface to provide a better error message
* UpgradesScott Dodson2015-09-231-0/+1
|
* Require etcd 2.*Scott Dodson2015-08-131-1/+1
| | | | | | | Fixes #422 When etcd-2.1 is available in RHEL7 / Centos 7 we'll bumpt to that as it's considerably more stable with regard to WAL corruption and recovery.
* add pauses to avoid service restarts from interfering with initial startup ↵Jason DeTiberus2015-07-151-1/+3
| | | | bootstrapping