Invoke tasks to work with OVH API
- Free software: MIT license
- Documentation: https://ovh-api-tasks.readthedocs.io.
To run tests locally, just run needed environments using tox:
$ TOXENV=py27-ansible23 tox
You can enable Paramiko debug if you have an error on Docker fixture create
(ex: Exception: Timeout reached while waiting on service!
)
$ PARAMIKO_DEBUG=1 TOXENV=py27-ansible23 tox
ovh-api ip.ips
Return ips linked to the OVH account.
ovh-api lb.legacy.add-backend --backend=10.0.0.1 --services=ip-10.0.0.2,ip-10.0.0.3 --probe=http
Add a backend to legacy IP LoadBalancer services.
ovh-api lb.legacy.del-backend --backend=10.0.0.1 --services=ip-10.0.0.2,ip-10.0.0.3
Remove a backend from legacy IP LoadBalancer services.
ovh-api lb.legacy.list
Return OVH IP LoadBalancers services.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.