[
https://issues.apache.org/jira/browse/METRON-1785?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16621149#comment-16621149
]
ASF GitHub Bot commented on METRON-1785:
----------------------------------------
Github user nickwallen commented on a diff in the pull request:
https://github.com/apache/metron/pull/1205#discussion_r218948106
--- Diff: metron-deployment/ansible/playbooks/sensor_install.yml ---
@@ -46,6 +46,19 @@
tags:
- sensors
+#
+# deploys all components required to simulate and then capture packets
+#
+- hosts: sensors
+ become: true
+ roles:
+ - { role: ambari_gather_facts }
+ - { role: tap_interface }
+ - { role: pcap_replay }
+ - { role: pycapa }
+ tags:
+ - pcap
--- End diff --
Allows us to deploy all of the components required for testing packet
capture using the tag 'pcap'.
> Automate deployment of packet capture for development environment
> -----------------------------------------------------------------
>
> Key: METRON-1785
> URL: https://issues.apache.org/jira/browse/METRON-1785
> Project: Metron
> Issue Type: Improvement
> Reporter: Nick Allen
> Assignee: Nick Allen
> Priority: Major
>
> I added instructions for deploying all of the components required to generate
> and capture network packets in the development environment. I also fixed
> some issues I ran into along the way.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)