Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update example to remove passing in aws creds on command line. | Joel Diaz | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Removed AWS keys from command line, and substituted with environment ↵ | Joel Diaz | 2015-10-15 | 2 | -3/+14 |
| | | | | variable lookup. | ||||
* | Merge pull request #684 from gburges/gburges-projectcounter | Kenny Woodson | 2015-10-15 | 1 | -0/+10 |
|\ | | | | | Update template_openshift_master.yml | ||||
| * | Update template_openshift_master.yml | Gabor Burges | 2015-10-11 | 1 | -0/+10 |
| | | |||||
* | | Merge pull request #692 from rjleaf/rjleaf-libvirt-doc-pr | Wesley Hearn | 2015-10-14 | 1 | -1/+1 |
|\ \ | | | | | | | 'setfacl ...' works on Fedora 22 and solves a permissions issue | ||||
| * | | 'setfacl ...' works on Fedora 22 and solves a permissions issue | Ryan Leaf | 2015-10-13 | 1 | -1/+1 |
| | | | | | | | | | Issue with the lenaic master qcow image (docs mention Arch currently). | ||||
* | | | Merge pull request #688 from twiest/gce | Thomas Wiest | 2015-10-14 | 4 | -33/+35 |
|\ \ \ | | | | | | | | | Fixed GCE playbooks so that they're more like the AWS playbooks. | ||||
| * | | | Fixed GCE playbooks so that they're more like the AWS playbooks. | Thomas Wiest | 2015-10-14 | 4 | -33/+35 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | Namely the GCE playbooks now: - Create infra nodes - Correctly label nodes in OpenShift - Setup masters as nodes as well (needed for sdn) - Removed set_infra_launch_facts_tasks.yml as it's not used anymore. | ||||
* | | | Merge pull request #659 from jaryn/exit_staus | Thomas Wiest | 2015-10-14 | 1 | -21/+23 |
|\ \ \ | | | | | | | | | Fix exception handling. | ||||
| * | | | Fix exception handling. | Jaroslav Henner | 2015-10-06 | 1 | -21/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The subcommand of the action was called using os.system. The exit value of os.system is a 16-bit value. This value was propagated and used as exit value of the whole `cluster {ACTION}` command without any modification, resulting in `exit()` being called with value > 255. In the CPython 2.7 exit(v) with v > 255 behaves like exit(0), which hides that we had an error during the execution. This commit removes the error propagation by return value and introduces using exceptions instead. | ||||
* | | | | moved the timeout to 12 hours in the docker vg move | Matt Woodson | 2015-10-14 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Merge pull request #680 from liggitt/master_ca | Brenton Leanhardt | 2015-10-13 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Add masterCA to oauth template | ||||
| * | | | Add masterCA to oauth template | Jordan Liggitt | 2015-10-09 | 1 | -0/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #687 from mwoodson/zabbiz | Matt Woodson | 2015-10-12 | 1 | -2/+20 |
|\ \ \ | | | | | | | | | added the dynamic items to track free inodes | ||||
| * | | | added the dynamic items to track free inodes | Matt Woodson | 2015-10-12 | 1 | -2/+20 |
| |/ / | |||||
* | | | Merge pull request #658 from menren/gce-support | Thomas Wiest | 2015-10-12 | 15 | -75/+181 |
|\ \ \ | |/ / |/| | | GCE-support | ||||
| * | | Adding second param. true to many default filters | Chengcheng Mu | 2015-10-09 | 4 | -7/+7 |
| | | | |||||
| * | | fix : (node) labels defaults correctly to the variable openshift_node_labels ↵ | Chengcheng Mu | 2015-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | when oo_option returns an empty list | ||||
| * | | Merge branch 'gce-support' of https://github.com/menren/openshift-ansible ↵ | Chengcheng Mu | 2015-10-06 | 1 | -30/+5 |
| |\ \ | | | | | | | | | | | | | into gce-support | ||||
| | * | | playbooks/openstack/openshift-cluster/launch.yml back to its correct version | Chengcheng Mu | 2015-10-06 | 1 | -30/+5 |
| | | | | |||||
| * | | | Revert "Revert "GCE support"" | Chengcheng Mu | 2015-10-06 | 16 | -80/+211 |
| | | | | | | | | | | | | | | | | This reverts commit 3073d1f729f9dcd202088f6b318b465567c6344b. | ||||
* | | | | Merge pull request #679 from kwoodson/fslimits | Kenny Woodson | 2015-10-09 | 1 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | Raising the fs check limits to 10 and 15% from 5 and 10. | ||||
| * | | | | Raising limits to 90 and 85 for disk usage | Kenny Woodson | 2015-10-09 | 1 | -4/+4 |
|/ / / / | |||||
* | | | | Merge pull request #635 from abutcher/bz1258243 | Brenton Leanhardt | 2015-10-09 | 2 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | Bug 1258243: Use lower() filter for node hostname | ||||
| * | | | | Use lower() filter for node hostname | Andrew Butcher | 2015-10-08 | 2 | -4/+4 |
| |/ / / | |||||
* | | | | Merge pull request #677 from stenwt/sturpin-2015-10-08-ovs-monitor | Sten Turpin | 2015-10-08 | 2 | -24/+26 |
|\ \ \ \ | | | | | | | | | | | moved vswitch from master to node | ||||
| * | | | | moved vswitch from master to node | Sten Turpin | 2015-10-08 | 2 | -24/+26 |
| | | | | | |||||
* | | | | | Merge pull request #676 from stenwt/sturpin-2015-10-08-ovs-monitor | Sten Turpin | 2015-10-08 | 1 | -1/+1 |
|\| | | | | | | | | | | | | | | fixed not equals syntax | ||||
| * | | | | fixed not equals syntax | Sten Turpin | 2015-10-08 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #675 from stenwt/sturpin-2015-10-08-ovs-monitor | Sten Turpin | 2015-10-08 | 1 | -0/+22 |
|\| | | | | | | | | | | | | | | added items + triggers for ovs tests | ||||
| * | | | | added items + triggers for ovs tests | Sten Turpin | 2015-10-08 | 1 | -0/+22 |
| | | | | | |||||
* | | | | | Merge pull request #674 from kwoodson/zabagent | Kenny Woodson | 2015-10-08 | 3 | -0/+34 |
|\ \ \ \ \ | |/ / / / |/| | | | | Adding zabbix agent template to config management | ||||
| * | | | | Adding zabbix agent template | Kenny Woodson | 2015-10-08 | 3 | -0/+34 |
| | | | | | |||||
* | | | | | Merge pull request #655 from stenwt/sturpin-2015-10-01-running-pods | Sten Turpin | 2015-10-08 | 1 | -0/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | Sturpin 2015 10 01 running pods | ||||
| * | | | | | fixed spacing | Sten Turpin | 2015-10-08 | 1 | -5/+5 |
| | | | | | | |||||
| * | | | | | added running pods | Sten Turpin | 2015-10-08 | 1 | -0/+6 |
|/ / / / / | |||||
* | | | | | Merge pull request #672 from kwoodson/zbxmediafix | Kenny Woodson | 2015-10-08 | 1 | -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 Woodson | 2015-10-08 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | create. | ||||
* | | | | | | removed static xvda checks | Matt Woodson | 2015-10-08 | 1 | -32/+0 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #633 from robotmaxtron/mwhittin-cluster-user-count | Thomas Wiest | 2015-10-08 | 1 | -0/+12 |
|\ \ \ \ \ | | | | | | | | | | | | | Zabbix check and trigger for user count | ||||
| * | | | | | Changed trigger to only info alert if users is at 0 | Max Whittingham | 2015-10-05 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Zabbix check and trigger for user count | Max Whittingham | 2015-09-30 | 1 | -0/+12 |
| | | | | | | |||||
* | | | | | | Merge pull request #669 from kwoodson/protofix | Matt Woodson | 2015-10-07 | 1 | -3/+3 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Fixed a bug where applicationids were not being queried properly. | ||||
| * | | | | | Fixed a bug where applicationids were not being filtered properly | Kenny Woodson | 2015-10-07 | 1 | -3/+3 |
|/ / / / / | |||||
* | | | | | Merge pull request #668 from kwoodson/quick2 | Kenny Woodson | 2015-10-07 | 3 | -0/+441 |
|\ \ \ \ \ | | | | | | | | | | | | | Adding zabbix template to config management | ||||
| * | | | | | Zabbix server template added | Kenny Woodson | 2015-10-07 | 3 | -0/+441 |
|/ / / / / | |||||
* | | | | | Merge pull request #660 from sdodson/updated-registry-facts | Brenton Leanhardt | 2015-10-07 | 1 | -4/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Updated registry fact with latest deployment_type mappings | ||||
| * | | | | | Updated registry fact with latest deployment_type mappings | Scott Dodson | 2015-10-06 | 1 | -4/+4 |
| | | | | | | |||||
* | | | | | | Merge pull request #638 from jaryn/patch-2 | Brenton Leanhardt | 2015-10-07 | 1 | -1/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix newline | ||||
| * | | | | | | Fix newline | Jaroslav Henner | 2015-09-30 | 1 | -1/+2 |
| | | | | | | |