Commit Graph

9 Commits

Author SHA1 Message Date
Dariusz Smigiel 395d70f086 Revert "cleanup setup.py config"
This reverts commit 6c976e61a9.

Reason for revert:
Removal of setup.py caused problems with installation in tripleo-quickstart:

2022-03-31 16:20:19.128604 | primary | ERROR: openstack-ansible-os_tempest from file:///home/zuul/src/opendev.org//openstack/openstack-ansible-os_tempest/#egg=openstack-ansible-os_tempest (from -r quickstart-extras-requirements.txt (line 5)) does not appear to be a Python project: neither 'setup.py' nor 'pyproject.toml' found.

Disable setuptools auto discovery

Jobs are broken due to a release of setuptools 61.0 introducing
non-backwards compatible breaking changes [1]

Setting py_modules to an empty string here will disable autodiscovery
and should permit jobs to run as before.

[1] https://github.com/pypa/setuptools/issues/3197

Signed-off-by: Neil Hanlon <neil@shrug.pw>

Change-Id: I8ee5fa36a6b0cbce2d1811d9f40202fd083e4767
2022-03-31 17:07:05 -04:00
Marc Gariepy 6c976e61a9 cleanup setup.py config
Change-Id: I1a857edf7d84f02e440703d3fa5295519661efae
2022-03-31 10:43:20 -04:00
Andreas Jaeger 392552261a Cleanup py27 support
This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove python 2.7 stanza from setup.py
- Remove obsolete sections from setup.cfg
- Cleanup doc/source/conf.py to remove now obsolete content.

Change-Id: Id681a9e25b677c687998698c33b4fb0a30d7d202
2020-04-13 20:11:25 +02:00
Chandan Kumar 6c7b0b84f5 Use usr/local/share/ansible/roles for data_files
tripleo-quickstart[1] always look for ansible roles whether it is
installed system-wide or venv in usr/local/share/ansible/roles
path instead of share/ansible/roles/. Otherwise ansible complains
`os_tempest` role not found.

Change-Id: I5c7a9b40c345064553ad6e848bc85b17bafb24b4
2019-01-15 15:22:06 +05:30
Chandan Kumar 3336218339 Move role data in share/ansible/roles
In order to consume os_tempest role in TripleO CI, the ansible
tries to looks for role in /usr/share/ansible/roles otherwise it
does not detect. Moving the roles data under data_files solves the
issue.

Change-Id: Id4a2adb926b0174c2b2ba6eaaadb8880b83e84af
2019-01-08 15:31:33 +05:30
ZhongShengping 75a5946345 Update mailinglist from dev to discuss
openstack-dev was decomissioned this night in https://review.openstack.org/621258
Update openstack-dev to openstack-discuss

Change-Id: I00b9d2b273ff922ad72cece42de759e1c3516164
2018-12-05 09:16:39 +08:00
ZhongShengping 995ac2d688 Update URLs in documents according to document migration
Change-Id: Ic7d47656029a64d1e0b37823e4b7d2f6d43c061d
2017-07-17 10:32:56 +00:00
Deepak 7b4f8bc41d Changed the home-page link
Set the correct home-page link

Change-Id: Ia6cc25d7e0ad5c5fde11a65614f6691a23e427e7
Partial-Bug: #1630120
2016-10-05 12:32:59 +05:30
Kevin Carter 7ee029afe9 Implement base configuration for independent repository
Change-Id: I26cea8bede422a5e91ab3443a69fb77f1a7b0fde
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-03-03 13:02:14 +00:00