summaryrefslogtreecommitdiff
path: root/changelogs/fragments/65265-allow-udp-tcpudp-protocol.yaml
diff options
context:
space:
mode:
authorAlexandre Mulatinho <alex@mulatinho.net>2019-12-19 19:06:16 -0300
committerJill R <4121322+jillr@users.noreply.github.com>2019-12-19 15:06:16 -0700
commit7bb925489e7338975973cdcd9aacfe2870053b09 (patch)
tree7581bbb259c6fa38206b9e6db21891ad4482cfbf /changelogs/fragments/65265-allow-udp-tcpudp-protocol.yaml
parent32a8b620f399fdc9698bd31ea1e619b2eb72b666 (diff)
downloadansible-7bb925489e7338975973cdcd9aacfe2870053b09.tar.gz
elb_{network_lb,target_group}: allow UDP/TCP_UDP (#65828)
elb_network_lb.py: allow UDP and TCP_UDP protocols - Fixing documentation - Add support to UDP and TCP_UDP as described on AWS SDK elb_target_group.py: allow UDP, TLS, TCP_UDP proto - Fixing documentation - Making health checks with response codes and paths only in HTTP/HTTPS - Allow UDP, TLS, TCP_UDP protocols as described on AWS SDK. others: - Added changelog fragments - Integration test Fixes: #65265 Signed-off-by: Alexandre Mulatinho <alex@mulatinho.net>
Diffstat (limited to 'changelogs/fragments/65265-allow-udp-tcpudp-protocol.yaml')
-rw-r--r--changelogs/fragments/65265-allow-udp-tcpudp-protocol.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/65265-allow-udp-tcpudp-protocol.yaml b/changelogs/fragments/65265-allow-udp-tcpudp-protocol.yaml
new file mode 100644
index 0000000000..7253e1c9c7
--- /dev/null
+++ b/changelogs/fragments/65265-allow-udp-tcpudp-protocol.yaml
@@ -0,0 +1,3 @@
+minor_changes:
+ - elb_network_lb - added support to UDP and TCP_UDP protocols
+ - elb_target_group - allow UDP and TCP_UDP protocols; permit only HTTP/HTTPS health checks using response codes and paths