summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-03-14Merge pull request #1579 from abhat/add_plugin_logBrenton Leanhardt
Support log level configuration for Nuage exec plugin via ansible installer
2016-03-11Expose log level on the monitorAniket Bhat
2016-03-10Merge pull request #1583 from twiest/prThomas Wiest
fixed copr releasers file
2016-03-10fixed copr releasers fileThomas Wiest
2016-03-09Support log level configuration for pluginAniket Bhat
2016-03-09Automatic commit of package [openshift-ansible] release [3.0.55-1].Brenton Leanhardt
2016-03-09Merge pull request #1182 from vnugent/masterBrenton Leanhardt
Playbook for enabling origin-metrics
2016-03-09Merge pull request #1576 from brenton/bz1315564Brenton Leanhardt
Bug 1315564 - upgrade to ose3.2 failed on Atomic Hosts
2016-03-09Bug 1315564 - upgrade to ose3.2 failed on Atomic HostsBrenton Leanhardt
2016-03-09Bug 1315563 - Upgrade failed to containerized install OSE 3.1 on RHELBrenton Leanhardt
Previously I was greping for 'ose' in the systemd units. That was only working on my machine because my Nodes were also Masters. It's safer to grep for openshift3 since that would be present for Masters or Nodes.
2016-03-09Merge pull request #1009 from smunilla/nfs_questionBrenton Leanhardt
Questions for NFS Storage Registry
2016-03-09a-o-i: Fix NFS storage testsSamuel Munilla
Fix the nosetests after the rebase
2016-03-09First attempt at NFS setupSamuel Munilla
2016-03-08Merge pull request #1569 from brenton/masterBrenton Leanhardt
reverting back to pre-pulling the master image
2016-03-08Automatic commit of package [openshift-ansible] release [3.0.54-1].Brenton Leanhardt
2016-03-08Merge pull request #1568 from brenton/bz1315563Brenton Leanhardt
Bug 1315563 - stdout IO redirection wasn't working as expected over S…
2016-03-08Merge branch 'wait-all-the-time' of ↵Brenton Leanhardt
https://github.com/abutcher/openshift-ansible
2016-03-08Bug 1315563 - stdout IO redirection wasn't working as expected over SSH ↵Brenton Leanhardt
connections Bug 1315563 - Upgrade failed to containerized install OSE 3.1 on RHEL
2016-03-08reverting back to pre-pulling the master imageBrenton Leanhardt
2016-03-08Merge pull request #1567 from brenton/bz1315637Brenton Leanhardt
Bug 1315637 - The docker wasn't upgraded on node during upgrade
2016-03-08Merge pull request #1566 from brenton/bz1315564Brenton Leanhardt
Bug 1315564 - upgrade to ose3.2 failed on Atomic Hosts
2016-03-08Bug 1315637 - The docker wasn't upgraded on node during upgradeBrenton Leanhardt
2016-03-08Bug 1315564 - upgrade to ose3.2 failed on Atomic HostsBrenton Leanhardt
2016-03-08Use /healthz/ready when verifying apiAndrew Butcher
2016-03-08Merge pull request #1565 from lhuard1A/fix_when_no_infraBrenton Leanhardt
Fix issue when there are no infra nodes
2016-03-08Fix issue when there are no infra nodesLénaïc Huard
This issue was already addressed by #1355 fc2f776 but it has been accidentally reverted by 6d3e176.
2016-03-08Merge pull request #1562 from brenton/masterBrenton Leanhardt
Stop the etcd container during uninstall
2016-03-08Stop the etcd container during uninstallBrenton Leanhardt
2016-03-07Automatic commit of package [openshift-ansible] release [3.0.53-1].Brenton Leanhardt
2016-03-07Merge pull request #1559 from brenton/bz1315151Brenton Leanhardt
BZ1315151: Support openshift_image_tag
2016-03-07Merge pull request #1540 from detiber/haproxy_tuningBrenton Leanhardt
Add setting for configuring nofile limit for haproxy
2016-03-07Don't enable cockpit-ws for containerized installsBrenton Leanhardt
2016-03-07Support openshift_image_tagBrenton Leanhardt
This is the containerized openshift_pkg_version equivalent. Originally I was hoping to reuse openshift_pkg_version for containerized installs but the fact that it's very coupled to yum made that pretty ugly. However, I did opt to rely on the previously existing 'openshift_version' variable. Containerized and RPM installs can both use that variable and it will be set appropriately if either openshift_pkg_version or openshift_image_tag are set. I suspect someday containerized installs will be the only option and I didn't can to have thinkgs like openshift_pkg_version and openshift_image_tag in the playbooks anymore the necessary.
2016-03-07Merge pull request #1558 from abutcher/31-minor-new-mastersBrenton Leanhardt
Default g_new_master_hosts in 3_1 minor upgrade.
2016-03-07Set g_new_master_hosts in upgrade playbooks.Andrew Butcher
2016-03-07Automatic commit of package [openshift-ansible] release [3.0.52-1].Joel Diaz
2016-03-07Merge pull request #1539 from joelddiaz/ansible-zabbix-rpmJoel Diaz
package up lib_zabbix into its own subpackage
2016-03-07Merge pull request #1549 from stenwt/sturpin-2016-03-04-sdn-restartSten Turpin
fixed monitoring containers to restart
2016-03-07Add setting for configuring nofile limit for haproxyJason DeTiberus
2016-03-07Merge pull request #1547 from sdodson/cert-permsBrenton Leanhardt
Lock down generated certs dir
2016-03-04fixed monitoring containers to restartSten Turpin
2016-03-04Automatic commit of package [openshift-ansible] release [3.0.51-1].Brenton Leanhardt
2016-03-04Merge pull request #1548 from brenton/bz1314645Brenton Leanhardt
Bug 1314645 - Upgrade failed with "One or more undefined variables 'd…
2016-03-04Bug 1314645 - Upgrade failed with "One or more undefined variables 'dict ↵Brenton Leanhardt
object' has no attribute 'stdout'"
2016-03-04Lock down generated certs dirScott Dodson
2016-03-04Merge pull request #1541 from nak3/add-cockpit-docker-by-defaultBrenton Leanhardt
Add cockpit-docker package by default
2016-03-04Merge pull request #1545 from abutcher/uninstall-cockpit-kubeclientBrenton Leanhardt
Remove cockpit and kubernetes-client packages in uninstall playbook.
2016-03-04Merge pull request #1546 from dak1n1/ebs_pvStefanie Forrester
EBS storage does not support Recycle
2016-03-04EBS storage does not support RecycleStefanie Forrester
2016-03-04Remove cockpit and kubernetes-client packages in uninstall playbook.Andrew Butcher