summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-08removed static xvda checksMatt Woodson
2015-10-08Merge pull request #633 from robotmaxtron/mwhittin-cluster-user-countThomas Wiest
Zabbix check and trigger for user count
2015-10-07Merge pull request #669 from kwoodson/protofixMatt Woodson
Fixed a bug where applicationids were not being queried properly.
2015-10-07Fixed a bug where applicationids were not being filtered properlyKenny Woodson
2015-10-07Merge pull request #668 from kwoodson/quick2Kenny Woodson
Adding zabbix template to config management
2015-10-07Zabbix server template addedKenny Woodson
2015-10-07Merge pull request #660 from sdodson/updated-registry-factsBrenton Leanhardt
Updated registry fact with latest deployment_type mappings
2015-10-07Merge pull request #638 from jaryn/patch-2Brenton Leanhardt
Fix newline
2015-10-07Merge pull request #667 from kwoodson/loopbackKenny Woodson
Removed last play in playbook as it will fail
2015-10-07Removing the last step as it will fail.Kenny Woodson
2015-10-07Merge pull request #666 from kwoodson/loopbackMatt Woodson
Removed io1 and added gp2
2015-10-07Removed io1 type for gp2Kenny Woodson
2015-10-06Updated registry fact with latest deployment_type mappingsScott Dodson
2015-10-06Merge pull request #657 from liggitt/schedulerBrenton Leanhardt
Add kind/apiVersion to scheduler.json template
2015-10-06Merge pull request #653 from arsogukpinar/masterBrenton Leanhardt
Fix for name conflict
2015-10-05Add kind/apiVersion to scheduler.json templateJordan Liggitt
2015-10-05Merge pull request #654 from openshift/revert-641-gce-supportThomas Wiest
Revert "GCE support" because it breaks openstack.
2015-10-05Revert "GCE support"Thomas Wiest
2015-10-05Changed trigger to only info alert if users is at 0Max Whittingham
2015-10-05Fix for name conflictAli Sogukpinar
Template name is conflicting with the template name from 'eap6-basic-sti.json' .
2015-10-05Merge pull request #641 from menren/gce-supportThomas Wiest
GCE support
2015-10-02Merge pull request #651 from twiest/cprThomas Wiest
added Template Ops Tools
2015-10-02added Template Ops ToolsThomas Wiest
2015-10-02Merge pull request #650 from smunilla/masterBrenton Leanhardt
openshift_facts.py: Correct error case for uninstalled systems
2015-10-02openshift_facts.py: Correct error case for uninstalled systemsSamuel Munilla
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.
2015-10-02openshift master public api url defaults to None, it will get its default ↵Chengcheng Mu
value in openshift_facts commented infra-node code until it's solved
2015-10-01Merge pull request #639 from jaryn/localonly_dnsBrenton Leanhardt
Prevent dns resolution recursion (loop).
2015-10-01Merge pull request #646 from smunilla/masterWesley Hearn
openshift_facts.py: Ansible fact for openshift version
2015-10-01openshift_facts.py: Ansible fact for openshift versionSamuel Munilla
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.
2015-10-01Merge pull request #644 from dak1n1/logrotateStefanie Forrester
added 'missingok' to logrotate and disabled fluentd in online
2015-10-01added 'missingok' to logrotate and disabled fluentd in onlineStefanie Forrester
2015-10-01Merge pull request #643 from kwoodson/cputrigKenny Woodson
Adding zabbix triggers for cpu idle
2015-10-01Adding trggers for cpu idleKenny Woodson
2015-10-01Removed some application specific code like insecure registries, heat templateChengcheng Mu
2015-10-01oo_option fixed, some clean upChengcheng Mu
2015-10-01Rebased on masterChengcheng Mu
2015-10-01GCE-support (more information in PR, README_GCE.md)Chengcheng Mu
2015-10-01fixed some issues to boot VM on GCEChengcheng Mu
corrected openshift master config, commented infra correct list and terminate, it was bugged in case where no instance were terminated Using openshift-sdn for gce new join_node playbook for gce openstack/hosts/nova.py is now taking the nova/ini of its directory and not the directory of execution of bin/cluster add fix of ICMP reject rules Avoid a recursive loop Jenkins image was renamed Default masters to t2.medium instead of t2.small Fix a minor bug involving AWS ENV Keys * If a user forgot to set their AWS keys, we'd get a non descriptive error about a variable not being set * This patch uses the correct variable so the error message is more informative delete some fix that are needed anymore (selinux, iptables rules for sdn) GCE : all variables needed are in gce.ini, it will be used by bin/cluster (now check better the presence of gce.init in the default place or use GCE_INI_PATH to locate it ), also by gce.ini openshift_node_labels : get from oo_option fix syntax error in bin/cluster fix lookup for openshift_node_labels Adding desc, multiplier, and units to zabbix item Adding capability to have descriptions on triggers updated triggers and items to have better descriptions and multipliers Move openshift_data_dir to a fact based on deployment_type Previously this was being set to /var/lib/origin regardless of deployment_type which isn't correct given that existing 'enterprise' and 'online' deployments would have been deployed with /var/lib/openshift Verify again that ansible version is different than 1.9.0 and 1.9.0.1 bin/cluste does not take -a and -s anymore fix master_public_api_url : using by default a correct url Really fixed master public api url this time Really fixed master public api url this time uncommented infra deployment like before fixed again masterpublicurl in a template README_GCE.md : use GCE_INI_PATH in order to locate gce.ini, update description of gce.ini
2015-09-30Merge pull request #640 from kwoodson/unitsKenny Woodson
Adding % units for kernel.all.cpu items
2015-09-30Adding % to unitsKenny Woodson
2015-09-30Fix newlineJaroslav Henner
2015-09-30Prevent dns resolution recursion (loop).Jaroslav Henner
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.
2015-09-30Merge pull request #636 from kwoodson/quick1Kenny Woodson
Correcting cpu types to floats for percentage
2015-09-30Updating these to the correct typeKenny Woodson
2015-09-30Merge pull request #611 from wshearn/fix_product_typeWesley Hearn
Add missing ,
2015-09-30Merge pull request #582 from sdodson/upgradesBrenton Leanhardt
Upgrade playbook
2015-09-30Merge pull request #634 from abutcher/whats-nextBrenton Leanhardt
Point to advanced installation guide for post install steps
2015-09-30Point to advanced installation guide in READMEsAndrew Butcher
2015-09-30Zabbix check and trigger for user countMax Whittingham
2015-09-29Merge pull request #630 from mwoodson/grow_docker_vgMatt Woodson
added pylint as a package to ansible-tower