Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 #1569 from brenton/master | Brenton Leanhardt | 2016-03-08 | 2 | -4/+4 |
|\ | | | | | reverting back to pre-pulling the master image | ||||
| * | Merge branch 'wait-all-the-time' of ↵ | Brenton Leanhardt | 2016-03-08 | 2 | -4/+4 |
| |\ | | | | | | | | | | https://github.com/abutcher/openshift-ansible | ||||
| | * | Use /healthz/ready when verifying api | Andrew Butcher | 2016-03-08 | 2 | -4/+4 |
| | | | |||||
* | | | 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 |
| | | | |||||
* | | | Bug 1315564 - upgrade to ose3.2 failed on Atomic Hosts | Brenton Leanhardt | 2016-03-08 | 2 | -0/+3 |
|/ / | |||||
* / | 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. | ||||
* | Stop the etcd container during uninstall | Brenton Leanhardt | 2016-03-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1559 from brenton/bz1315151 | Brenton Leanhardt | 2016-03-07 | 2 | -5/+15 |
|\ | | | | | BZ1315151: Support openshift_image_tag | ||||
| * | Support openshift_image_tag | Brenton Leanhardt | 2016-03-07 | 2 | -5/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+1 |
|\ \ | |/ |/| | Add setting for configuring nofile limit for haproxy | ||||
| * | Add setting for configuring nofile limit for haproxy | Jason DeTiberus | 2016-03-07 | 1 | -0/+1 |
| | | |||||
* | | Set g_new_master_hosts in upgrade playbooks. | Andrew Butcher | 2016-03-07 | 3 | -0/+3 |
| | | |||||
* | | fixed monitoring containers to restart | Sten Turpin | 2016-03-04 | 1 | -2/+1 |
|/ | |||||
* | 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 #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 |
| | | |||||
* | | EBS storage does not support Recycle | Stefanie Forrester | 2016-03-04 | 1 | -1/+1 |
|/ | |||||
* | upgrade README fixes | Brenton Leanhardt | 2016-03-03 | 2 | -2/+0 |
| | |||||
* | A few images weren't being uninstalled | Brenton Leanhardt | 2016-03-03 | 1 | -0/+4 |
| | |||||
* | Adding verify_upgrade_version variable for upgrade debugging | Brenton Leanhardt | 2016-03-03 | 3 | -3/+34 |
| | |||||
* | Correctly set the image tag for containerized installs (and upgrades) | Brenton Leanhardt | 2016-03-03 | 6 | -36/+10 |
| | |||||
* | Adding newly required variable | Brenton Leanhardt | 2016-03-03 | 1 | -0/+1 |
| | |||||
* | uninstall the QE images | Brenton Leanhardt | 2016-03-03 | 1 | -0/+1 |
| | |||||
* | First past at the upgrade process | Brenton Leanhardt | 2016-03-03 | 18 | -11/+595 |
| | |||||
* | Increase maxconn settings for haproxy lb | Jason DeTiberus | 2016-02-29 | 1 | -1/+3 |
| | |||||
* | Merge pull request #1504 from cben/centos-7-1602 | Brenton Leanhardt | 2016-02-26 | 1 | -4/+2 |
|\ | | | | | libvirt: Upgrade to CentOS-7-x86_64-GenericCloud-1602. | ||||
| * | Upgrade -1510 to CentOS-7-x86_64-GenericCloud-1602. | Beni Cherniavsky-Paskin | 2016-02-25 | 1 | -4/+2 |
| | | |||||
| * | Pin down CentOS-7-x86_64-GenericCloud-1510.qcow2.xz version, | Beni Cherniavsky-Paskin | 2016-02-25 | 1 | -1/+1 |
| | | | | | | | | which the checksum currently expects (#1384). | ||||
* | | Merge pull request #1462 from jkhelil/configure_log_level_from_cli | Brenton Leanhardt | 2016-02-25 | 2 | -0/+9 |
|\ \ | | | | | | | configure debug_level for master and node from cli | ||||
| * | | configure debug_level for master and node from cli | jawed | 2016-02-23 | 2 | -0/+9 |
| | | | |||||
* | | | Merge pull request #1469 from talset/playbook_upgrade | Brenton Leanhardt | 2016-02-25 | 1 | -1/+3 |
|\ \ \ | |_|/ |/| | | Add missing is_atomic condition in the upgrade playbook | ||||
| * | | Change is_atomic to is_containerized | talset | 2016-02-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | * Update playbooks/common/openshift-cluster/upgrades/v3_1_minor/upgrade.yml * Change is_atomic by is_containerized in order to take care about container openshift without atomic | ||||
| * | | Add missing is_atomic condition on upgrade package | talset | 2016-02-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | * Update playbooks/common/openshift-cluster/upgrades/v3_1_minor/upgrade.yml * Add when not is_atomic on yum upgrade on master and node to be able to run the playbook on atomic host | ||||
* | | | Merge pull request #1467 from joelddiaz/remote-heal-action | Joel Diaz | 2016-02-24 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | remote heal action for OVS down | ||||
| * | | | remote heal action for OVS down | Joel Diaz | 2016-02-24 | 1 | -0/+4 |
| | | | | |||||
* | | | | Pass registry claim to openshift_registry. | Andrew Butcher | 2016-02-24 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #1476 from davidmat/aws_launch_instances_sg | Brenton Leanhardt | 2016-02-23 | 1 | -10/+5 |
|\ \ \ \ | | | | | | | | | | | Correct parsing of ec2_security_groups env variable | ||||
| * | | | | Add correct parsing of ec2_security_groups env variable | David Mat | 2016-02-23 | 1 | -10/+5 |
| | |/ / | |/| | | |||||
* / | | | Better diagnostic messages when an OpenStack heat stack creation fails | Lénaïc Huard | 2016-02-23 | 1 | -2/+35 |
|/ / / | |||||
* | | | Merge pull request #1337 from abutcher/master-scaleup | Brenton Leanhardt | 2016-02-22 | 17 | -80/+268 |
|\ \ \ | | | | | | | | | Support for adding new masters | ||||
| * | | | Add openshift_docker roles to master/node scaleup. | Andrew Butcher | 2016-02-16 | 2 | -12/+20 |
| | | | | |||||
| * | | | Add modify_yaml module. | Andrew Butcher | 2016-02-16 | 2 | -3/+98 |
| | | | | |||||
| * | | | Re-arrange scaleup playbooks. | Andrew Butcher | 2016-02-16 | 8 | -2/+22 |
| | | | | |||||
| * | | | Move additional master configuration into a separate master playbook. | Andrew Butcher | 2016-02-16 | 10 | -92/+84 |
| | | | | |||||
| * | | | Generate each master's certificates separately. | Andrew Butcher | 2016-02-16 | 1 | -7/+3 |
| | | | | |||||
| * | | | Add new_masters to scaleup playbook. | Andrew Butcher | 2016-02-16 | 8 | -16/+93 |
| | | | |