Commit Graph

5 Commits

Author SHA1 Message Date
Kevin Carter 26c9a3c8b5 Retire independent ansible role
This role has been retired. The transformation squad is pivoting away from
independent roles at this time and will be focusing on the tripleo-ansible
repository. For more information on the tripleo-ansible efforts and the
direction of the transformation squad please review the following mailing
list thread [0].

[0] - http://lists.openstack.org/pipermail/openstack-discuss/2019-June/006836.html

Change-Id: I9dfeb6de0f1ff12a457b3981f75f6536e5e9db30
Signed-off-by: Kevin Carter <kecarter@redhat.com>
2019-06-24 07:32:49 -05:00
Zuul 7f3240b37a Merge "Update min tox version to 2.0" 2019-01-03 21:20:16 +00:00
huang.zhiping 9551ffe054 Update min tox version to 2.0
The commands used by constraints need at least tox 2.0.  Update to
reflect reality, which should help with local running of constraints
targets.

Change-Id: Ic3832bdc50301610e67f385d5468e0ec5a7664dd
2018-10-20 12:31:48 +00:00
Doug Hellmann fc46402295 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: I19e4deb3c709e0918aa4888bdf7962aab43cc632
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 19:02:11 -04:00
Jill Rouleau f98ace7d35 Add zuul config, tox files, and lint script.
Add ci jobs to generate a role from cookiecutter config and run
ansible-lint against the generated role.  Lint script is called from
tox so that developers can reproduce this locally.

Change-Id: I76022e580e55094a04ca7ac3c05c025a2894ea1e
2018-08-01 20:17:31 -04:00