Brian Lamar
73133d7708
[aws] ALB/NLB support SubnetMappings in AWS create LB call ( #42060 )
2018-10-04 16:53:32 -04:00
Brian Scholer
fbac32c5d0
Fix support for SubnetMappings and EIPs in NLB ( #42979 )
...
* Fix support for SubnetMappings and EIPs in NLB
* Fix style failures
2018-10-04 16:31:16 -04:00
mjmayer
4549962f85
Fix comparison of priority ( #43329 )
...
The existing rule priority comes from aws as a string. It is then
compared to the new rule priority, which is defined as an int. This change
casts the new rule priority as a string making the comparison work. The
reason to cast it as a string rather than an int is used because a priority
can also be set to 'default'. When trying to case 'default' as an int, it creates
an error.
2018-08-02 17:05:20 +10:00
Rob
b87e1a023d
[aws] add support for http2 to AWS ALB ( #40372 )
2018-07-02 14:31:56 -04:00
Rob
1b45a755a2
[AWS] Add helpful failure message when using wrong lb module ( #40433 )
...
Remove the default empty dict parameter for tags.
2018-05-25 13:10:39 -04:00
Rob
858f0fc000
New module: AWS Network load balancer ( #33808 )
...
* New module - elb_network_lb
* Fix creating a load balancer without tags
* Linter
Fix purging tags
Remove extra imports
* add support for cross zone lb, doc update and fix tagging
* pep8 fixes
* Add integration tests for elb_network_lb module
* more pep8
* Remove non-applicable option for NLBs
* fix target protocol
* pep8
2018-05-24 16:38:34 -04:00
Matt Clay
8deced3e04
Fix shebangs and file modes and update tests. ( #40563 )
...
* Add execute bit sanity test and apply fixes.
* Add shebang test for `lib` dirs and apply fixes.
* Shebang and execute bit cleanup.
2018-05-22 14:25:36 -07:00
Rob
b5cffe8ced
[aws] Create classes for Application Load Balancer ( #33769 )
...
* Create classes for Application Load Balancer
* Add unsupported CI alias
* Add AWSRetry
* Add integration tests using the ALB
2018-05-04 16:22:00 -04:00