Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #651 from twiest/cpr | Thomas Wiest | 2015-10-02 | 4 | -5/+38 |
|\ | | | | | added Template Ops Tools | ||||
| * | added Template Ops Tools | Thomas Wiest | 2015-10-02 | 4 | -5/+38 |
|/ | |||||
* | Merge pull request #650 from smunilla/master | Brenton Leanhardt | 2015-10-02 | 1 | -0/+2 |
|\ | | | | | openshift_facts.py: Correct error case for uninstalled systems | ||||
| * | openshift_facts.py: Correct error case for uninstalled systems | Samuel Munilla | 2015-10-02 | 1 | -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. | ||||
* | Merge pull request #639 from jaryn/localonly_dns | Brenton Leanhardt | 2015-10-01 | 1 | -1/+1 |
|\ | | | | | Prevent dns resolution recursion (loop). | ||||
| * | Prevent dns resolution recursion (loop). | Jaroslav Henner | 2015-09-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The dnsmasq should not be resolving the example.com recursively, because in case that we have /etc/NetworkManager/dnsmasq.d/libvirt_dnsmasq.conf: server=/example.com/192.168.55.1 the dnsmasq will be asking itself, therefore a dns resolution loop is created, which causes Maximum number of concurrent DNS queries reached (max: 150) and performance degradation of dns resolution on the whole hypervizor and guests. This patch will fix that in the domain.xml, which will cause adding local=/example.com/ to the /var/lib/libvirt/dnsmasq/openshift-ansible.conf, effectively fixing the problem. | ||||
* | | Merge pull request #646 from smunilla/master | Wesley Hearn | 2015-10-01 | 1 | -0/+14 |
|\ \ | | | | | | | openshift_facts.py: Ansible fact for openshift version | ||||
| * | | openshift_facts.py: Ansible fact for openshift version | Samuel Munilla | 2015-10-01 | 1 | -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. | ||||
* | | Merge pull request #644 from dak1n1/logrotate | Stefanie Forrester | 2015-10-01 | 2 | -2/+2 |
|\ \ | | | | | | | added 'missingok' to logrotate and disabled fluentd in online | ||||
| * | | added 'missingok' to logrotate and disabled fluentd in online | Stefanie Forrester | 2015-10-01 | 2 | -2/+2 |
|/ / | |||||
* | | Merge pull request #643 from kwoodson/cputrig | Kenny Woodson | 2015-10-01 | 1 | -0/+15 |
|\ \ | | | | | | | Adding zabbix triggers for cpu idle | ||||
| * | | Adding trggers for cpu idle | Kenny Woodson | 2015-10-01 | 1 | -0/+15 |
|/ / | |||||
* | | Merge pull request #640 from kwoodson/units | Kenny Woodson | 2015-09-30 | 1 | -0/+8 |
|\ \ | | | | | | | Adding % units for kernel.all.cpu items | ||||
| * | | Adding % to units | Kenny Woodson | 2015-09-30 | 1 | -0/+8 |
|/ / | |||||
* | | Merge pull request #636 from kwoodson/quick1 | Kenny Woodson | 2015-09-30 | 1 | -8/+8 |
|\ \ | | | | | | | Correcting cpu types to floats for percentage | ||||
| * | | Updating these to the correct type | Kenny Woodson | 2015-09-30 | 1 | -8/+8 |
|/ / | |||||
* | | Merge pull request #611 from wshearn/fix_product_type | Wesley Hearn | 2015-09-30 | 1 | -1/+1 |
|\ \ | | | | | | | Add missing , | ||||
| * | | Add missing , | Wesley Hearn | 2015-09-24 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #582 from sdodson/upgrades | Brenton Leanhardt | 2015-09-30 | 13 | -8/+153 |
|\ \ \ | | | | | | | | | Upgrade playbook | ||||
| * | | | Upgrades | Scott Dodson | 2015-09-23 | 13 | -8/+153 |
| | | | | |||||
* | | | | Merge pull request #634 from abutcher/whats-next | Brenton Leanhardt | 2015-09-30 | 3 | -46/+11 |
|\ \ \ \ | | | | | | | | | | | Point to advanced installation guide for post install steps | ||||
| * | | | | Point to advanced installation guide in READMEs | Andrew Butcher | 2015-09-30 | 3 | -46/+11 |
|/ / / / | |||||
* | | | | Merge pull request #630 from mwoodson/grow_docker_vg | Matt Woodson | 2015-09-29 | 1 | -2/+1 |
|\ \ \ \ | | | | | | | | | | | added pylint as a package to ansible-tower | ||||
| * | | | | added pylint as a package to ansible-tower | Matt Woodson | 2015-09-29 | 1 | -2/+1 |
| | | | | | |||||
* | | | | | Merge pull request #629 from mwoodson/grow_docker_vg | Matt Woodson | 2015-09-29 | 1 | -0/+2 |
|\| | | | | | | | | | | | | | | don't want file ext in prod | ||||
| * | | | | added comment to the grow_docker_vg playbook | Matt Woodson | 2015-09-29 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Merge pull request #628 from mwoodson/grow_docker_vg | Matt Woodson | 2015-09-29 | 2 | -0/+245 |
|\| | | | | | | | | | | | | | | added the grow_docker_vg adhoc playbook | ||||
| * | | | | added the grow_docker_vg adhoc playbook | Matt Woodson | 2015-09-29 | 2 | -0/+245 |
|/ / / / | |||||
* | | | | Merge pull request #626 from kwoodson/quick | Matt Woodson | 2015-09-28 | 1 | -0/+4 |
|\ \ \ \ | | | | | | | | | | | Error handling added | ||||
| * | | | | Added some debug when zbxapi has an issue | Kenny Woodson | 2015-09-28 | 1 | -0/+4 |
|/ / / / | |||||
* | | | | Merge pull request #625 from kwoodson/triggerproto | Kenny Woodson | 2015-09-28 | 4 | -1/+216 |
|\ \ \ \ | | | | | | | | | | | Adding trigger prototype support | ||||
| * | | | | Trigger prototype support | Kenny Woodson | 2015-09-28 | 4 | -1/+216 |
| | | | | | |||||
* | | | | | Merge pull request #624 from abutcher/merge-facts | Brenton Leanhardt | 2015-09-28 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Avoid attribute error in merge facts | ||||
| * | | | | | Only continue to merge facts if both old and new values are type dict. | Andrew Butcher | 2015-09-28 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #613 from jaryn/patch-1 | Brenton Leanhardt | 2015-09-28 | 1 | -1/+6 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix bullets in libvirt readme | ||||
| * | | | | Fix bullets in libvirt readme | Jaroslav Henner | 2015-09-25 | 1 | -1/+6 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #616 from kwoodson/tmp3 | Kenny Woodson | 2015-09-25 | 1 | -9/+44 |
|\ \ \ \ | | | | | | | | | | | Required updates to zabbix user media | ||||
| * | | | | Updates to zbx_user_media | Kenny Woodson | 2015-09-25 | 1 | -9/+44 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #612 from kwoodson/zbx_action | Kenny Woodson | 2015-09-25 | 1 | -0/+538 |
|\ \ \ \ | | | | | | | | | | | First attempt at a ansible zabbix action class | ||||
| * | | | | Initial stab at zabbix actions | Kenny Woodson | 2015-09-25 | 1 | -0/+538 |
| |/ / / | |||||
* | | | | Merge pull request #615 from openshift/dynamic_filesystem | Matt Woodson | 2015-09-25 | 2 | -0/+46 |
|\ \ \ \ | |_|/ / |/| | | | added support for dynamic keys and items | ||||
| * | | | added support for dynaic keys and items. added dynamic filesystems to zabbix | Matt Woodson | 2015-09-25 | 2 | -0/+46 |
|/ / / | |||||
* | | | Merge pull request #590 from dak1n1/s3 | Stefanie Forrester | 2015-09-24 | 2 | -0/+70 |
|\ \ \ | |/ / |/| | | Added S3 docker-registry config script | ||||
| * | | added dynamic inventory support for single-master clusters | Stefanie Forrester | 2015-09-24 | 2 | -11/+6 |
| | | | |||||
| * | | Added S3 docker-registry config script | Stefanie Forrester | 2015-09-23 | 2 | -0/+75 |
|/ / | |||||
* | | Merge pull request #605 from kwoodson/tmp2 | Matt Woodson | 2015-09-22 | 2 | -4/+11 |
|\ \ | | | | | | | Adding support for prototypes and discoveryrules | ||||
| * | | Added descriptions and parameters required for associating prototypes to ↵ | Kenny Woodson | 2015-09-22 | 2 | -4/+11 |
|/ / | | | | | | | discovery rules. | ||||
* | | Merge pull request #603 from kwoodson/tmp1 | Matt Woodson | 2015-09-22 | 2 | -9/+5 |
|\ \ | | | | | | | Adding support for prototypes and discoveryrules | ||||
| * | | Fixed a bug and removed the need for template and discoveryrule | Kenny Woodson | 2015-09-22 | 2 | -9/+5 |
| | | | |||||
* | | | Merge pull request #602 from kwoodson/tmp1 | Matt Woodson | 2015-09-22 | 2 | -16/+76 |
|\| | | |/ |/| | Adding support for prototypes and discoveryrules |