Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add retries to repoquery module | Luke Meyer | 2017-09-13 | 4 | -12/+25 |
| | |||||
* | Merge pull request #5379 from mtnbikenc/fix-jinja2-openshift_hosted | OpenShift Bot | 2017-09-13 | 3 | -4/+4 |
|\ | | | | | Merged by openshift-bot | ||||
| * | Correct logic for openshift_hosted_*_wait | Russell Teague | 2017-09-12 | 3 | -4/+4 |
| | | |||||
| * | Workaround Ansible Jinja2 delimiter warning | Russell Teague | 2017-09-12 | 2 | -2/+2 |
| | | | | | | | | | | | | | | This workaround prevents the warnings on using Jinja2 templating delimiters in `when:` conditions in cases where a variable is used as the conditional. This has been fixed in Ansible 2.4. https://github.com/ansible/ansible/pull/25092 | ||||
* | | Merge pull request #5377 from ingvagabund/double-required-disk-space-etcd-backup | OpenShift Bot | 2017-09-13 | 2 | -3/+2 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | double the required disk space for etcd backup | Jan Chaloupka | 2017-09-12 | 2 | -3/+2 |
| |/ | |||||
* | | Merge pull request #5365 from sosiouxme/20170908-disconnected-image-check | OpenShift Bot | 2017-09-12 | 12 | -144/+184 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | openshift_health_check: allow disabling all checks | Luke Meyer | 2017-09-12 | 2 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Can now set openshift_disable_check=* to disable all checks without needing to know their names. fixes bug 1462106 https://bugzilla.redhat.com/show_bug.cgi?id=1462106 | ||||
| * | | docker_image_availability: fix local image search | Luke Meyer | 2017-09-12 | 1 | -5/+9 |
| | | | | | | | | | | | | | | | | | | An image in the docker index may be tagged by name or by registry plus name. In order to find the image correctly locally and prevent looking for it externally, make sure all possible variations are searched. | ||||
| * | | docker_image_availability: probe registry connectivity | Luke Meyer | 2017-09-12 | 2 | -122/+132 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Probe whether the host has connectivity to the registry before trying to inspect it for images, and remember the result. Also if later inspection fails due to timeout, mark registry as unreachable. Note in failure output if any registries were unreachable. Registry order should match what is configured into docker now as well. Fixes bug 1480195 https://bugzilla.redhat.com/show_bug.cgi?id=1480195 | ||||
| * | | openshift_checks: add retries in python | Luke Meyer | 2017-09-12 | 10 | -22/+43 |
| |/ | |||||
* | | Merge pull request #5343 from mtnbikenc/improve-jinja2-search | OpenShift Bot | 2017-09-12 | 1 | -1/+1 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | Improve searching when conditions for Jinja2 delimiters | Russell Teague | 2017-09-11 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #5350 from adelton/issue-2454 | OpenShift Bot | 2017-09-12 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Merged by openshift-bot | ||||
| * | | | Properly quote "true" and "false" strings for include_granted_scopes. | Jan Pazdziora | 2017-09-11 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge pull request #5352 from rhcarvalho/issue5311-harden-failure-summary-plugin | Scott Dodson | 2017-09-12 | 2 | -2/+29 |
|\ \ \ \ | |_|_|/ |/| | | | Skip failure dedup instead of crashing | ||||
| * | | | Skip failure dedup instead of crashing | Rodolfo Carvalho | 2017-09-11 | 2 | -2/+29 |
| | |/ | |/| | | | | | | | | | | | | | This makes the callback plugin behave better when dedup is not possible: work with the original list of failures instead of raising an unhandled exception and producing confusing output for users. | ||||
* / | | container-engine: Allow full image override | Steve Milner | 2017-09-11 | 1 | -8/+12 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | openshift_docker_systemcontainer_image_registry_override has been replaced with openshift_docker_systemcontainer_image_override. The difference is openshift_docker_systemcontainer_image_override takes a full image path including the tag. Example: openshift_docker_systemcontainer_image_override=gscrivano/container-engine:latest Signed-off-by: Steve Milner <smilner@redhat.com> | ||||
* | | Merge pull request #5338 from mtnbikenc/fix-pre_upgrade | OpenShift Bot | 2017-09-11 | 2 | -1/+5 |
|\ \ | |/ |/| | Merged by openshift-bot | ||||
| * | Fix issue with etcd_common when using pre_upgrade tag | Russell Teague | 2017-09-08 | 2 | -1/+5 |
| | | |||||
* | | Merge pull request #5289 from jcantrill/1487573_fix_allowed_es_version | OpenShift Bot | 2017-09-08 | 5 | -10/+10 |
|\ \ | |/ |/| | Merged by openshift-bot | ||||
| * | bug 1487573. Bump the allowed ES versions | Jeff Cantrill | 2017-09-01 | 5 | -10/+10 |
| | | |||||
* | | Merge pull request #5209 from wozniakjan/logging_es_probe | OpenShift Bot | 2017-09-07 | 2 | -1/+15 |
|\ \ | | | | | | | Merged by openshift-bot | ||||
| * | | elasticsearch: reintroduce readiness probe | Jan Wozniak | 2017-08-29 | 2 | -1/+15 |
| | | | |||||
* | | | Consolidating AWS roles and variables underneath openshift_aws role. | Kenny Woodson | 2017-09-07 | 46 | -984/+876 |
| | | | |||||
* | | | Merge pull request #5208 from mgugino-upstream-stage/remove-openshift_common | OpenShift Bot | 2017-09-07 | 46 | -340/+121 |
|\ \ \ | | | | | | | | | Merged by openshift-bot | ||||
| * | | | Remove openshift-common | Michael Gugino | 2017-09-06 | 46 | -340/+121 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused. | ||||
* | | | | Merge pull request #5310 from ashcrow/split-rhel-centos-crio | OpenShift Bot | 2017-09-07 | 1 | -2/+8 |
|\ \ \ \ | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | cri-o: Split RHEL and CentOS images | Steve Milner | 2017-09-06 | 1 | -2/+8 |
| | | | | | |||||
* | | | | | Merge pull request #5162 from aerialls/patch-2 | OpenShift Bot | 2017-09-07 | 1 | -9/+9 |
|\ \ \ \ \ | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | reverse order between router cert generation | Julien Brochet | 2017-08-23 | 1 | -9/+9 |
| | | | | | | |||||
| * | | | | | ensured to always use a certificate for the router | Julien Brochet | 2017-08-22 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #5296 from nak3/skeopeo-command-output | OpenShift Bot | 2017-09-06 | 1 | -4/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | output skopeo image check command | Kenjiro Nakayama | 2017-09-05 | 1 | -4/+6 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #5276 from richm/master | OpenShift Bot | 2017-09-06 | 5 | -1/+11 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | logging set memory request to limit | Jeff Cantrill | 2017-08-30 | 5 | -1/+11 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #5148 from kwoodson/registry_proxy_updates | OpenShift Bot | 2017-09-06 | 1 | -0/+8 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | Adding proxy env vars for dc/docker-registry | Kenny Woodson | 2017-08-21 | 1 | -0/+8 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #5067 from e-minguez/flannel_use_sdn_cluster_network_cidr | Scott Dodson | 2017-09-06 | 2 | -4/+2 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Use the proper pod subnet instead the services one | ||||
| * | | | | | | | | Use the proper pod subnet instead the services one | Eduardo Minguez Perez | 2017-08-29 | 2 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4809 ? | ||||
* | | | | | | | | | Merge pull request #5299 from jhadvig/dnf_issue | Scott Dodson | 2017-09-06 | 3 | -12/+22 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Import dnf only if importing yum fails | ||||
| * | | | | | | | | | openshift_checks aos_version: also check installed under yum | Luke Meyer | 2017-09-06 | 3 | -17/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tweaks to the logic around using yum vs dnf; now uses ansible_pkg_mgr to determine which is in effect for a host. Also, extended the yum logic to check installed packages in addition to available packages in the aos_version module so that disconnected installs and others with weird repo configs need not disable the package_version check. | ||||
| * | | | | | | | | | Import dnf only if importing yum fails | Jakub Hadvig | 2017-09-05 | 1 | -6/+12 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #5202 from giuseppe/crio-additional-registries | OpenShift Bot | 2017-09-06 | 2 | -0/+14 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | | cri-o: add support for additional registries | Giuseppe Scrivano | 2017-08-24 | 2 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Support added to CRI-O with: https://github.com/kubernetes-incubator/cri-o/commit/a35727c80bd2a26613aae21db00628045cb9be24 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||||
* | | | | | | | | | | Merge pull request #5313 from sjenning/remove-experimental-cri-flag | Scott Dodson | 2017-09-06 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | remove experimental-cri flag from node config | ||||
| * | | | | | | | | | | remove experimental-cri flag from node config | Seth Jennings | 2017-09-06 | 1 | -2/+0 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Fix openshift_master_config_dir | Scott Dodson | 2017-09-06 | 1 | -1/+1 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge pull request #5306 from mgugino-upstream-stage/fix-master-systemd-units | OpenShift Bot | 2017-09-06 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | Merged by openshift-bot | ||||
| * | | | | | | | | | | Fix: set openshift_master_config_dir to the correct value. | Michael Gugino | 2017-09-05 | 1 | -1/+1 |
| | |/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previous commit set 'openshift_master_config_dir' to '/var/lib/origin' if undefined during upgrades. This commit sets value to the proper directory '/etc/origin' |