Commit Graph

11 Commits

Author SHA1 Message Date
Ghanshyam Mann 340d059ee5 Retire Tripleo: remove repo content
TripleO project is retiring
- https://review.opendev.org/c/openstack/governance/+/905145

this commit remove the content of this project repo

Change-Id: I6b367027aff77f4bf9810903e62ccb59bca0ff38
2024-02-24 11:41:15 -08:00
Kevin Carter da50e0e267
Fix Ansible Lint
Ansible lint is currently broken for this role. This change updates to
Ansible Core for the dependencies and then adjusts the role files to
ensure that the role can pass lint checks.

Change-Id: Id19209ca0a939bd669b25f9aad7dd5b011e34922
Signed-off-by: Kevin Carter <kecarter@redhat.com>
2022-04-29 14:12:31 -05:00
Jeremy Stanley effac4c9d8 Correct the tox option for skipping sdist generation
The tox option to skip source distribution building is skipsdist,
but this seems to be often misspelled skipdist instead, which gets
silently ignored and so does not take effect. Correct it
everywhere, in hopes that new projects will finally stop copying
this mistake around.

See https://tox.readthedocs.io/en/latest/config.html#conf-skipsdist
and https://github.com/tox-dev/tox/issues/1388 for details.

Change-Id: I1c5eaf99582fa0f09a42a1143d6ca8d0bb9e7289
2021-06-17 17:00:00 +00:00
Alex Schultz c6f9a7bdd7 Fix CI
Cap ansible at <2.10 and fix hacking. Additionally convert ansible-lint
to not use the old shell script and use .ansible-lint for skips

Change-Id: I035ed9f3964ba904dc9ccfe048b69a68c6680253
2021-02-22 09:41:39 -07:00
Hervé Beraud ca1fcceeb3 Replace deprecated UPPER_CONSTRAINTS_FILE variable
UPPER_CONSTRAINTS_FILE is deprecated and TOX_CONSTRAINTS_FILE is
the new environment variable name that replaces it [1].

This allows to use upper-constraints file as more
readable way instead of UPPER_CONSTRAINTS_FILE=<lower-constraints file>.

[1] https://zuul-ci.org/docs/zuul-jobs/python-roles.html#rolevar-tox.tox_constraints_file
[2] https://review.opendev.org/#/c/722814/

Change-Id: I419f5d78981ac9c67617202fb9c31e6ddc4ed9d7
2020-11-09 16:35:55 +00:00
pengyuesheng 6c67a4085a Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I34f60c002a147b8b0b287a4f64798455868ddf03
2019-09-25 15:01:17 +08:00
huang.zhiping 86358c2203 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: Iecc9b044469c970fa86bf3dab35a1d10c7c12429
2019-05-30 09:52:39 +00:00
Le Hou 50120adf09 Update to opendev
Change-Id: I486a98640122837aeb7048db8a7e5024eff72654
2019-04-23 12:55:41 +08:00
98k 126e1b1f28 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: I836208802ea36a762768eed6dda7f096150e4c1c
2018-10-08 03:01:45 +00:00
Doug Hellmann 51fd143c5a 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: I77638ef2d7876f87c242682034f4bfde60daa5b3
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 19:01:53 -04:00
Emilien Macchi 93aa321a66 Initial commit
* .gitignore
* .gitreview
* Re-licensing to Apache 2.0
* ansible-requirements
* python dependencies (tox, setup, requirements)
* Fix some pep8 errors
* CI scripts

Depends-On: Ief06ef2fde45851df0c9cea4764dfe38c1777e46
Change-Id: Ibe4042308606e7ca2334f214d5b6bca006633adb
2017-12-13 20:53:08 +00:00