fusor / catasb

Ansible scripts to setup an 'oc cluster up' environment for testing the Service Catalog and Ansible Service Broker on EC2 or Local
47 stars 33 forks source link

On AWS, allow all outbound conn types, not only TCP. #238

Closed djwhatle closed 6 years ago

djwhatle commented 6 years ago

During multi-node testing, we were seeing failure to communicate between containers scheduled to separate nodes.

I added network egress restrictions when adding proxy support. During this process I accidentally restricted outgoing traffic to TCP only.

ec2_group module reference: https://docs.ansible.com/ansible/2.4/ec2_group_module.html

johnkim76 commented 6 years ago

ACK