summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-13Merge pull request #5405 from ewolinetz/issue_5403Scott Dodson
Removing setting of pod presets
2017-09-13Merge pull request #5359 from mgugino-upstream-stage/version-docker-auth-configOpenShift Bot
Merged by openshift-bot
2017-09-13Removing setting of pod presetsEric Wolinetz
2017-09-13Merge pull request #5402 from ashcrow/fix-cri-o-image-nameScott Dodson
cri-o: Fix Fedora image name
2017-09-13cri-o: Fix Fedora image nameSteve Milner
Signed-off-by: Steve Milner <smilner@redhat.com>
2017-09-13Merge pull request #5379 from mtnbikenc/fix-jinja2-openshift_hostedOpenShift Bot
Merged by openshift-bot
2017-09-13Merge pull request #5386 from ashcrow/fix-wording-in-upgrade-noticeOpenShift Bot
Merged by openshift-bot
2017-09-13Merge pull request #5321 from mtnbikenc/proposal-processScott Dodson
[Proposal] OpenShift-Ansible Proposal Process
2017-09-13Merge pull request #5377 from ingvagabund/double-required-disk-space-etcd-backupOpenShift Bot
Merged by openshift-bot
2017-09-12Merge pull request #5365 from sosiouxme/20170908-disconnected-image-checkOpenShift Bot
Merged by openshift-bot
2017-09-12Merge pull request #5343 from mtnbikenc/improve-jinja2-searchOpenShift Bot
Merged by openshift-bot
2017-09-12Merge pull request #5350 from adelton/issue-2454OpenShift Bot
Merged by openshift-bot
2017-09-12upgrade: Updates warning on missing required variablesSteve Milner
Signed-off-by: Steve Milner <smilner@redhat.com>
2017-09-12Merge pull request #5352 from rhcarvalho/issue5311-harden-failure-summary-pluginScott Dodson
Skip failure dedup instead of crashing
2017-09-12Correct logic for openshift_hosted_*_waitRussell Teague
2017-09-12Workaround Ansible Jinja2 delimiter warningRussell 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-12double the required disk space for etcd backupJan Chaloupka
2017-09-12Merge pull request #5325 from DenverJ/patch-1Scott Dodson
Fix new_master or new_node fail check during scaleup
2017-09-12openshift_health_check: allow disabling all checksLuke 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-12docker_image_availability: fix local image searchLuke 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-12docker_image_availability: probe registry connectivityLuke 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-12openshift_checks: add retries in pythonLuke Meyer
2017-09-12Merge pull request #5353 from mgugino-upstream-stage/public_hostname_checkScott Dodson
Add openshift_public_hostname length check
2017-09-11Merge pull request #5356 from ↵OpenShift Bot
ashcrow/openshift-docker-systemcontainer-image-override Merged by openshift-bot
2017-09-11Fix: authenticated registry support for containerized hostsMichael 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-11Automatic 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-11Merge pull request #5340 from sdodson/bz1489913Scott Dodson
Revert back to hostnamectl and previous default of not setting hostname
2017-09-11Merge pull request #5344 from mgugino-upstream-stage/fix-pkg-versionsOpenShift Bot
Merged by openshift-bot
2017-09-11[Proposal] OpenShift-Ansible Proposal ProcessRussell Teague
2017-09-11Improve searching when conditions for Jinja2 delimitersRussell Teague
2017-09-11Merge pull request #5256 from ashcrow/1451023Scott Dodson
upgrade: Verify required network items are set
2017-09-11Merge pull request #5342 from mtnbikenc/fix-include-through-symlinkScott Dodson
Correct include path to not follow symlink
2017-09-11Merge pull request #5332 from kwoodson/amibuild_node_configOpenShift Bot
Merged by openshift-bot
2017-09-11container-engine: Allow full image overrideSteve Milner
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>
2017-09-11Add openshift_public_hostname length checkMichael Gugino
Currently, the variable openshift_hostname is checked to ensure it is less than 63 characters. The variable openshift_public_hostname should also be checked for this length. This commit checks the length of openshift_public_hostname to ensure it is 63 characters or less. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1467790
2017-09-11Skip failure dedup instead of crashingRodolfo Carvalho
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.
2017-09-11Merge pull request #5338 from mtnbikenc/fix-pre_upgradeOpenShift Bot
Merged by openshift-bot
2017-09-11Properly quote "true" and "false" strings for include_granted_scopes.Jan Pazdziora
2017-09-09Merge pull request #5339 from mtnbikenc/fix-upgrade-pathOpenShift Bot
Merged by openshift-bot
2017-09-08Fix rpm version logic for hostsMichael Gugino
Currently, the variable openshift_pkg_version is defined by the first master unless specified by the user. The role openshift_version attempts to set this value on all other hosts after setting it on the first master. During normal installation, openshift_pkg_version is not initially defined, therefor each host will utilize the most recent rpm available. This creates a problem during later operations of a cluster if a node is added or replaced by a new node. This commit ensures that the value for openshift_pkg_version set by the first master is respected by subsequent hosts. Fixes: #5341
2017-09-08Revert back to hostnamectl and previous default of not setting hostnameScott Dodson
The old default was "{{ not openshift.common.version_gte_3_1_or_1_1 }}" just default to false instead, master branch will never be used with 3.0 hostname module doesn't work on atomic host Fixes BZ 1489913
2017-09-08Correct include path to not follow symlinkRussell Teague
2017-09-08Fix include path for docker upgrade tasksRussell Teague
2017-09-08Automatic commit of package [openshift-ansible] release [3.7.0-0.125.1].Scott Dodson
Created by command: /usr/bin/tito tag --use-version 3.7.0 --use-release 0.125.1%{?dist}
2017-09-08Fix issue with etcd_common when using pre_upgrade tagRussell Teague
2017-09-08Merge pull request #5289 from jcantrill/1487573_fix_allowed_es_versionOpenShift Bot
Merged by openshift-bot
2017-09-08inventory: Denote new required upgrade variablesSteve Milner
2017-09-08upgrade: Verify required network items are setSteve Milner
When upgrading osm_cluster_network_cidr, osm_host_subnet_length, and openshift_portal_net must be set to avoid SDN initialization errors. This was found when the default parameters were changed between Openshift versions. This meant users who upgraded and did not specify either mentioned variable at install/upgrade time ended up getting SDN errors post upgrade. When osm_cluster_network_cidr, osm_host_subnet_length, and openshift_portal_net are not set the upgrade will fail telling the user that the variables must be set and how to find the current values in the current install. References: https://github.com/openshift/openshift-ansible/commit/b50b4ea0b03feb9431abd7294fe4fb6b549ddfc0 Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1451023
2017-09-07Merge pull request #5209 from wozniakjan/logging_es_probeOpenShift Bot
Merged by openshift-bot
2017-09-07ami build process calls openshift-node/config.ymlKenny Woodson