Github user dlyle65535 commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/122#discussion_r63588586
--- Diff: metron-deployment/amazon-ec2/ansible.cfg ---
@@ -25,4 +25,4 @@ log_path = ./ansible.log
# fix for "ssh throws 'unix domain socket too long' " problem
[ssh_connection]
-control_path = %(directory)s/%%h-%%p-%%r
+control_path = /tmp/%%h-%%p-%%r
--- End diff --
I wouldn't use temp. DoD stigs require noexec on tmp. Alternatively, see if
the socket will work when /tmp is mounted noexec.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---