Commit Graph

10 Commits

Author SHA1 Message Date
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
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
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
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 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 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