summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* zbx item now uses key as default name. Clean up.Kenny Woodson2015-08-121-1/+1
|
* Zabbix IdempotencyKenny Woodson2015-08-1111-382/+1286
|
* Use the official redhat registry for onlineWesley Hearn2015-08-101-2/+1
|
* take number of nodes into account when pausingStefanie Forrester2015-08-071-2/+2
|
* added pause before td-agent restartStefanie Forrester2015-08-061-0/+3
|
* Reduce heartbeat frequency to 500ms to reduce etcd cpu loadScott Dodson2015-08-051-2/+2
| | | | | | | Per https://github.com/coreos/etcd/pull/3097 reduce heartbeat to 500ms until we can ensure etcd 2.1 is in use Reduces the impact of but doesn't fix BZ1250310
* Add LDAPPasswordIdentityProvider bits to identity_provider_config macro.Andrew Butcher2015-07-311-0/+14
|
* Add support for setting routingConfig:subdomainJason DeTiberus2015-07-282-1/+2
|
* Bug 1247461 - Fixing github triggers for the xpaas templatesBrenton Leanhardt2015-07-2826-26/+26
|
* Add a pause after node startup to prevent restart handler from interfering ↵Jason DeTiberus2015-07-241-0/+5
| | | | with sdn configuration
* Merge pull request #390 from sdodson/updated-examplesBrenton Leanhardt2015-07-2442-331/+362
|\ | | | | Updated examples content
| * Updated examplesScott Dodson2015-07-2442-331/+362
| |
* | Copy more master certs for HA masterJason DeTiberus2015-07-231-0/+16
|/
* Fix generation of node certificatesJason DeTiberus2015-07-221-1/+1
|
* Add masterCA to ServiceAccountConfigScott Dodson2015-07-211-0/+1
|
* Merge pull request #374 from detiber/ha_masterBrenton Leanhardt2015-07-202-5/+5
|\ | | | | properly test openshift_master_ha var
| * properly test openshift_master_ha varJason DeTiberus2015-07-202-5/+5
| |
* | Merge pull request #362 from sdodson/issue361Brenton Leanhardt2015-07-201-0/+1
|\ \ | | | | | | Issue361 - MatchNodeSelector should be first
| * | Issue361 - MatchNodeSelector should be firstScott Dodson2015-07-171-0/+1
| | |
* | | Merge pull request #365 from detiber/ha_masterThomas Wiest2015-07-194-3/+4
|\ \ \ | | |/ | |/| Update dependencies to ensure repos are available before openshift_master_* and etcd_* roles are run
| * | Update dependencies to ensure repos are available before openshift_master_* ↵Jason DeTiberus2015-07-174-3/+4
| | | | | | | | | | | | and etcd_* roles are run
* | | Merge pull request #363 from detiber/ha_masterThomas Wiest2015-07-171-1/+2
|\| | | | | | | | Add an initial delay for clustered HA startup verification
| * | Add an initial delay for clustered HA startup verificationJason DeTiberus2015-07-171-1/+2
| | |
* | | Merge pull request #264 from lhuard1A/rhel_subscriptionThomas Wiest2015-07-173-0/+39
|\ \ \ | | | | | | | | Implement RHEL subscription for enterprise deployment type
| * | | Implement RHEL subscription for enterprise deployment typeLénaïc Huard2015-07-173-0/+39
| | |/ | |/|
* | | Merge pull request #354 from nekop/remove-betaThomas Wiest2015-07-174-4/+4
|\ \ \ | | | | | | | | Replace outdated beta repo ids with 3.0 release
| * | | Replace outdated beta repo ids with 3.0 releaseTakayoshi Kimura2015-07-174-4/+4
| |/ /
* | | Merge pull request #356 from jjungnickel/patch-2Thomas Wiest2015-07-171-0/+1
|\ \ \ | |_|/ |/| | Also exclude Ansible 1.9.0.1
| * | Update main.ymlJan Jungnickel2015-07-171-0/+1
| |/ | | | | 1.9.0.1 failed with IndentationError
* | fix typoJason DeTiberus2015-07-171-1/+1
| |
* | Add explicit timeouts to ha master resourceJason DeTiberus2015-07-171-1/+1
| |
* | Initial HA masterJason DeTiberus2015-07-1713-15/+192
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Ability to specify multiple masters - configures the CA only a single time on the first master - creates and distributes additional certs for additional master hosts - Depending on the status of openshift_master_cluster_defer_ha (defaults to False) one of two actions are taken when multiple masters are defined 1. If openshift_master_cluster_defer_ha is true a. Certs/configs for all masters are deployed b. openshift-master service is only started and enabled on the master c. HA configuration is expected to be handled by the user manually after the completion of the playbook run. 2. If oepnshift_master_cluster_defer_ha is false or undefined a. Certs/configs for all masters are deployed b. a Pacemaker/RHEL HA cluster is configured i. VIPs are configured based on the values of openshift_master_cluster_vip and openshift_master_cluster_plublic_vip ii. The openshift-master service is configured as an active/passive cluster service
* | 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.
* Merge pull request #347 from detiber/fixHostnameFactThomas Wiest2015-07-161-1/+1
|\ | | | | Fix hostname default when valid hostname not found on system
| * Fix hostname default when valid hostname not found on systemJason DeTiberus2015-07-141-1/+1
| |
* | Merge pull request #341 from detiber/sdodson-etcd-playbookThomas Wiest2015-07-1635-623/+698
|\ \ | | | | | | External clustered etcd support
| * | add pauses to avoid service restarts from interfering with initial startup ↵Jason DeTiberus2015-07-152-1/+8
| | | | | | | | | | | | bootstrapping
| * | Playbook updates for clustered etcdJason DeTiberus2015-07-1012-13/+167
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add support to bin/cluster for specifying etcd hosts - defaults to 0, if no etcd hosts are selected, then configures embedded etcd - Updates for the byo inventory file for etcd and master as node by default - Consolidation of cluster logic more centrally into common playbook - Added etcd config support to playbooks - Restructured byo playbooks to leverage the common openshift-cluster playbook - Added support to common master playbook to generate and apply external etcd client certs from the etcd ca - start of refactor for better handling of master certs in a multi-master environment. - added the openshift_master_ca and openshift_master_certificates roles to manage master certs instead of generating them in the openshift_master role - added etcd host groups to the cluster update playbooks - aded better handling of host groups when they are either not present or are empty. - Update AWS readme
| * | Etcd role updates and playbook updatesJason DeTiberus2015-07-1022-80/+348
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | Remove outdated openshift_register_nodes roleJason DeTiberus2015-07-105-606/+0
| | |
| * | Add etcd role that builds out basic etcd clusterScott Dodson2015-07-1012-3/+255
| | | | | | | | | | | | | | | | | | - Add initial etcd role - Add etcd playbook to create etcd client certs - Hookup master to etcd
* | | Adding ignore feature for idempotencyKenny Woodson2015-07-101-7/+19
|/ /
* | Bug 1241342 - Adding retry logic to handle node registration race conditionsBrenton Leanhardt2015-07-101-0/+9
| |
* | update repo to real ose releaseTroy Dawson2015-07-081-3/+3
| |
* | Merge pull request #319 from brenton/masterThomas Wiest2015-07-072-3/+0
|\ \ | |/ |/| fixes for node scheduleability
| * Removing unneeded delegate_to callsBrenton Leanhardt2015-06-302-3/+0
| |
* | Changes related to latest openshift.Avesh Agarwal2015-06-301-2/+4
|/
* Merge pull request #312 from sdodson/xpaas_updatesBrenton Leanhardt2015-06-3034-619/+1881
|\ | | | | Xpaas updates
| * Sync xpaas examples with githubScott Dodson2015-06-2934-619/+1881
| |
* | The manage_node commands should only run on the first masterBrenton Leanhardt2015-06-291-0/+11
| |