Commit Graph

15 Commits

Author SHA1 Message Date
Ghanshyam Mann a43311b7ef 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: Ic209179b0be9c3746a702ccea2dd35e883e78bee
2024-02-24 11:43:49 -08:00
yangyawei 188f568522 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: I01e07a0f954a61cc4fa645bbd19a239a71070ba8
2021-05-14 16:52:22 +08:00
Sorin Sbarnea c69ead8b45 Drop pbr version ceiling and add py39 testing
- Ceiling of pbr version can create installation conflicts with pip.
- Fixes tox default env list to be python version agnostic
- Updated template to use newer jobs (include testing with newer python)

Bug: #1921679
Change-Id: Ifd0d2f810799992faa1db41b80bf93bc97d5d19d
2021-03-30 10:57:41 +00:00
Ghanshyam Mann f2a6ad9107 [ussuri][goal] Updates for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle except
swift and sorlets which is exception approved in this goal.

Somehow this repo is left to remove the support of py2.7.

Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Change-Id: Id30a4bbee9a437d8e73dc71f0b65304dc5e64e23
2020-04-25 19:44:01 -05:00
Corey Bryant 4b51f22b97 Add Python 3 Train unit tests
This is a mechanically generated patch to ensure unit testing is in place
for all of the Tested Runtimes for Train.

See the Train python3-updates goal document for details:
https://governance.openstack.org/tc/goals/train/python3-updates.html

Change-Id: I99b437baa4f2a419c471064045aa358e3f05ceb5
Story: #2005924
Task: #34253
2019-07-12 16:21:47 -04:00
jacky06 c5984fc6d7 Replace git.openstack.org URLs with opendev.org URLs
Change-Id: If299ebc5849502954e812947c5b80006573710ed
2019-05-28 14:40:51 +08:00
Natal Ngétal e142ac81c8 [Documentation] Migrate the format.
Moved the file to README.rst for consistency with other OpenStack
project documentation.

Change-Id: I5f80d6318d8119e152e1b73aad4e3ba22daf46e4
2019-03-27 15:29:10 +01:00
huang.zhiping b867aae27e Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: I29d32cb91b69e8cfa7f08b2cb2e0fa026407920e
2018-12-04 12:07:10 +00:00
Robert Collins 37d22a3acd Remove hardcoded version.
We use semantic versioning, not pbr's pre-version facility. This
line causes local package builds to have the wrong version, and
pbr will in future detect this and error.

Change-Id: I0d24872e1df219b89adddd9d53a6247b91e88ff0
2014-08-20 11:01:36 +12:00
Clint Byrum 4b8b11e8b9 Create stub for build_sphinx
This will allow the docs jobs to pass which allows us to conform to the
OpenStack infra without specialness.

Change-Id: I4c80d71f211ed396cabda82dde088291a4bfe08d
2014-04-18 10:17:36 -07:00
Sascha Peilicke 71e863ad33 Support building wheels (PEP-427)
With that, building and uploading wheels to PyPI is only one "python
setup.py bdist_wheel" away.

Change-Id: I36725f3751ebc2b26a56ab97638f260123fb1a42
2013-11-19 10:35:35 +01:00
Monty Taylor ae5d0c61a3 Align build files and requirements
This is not an actual python project, so there is an amount of cruft
in the repo that is not needed. However, it does generate tarballs in
OpenStack Infra, so it needs the tox venv environment and the pbr
setup.py stuff. It also is totally possible to check python files in
the repo for flake8 violations, so set that up.

Change-Id: Ifb94f65912716efe1c4596d552beee92d2dc3d6a
2013-09-28 23:18:29 -04:00
Monty Taylor 8b75bcf581 Update stackforge references to openstack
Change-Id: Ie0290e9ab3e7fe8f02ee5e207ae1a419b0abf3cd
2013-08-17 22:57:21 -04:00
Steve Baker 27dd19dac5 Package with pbr
Uses pbr-0.5.20 glob support to install elements.

This packaging will facilitate tripleo-image-elements being
consumed by CI tooling, enabling tests which require customized
images.

Change-Id: Id0ce2f9954f487ef2375e51cc8287999b82396f2
2013-08-06 12:50:39 +12:00
Clint Byrum c3ee071d73 Make it possible for openstack-CI to run tests
Per http://wiki.openstack.org/ProjectTestingInterface we enable all
of the commands except build_sphinx because we do not have any sphinx
documentation as of yet. Includes babel support though there are no
properly internationalized strings just yet.

Change-Id: Iae6e6b3f9e605106f4575196fa5527d2187255df
2013-02-04 22:26:17 -08:00