summaryrefslogtreecommitdiffstats
path: root/ansible/test/roles/prepare-docker-dind/vars/main.yml
AgeCommit message (Collapse)AuthorFilesLines
2019-07-05Allow overriding docker version in prepare-docker-dindMichal Zegan1-3/+0
This change allows overriding of docker version to be installed when calling prepare-docker-dind role. It also enables downgrading, allowing the given version to be taken into account. Previously the specified version was completely ignored. Change-Id: Iee3827564f130498e9fad69ddea55278346b7cfe Issue-ID: OOM-1906 Signed-off-by: Michal Zegan <m.zegan@samsung.com>
2019-05-21Add prepare-docker-dind roleMichal Zegan1-0/+3
This change adds the prepare-docker-dind role intended to be used in tests to install docker on test containers. Contrary to the prepare-docker role it arranges for docker daemon to be launched inside of the test containers instead of using/polluting a test host. It is a prerequisite to the rke role molecule tests. Change-Id: I6be270758b01f7e9c4fa09aebcc32930c0977ea3 Issue-ID: OOM-1778 Signed-off-by: Michal Zegan <m.zegan@samsung.com>