GitHub user gdchamal opened a pull request:
https://github.com/apache/libcloud/pull/1229
[LIBCLOUD-1005] Update gandi driver
## Changes Title (replace this with a logical title for your changes)
Update gandi compute driver to permit a complete integration with ansible
### Description
Refresh the gandi compute driver and add some functionalities to permit to
have an ansible dynamic inventory.
- Add private vlan management methods
- Add a farm parameter for node creation to group them for dynamic inventory
- Better management of additionnal IP addresses (public and privates)
- Full test suite and refresh of existing ones
### Status
- done, ready for review
### Checklist (tick everything that applies)
- [x ] [Code
linting](http://libcloud.readthedocs.org/en/latest/development.html#code-style-guide)
(required, can be done after the PR checks)
- [x ] Documentation
- [x ] [Tests](http://libcloud.readthedocs.org/en/latest/testing.html)
- [ ]
[ICLA](http://libcloud.readthedocs.org/en/latest/development.html#contributing-bigger-changes)
(required for bigger changes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Gandi/libcloud trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/1229.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1229
----
commit 4f345a691cd814cf66713924da948dd37239f9c9
Author: Pablo <ppiedrafita95@...>
Date: 2018-05-11T09:03:43Z
[LIBCLOUD-1005] Update gandi driver
----
---