Commit Graph

26 Commits

Author SHA1 Message Date
Ghanshyam Mann c577aeac41 Cleanup the retired repo
This repo is not properly retired. Retired repos can only have two files:
- README.rst
- gitreview

To cleanup the retirement of this repo, keeping these two files only and
removing the other remaining files if there is any.
Detail: https://etherpad.opendev.org/p/tc-retirement-cleanup

Change-Id: I0d80b437e96219c3a09c68d0c400b50442f3d497
2020-08-05 20:14:19 -05:00
Kevin Carter 26c9a3c8b5 Retire independent ansible role
This role has been retired. The transformation squad is pivoting away from
independent roles at this time and will be focusing on the tripleo-ansible
repository. For more information on the tripleo-ansible efforts and the
direction of the transformation squad please review the following mailing
list thread [0].

[0] - http://lists.openstack.org/pipermail/openstack-discuss/2019-June/006836.html

Change-Id: I9dfeb6de0f1ff12a457b3981f75f6536e5e9db30
Signed-off-by: Kevin Carter <kecarter@redhat.com>
2019-06-24 07:32:49 -05:00
OpenDev Sysadmins 6fdcdd087f OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:29:50 +00:00
Zuul 6e9cad5a77 Merge "Update hacking version to latest" 2019-01-07 19:38:03 +00:00
jacky06 ee6522c7ee Update hacking version to latest
Change-Id: Ie230915523abc0e9d0357a388e8dfcbfd0be8921
2019-01-05 00:22:17 +08:00
Zuul 7f3240b37a Merge "Update min tox version to 2.0" 2019-01-03 21:20:16 +00:00
Zuul a981999540 Merge "Remove setup.py check from tox template" 2019-01-02 09:59:07 +00:00
Zuul 0a5549683f Merge "fix tox python3 overrides" 2018-11-12 15:23:07 +00:00
Sean McGinnis cb1a5fb52a Remove setup.py check from tox template
Using "python setup.py check -r -s" method of checking the package has
been deprecated with the new recommendation to build the sdist and
wheel, then running "twine check" against the output.

Luckily, there is already a job that covers this that only runs when the
README, setup.py, or setup.cfg files change, making running this in the
pep8 job redundant. This covered by the test-release-openstack-python3
that is defined in the publish-to-pypi-python3 template.

More details can be found in this mailing list post:

http://lists.openstack.org/pipermail/openstack-dev/2018-October/136136.html

Change-Id: I544d9940e8c89d50346c71e3df2fe1166850f7ef
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2018-10-30 10:33:45 -05:00
huang.zhiping 9551ffe054 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: Ic3832bdc50301610e67f385d5468e0ec5a7664dd
2018-10-20 12:31:48 +00:00
Zuul 025235fc9a Merge "Change YAML file extensions to .yaml from .yml" 2018-10-12 15:32:23 +00:00
Andreas Jaeger 5afb7ee689 Remove release-openstack-server
This template needs to stay in project-config to work properly.
also, it's obsolete. project-config is updated already.

Change-Id: I97707efa2deb042bc5ed71d519677ef32dc0dc9e
2018-09-28 15:29:55 +02:00
Doug Hellmann fc46402295 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: I19e4deb3c709e0918aa4888bdf7962aab43cc632
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-09-26 19:02:11 -04:00
Sam Doran 8cf041ff35 Change YAML file extensions to .yaml from .yml
Ansible will work with both and .yaml is more common in OpenStack projects

Change-Id: I06315caf76b43737e20b3f708899c2977ab18a8c
2018-09-21 16:04:34 -04:00
Alex Schultz 38442259c3 Switch README to RST and add lint
The default readme had an issue when publishing to pypi, so let's clean
up the readme and add it to the linters so we won't have to clean it up
later.

Change-Id: I3c9ef884f166fe6714ac297a20add2259f1f9f46
2018-08-07 12:24:21 -06:00
Jill Rouleau 39e4b415c2 Fixes for rpmlint
Add '---' to empty yml files, as will be needed by rpmlint for roles
created by cookiecutter.
Rename defaults/mail.yml to defaults/main.yml.

Change-Id: Ie3333f4380f0279cec3aa42c585a01022a49569d
2018-08-06 10:48:32 -07:00
Zuul 12b73c4387 Merge "Document how to run tox to test the cookiecutter" 2018-08-02 19:27:09 +00:00
Emilien Macchi 34155fd8b0 Document how to run tox to test the cookiecutter
Change-Id: I755a9fdaba3d1dbd702063b0b3745230b624ad68
2018-08-01 20:21:05 -04:00
Sam Doran 7820e1ecaa Remove ssh control path setting
The only reason to change this in the past was due to the hostname being too
long and causing errors. Ansible changed to a more optimized default control
path that avoids this problem, so now changing this setting is only required
in very rare cases.

Change-Id: If0d65996d171283d18a0c21dafa0fabfd1fe3479
2018-08-02 00:19:41 +00:00
Jill Rouleau f98ace7d35 Add zuul config, tox files, and lint script.
Add ci jobs to generate a role from cookiecutter config and run
ansible-lint against the generated role.  Lint script is called from
tox so that developers can reproduce this locally.

Change-Id: I76022e580e55094a04ca7ac3c05c025a2894ea1e
2018-08-01 20:17:31 -04:00
Jill Rouleau 61ef1df4d1 Move zuul.d to correct directory
The previous commit added a zuul.d directory, but did so
to the wrong place in the repo. Oops. This change fixes that.
2018-07-25 09:32:19 -07:00
Jill Rouleau 1d8e582e75 Add basic jobs in Zuul Layout
Based on other TripleO Ansible roles.
2018-07-24 13:50:41 -07:00
Jill Rouleau cd167b01a8 Added missing .gitreview file 2018-07-11 11:24:35 -07:00
Jill Rouleau eda50ac604 Correct summary text in setup.cfg 2018-07-11 11:11:36 -07:00
Jill Rouleau d719e79a41 Cleanup some typos 2018-07-06 16:46:09 -07:00
Jill Rouleau 52282d0853 Initial import 2018-07-06 11:52:17 -07:00