summaryrefslogtreecommitdiffstats
path: root/roles/docker/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Fix: authenticated registry support for containerized hostsMichael Gugino2017-09-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | 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
* Skip the docker role in early upgrade stages.Devan Goodwin2016-09-291-1/+0
| | | | | | | | This improves the situation further and prevents configuration changes from accidentally triggering docker restarts, before we've evacuated nodes. Now in two places, we skip the role entirely, instead of previous implementation which only skipped upgrading the installed version. (which did not catch config issues)
* Only nuke images when crossing the Docker 1.10 boundary in upgrade.Devan Goodwin2016-06-271-0/+1
|
* Fix docker restarts during openshift_version role.Devan Goodwin2016-06-201-1/+0
| | | | | | | | | The variable here must be explicitly passed to the docker role, if it's passed sometimes and not others, the docker config changes triggers a docker restart effectively killing everything on the node in an unsafe manner. Instead lets make sure the value is set.
* Downgrade to docker 1.8.2 if installing OSE < 3.2Scott Dodson2016-04-051-0/+2
|
* Cleanup empty role dirs/filesJason DeTiberus2015-02-241-2/+0
|
* Initial Commit. Sharing is caringKenny Woodson2014-09-161-0/+2