mitogen/tests/image_prep
Alex Willmer ac7505d624 tests: Add centos 8; debian 10, 11; ubuntu 16.04, 18.04, 20.04 test images 2021-02-21 20:52:58 +00:00
..
group_vars tests: Rebuild Docker containers 2021-02-21 20:23:41 +00:00
host_vars tests: Add centos 8; debian 10, 11; ubuntu 16.04, 18.04, 20.04 test images 2021-02-21 20:52:58 +00:00
README.md tests: Rebuild Docker containers 2021-02-21 20:23:41 +00:00
_container_create.yml tests: Rebuild Docker containers 2021-02-21 20:23:41 +00:00
_container_finalize.yml tests: Rebuild Docker containers 2021-02-21 20:23:41 +00:00
_container_setup.yml tests: Add centos 8; debian 10, 11; ubuntu 16.04, 18.04, 20.04 test images 2021-02-21 20:52:58 +00:00
_user_accounts.yml tests: Don't add local user to Docker containers 2021-02-21 20:47:36 +00:00
ansible.cfg tests: Rebuild Docker containers 2021-02-21 20:23:41 +00:00
hosts.ini tests: Add centos 8; debian 10, 11; ubuntu 16.04, 18.04, 20.04 test images 2021-02-21 20:52:58 +00:00
py24-build.sh issue #477: import updated Python build scripts 2019-01-27 00:37:13 +00:00
py24.sh issue #477: import updated Python build scripts 2019-01-27 00:37:13 +00:00
setup.yml tests: Rebuild Docker containers 2021-02-21 20:23:41 +00:00
tox.ini tests: Rebuild Docker containers 2021-02-21 20:23:41 +00:00

README.md

image_prep

This directory contains Ansible playbooks for building the Docker containers used for testing, or for setting up an OS X laptop so the tests can (mostly) run locally.

The Docker config is more heavily jinxed to trigger adverse conditions in the code, the OS X config just has the user accounts.

See ../README.md for a (mostly) description of the accounts created.

Building the containers

No single version of Ansible supports every Linux distribution that we target. To workaround this Tox is used, to install and run multiple versions of Ansible, in Python virtualenvs.

tox

Preparing an OS X box

WARNING: this creates a ton of accounts with preconfigured passwords. It is generally impossible to restrict remote access to these, so your only option is to disable remote login and sharing.

ansible-playbook -b -c local -i localhost, -l localhost setup.yml