Commit Graph

10 Commits

Author SHA1 Message Date
gugug 110346a30f Retire the puppet-congress project - Step 2 Remove Project Content
Unfortunately Congress project has been retired already[1], so it is
useless to maintain puppet modules for it.

The annoucement can be found in the following link.
 http://lists.openstack.org/pipermail/openstack-discuss/2020-June/015555.html

[1] https://review.opendev.org/#/c/721742/

Depends-On: https://review.opendev.org/#/c/737133/
Change-Id: I348780c0f6900f06e378ee9117d6ac51749b82e9
2020-06-21 01:42:41 +09:00
Ghanshyam Mann 30eac6c5bb [ussuri][goal] Cleanup for python 2.7 drop
OpenStack is dropping the py2.7 support in ussuri cycle.

puppet-* repos have to cleanup the requirement and tox
for py2.7 drop.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

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

Change-Id: Ie96f0f15dbb48daf97d26fb6bd8746b4ff56b295
2020-02-15 18:52:29 -06:00
pengyuesheng 7d0fa5f17a Update the constraints url
For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: Ie50b55491f3086ea0336c159cc69756237d33416
2019-09-26 11:43:17 +08:00
ZhongShengping c2eea48883 Move to opendev
Change-Id: Id434485c37c30eab12023f3ccd5b2c5883e5abb2
2019-04-21 14:44:48 +08:00
ZhongShengping 9cdbf13832 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: I03a13034563ffbc80a2725ceb8c7cb14f6bdc417
2018-10-16 11:40:17 +08:00
ZhongShengping 611517660e 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: I4ab99d85fc8450f2e9a61f94cea25ee922e9259f
2018-06-08 14:23:32 +08:00
ZhongShengping 9b24a03d83 Follow the new PTI for document build
For compliance with the Project Testing Interface as described in:
https://governance.openstack.org/tc/reference/project-testing-interface.html

Refer to:
http://lists.openstack.org/pipermail/openstack-dev/2017-November/124815.html

Change-Id: I10d4015ad48c33c2a231a03ad0d5964d9b414d14
2018-02-28 14:42:10 +08:00
ZhongShengping 0ad2337406 Add environment variable
Add environment variable {toxinidir} in tox.ini

Change-Id: Idaa6b41fbeb487ba0dce8591727e6cc0304d250d
2017-06-12 15:49:27 +08:00
Alex Schultz 89d408fa92 Update tox configuration
Update the tox configuration to pull in the openstack
upper-constraints.txt when running releasenotes. This will
fix the releasenotes job that is currently failing due to
a new version of sphinx. Additionally this change includes
updates from puppet-modulesync-configs.

Change-Id: Ieef042ddbfd76a5fc9a0561274f6a3300dfc53f7
2017-05-17 08:22:36 -06:00
Iury Gregory Melo Ferreira 9cd38f460b Add basic structure for ReNo
ReNo [1] is the release management tool in OpenStack.
This patch adds the basic structure to start using it.

* Update .gitignore
* Add releasenotes/ dir and basic files
* Add python files: setup.cfg, setup.py, test-requirements.txt and
  tox.ini.

[1] http://docs.openstack.org/developer/reno

Change-Id: I3fb6945c200db9fa53dab15ccee3e9e7f94ec2ba
2016-10-07 15:01:30 +00:00