Commit graph

16 commits

Author SHA1 Message Date
Matt Martz
87b0a45a85 Fix tabbed indentation in network/haproxy.py 2015-12-22 15:37:41 -06:00
autotune
c047814512 Fixed bug to recognize haproxy changes 2015-12-01 17:30:26 -08:00
Jeff Geerling
b781b8bda1 Make HAProxy module documentation a little easier to read. 2015-07-19 17:35:32 -05:00
Gerrit Germis
2612da50ad wait_interval default value did not match the documented value 2015-06-22 20:13:12 +02:00
Gerrit Germis
0ad12cdcf4 specify int parameter types for wait_interval and wait_retries 2015-06-22 20:09:54 +02:00
Gerrit Germis
5a1109229d added version_added: "2.0" to new parameters 2015-06-18 09:11:16 +02:00
Gerrit Germis
656e1a6deb allow wait, wait_retries and wait_interval parameters for haproxy module. This allows the haproxy to wait for status "UP" when state=enabled and status "MAINT" when state=disabled 2015-06-17 17:29:38 +02:00
Greg DeKoenigsberg
004dedba8a Changes to author formatting, remove emails 2015-06-16 14:32:39 -04:00
Greg DeKoenigsberg
bc64d4654f Adding author's github id 2015-05-13 19:21:32 -04:00
James Barwell
2ec916ad38 Fix argument parsing to module constructor
- Change to remove kwargs in a97d1016dc
  did not remove arguments passed in to the constructor.
2015-02-06 09:39:17 +00:00
Brian Coca
9f88bdb7f5 moved version added 2014-12-09 12:29:28 -05:00
Brian Coca
a97d1016dc minor cleanup, removing unused/redundant code, cleaned some comments, slight reformating in class to
remove kwargs
2014-12-09 09:06:04 -05:00
Ravi Bhure
d4a096f7ff Recorded the changes suggested by brian coca 2014-12-07 02:29:16 -07:00
Ravi Bhure
44b2cdb5f2 used ansible conventions to use trigered action ==> state,
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
2014-12-05 11:44:43 -07:00
Ravi Bhure
bcbe945a41 Instead of action [enable_server,disable_server] we prefer to use state [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]
2014-12-03 08:14:35 -07:00
Ravi Bhure
78365ecf06 updated version 1.9 and
moved haproxy module to network category
2014-12-01 19:20:53 -07:00
Renamed from net_infrastructure/haproxy.py (Browse further)