You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by gdchamal <gi...@git.apache.org> on 2018/08/22 10:11:54 UTC

[GitHub] libcloud pull request #1234: [LIBCLOUD-1005] Update gandi driver

GitHub user gdchamal opened a pull request:

    https://github.com/apache/libcloud/pull/1234

    [LIBCLOUD-1005] Update gandi driver

    ## 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/1234.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 #1234
    
----
commit a449951f6cf59c0c89b906dee43e87d84b9211f2
Author: Pablo <pp...@...>
Date:   2018-05-11T09:03:43Z

    [LIBCLOUD-1005] Update gandi driver

----


---