Created 12-30-2016 05:41 AM
Hi,
On running up the vagrant up I am getting this error
sink: Running ansible-playbook...ERROR! role definitions must contain a role name The error appears to have been in '/root/incubator-metron/metron-deployment/vagrant/fastcapa-test-platform/playbook.yml': line 30, column 7, but maybe elsewhere in the file depending on the exact syntax problem.The offending line appears to be: - { role: sensor-test-mode, pcap_replay: True, install_yaf: False, install_snort: False } - service: name=pcap-replay state=started ^ hereAnsible failed to complete successfully. Any error output should bevisible above. Please fix these errors and try again.
Created 01-03-2017 05:52 PM
Farrukh, you've found a bug for which I have created METRON-645. Thanks so much for highlighting the problem.
I have submitted a fix as PR 401. Feel free to give it a go.
Created on 12-06-2017 04:19 AM - edited 08-19-2019 05:01 AM
Cant find any solution to this !!
Created 01-11-2017 05:30 AM
Hi, Thanks @nallen
How would I redirect pcap data from fastcapa-test-enviorment to say quick-development VM's ?
Created 01-11-2017 03:30 PM
I doubt that is possible. At least, I don't know how to do it. Part of the Vagrant definition for each of these environments defines the virtual network that is used by each VM. I am not sure how you would bridge the two networks after each of these environments are already running.
You could definitely create you own Vagrant definition that accomplishes this, but it is not something that can be done with the existing environments.