| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-14 | Merge pull request #5389 from tremble/storage_migration | Scott Dodson | |
| Don't assume storage_migration control variables are already boolean | |||
| 2017-09-14 | Merge pull request #5043 from juanvallejo/jvallejo/add-inventory-generator-image | Scott Dodson | |
| Merge inventory-generator with origin-ansible image | |||
| 2017-09-14 | Merge pull request #5399 from tbielawa/master | Scott Dodson | |
| Scaffold out the entire build defaults hash | |||
| 2017-09-13 | Merge pull request #5395 from sdodson/bz1480442 | Scott Dodson | |
| Add IMAGE_VERSION to the image stream tag source | |||
| 2017-09-13 | Merge pull request #5151 from jarrpa/gluster-ports | Scott Dodson | |
| GlusterFS: Correct firewall port names | |||
| 2017-09-13 | Merge pull request #5315 from jarrpa/glusterfs-fixes-3.7 | Scott Dodson | |
| GlusterFS: Various fixes | |||
| 2017-09-13 | Merge pull request #5394 from sosiouxme/20170912-health-role-bz1487548 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-13 | Merge pull request #5370 from jmencak/tuned-openshift-ansible-bad_merge-fix | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-13 | Merge pull request #5405 from ewolinetz/issue_5403 | Scott Dodson | |
| Removing setting of pod presets | |||
| 2017-09-13 | Merge pull request #5359 from mgugino-upstream-stage/version-docker-auth-config | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-13 | Removing setting of pod presets | Eric Wolinetz | |
| 2017-09-13 | Merge pull request #5402 from ashcrow/fix-cri-o-image-name | Scott Dodson | |
| cri-o: Fix Fedora image name | |||
| 2017-09-13 | cri-o: Fix Fedora image name | Steve Milner | |
| Signed-off-by: Steve Milner <smilner@redhat.com> | |||
| 2017-09-13 | inventory generate: fix config doc | Luke Meyer | |
| 2017-09-13 | inventory generate: remove refs to openshift_cluster_user | Luke Meyer | |
| 2017-09-13 | inventory generate: always use kubeconfig, no login | Luke Meyer | |
| 2017-09-13 | Scaffold out the entire build defaults hash | Tim Bielawa | |
| Some functions called later may expect sub-keys to exist which will not with the current default empty-dict. | |||
| 2017-09-13 | Merge pull request #5379 from mtnbikenc/fix-jinja2-openshift_hosted | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-13 | Add IMAGE_VERSION to the image stream tag source | Scott Dodson | |
| 2017-09-13 | Merge pull request #5386 from ashcrow/fix-wording-in-upgrade-notice | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-13 | Merge pull request #5321 from mtnbikenc/proposal-process | Scott Dodson | |
| [Proposal] OpenShift-Ansible Proposal Process | |||
| 2017-09-13 | Merge pull request #5377 from ingvagabund/double-required-disk-space-etcd-backup | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-13 | Don't assume storage_migration control variables are already boolean | Mark Chappell | |
| openshift_upgrade_pre_storage_migration_enabled openshift_upgrade_pre_storage_migration_fatal openshift_upgrade_post_storage_migration_enabled openshift_upgrade_post_storage_migration_enabled because the 4 variables are not already defaulted/evaluated there's no guarantee that they're actually the boolean type at this point. Example: if they're passed in on the command line | |||
| 2017-09-12 | Merge pull request #5365 from sosiouxme/20170908-disconnected-image-check | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-12 | Merge pull request #5343 from mtnbikenc/improve-jinja2-search | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-12 | Merge pull request #5350 from adelton/issue-2454 | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-12 | upgrade: Updates warning on missing required variables | Steve Milner | |
| Signed-off-by: Steve Milner <smilner@redhat.com> | |||
| 2017-09-12 | Merge pull request #5352 from rhcarvalho/issue5311-harden-failure-summary-plugin | Scott Dodson | |
| Skip failure dedup instead of crashing | |||
| 2017-09-12 | Correct logic for openshift_hosted_*_wait | Russell Teague | |
| 2017-09-12 | Workaround Ansible Jinja2 delimiter warning | Russell Teague | |
| 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 | |||
| 2017-09-12 | openshift-checks: add role symlink | Luke Meyer | |
| fixes bug 1487548 https://bugzilla.redhat.com/show_bug.cgi?id=1487548 | |||
| 2017-09-12 | double the required disk space for etcd backup | Jan Chaloupka | |
| 2017-09-12 | Merge pull request #5325 from DenverJ/patch-1 | Scott Dodson | |
| Fix new_master or new_node fail check during scaleup | |||
| 2017-09-12 | openshift_health_check: allow disabling all checks | Luke Meyer | |
| 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 | |||
| 2017-09-12 | docker_image_availability: fix local image search | Luke Meyer | |
| 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. | |||
| 2017-09-12 | docker_image_availability: probe registry connectivity | Luke Meyer | |
| 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 | |||
| 2017-09-12 | openshift_checks: add retries in python | Luke Meyer | |
| 2017-09-12 | add inventory-generator under new sub pkg | juanvallejo | |
| 2017-09-12 | Merge pull request #5353 from mgugino-upstream-stage/public_hostname_check | Scott Dodson | |
| Add openshift_public_hostname length check | |||
| 2017-09-12 | Re-enabling new tuned profile hierarchy (PR5089) | Jiri Mencak | |
| 2017-09-11 | Merge pull request #5356 from ↵ | OpenShift Bot | |
| ashcrow/openshift-docker-systemcontainer-image-override Merged by openshift-bot | |||
| 2017-09-11 | Fix: authenticated registry support for containerized hosts | Michael Gugino | |
| Currently, openshift-anisble supports authentication to container registries to pull down openshift container images. The openshift_verison role uses the docker cli to gather image information from container registries before authentication credentials are provided by openshift-ansible. This commit creates the necessary token to authenticate to private registries during openshift_version. The token is generated by the role 'docker' on all hosts where docker is installed/configured when oreg_auth_users is defined. This commit also adds a read-only mount into the openshift master and node container services. This mount is '/var/lib/origin/.docker:/root/.docker:ro'. This is because the container images do not currently read the values in '/var/lib/origin/.docker' as this may be a bug upstream. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1316341 | |||
| 2017-09-11 | Automatic commit of package [openshift-ansible] release [3.7.0-0.126.0]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --debug --accept-auto-changelog --keep-version --debug | |||
| 2017-09-11 | Merge pull request #5340 from sdodson/bz1489913 | Scott Dodson | |
| Revert back to hostnamectl and previous default of not setting hostname | |||
| 2017-09-11 | Merge pull request #5344 from mgugino-upstream-stage/fix-pkg-versions | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-09-11 | [Proposal] OpenShift-Ansible Proposal Process | Russell Teague | |
| 2017-09-11 | Improve searching when conditions for Jinja2 delimiters | Russell Teague | |
| 2017-09-11 | Merge pull request #5256 from ashcrow/1451023 | Scott Dodson | |
| upgrade: Verify required network items are set | |||
| 2017-09-11 | Merge pull request #5342 from mtnbikenc/fix-include-through-symlink | Scott Dodson | |
| Correct include path to not follow symlink | |||
| 2017-09-11 | Merge pull request #5332 from kwoodson/amibuild_node_config | OpenShift Bot | |
| Merged by openshift-bot | |||
