Github user as22323 commented on the issue:
https://github.com/apache/metron/pull/916
Hello, Just wondering what the the /contrib is folder for? If the files in
/contrib is not part of the core maintenance(continuous update for n+1) then
perhaps we can make a reference to the Vagrant/AWS deployment method in this
doc [metron-deployment/other-examples/README.md](PR 980) then store the code
and the "notice that sets expectation" in the /contrib folder. Right now PR 980
points to the Vagrantfile at our github site (as apposed to putting it into
/contrib folder within the Apache Metron project).
The proposed update could look like this (see file path structure):
The README.md here will list the Vagrant/AWS method.
https://github.com/LTW-GCR-CSOC/metron/tree/master/metron-deployment/other-examples
The readme.md in this path can refer to the "notice" and Vagrantfile in the
/contrib folder:
https://github.com/LTW-GCR-CSOC/metron/tree/master/metron-contrib/Metron-041SingleNodeEC2Vagrant/README.md
https://github.com/LTW-GCR-CSOC/metron/tree/master/metron-contrib/Metron-041SingleNodeEC2Vagrant/Vagrantfile
FYI I'm working on using Vagrant to deploy to 0.4.1 to ESXi. That could be
posted at some point using the file structure above.
---