Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3047 from tbielawa/installer-count-bz1388739 | Scott Dodson | 2017-01-06 | 1 | -3/+4 |
|\ | | | | | Change wording in the quick installer callback plugin | ||||
| * | Change wording in the quick installer callback plugin | Tim Bielawa | 2017-01-05 | 1 | -3/+4 |
| | | | | | | | | | | | | * Old wording only considered skipped plays (reducing the play count) * New wording accounts for dynamically included plays (increasing the play count) | ||||
* | | Merge pull request #3052 from soltysh/docker_registry_volume | Scott Dodson | 2017-01-05 | 1 | -0/+1 |
|\ \ | | | | | | | Re-add when condition which was removed mistakenly in #3036 | ||||
| * | | 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. | ||||
* | | | Merge pull request #3049 from sdodson/fix-logging-deployer | Scott Dodson | 2017-01-05 | 2 | -5/+0 |
|\ \ \ | | | | | | | | | logging-deployer fixes from origin-aggregated-logging/#317 | ||||
| * | | | logging-deployer pull fixes from origin-aggregated-logging/#317 | Scott Dodson | 2017-01-05 | 2 | -5/+0 |
|/ / / | |||||
* | | | Merge pull request #3046 from sdodson/bz1408668 | Scott Dodson | 2017-01-05 | 1 | -8/+21 |
|\ \ \ | | | | | | | | | Don't upgrade etcd on atomic host, ever. | ||||
| * | | | Don't upgrade etcd on atomic host, ever. | Scott Dodson | 2017-01-05 | 1 | -8/+21 |
| | | | | | | | | | | | | | | | | | | | | Fixes Bug 1408668 Fixes BZ1408668 | ||||
* | | | | 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 | ||||
* | | | | | Merge pull request #3037 from tbielawa/hush_sudo_check | Scott Dodson | 2017-01-04 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Hush the sudo privs check in oo-installer | ||||
| * | | | | | Hush the sudo privs check in oo-installer | Tim Bielawa | 2017-01-04 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Don't print words when checking for sudo access * Just 'echo' an empty string with no new-line Closes #3003 | ||||
* | | | | | Merge pull request #3035 from simaishi/update_to_ga_template | Scott Dodson | 2017-01-04 | 1 | -5/+5 |
|\ \ \ \ \ | |/ / / / |/| | | | | Update CFME template to point to GA build | ||||
| * | | | | Update CFME template to point to GA build | Satoe Imaishi | 2017-01-04 | 1 | -5/+5 |
|/ / / / | |||||
* | | | | Merge pull request #3010 from simaishi/add_cfme_beta_templates | Scott Dodson | 2017-01-04 | 3 | -0/+505 |
|\ \ \ \ | |_|/ / |/| | | | Add templates for CFME Beta pod images | ||||
| * | | | Add templates for CFME Beta pod images | Satoe Imaishi | 2016-12-22 | 3 | -0/+505 |
|/ / / | |||||
* | | | Merge pull request #3006 from detiber/cleanup_crud | Scott Dodson | 2016-12-22 | 10 | -397/+0 |
|\ \ \ | |/ / |/| | | Cleanup crud | ||||
| * | | remove duplicate filter name and oo_pdb | Jason DeTiberus | 2016-12-21 | 1 | -11/+0 |
| | | | |||||
| * | | remove old Ops tooling | Jason DeTiberus | 2016-12-21 | 9 | -386/+0 |
|/ / | |||||
* | | Merge pull request #3001 from detiber/python3 | Scott Dodson | 2016-12-21 | 24 | -156/+166 |
|\ \ | | | | | | | python3 support, add tox for better local testing against multiple python versions | ||||
| * | | enable pip cache for travis | Jason DeTiberus | 2016-12-20 | 1 | -0/+3 |
| | | | |||||
| * | | python3 support, add tox for better local testing against multiple python ↵ | Jason DeTiberus | 2016-12-20 | 24 | -156/+163 |
|/ / | | | | | | | versions | ||||
* | | Merge pull request #2985 from sdodson/remove-excluder | Scott Dodson | 2016-12-20 | 1 | -0/+8 |
|\ \ | |/ |/| | [uninstall] Remove excluder packages | ||||
| * | [uninstall] Remove excluder packages | Scott Dodson | 2016-12-16 | 1 | -0/+8 |
| | | | | | | | | You will lose hours of your life if you don't do this. | ||||
* | | Merge pull request #2995 from abutcher/modify-yaml-none-value | Scott Dodson | 2016-12-19 | 1 | -11/+15 |
|\ \ | | | | | | | modify_yaml: handle None value during update. | ||||
| * | | modify_yaml: handle None value during update. | Andrew Butcher | 2016-12-19 | 1 | -11/+15 |
| | | | |||||
* | | | 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 | ||||
* | | | Merge pull request #2986 from tbielawa/deprecate_node_evacuation | Tim Bielawa | 2016-12-19 | 4 | -12/+12 |
|\ \ \ | |_|/ |/| | | Deprecate node 'evacuation' with 'drain' | ||||
| * | | Deprecate node 'evacuation' with 'drain' | Tim Bielawa | 2016-12-16 | 4 | -12/+12 |
| |/ | | | | | | | * https://trello.com/c/TeaEB9fX/307-3-deprecate-node-evacuation | ||||
* | | Merge pull request #2989 from abutcher/3.4-master-config-hook | Scott Dodson | 2016-12-16 | 2 | -2/+13 |
|\ \ | | | | | | | Add master config hook for 3.4 upgrade and fix facts ordering | ||||
| * | | Add master config hook for 3.4 upgrade and fix facts ordering for config ↵ | Andrew Butcher | 2016-12-16 | 2 | -2/+13 |
| |/ | | | | | | | hook run. | ||||
* | | Merge pull request #2987 from sdodson/etcd3015 | Scott Dodson | 2016-12-16 | 1 | -1/+1 |
|\ \ | |/ |/| | The next registry.access.redhat.com/rhel7/etcd image will be 3.0.15 not 3.0.14 | ||||
| * | The next registry.access.redhat.com/rhel7/etcd image will be 3.0.15 | Scott Dodson | 2016-12-16 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2861 from luisfdez/fix/access_modes | Andrew Butcher | 2016-12-13 | 2 | -6/+12 |
|\ | | | | | Fix access_modes initialization | ||||
| * | Fix access_modes initialization | Luis Fernandez Alvarez | 2016-12-13 | 2 | -6/+12 |
|/ | |||||
* | Merge pull request #2965 from mtnbikenc/iptables-rules | Jason DeTiberus | 2016-12-12 | 1 | -12/+5 |
|\ | | | | | Updated OpenShift Master iptables rules | ||||
| * | Updated OpenShift Master iptables rules | Russell Teague | 2016-12-12 | 1 | -12/+5 |
|/ | | | | | | | * Removed unneeded rules * Moved etcd rule to conditional based on usage of embedded etcd https://bugzilla.redhat.com/show_bug.cgi?id=1386329 | ||||
* | Merge pull request #2964 from mtnbikenc/linting-refactor | Tim Bielawa | 2016-12-12 | 96 | -577/+658 |
|\ | | | | | YAML Linting with CI checking | ||||
| * | YAML Linting | Russell Teague | 2016-12-12 | 96 | -577/+658 |
| | | | | | | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks | ||||
* | | Merge pull request #2961 from abutcher/node-hostnames-san | Andrew Butcher | 2016-12-12 | 1 | -7/+7 |
|\ \ | |/ |/| | Limit node certificate SANs to node hostnames/ips. | ||||
| * | Limit node certificate SAN to node hostnames/ips. | Andrew Butcher | 2016-12-09 | 1 | -7/+7 |
| | |