summaryrefslogtreecommitdiff
path: root/network/haproxy.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* Make `main()` calls conditional - network (#3649)Fabio Alessandro Locati2016-12-051-2/+2
|
* Native YAML - Network (#3587)Fabio Alessandro Locati2016-12-011-12/+51
| | | | | | | | | | | | | | | | | | * Fix citrix native yaml * Fix snmp native yaml and connectio * Fix more native syntax * More native syntax * Fix openvswitch native syntax * More YAML code ! * More fixes * Improve nmcli
* Performance improvement using in-operator on dictsDag Wieers2016-11-171-2/+2
| | | | | | | Just a small cleanup for the existing occurrences. Using the in-operator for hash lookups is faster than using .keys() http://stackoverflow.com/questions/29314269/why-do-key-in-dict-and-key-in-dict-keys-have-the-same-output
* haproxy: Fix compatibility when map is actually imap. (#3350)Christophe Biocca2016-11-091-2/+2
| | | While I still have no idea why or how the `map` call is being swapped out while still running in python 2.7, this change will fix the following error, as well as improve py3 compatibility.
* Fix argument type to bool. By default shutdown_sessions is always true then ↵Loïc2016-07-271-1/+1
| | | | it should'nt. (#2596)
* fail when backend host is not found (#1385)Gerrit Germis2016-05-311-117/+100
|
* Fix tabbed indentation in network/haproxy.pyMatt Martz2015-12-221-3/+3
|
* Fixed bug to recognize haproxy changesautotune2015-12-011-1/+49
|
* Make HAProxy module documentation a little easier to read.Jeff Geerling2015-07-191-39/+38
|
* wait_interval default value did not match the documented valueGerrit Germis2015-06-221-1/+1
|
* specify int parameter types for wait_interval and wait_retriesGerrit Germis2015-06-221-6/+6
|
* added version_added: "2.0" to new parametersGerrit Germis2015-06-181-1/+4
|
* allow wait, wait_retries and wait_interval parameters for haproxy module. ↵Gerrit Germis2015-06-171-3/+69
| | | | This allows the haproxy to wait for status "UP" when state=enabled and status "MAINT" when state=disabled
* Changes to author formatting, remove emailsGreg DeKoenigsberg2015-06-161-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* Fix argument parsing to module constructorJames Barwell2015-02-061-1/+1
| | | | | - Change to remove kwargs in a97d1016dc77186de8ad05704b6b4c141c005409 did not remove arguments passed in to the constructor.
* moved version addedBrian Coca2014-12-091-1/+1
|
* minor cleanup, removing unused/redundant code, cleaned some comments, slight ↵Brian Coca2014-12-091-37/+11
| | | | | | reformating in class to remove kwargs
* Recorded the changes suggested by brian cocaRavi Bhure2014-12-071-113/+82
|
* used ansible conventions to use trigered action ==> state,Ravi Bhure2014-12-051-131/+47
| | | | | | now only two states are available enabled/disabled_ get weight for backend server, is default behavior for both state, supports set weight while enable server in lb pool
* Instead of action [enable_server,disable_server] we prefer to use state ↵Ravi Bhure2014-12-031-19/+21
| | | | | | | [enabled,disabled] [FIXED] misplaced the checkmode support (#L146) [FIXED] no need to check if host is not set as the argument spec (#L138), it should already complain about that [FIXED]
* updated version 1.9 andRavi Bhure2014-12-011-0/+391
moved haproxy module to network category