Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor preflight check into roles | Rodolfo Carvalho | 2017-01-12 | 10 | -0/+293 |
| | |||||
* | Merge pull request #3030 from kwoodson/yaml_editor | Scott Dodson | 2017-01-11 | 11 | -0/+2118 |
|\ | | | | | Ansible module for modifying yaml idempotently. | ||||
| * | Adding ability to systematically modify yaml from ansible. | Kenny Woodson | 2017-01-11 | 11 | -0/+2118 |
| | | |||||
* | | Add a fact to select --evacuate or --drain based on your OCP version | Tim Bielawa | 2017-01-11 | 2 | -0/+17 |
|/ | | | | Closes #3070 | ||||
* | rename openshift_metrics to openshift_hosted_metrics | Jeff Cantrill | 2017-01-11 | 7 | -16/+16 |
| | |||||
* | Merge pull request #3007 from detiber/toxification | Scott Dodson | 2017-01-10 | 2 | -25/+21 |
|\ | | | | | More Toxification | ||||
| * | More toxification | Jason DeTiberus | 2017-01-10 | 2 | -25/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Move pylint tests to tox - Move yamllint tests to tox - Create separate tox config (and setup.py) for root - bump ansible requirement - unify pylint config - add docs - remove git directory containing old testing tools - install python-six if not present for openshift-facts - add python-six as a dependency for openshift-ansible-utils | ||||
* | | Merge pull request #3065 from ashcrow/rpmrebuilddb | Andrew Butcher | 2017-01-10 | 1 | -0/+12 |
|\ \ | | | | | | | Workaround for dnf+docker version race condition | ||||
| * | | Workaround for dnf+docker version race condition | Steve Milner | 2017-01-10 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In some versions of dnf the rpm database can require maintenance after usage. Unfortunately, this trips up get_version_output in the openshift_facts library as the maintenance may interrupt the STDOUT stream. This makes the resulting data returned from get_version_output malformed and unparsable. This change adds an rpm --rebuilddb command before requesting docker version output when the ansible package manager is dnf. This causes the STDOUT maintenance messages to no longer interrupt the expected yaml stream as well as releases locks in the rpm database. | ||||
* | | | Merge pull request #3060 from abutcher/return-deps-to-roles | Scott Dodson | 2017-01-10 | 3 | -3/+73 |
|\ \ \ | |_|/ |/| | | Return role dependencies to roles for openshift_{hosted,master,node} | ||||
| * | | Move role dependencies out of playbooks for openshift_master, openshift_node ↵ | Andrew Butcher | 2017-01-09 | 3 | -3/+73 |
| | | | | | | | | | | | | and openshift_hosted. | ||||
* | | | Merge pull request #3055 from abutcher/openshift_image_tag=latest | Scott Dodson | 2017-01-09 | 3 | -6/+7 |
|\ \ \ | | | | | | | | | Fix openshift_image_tag=latest. | ||||
| * | | | Fix openshift_image_tag=latest. | Andrew Butcher | 2017-01-09 | 3 | -6/+7 |
| | |/ | |/| | |||||
* | | | Merge pull request #2909 from mtnbikenc/firewalld | Scott Dodson | 2017-01-09 | 5 | -18/+26 |
|\ \ \ | |/ / |/| | | Enable firewalld by default | ||||
| * | | Enable firewalld by default | Russell Teague | 2016-12-14 | 5 | -18/+26 |
| | | | |||||
* | | | Merge pull request #3015 from smarterclayton/future_versions_master | Scott Dodson | 2017-01-08 | 4 | -5/+17 |
|\ \ \ | | | | | | | | | Add future versions to openshift_facts | ||||
| * | | | Add future versions to openshift_facts | Clayton Coleman | 2017-01-04 | 4 | -5/+17 |
| | | | | |||||
* | | | | Merge pull request #3054 from sdodson/fix-repo-bools | Scott Dodson | 2017-01-06 | 1 | -2/+2 |
|\ \ \ \ | |_|_|/ |/| | | | Fix repo defaults | ||||
| * | | | Fix repo defaults | Scott Dodson | 2017-01-06 | 1 | -2/+2 |
| | | | | |||||
* | | | | Merge pull request #3039 from tbielawa/gh3020 | Scott Dodson | 2017-01-06 | 2 | -4/+9 |
|\ \ \ \ | |/ / / |/| | | | Add required python-six package to installation | ||||
| * | | | Add required python-six package to installation | Tim Bielawa | 2017-01-04 | 2 | -4/+9 |
| | | | | | | | | | | | | | | | | | | | | * Moves package list into a defaults/main.yml file * Closes #3020 | ||||
* | | | | Re-add when condition which was removed mistakenly in #3036 | Maciej Szulik | 2017-01-05 | 1 | -0/+1 |
| | | | | |||||
* | | | | Merge pull request #3036 from soltysh/docker_registry_volume | Scott Dodson | 2017-01-05 | 1 | -6/+5 |
|\ \ \ \ | | | | | | | | | | | Fix jsonpath expected output when checking registry volume secrets | ||||
| * | | | | Fix jsonpath expected output when checking registry volume secrets | Maciej Szulik | 2017-01-05 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In k8s 1.5 (see rebase PR: origin 12143) jsonpath output is slightly different than previously. Causing this line to fail. We need to pick secret or secretName when checking this task failure condition. | ||||
* | | | | | logging-deployer pull fixes from origin-aggregated-logging/#317 | Scott Dodson | 2017-01-05 | 2 | -5/+0 |
| | | | | | |||||
* | | | | | Merge pull request #3033 from abutcher/openshift-enable-origin-repo | Scott Dodson | 2017-01-05 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Cast openshift_enable_origin_repo to bool. | ||||
| * | | | | | Cast openshift_enable_origin_repo to bool. | Andrew Butcher | 2017-01-04 | 1 | -2/+2 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #3008 from bigbank-as/feature/nfs-reclaim-option | Scott Dodson | 2017-01-05 | 3 | -1/+17 |
|\ \ \ \ \ | | | | | | | | | | | | | Add osnl_volume_reclaim_policy variable to nfs_lvm role | ||||
| * | | | | | Add osnl_volume_reclaim_policy variable to nfs_lvm role | Ando Roots | 2016-12-22 | 3 | -1/+17 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | This allows to choose which volume reclamation policy to use when provisioning storage with `openshift_storage_nfs_lvm`. | ||||
* | | | | | Merge pull request #3040 from sdodson/issue3025 | Scott Dodson | 2017-01-04 | 1 | -2/+2 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Enable repos defined in openshift_additional_repos by default | ||||
| * | | | | Enable repos defined in openshift_additional_repos by default | Scott Dodson | 2017-01-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Fixes #3025 | ||||
* | | | | | Update CFME template to point to GA build | Satoe Imaishi | 2017-01-04 | 1 | -5/+5 |
|/ / / / | |||||
* / / / | Add templates for CFME Beta pod images | Satoe Imaishi | 2016-12-22 | 3 | -0/+505 |
|/ / / | |||||
* / / | python3 support, add tox for better local testing against multiple python ↵ | Jason DeTiberus | 2016-12-20 | 3 | -20/+27 |
|/ / | | | | | | | versions | ||||
* | | Merge pull request #2829 from tbielawa/cert_expiry_updates | Tim Bielawa | 2016-12-19 | 3 | -9/+60 |
|\ \ | | | | | | | Cert expiry updates | ||||
| * | | Update the openshift-certificate-expiry README to reflect latest | Tim Bielawa | 2016-12-19 | 1 | -7/+13 |
| | | | | | | | | | | | | changes | ||||
| * | | Check embedded etcd certs now, too | Tim Bielawa | 2016-12-15 | 1 | -4/+44 |
| | | | | | | | | | | | | | | | * Addresses RFE in https://bugzilla.redhat.com/show_bug.cgi?id=1389264 | ||||
| * | | Include 'total' and 'ok' in check results | Tim Bielawa | 2016-12-15 | 2 | -1/+6 |
| |/ | | | | | | | * Addresses https://bugzilla.redhat.com/show_bug.cgi?id=1389263 | ||||
* / | Deprecate node 'evacuation' with 'drain' | Tim Bielawa | 2016-12-16 | 1 | -1/+1 |
|/ | | | | * https://trello.com/c/TeaEB9fX/307-3-deprecate-node-evacuation | ||||
* | Fix access_modes initialization | Luis Fernandez Alvarez | 2016-12-13 | 1 | -3/+9 |
| | |||||
* | Merge pull request #2964 from mtnbikenc/linting-refactor | Tim Bielawa | 2016-12-12 | 40 | -345/+354 |
|\ | | | | | YAML Linting with CI checking | ||||
| * | YAML Linting | Russell Teague | 2016-12-12 | 40 | -345/+354 |
| | | | | | | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks | ||||
* | | Limit node certificate SAN to node hostnames/ips. | Andrew Butcher | 2016-12-09 | 1 | -7/+7 |
|/ | |||||
* | Merge pull request #2902 from dgoodwin/fix-metrics-url | Scott Dodson | 2016-12-08 | 8 | -36/+36 |
|\ | | | | | Fix metricsPublicURL only being set correctly on first master. | ||||
| * | Fix metricsPublicURL only being set correctly on first master. | Devan Goodwin | 2016-12-01 | 8 | -36/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Problem was caused by facts not being set for that master. To fix this patch cleans up the calculation of metricsPublicURL in general. Because this value is used in openshift_master to template into the master config file, we now define these facts more clearly in openshift_master_facts, and add a dependency on this to openshift_metrics. The calculation of default sub-domain is also changed to remove it from system facts (as neither of these are facts about the system) and instead use plain variables. | ||||
* | | Merge pull request #2937 from dgoodwin/upgrade-prepull | Scott Dodson | 2016-12-08 | 4 | -21/+22 |
|\ \ | | | | | | | Pre-pull master/node/ovs images during upgrade. | ||||
| * | | Pre-pull master/node/ovs images during upgrade. | Devan Goodwin | 2016-12-07 | 4 | -21/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | We did this for install but not upgrade, leading to situations where the service restarts after upgrade could take much longer than expected as docker pulls down the new image. Now the images are present when we restart services and should allow them to come back online much more quickly, equivalent to rpm service restarts. | ||||
* | | | Merge pull request #2948 from dagwieers/patch-3 | Scott Dodson | 2016-12-08 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | Silence warnings when using rpm directly | ||||
| * | | | Silence warnings when using rpm directly | Dag Wieers | 2016-12-08 | 1 | -0/+2 |
| | | | | |||||
* | | | | Remove Hostname from 1.1 and 1.2 predicates | Jason DeTiberus | 2016-12-07 | 2 | -3/+0 |
| | | | |