Github user anandsubbu commented on the issue:
https://github.com/apache/metron/pull/841
Hi @nickwallen , tested on the vagrant fastcapa deployment. Deployed fine,
and I was able to see this message as well:
```
TASK [debug]
*******************************************************************
ok: [source] => {
"msg": "Successfully received packets sent from pcap-replay!"
}
```
During the deployment, I noticed the following message. I was not sure if
this can be ignored or needs to be looked at.
```
TASK [fastcapa : Restart for modified kernel params]
***************************
fatal: [sink]: FAILED! => {"changed": false, "failed": true,
"module_stderr": "", "module_stdout": "", "msg": "MODULE FAILURE", "parsed":
false}
...ignoring
```
---