Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refreshed metadata for extras modules | Toshio Kuratomi | 2016-12-06 | 1 | -0/+4 |
| | |||||
* | Make `main()` calls conditional - network (#3649) | Fabio Alessandro Locati | 2016-12-05 | 1 | -2/+2 |
| | |||||
* | Native YAML - Network (#3587) | Fabio Alessandro Locati | 2016-12-01 | 1 | -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 dicts | Dag Wieers | 2016-11-17 | 1 | -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 Biocca | 2016-11-09 | 1 | -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ïc | 2016-07-27 | 1 | -1/+1 |
| | | | | it should'nt. (#2596) | ||||
* | fail when backend host is not found (#1385) | Gerrit Germis | 2016-05-31 | 1 | -117/+100 |
| | |||||
* | Fix tabbed indentation in network/haproxy.py | Matt Martz | 2015-12-22 | 1 | -3/+3 |
| | |||||
* | Fixed bug to recognize haproxy changes | autotune | 2015-12-01 | 1 | -1/+49 |
| | |||||
* | Make HAProxy module documentation a little easier to read. | Jeff Geerling | 2015-07-19 | 1 | -39/+38 |
| | |||||
* | wait_interval default value did not match the documented value | Gerrit Germis | 2015-06-22 | 1 | -1/+1 |
| | |||||
* | specify int parameter types for wait_interval and wait_retries | Gerrit Germis | 2015-06-22 | 1 | -6/+6 |
| | |||||
* | added version_added: "2.0" to new parameters | Gerrit Germis | 2015-06-18 | 1 | -1/+4 |
| | |||||
* | allow wait, wait_retries and wait_interval parameters for haproxy module. ↵ | Gerrit Germis | 2015-06-17 | 1 | -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 emails | Greg DeKoenigsberg | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Fix argument parsing to module constructor | James Barwell | 2015-02-06 | 1 | -1/+1 |
| | | | | | - Change to remove kwargs in a97d1016dc77186de8ad05704b6b4c141c005409 did not remove arguments passed in to the constructor. | ||||
* | moved version added | Brian Coca | 2014-12-09 | 1 | -1/+1 |
| | |||||
* | minor cleanup, removing unused/redundant code, cleaned some comments, slight ↵ | Brian Coca | 2014-12-09 | 1 | -37/+11 |
| | | | | | | reformating in class to remove kwargs | ||||
* | Recorded the changes suggested by brian coca | Ravi Bhure | 2014-12-07 | 1 | -113/+82 |
| | |||||
* | used ansible conventions to use trigered action ==> state, | Ravi Bhure | 2014-12-05 | 1 | -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 Bhure | 2014-12-03 | 1 | -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 and | Ravi Bhure | 2014-12-01 | 1 | -0/+391 |
moved haproxy module to network category |