Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Added OVH Ip loadbalancing module for managing backends #1324

Closed
wants to merge 13 commits into from

Commits on Dec 3, 2015

  1. Configuration menu
    Copy the full SHA
    a38590b View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2015

  1. Fixed module from review inputs :

    - Caught the exception from import ovh to provide a proper message to
    the user
    - Removed unuseful brackets
    - Added a else to check the state instead of two if
    - Changed the module to be added to 2.0
    - Added exceptions handling for all APIs calls with a clear message
    including the return from the API.
    
    And : 
    - Fixed dependency of OVH api to 0.3.5
    pascalheraud committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    27197b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2015

  1. Configuration menu
    Copy the full SHA
    6c4bca3 View commit details
    Browse the repository at this point in the history
  2. Removed unnecessary moduleChanged=False

    Added missing exceptions handling
    pascalheraud committed Dec 6, 2015
    Configuration menu
    Copy the full SHA
    3634eba View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2015

  1. Configuration menu
    Copy the full SHA
    85daed9 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2015

  1. Fixed bad location and import

    Fixed bad type of default value for timeout
    pascalheraud committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    44bc6fb View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2015

  1. Configuration menu
    Copy the full SHA
    ef9a2d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e42d70b View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2016

  1. Update ovh_ip_loadbalancing_backend.py

    Fixed documentation from "ip" to "backend" and enhanced text.
    pascalheraud committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    ab47b4d View commit details
    Browse the repository at this point in the history
  2. Update ovh_ip_loadbalancing_backend.py

    Changed to ansible 2.1
    pascalheraud committed Mar 30, 2016
    Configuration menu
    Copy the full SHA
    f4393ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d311a72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6030c9 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2016

  1. Configuration menu
    Copy the full SHA
    65892df View commit details
    Browse the repository at this point in the history