Github user dlyle65535 commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/436#discussion_r104546225
--- Diff: metron-deployment/vagrant/full-dev-platform/Vagrantfile ---
@@ -53,7 +53,7 @@ hosts = [{
Vagrant.configure(2) do |config|
# all hosts built on centos 6
- config.vm.box = "bento/centos-6.7"
+ config.vm.box = "metron/centos_base"
--- End diff --
Exactly that for exactly that reason. That and I can control the swap space
size now. I get a much more reliable (not perfect, but better) full dev
experience with this image. Something that I wanted to do for quite some time,
but I finally got it done because I was having trouble differentiating between
errors I had introduced and pre-existing errors.
---
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.
---