Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1576 from brenton/bz1315564 | Brenton Leanhardt | 2016-03-09 | 3 | -21/+24 |
|\ | | | | | Bug 1315564 - upgrade to ose3.2 failed on Atomic Hosts | ||||
| * | Bug 1315564 - upgrade to ose3.2 failed on Atomic Hosts | Brenton Leanhardt | 2016-03-09 | 2 | -20/+23 |
| | | |||||
| * | Bug 1315563 - Upgrade failed to containerized install OSE 3.1 on RHEL | Brenton Leanhardt | 2016-03-09 | 1 | -1/+1 |
| | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #1009 from smunilla/nfs_question | Brenton Leanhardt | 2016-03-09 | 5 | -28/+130 |
|\ \ | |/ |/| | Questions for NFS Storage Registry | ||||
| * | a-o-i: Fix NFS storage tests | Samuel Munilla | 2016-03-09 | 4 | -20/+65 |
| | | | | | | | | Fix the nosetests after the rebase | ||||
| * | First attempt at NFS setup | Samuel Munilla | 2016-03-09 | 3 | -8/+65 |
|/ | |||||
* | Merge pull request #1569 from brenton/master | Brenton Leanhardt | 2016-03-08 | 6 | -12/+22 |
|\ | | | | | reverting back to pre-pulling the master image | ||||
| * | Merge branch 'wait-all-the-time' of ↵ | Brenton Leanhardt | 2016-03-08 | 5 | -10/+10 |
| |\ | | | | | | | | | | https://github.com/abutcher/openshift-ansible | ||||
| | * | Use /healthz/ready when verifying api | Andrew Butcher | 2016-03-08 | 5 | -10/+10 |
| | | | |||||
| * | | reverting back to pre-pulling the master image | Brenton Leanhardt | 2016-03-08 | 3 | -2/+12 |
| | | | |||||
* | | | Automatic commit of package [openshift-ansible] release [3.0.54-1]. | Brenton Leanhardt | 2016-03-08 | 2 | -2/+11 |
| | | | |||||
* | | | Merge pull request #1568 from brenton/bz1315563 | Brenton Leanhardt | 2016-03-08 | 1 | -3/+3 |
|\ \ \ | |/ / |/| | | Bug 1315563 - stdout IO redirection wasn't working as expected over S… | ||||
| * | | Bug 1315563 - stdout IO redirection wasn't working as expected over SSH ↵ | Brenton Leanhardt | 2016-03-08 | 1 | -3/+3 |
|/ / | | | | | | | | | | | connections Bug 1315563 - Upgrade failed to containerized install OSE 3.1 on RHEL | ||||
* | | Merge pull request #1567 from brenton/bz1315637 | Brenton Leanhardt | 2016-03-08 | 1 | -1/+1 |
|\ \ | | | | | | | Bug 1315637 - The docker wasn't upgraded on node during upgrade | ||||
| * | | Bug 1315637 - The docker wasn't upgraded on node during upgrade | Brenton Leanhardt | 2016-03-08 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1566 from brenton/bz1315564 | Brenton Leanhardt | 2016-03-08 | 2 | -0/+3 |
|\ \ \ | |/ / |/| | | Bug 1315564 - upgrade to ose3.2 failed on Atomic Hosts | ||||
| * | | Bug 1315564 - upgrade to ose3.2 failed on Atomic Hosts | Brenton Leanhardt | 2016-03-08 | 2 | -0/+3 |
|/ / | |||||
* | | Merge pull request #1565 from lhuard1A/fix_when_no_infra | Brenton Leanhardt | 2016-03-08 | 4 | -4/+4 |
|\ \ | |/ |/| | Fix issue when there are no infra nodes | ||||
| * | Fix issue when there are no infra nodes | Lénaïc Huard | 2016-03-08 | 4 | -4/+4 |
|/ | | | | This issue was already addressed by #1355 fc2f776 but it has been accidentally reverted by 6d3e176. | ||||
* | Merge pull request #1562 from brenton/master | Brenton Leanhardt | 2016-03-08 | 1 | -1/+1 |
|\ | | | | | Stop the etcd container during uninstall | ||||
| * | Stop the etcd container during uninstall | Brenton Leanhardt | 2016-03-08 | 1 | -1/+1 |
|/ | |||||
* | Automatic commit of package [openshift-ansible] release [3.0.53-1]. | Brenton Leanhardt | 2016-03-07 | 2 | -2/+8 |
| | |||||
* | Merge pull request #1559 from brenton/bz1315151 | Brenton Leanhardt | 2016-03-07 | 13 | -14/+27 |
|\ | | | | | BZ1315151: Support openshift_image_tag | ||||
| * | Don't enable cockpit-ws for containerized installs | Brenton Leanhardt | 2016-03-07 | 1 | -0/+1 |
| | | |||||
| * | Support openshift_image_tag | Brenton Leanhardt | 2016-03-07 | 12 | -14/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #1540 from detiber/haproxy_tuning | Brenton Leanhardt | 2016-03-07 | 2 | -0/+21 |
|\ \ | |/ |/| | Add setting for configuring nofile limit for haproxy | ||||
| * | Add setting for configuring nofile limit for haproxy | Jason DeTiberus | 2016-03-07 | 2 | -0/+21 |
| | | |||||
* | | Merge pull request #1558 from abutcher/31-minor-new-masters | Brenton Leanhardt | 2016-03-07 | 3 | -0/+3 |
|\ \ | | | | | | | Default g_new_master_hosts in 3_1 minor upgrade. | ||||
| * | | Set g_new_master_hosts in upgrade playbooks. | Andrew Butcher | 2016-03-07 | 3 | -0/+3 |
|/ / | |||||
* | | Automatic commit of package [openshift-ansible] release [3.0.52-1]. | Joel Diaz | 2016-03-07 | 2 | -2/+7 |
| | | |||||
* | | Merge pull request #1539 from joelddiaz/ansible-zabbix-rpm | Joel Diaz | 2016-03-07 | 1 | -0/+18 |
|\ \ | | | | | | | package up lib_zabbix into its own subpackage | ||||
| * | | package up lib_zabbix into its own subpackage | Joel Diaz | 2016-03-03 | 1 | -0/+18 |
| | | | |||||
* | | | Merge pull request #1549 from stenwt/sturpin-2016-03-04-sdn-restart | Sten Turpin | 2016-03-07 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | fixed monitoring containers to restart | ||||
| * | | | fixed monitoring containers to restart | Sten Turpin | 2016-03-04 | 1 | -2/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #1547 from sdodson/cert-perms | Brenton Leanhardt | 2016-03-07 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | Lock down generated certs dir | ||||
| * | | Lock down generated certs dir | Scott Dodson | 2016-03-04 | 1 | -0/+1 |
| | | | |||||
* | | | Automatic commit of package [openshift-ansible] release [3.0.51-1]. | Brenton Leanhardt | 2016-03-04 | 2 | -2/+11 |
| | | | |||||
* | | | Merge pull request #1548 from brenton/bz1314645 | Brenton Leanhardt | 2016-03-04 | 2 | -4/+9 |
|\ \ \ | | | | | | | | | Bug 1314645 - Upgrade failed with "One or more undefined variables 'd… | ||||
| * | | | Bug 1314645 - Upgrade failed with "One or more undefined variables 'dict ↵ | Brenton Leanhardt | 2016-03-04 | 2 | -4/+9 |
|/ / / | | | | | | | | | | object' has no attribute 'stdout'" | ||||
* | | | Merge pull request #1541 from nak3/add-cockpit-docker-by-default | Brenton Leanhardt | 2016-03-04 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Add cockpit-docker package by default | ||||
| * | | | Add cockpit-docker package by default | Kenjiro Nakayama | 2016-03-04 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #1545 from abutcher/uninstall-cockpit-kubeclient | Brenton Leanhardt | 2016-03-04 | 1 | -0/+5 |
|\ \ \ \ | | | | | | | | | | | Remove cockpit and kubernetes-client packages in uninstall playbook. | ||||
| * | | | | Remove cockpit and kubernetes-client packages in uninstall playbook. | Andrew Butcher | 2016-03-04 | 1 | -0/+5 |
| |/ / / | |||||
* | | | | Merge pull request #1546 from dak1n1/ebs_pv | Stefanie Forrester | 2016-03-04 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | EBS storage does not support Recycle | ||||
| * | | | | EBS storage does not support Recycle | Stefanie Forrester | 2016-03-04 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge pull request #1542 from trondvh/master | Brenton Leanhardt | 2016-03-04 | 1 | -0/+2 |
|\ \ \ \ | |/ / / |/| | | | Update README_origin.md | ||||
| * | | | Update README_origin.md | trondvh | 2016-03-04 | 1 | -0/+2 |
|/ / / | | | | | | | Added etcd and lb to the OSEv3:children group in the example host inventory. The playbook fails with a SSH exception if you're running the playbook with other users than root. | ||||
* | | | Automatic commit of package [openshift-ansible] release [3.0.50-1]. | Brenton Leanhardt | 2016-03-03 | 2 | -2/+28 |
| | | | |||||
* | | | Merge pull request #1483 from brenton/32upgrade | Brenton Leanhardt | 2016-03-03 | 122 | -51/+42405 |
|\ \ \ | | | | | | | | | First past at the upgrade process for 3.2 | ||||
| * | | | upgrade README fixes | Brenton Leanhardt | 2016-03-03 | 2 | -2/+0 |
| | | | |