Commit Graph

14 Commits

Author SHA1 Message Date
Emilien Macchi d0e81c22ca Retire Paunch
Change-Id: I8b2e9e20e477f2f00ad922f03e82114ff13212fe
2020-06-15 10:07:12 -04:00
pengyuesheng c78160c652 Drop python 2.7 support and testing
Ussuri Communtiy-wide goal:
https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html

Remove explicit listed jobs from check queue, they are in the templates.

- Update jobs
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg:
  * Wheel is not needed for python 3 only repo
  * Some other sections are obsolete
- Update classifiers
- Update requirements, no need for python_version anymore

Co-Authored-By: Andreas Jaeger <aj@suse.com>
Change-Id: I4a1976c78b0fe69cc1b423c516d557838cb6d59b
2020-04-23 08:40:02 +00:00
Corey Bryant 66000cfdf0 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: I7dae23ccd677652a05a89346c2dc8f8d9d2dfffc
Story: #2005924
Task: #34253
2019-07-19 14:38:25 -04:00
Natal Ngétal 4e55596f71 [Core] Change openstack-dev to openstack-discuss.
The openstack-dev address is replaces by openstack-discuss.

Change-Id: Ie7433bff03d37f2aeffdf7592739768e71ba2366
2019-01-07 10:00:59 +01:00
Sorin Sbarnea 7dd3bca83a Allow paunch to be called as a python module
Includes a test that we can succesfully call it as a module in order
to avoid regressions.

This is essential fix related to python3 work as the only way to
enforce a specific python interpreter to be used.

Change-Id: If5c4bda5ddc708bfb3701800cea46e89a026fb6e
Story: https://tree.taiga.io/project/tripleo-ci-board/task/361
2018-11-16 03:01:51 +00:00
Zuul e1f2d3500b Merge "Update and replace http with https for doc links" 2017-11-28 20:34:24 +00:00
Ian Main efdcacc0de Add debug tool to paunch
This change adds various debugging abilities to paunch.  It lets you:
- Dump yaml or json of a single container configuration.
- Run a single container with a given configuration.
- Run a single container with overridden configuration elements.
- Print out the run command used to start a container.

Change-Id: If8995e1c94034e1b22cd92951ee3fd702048323b
2017-07-24 17:11:51 -04:00
howardlee baba9d0cd5 Update and replace http with https for doc links
1) Update doc links according to OpenStack document migration
2) Use https instead of http for docs links

Change-Id: I3a0855cbd2bb25a47fbcee457d4fd2eeb8dd620a
2017-07-20 20:12:55 +08:00
Thomas Herve a03cf787a1 Support py3.5
This makes the process calls consistently return strings on all python
versions.

Change-Id: Ibda89b467b461b8833515f50a0cf1cc3064cb917
2017-06-27 10:51:08 +02:00
Steve Baker e4cf82b9cf Remove unimplemented 'show' command
Its not clear what this command would return which would be useful for
the user. For now they can find all they need by running 'paunch list'
or commands directly to docker.

Change-Id: I9e2744946799655ca0cc075955de36f70a5dc04a
2017-05-23 09:54:08 +12:00
Steve Baker 7e20b05dd8 Fix up the still unimplemented commands 2017-04-06 15:46:25 +12:00
Steve Baker 8de699e015 Start to write docs 2017-04-06 15:15:59 +12:00
Steve Baker d89877d19b Create stub commands 2017-03-28 16:29:24 +13:00
Steve Baker ceed164766 Initial Cookiecutter Commit. 2017-01-25 11:24:31 +13:00