summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | Update example to remove passing in aws creds on command line.Joel Diaz2015-10-151-1/+1
| | | | | | |
| * | | | | | Merge pull request #699 from joelddiaz/reg_fixJoel Diaz2015-10-152-3/+14
| |\| | | | | | | | | | | | | | | | | | | Error checking of env vars
| | * | | | | Removed AWS keys from command line, and substituted with environment ↵Joel Diaz2015-10-152-3/+14
| |/ / / / / | | | | | | | | | | | | | | | | | | variable lookup.
| * | | | | Merge pull request #684 from gburges/gburges-projectcounterKenny Woodson2015-10-151-0/+10
| |\ \ \ \ \ | | | | | | | | | | | | | | Update template_openshift_master.yml
| | * | | | | Update template_openshift_master.ymlGabor Burges2015-10-111-0/+10
| | | | | | |
| * | | | | | Merge pull request #692 from rjleaf/rjleaf-libvirt-doc-prWesley Hearn2015-10-141-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | 'setfacl ...' works on Fedora 22 and solves a permissions issue
| | * | | | | | 'setfacl ...' works on Fedora 22 and solves a permissions issue Ryan Leaf2015-10-131-1/+1
| | | |_|_|_|/ | | |/| | | | | | | | | | | Issue with the lenaic master qcow image (docs mention Arch currently).
| * | | | | | Merge pull request #688 from twiest/gceThomas Wiest2015-10-144-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 Wiest2015-10-144-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_stausThomas Wiest2015-10-141-21/+23
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix exception handling.
| | * | | | | | Fix exception handling.Jaroslav Henner2015-10-061-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 moveMatt Woodson2015-10-141-1/+1
| | |/ / / / / | |/| | | | |
| * | | | | | 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-1215-75/+181
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | GCE-support
| | * | | | | Adding second param. true to many default filtersChengcheng Mu2015-10-094-7/+7
| | | | | | |
| | * | | | | fix : (node) labels defaults correctly to the variable openshift_node_labels ↵Chengcheng Mu2015-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | when oo_option returns an empty list
| | * | | | | Merge branch 'gce-support' of https://github.com/menren/openshift-ansible ↵Chengcheng Mu2015-10-061-30/+5
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into gce-support
| | | * | | | | playbooks/openstack/openshift-cluster/launch.yml back to its correct versionChengcheng Mu2015-10-061-30/+5
| | | | | | | |
| | * | | | | | Revert "Revert "GCE support""Chengcheng Mu2015-10-0616-80/+211
| | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | This reverts commit 3073d1f729f9dcd202088f6b318b465567c6344b.
| * | | | | | Merge pull request #679 from kwoodson/fslimitsKenny Woodson2015-10-091-4/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Raising the fs check limits to 10 and 15% from 5 and 10.
| | * | | | | | 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
| | | | | | | |
| * | | | | | | Merge pull request #655 from stenwt/sturpin-2015-10-01-running-podsSten Turpin2015-10-081-0/+6
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Sturpin 2015 10 01 running pods
| | * | | | | | | 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
| | | | | | | | |
| * | | | | | | | Merge pull request #669 from kwoodson/protofixMatt Woodson2015-10-071-3/+3
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | Fixed a bug where applicationids were not being queried properly.
| | * | | | | | | Fixed a bug where applicationids were not being filtered properlyKenny Woodson2015-10-071-3/+3
| |/ / / / / / /
| * | | | | | | Merge pull request #668 from kwoodson/quick2Kenny Woodson2015-10-073-0/+441
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Adding zabbix template to config management
| | * | | | | | | 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 #638 from jaryn/patch-2Brenton Leanhardt2015-10-071-1/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix newline