RETIRED, this project was merged into a single ara repository
Go to file
David Moreau Simard 1ea26c9a59
Save the play uuid provided by Ansible when recording the play
This will allow clients and plugins running within Ansible to identify
which play they are in and which playbook they are in.

Change-Id: I734999473423992d69555bb84bf601acf62d1eb8
Depends-On: https://review.openstack.org/#/c/609076/
2018-10-09 14:12:13 -04:00
ara/plugins Save the play uuid provided by Ansible when recording the play 2018-10-09 14:12:13 -04:00
.gitignore Bootstrap ara-plugins 2018-04-24 17:33:59 -04:00
.gitreview Added .gitreview 2018-03-27 11:35:29 +00:00
.zuul.yaml Add zuul job to run tox-format environment for executing black and isort 2018-10-02 15:55:05 -05:00
LICENSE Bootstrap ara-plugins 2018-04-24 17:33:59 -04:00
README.rst Bootstrap ara-plugins 2018-04-24 17:33:59 -04:00
pyproject.toml Add zuul job to run tox-format environment for executing black and isort 2018-10-02 15:55:05 -05:00
requirements.txt Fixed namespacing to use python3 style namespace packages. 2018-09-27 19:18:33 +02:00
setup.cfg Add zuul job to run tox-format environment for executing black and isort 2018-10-02 15:55:05 -05:00
setup.py Bootstrap ara-plugins 2018-04-24 17:33:59 -04:00
test-requirements.txt Add zuul job to run tox-format environment for executing black and isort 2018-10-02 15:55:05 -05:00
tox.ini Add zuul job to run tox-format environment for executing black and isort 2018-10-02 15:55:05 -05:00

README.rst

ara-plugins

This repository does not contain production ready software.

If you are looking for the latest stable release of ARA Records Ansible, please refer to the openstack/ara repository.

Documentation

Work in progress

TL;DR: Using tox is convenient for the time being:

# Use the source Luke
git clone https://github.com/openstack/ara-plugins
cd ara-plugins

# Install tox
pip install tox # (or the tox python library from your distro packages)

# Run actual tests or get coverage
tox -e pep8
tox -e cover

# Build docs
tox -e docs

Contributors

See contributors on GitHub.

Copyright

Copyright (c) 2018 Red Hat, Inc.

ARA is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

ARA is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with ARA.  If not, see <http://www.gnu.org/licenses/>.