Commit Graph

12 Commits

Author SHA1 Message Date
Ghanshyam Mann 72ea117f61 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: Ic549bdcc76a5e12a0104143fbe79fd0db2c866b0
2024-02-24 11:44:35 -08:00
maliangyi 8de2c51407 setup.cfg: Replace dashes with underscores
Setuptools v54.1.0 introduces a warning that the use of
dash-separated options in 'setup.cfg' will not be supported
in a future version [1].
Get ahead of the issue by replacing the dashes with underscores.
Without this, we see 'UserWarning' messages
like the following on new enough
versions of setuptools:

  UserWarning: Usage of dash-separated 'description-file' will not be
  supported in future versions. Please use the underscore name
  'description_file' instead

[1] https://github.com/pypa/setuptools/commit/a2e9ae4cb
Change-Id: Ief3bbde25244433c7a1df64cbe735d333d8d7662

Change-Id: Ied6589162ecd063ba8c82831c214b03ba8a6f184
2022-06-05 10:37:18 +08:00
Sagi Shnaidman fb4d5a1083 Fix conflict between tq and tqe directories
When reinstalling tq and tqe there is conflict with config/
directory, which is populated by both repos. Fix it by specifying
exactly what to install in tqe.
Related-bug: #1955574
Change-Id: I0b1d85e83b51ef86f245f237dd72dd5306d2f79e
2021-12-25 03:31:26 +02:00
Andreas Jaeger 962f7a465d Small cleanups
A few cleanups:
* remove docs environment, this repo has not docs
* Cleanup setup.cfg, remove obsolete sections
* Update docs requirements to newer versions working properly with
  python3, releasenotes are build using python3

Change-Id: I721b81e422501b841107d4d2d96458759448a326
2020-05-03 16:11:07 +02:00
Zuul cfb5d862d2 Merge "Enable molecule placeholder test" 2020-01-11 06:28:40 +00:00
Sorin Sbarnea 5b8cd3a203 Enable molecule placeholder test
A follow-up will also add effective testing of the role, as it requires
additional changes.

Change-Id: I89b41cb0762ba063dc4e2f1d4042d1261fa1e8de
2020-01-10 21:15:17 +00:00
Sorin Sbarnea 01c3637a88 lint: bump flake8
- Use recommended flake8 setup in pre-commit
- Removes use of hacking as pre-commit provides the lock-in
- Bumps flake8 to latest stable
- Resolves two ignored rules

Change-Id: I98f382cd2b72345748e40106624c73039e0f0f2c
2020-01-10 13:44:42 +00:00
Sorin Sbarnea 6bd8a4df1e fixed linters
- workaround for ansible-lint failure with new setuptools
- bumping linters
- consolidated linters configuration

Partial-Bug: https://bugs.launchpad.net/tripleo/+bug/1848512
Change-Id: Ic763d5b39d5059526ee5de99fec82bec7524d460
2019-10-18 10:42:29 +01:00
Chandan Kumar 316ca33d2d Reuse the validate-tempest skip list in os_tempest
Before porting all the jobs to os_tempest from validate-tempest
we need to make sure that we are using the existing master skip
list otherwise it will leads to lots of failures.

Change-Id: I90641ae636287ae1b6c5c225f7812431e28a39d5
2019-03-04 13:36:59 +01:00
Natal Ngétal 412d2e3f8a [Core] Change the author and author mail.
Change the mail author to use a generic address. I think it's better.

Change-Id: Ic5e6aff362966088cec9c001d615a57b2b177076
2018-12-13 10:00:47 +01:00
Natal Ngétal 45e2ab6e91 [Documentation] Migrate the format.
Moved the file to README.rst for consistency with other OpenStack
project documentation.

Change-Id: I33afda00373860ee4ec558072c05448e3efe2556
2018-11-16 16:21:50 +01:00
Attila Darazs 661358a588 Add essential repo files
Also fix ansible-lint errors and disable flake8 checks on the files
within the roles until we fix them.

Change-Id: Iab40c0fea517b2f74b91cab7b0f443de89e453b8
2016-11-22 13:23:57 +01:00