Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1626 from codificat/libvirt-vars-fix | Wesley Hearn | 2016-03-18 | 4 | -29/+27 |
|\ | | | | | libvirt cluster variables cleanup | ||||
| * | libvirt cluster variables cleanup | Pep Turró Mauri | 2016-03-16 | 4 | -29/+27 |
| | | | | | | | | | | | | - Remove redundant variables and make existing ones configurable. - Fixes default values for the new vars introduced in #1578 (d4fa9b2) - Document these variables | ||||
* | | Merge pull request #1614 from detiber/bz1317755 | Brenton Leanhardt | 2016-03-17 | 1 | -0/+10 |
|\ \ | | | | | | | Bug 1317755 - Set insecure-registry for internal registry by default | ||||
| * | | Bug 1317755 - Set insecure-registry for internal registry by default | Jason DeTiberus | 2016-03-17 | 1 | -0/+10 |
| |/ | |||||
* | | Fix path to cacert on /healthz/ready check | Scott Dodson | 2016-03-16 | 1 | -1/+1 |
| | | |||||
* | | Provide cacert when performing health checks | Andrew Butcher | 2016-03-15 | 2 | -2/+4 |
|/ | |||||
* | Move common common facts to openshift_facts | Jason DeTiberus | 2016-03-15 | 5 | -140/+107 |
| | | | | | | | - Prevents roles that need common facts from needing to require openshift_common, which pulls in the openshift binary. - Add dependency on openshift_facts to os_firewall, since it uses openshift.common facts | ||||
* | Docker stderr can break this script if ansible executes it remotely | Brenton Leanhardt | 2016-03-14 | 1 | -2/+2 |
| | |||||
* | Handle HA master case | Brenton Leanhardt | 2016-03-14 | 1 | -2/+17 |
| | |||||
* | Bug 1315564 - Containerized installs require a running environment | Brenton Leanhardt | 2016-03-14 | 1 | -0/+20 |
| | | | | | If the master or node aren't running we can't determine the correct version that is currently installed. | ||||
* | Bug 1316761 - Skip the available version check if openshift_image_tag is ↵ | Brenton Leanhardt | 2016-03-14 | 1 | -2/+1 |
| | | | | | | | | defined. We already have a check in pre.yml to make sure openshift_image_tag is set to a range that is allowed. This is an advanced setting and should be used to override whatever is returned by the 'latest' image in a given registry. | ||||
* | Docker role refactor | Jason DeTiberus | 2016-03-14 | 10 | -21/+43 |
| | | | | | | | | | | | | | | | - refactors the docker role to push generic config into docker role and wrap openshift specific variables into an openshift_docker role and it's dependent openshift_docker_facts role - adds support for setting --confirm-def-push flag (Resolves https://github.com/openshift/openshift-ansible/issues/1014) - moves docker related facts from common/node roles to a new docker role - renames cli_docker_* role varialbes to openshift_docker-* (maintaining backward compatibility) - update role dependencies to pull in openshift_docker conditionally based on is_containerized - remove playbooks/common/openshift-docker since the docker role is now conditionally included | ||||
* | Merge pull request #1578 from detiber/libvirt_fixes | Brenton Leanhardt | 2016-03-14 | 5 | -7/+32 |
|\ | | | | | Libvirt provider fixes | ||||
| * | Libvirt provider fixes | Jason DeTiberus | 2016-03-10 | 5 | -7/+32 |
| | | | | | | | | | | | | - Use difference filter instead of reject/equalto - add ability to override vcpu and memory config for vms - add a dedicated drive for docker storage | ||||
* | | Merge pull request #1182 from vnugent/master | Brenton Leanhardt | 2016-03-09 | 6 | -0/+240 |
|\ \ | | | | | | | Playbook for enabling origin-metrics | ||||
| * | | Formatting error | Viet Nguyen | 2016-01-13 | 1 | -1/+1 |
| | | | |||||
| * | | Introduce origin-metrics playbook | Viet Nguyen | 2016-01-13 | 6 | -0/+240 |
| | | | |||||
* | | | 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 |