- Python 99.1%
- Dockerfile 0.9%
* AAP-43467 ignore ansible_host when dict * only use ansible_host when string * silence false possitive F824 * Change test setup order --------- Co-authored-by: Bryan Havenstein <bhavenst@redhat.com> |
||
|---|---|---|
| .github/workflows | ||
| aap_billing | ||
| .gitignore | ||
| bindep.txt | ||
| DCO_1_1.md | ||
| Dockerfile | ||
| LICENSE | ||
| README.md | ||
| requirements.txt | ||
| setup.cfg | ||
| setup.py | ||
| sonar-project.properties | ||
| test-requirements.txt | ||
| tox.ini | ||
Ansible Automation Platform Billing
Captures automation usage for reporting to hyperscaler metering systems.
This module uses the Django framework (ORM) and requires a PostgreSQL database of its own as well as read access to the Ansible Automation Platform controller database.
Currently supporting Azure and AWS.
Development Team
This component is primarily developed by the Ansible Automation Platform on Azure team in Red Hat.
Github Issues can be used to file tickets for help, bugs, vulnerabilities or other security issues.
Contributions and suggestions are welcome! Please see below for getting started.
Getting Started
To get started developing against ansible-automation-platform-billing first clone a local copy of the git repository::
git clone https://github.com/ansible/ansible-automation-platform-billing.git
Change directories to the local repository::
cd ansible-automation-platform-billing
Install tox if not already present::
pip install tox
Create and activate a virtual environement for development::
tox -e linters (or unittest or coverage)
source .env/bin/activate
Linting
Run the linting (black, flake8, and shellcheck) via tox::
tox -e linters
Testing
Run the unit tests via tox::
tox -e unittest
Unit Test Coverage
Generate a coverage report via tox::
tox -e coverage
SonarQube
Sonar analysis is performed by Github Actions on the code repository for this project. Results available at sonarcloud.io