An Ansible deployment to validate ansible roles for Continuous Integration.
Go to file
qingszhao 63ba58b60b fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I57ea4a045f5514fc51970c3d199d96079b649333
2018-09-30 09:54:53 +08:00
.zuul.d Merge "Add windmill-tox-molecule" 2018-08-23 20:40:14 +00:00
config Switch to ubuntu-bionic for nodepool images 2018-08-20 23:07:39 -04:00
doc/source Initial commit 2016-01-29 14:57:10 -05:00
inventory/testing Replace shade with openstacksdk 2018-08-02 21:29:24 -04:00
playbooks Switch to ubuntu-bionic for nodepool images 2018-08-20 23:07:39 -04:00
tests Merge "Add windmill-tox-molecule" 2018-08-23 20:40:14 +00:00
tools Clean up requirements.yaml 2018-08-10 14:50:58 -04:00
.gitignore Update gitignore 2018-04-11 20:59:44 -04:00
.gitreview Added .gitreview 2016-01-29 17:33:15 +00:00
LICENSE Add missing LICENSE file 2016-12-24 16:03:52 -05:00
README.rst Remove quickstart docs 2018-03-27 21:10:07 -04:00
bindep.txt Use separate venv for bindep 2018-05-11 20:12:16 -04:00
requirements.txt Use separate venv for bindep 2018-05-11 20:12:16 -04:00
setup.cfg Initial commit 2016-01-29 14:57:10 -05:00
setup.py Initial commit 2016-01-29 14:57:10 -05:00
test-requirements.txt Add support for ARA 2018-04-10 13:19:13 -04:00
tox.ini fix tox python3 overrides 2018-09-30 09:54:53 +08:00

README.rst

windmill

An Ansible deployment to validate ansible roles for Continuous Integration

Description

Windmill is a collection of Ansible playbooks and roles used to deploy Continuous Integration (CI) tools. It serves to be a functional test environment for our Ansible CI roles primarily, however it also provides an example deployment for users.