Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dependencies to ensure repos are available before openshift_master_* ↵ | Jason DeTiberus | 2015-07-17 | 1 | -0/+1 |
| | | | | and etcd_* roles are run | ||||
* | Fix etcd default interface | Jason DeTiberus | 2015-07-17 | 1 | -1/+1 |
| | | | | | - instead of hardcoding to eth0, use the interface associated with the ipv4 default route as the default instead. | ||||
* | add pauses to avoid service restarts from interfering with initial startup ↵ | Jason DeTiberus | 2015-07-15 | 1 | -1/+3 |
| | | | | bootstrapping | ||||
* | Etcd role updates and playbook updates | Jason DeTiberus | 2015-07-10 | 4 | -12/+57 |
| | | | | | | | | | | | | | | | | | | | | | - 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 cluster | Scott Dodson | 2015-07-10 | 6 | -0/+149 |
| | | | | | | - Add initial etcd role - Add etcd playbook to create etcd client certs - Hookup master to etcd | ||||
* | Removed cloud.rb and it's associated libraries as it's no longer used. Also ↵ | Thomas Wiest | 2015-05-27 | 5 | -219/+0 |
| | | | | removed etcd role. | ||||
* | Cleanup empty role dirs/files | Jason DeTiberus | 2015-02-24 | 2 | -4/+0 |
| | |||||
* | Initial Commit. Sharing is caring | Kenny Woodson | 2014-09-16 | 7 | -0/+223 |