You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mitogen/tests/image_prep
Alex Willmer a8e8cf91cb tests: Rebuild Docker containers
A few changes are bundled in this
 - Ansible 2.10.x and Mitogen 0.3.x are used to build nearly all images
   (Ansile 2.3.x is retained for CentOS 5, because it uses Python 2.4).
 - Tox is used to install/run Ansible, replacing build_docker_images.py
 - A static inventory, identifying containers by name rather than ID.
 - debian-test image is renamed to debian9-test
 - debian9-test image is now based on debian:9
 - centos6-test image is now based on moreati/centos6-vault
   following the same scheme as centos5-test.
 - Images are now uploaded to Amazon Elastic Container Registry (ECR).
   See #809.
 - Debian recommended packages aren't installed (e.g. build-essential)
 - Python 2.x and Python 3.x are installed wherever available.
 - Python Virtualenv is installed wherever available.
3 years ago
..
group_vars tests: Rebuild Docker containers 3 years ago
host_vars tests: Rebuild Docker containers 3 years ago
README.md tests: Rebuild Docker containers 3 years ago
_container_create.yml tests: Rebuild Docker containers 3 years ago
_container_finalize.yml tests: Rebuild Docker containers 3 years ago
_container_setup.yml tests: Rebuild Docker containers 3 years ago
_user_accounts.yml tests: Rebuild Docker containers 3 years ago
ansible.cfg tests: Rebuild Docker containers 3 years ago
hosts.ini tests: Rebuild Docker containers 3 years ago
py24-build.sh issue #477: import updated Python build scripts 5 years ago
py24.sh issue #477: import updated Python build scripts 5 years ago
setup.yml tests: Rebuild Docker containers 3 years ago
tox.ini tests: Rebuild Docker containers 3 years ago

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