summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #680 from liggitt/master_caBrenton Leanhardt2015-10-131-0/+1
|\ | | | | Add masterCA to oauth template
| * Add masterCA to oauth templateJordan Liggitt2015-10-091-0/+1
| |
* | Merge pull request #687 from mwoodson/zabbizMatt Woodson2015-10-121-2/+20
|\ \ | | | | | | added the dynamic items to track free inodes
| * | added the dynamic items to track free inodesMatt Woodson2015-10-121-2/+20
| |/
* | Merge pull request #658 from menren/gce-supportThomas Wiest2015-10-123-3/+3
|\ \ | |/ |/| GCE-support
| * fix : (node) labels defaults correctly to the variable openshift_node_labels ↵Chengcheng Mu2015-10-091-1/+1
| | | | | | | | when oo_option returns an empty list
| * Revert "Revert "GCE support""Chengcheng Mu2015-10-063-3/+3
| | | | | | | | This reverts commit 3073d1f729f9dcd202088f6b318b465567c6344b.
* | Raising limits to 90 and 85 for disk usageKenny Woodson2015-10-091-4/+4
| |
* | Merge pull request #635 from abutcher/bz1258243Brenton Leanhardt2015-10-092-4/+4
|\ \ | | | | | | Bug 1258243: Use lower() filter for node hostname
| * | Use lower() filter for node hostnameAndrew Butcher2015-10-082-4/+4
| |/
* | Merge pull request #677 from stenwt/sturpin-2015-10-08-ovs-monitorSten Turpin2015-10-082-24/+26
|\ \ | | | | | | moved vswitch from master to node
| * | moved vswitch from master to nodeSten Turpin2015-10-082-24/+26
| | |
* | | Merge pull request #676 from stenwt/sturpin-2015-10-08-ovs-monitorSten Turpin2015-10-081-1/+1
|\| | | | | | | | fixed not equals syntax
| * | fixed not equals syntaxSten Turpin2015-10-081-1/+1
| | |
* | | Merge pull request #675 from stenwt/sturpin-2015-10-08-ovs-monitorSten Turpin2015-10-081-0/+22
|\| | | | | | | | added items + triggers for ovs tests
| * | added items + triggers for ovs testsSten Turpin2015-10-081-0/+22
| | |
* | | Merge pull request #674 from kwoodson/zabagentKenny Woodson2015-10-083-0/+34
|\ \ \ | |/ / |/| | Adding zabbix agent template to config management
| * | Adding zabbix agent templateKenny Woodson2015-10-083-0/+34
| | |
* | | fixed spacingSten Turpin2015-10-081-5/+5
| | |
* | | added running podsSten Turpin2015-10-081-0/+6
| | |
* | | Merge pull request #672 from kwoodson/zbxmediafixKenny Woodson2015-10-081-0/+3
|\ \ \ | | | | | | | | Fixed a bug where we are updating where we should be creating.
| * | | Fixed user media bug where we would update media when we really wanted to ↵Kenny Woodson2015-10-081-0/+3
| | | | | | | | | | | | | | | | create.
* | | | removed static xvda checksMatt Woodson2015-10-081-32/+0
| |/ / |/| |
* | | Merge pull request #633 from robotmaxtron/mwhittin-cluster-user-countThomas Wiest2015-10-081-0/+12
|\ \ \ | | | | | | | | Zabbix check and trigger for user count
| * | | Changed trigger to only info alert if users is at 0Max Whittingham2015-10-051-1/+1
| | | |
| * | | Zabbix check and trigger for user countMax Whittingham2015-09-301-0/+12
| | | |
* | | | Fixed a bug where applicationids were not being filtered properlyKenny Woodson2015-10-071-3/+3
| |/ / |/| |
* | | Zabbix server template addedKenny Woodson2015-10-073-0/+441
| | |
* | | Merge pull request #660 from sdodson/updated-registry-factsBrenton Leanhardt2015-10-071-4/+4
|\ \ \ | |_|/ |/| | Updated registry fact with latest deployment_type mappings
| * | Updated registry fact with latest deployment_type mappingsScott Dodson2015-10-061-4/+4
| | |
* | | Merge pull request #657 from liggitt/schedulerBrenton Leanhardt2015-10-061-0/+2
|\ \ \ | |/ / |/| | Add kind/apiVersion to scheduler.json template
| * | Add kind/apiVersion to scheduler.json templateJordan Liggitt2015-10-051-0/+2
| | |
* | | Merge pull request #653 from arsogukpinar/masterBrenton Leanhardt2015-10-061-2/+2
|\ \ \ | |/ / |/| | Fix for name conflict
| * | Fix for name conflictAli Sogukpinar2015-10-051-2/+2
| | | | | | | | | Template name is conflicting with the template name from 'eap6-basic-sti.json' .
* | | Revert "GCE support"Thomas Wiest2015-10-053-3/+3
|/ /
* | Merge pull request #641 from menren/gce-supportThomas Wiest2015-10-053-3/+3
|\ \ | | | | | | GCE support
| * | openshift master public api url defaults to None, it will get its default ↵Chengcheng Mu2015-10-021-1/+1
| | | | | | | | | | | | | | | | | | value in openshift_facts commented infra-node code until it's solved
| * | Removed some application specific code like insecure registries, heat templateChengcheng Mu2015-10-012-15/+0
| | |
| * | GCE-support (more information in PR, README_GCE.md)Chengcheng Mu2015-10-014-4/+19
| | |
* | | added Template Ops ToolsThomas Wiest2015-10-024-5/+38
| | |
* | | openshift_facts.py: Correct error case for uninstalled systemsSamuel Munilla2015-10-021-0/+2
| | | | | | | | | | | | | | | | | | This adds a default value to the version to cover the case where the user doesn't have /usr/bin/openshift on the system, correcting the bug found in PR #646.
* | | openshift_facts.py: Ansible fact for openshift versionSamuel Munilla2015-10-011-0/+14
| | | | | | | | | | | | | | | | | | This added some logic to add a new the version of openshift rpm-based installations. This fact is intentionally not cached to account for users potenially updating versions outside of ansible playbooks.
* | | added 'missingok' to logrotate and disabled fluentd in onlineStefanie Forrester2015-10-011-2/+1
| | |
* | | Adding trggers for cpu idleKenny Woodson2015-10-011-0/+15
|/ /
* | Adding % to unitsKenny Woodson2015-09-301-0/+8
| |
* | Updating these to the correct typeKenny Woodson2015-09-301-8/+8
| |
* | Merge pull request #582 from sdodson/upgradesBrenton Leanhardt2015-09-308-8/+14
|\ \ | | | | | | Upgrade playbook
| * | UpgradesScott Dodson2015-09-238-8/+14
| | |
* | | added pylint as a package to ansible-towerMatt Woodson2015-09-291-2/+1
| | |
* | | Added some debug when zbxapi has an issueKenny Woodson2015-09-281-0/+4
| | |