David Moreau Simard 72ac0dcf99
Add new integration jobs to ara-clients
There are new jobs defined in ara-infra for testing ara-clients with
the other ARA components. Add them to the check and gate pipelines.

Depends-On: https://review.openstack.org/#/c/630303
Change-Id: Ia2353c3a20896242d173405457787a5dd29ac5e0
2019-01-23 09:46:12 -05:00
2018-03-27 11:35:12 +00:00
2018-06-20 00:18:16 -04:00
2018-06-20 00:18:16 -04:00

ara-clients

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-clients
cd ara-clients

# 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/>.
Description
RETIRED, this project has moved to https://github.com/ansible-community/ara
Readme 21 MiB
Languages
YAML 100%