summaryrefslogtreecommitdiffstats
path: root/roles/etcd/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Updated README to reflect refactor. Moved firewall initialize into separate ↵Kenny Woodson2017-08-101-0/+3
| | | | file.
* Adding a default condition and removing unneeded defaults.Kenny Woodson2017-08-091-2/+0
|
* First attempt at refactor of os_firewallKenny Woodson2017-08-081-0/+11
|
* move etcd upgrade related code into etcd_upgrade roleJan Chaloupka2017-05-181-6/+0
|
* Refactor etcd rolesJan Chaloupka2017-04-281-1/+0
| | | | | | | | - 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
* Combined (squashed) commit for all changes related to adding Contiv support ↵Sanjeev Rampal2017-02-271-0/+1
| | | | 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 as system containerGiuseppe Scrivano2017-02-101-1/+1
| | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* Move os_firewall_allow from defaults to role dependencies.Andrew Butcher2016-06-011-6/+0
|
* Default os_firewall_use_firewalld to false in os_firewall and remove overrides.Andrew Butcher2016-05-021-1/+0
|
* Remove etcd_interface variable. Remove openshift_docker dependency from the ↵Andrew Butcher2016-04-201-1/+0
| | | | etcd role.
* Use openshift_hostname/openshift_ip values for etcd configuration and ↵Andrew Butcher2016-04-201-5/+5
| | | | certificates.
* Bug 1313169 - Ansible installer tries to enable etcd_container service even ↵Brenton Leanhardt2016-03-021-1/+1
| | | | though containerized=false
* Containerization work by @sdodsonScott Dodson2015-12-151-0/+1
|
* Fix etcd cert generation when etcd_interface is definedJason DeTiberus2015-11-021-8/+0
| | | | | | | | - 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
* Fix etcd default interfaceJason DeTiberus2015-07-171-1/+1
| | | | | - instead of hardcoding to eth0, use the interface associated with the ipv4 default route as the default instead.
* Etcd role updates and playbook updatesJason DeTiberus2015-07-101-6/+9
| | | | | | | | | | | | | | | | | | | | | - fix firewall conflict issues with co-located etcd and openshift hosts - added os_firewall dependency to etcd role - updated etcd template to better handle clustered and non-clustered installs - added etcd_ca role - generates a self-signed cert to manage etcd certificates, since etcd peer certificates are required to be client and server certs and the openshift ca will only generate client or server certs (not one authorized for both). - renamed openshift_etcd_certs role to etcd_certificates and updated it to manage certificates generated from the CA managed by the etcd_ca role - remove hard coded etcd_port in openshift_facts - updates for the openshift-etcd common playbook - removed etcd and openshift-etcd playbooks from the byo playbooks directory - added a common playbook for setting etcd launch facts - added an openshift-etcd common service playbook - removed unused variables - fixed tests for embedded_{etcd,dns,kube} in openshift_master - removed old workaround for reloading systemd units
* Add etcd role that builds out basic etcd clusterScott Dodson2015-07-101-0/+28
| | | | | | - Add initial etcd role - Add etcd playbook to create etcd client certs - Hookup master to etcd
* Cleanup empty role dirs/filesJason DeTiberus2015-02-241-2/+0
|
* Initial Commit. Sharing is caringKenny Woodson2014-09-161-0/+2