You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ni...@apache.org on 2017/05/12 13:11:27 UTC

incubator-metron git commit: METRON-912 Metron vagrant setup steps no longer work (JonZeolla via nickwallen) closes apache/incubator-metron#560

Repository: incubator-metron
Updated Branches:
  refs/heads/master b3e7222f1 -> 53990090e


METRON-912 Metron vagrant setup steps no longer work (JonZeolla via nickwallen) closes apache/incubator-metron#560


Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/53990090
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/53990090
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/53990090

Branch: refs/heads/master
Commit: 53990090e554aff0873ef8ddf1a492fcb05604c9
Parents: b3e7222
Author: JonZeolla <ze...@gmail.com>
Authored: Fri May 12 09:09:59 2017 -0400
Committer: nickallen <ni...@apache.org>
Committed: Fri May 12 09:09:59 2017 -0400

----------------------------------------------------------------------
 .../vagrant/full-dev-platform/README.md              | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/53990090/metron-deployment/vagrant/full-dev-platform/README.md
----------------------------------------------------------------------
diff --git a/metron-deployment/vagrant/full-dev-platform/README.md b/metron-deployment/vagrant/full-dev-platform/README.md
index 177b905..8f13b17 100644
--- a/metron-deployment/vagrant/full-dev-platform/README.md
+++ b/metron-deployment/vagrant/full-dev-platform/README.md
@@ -14,10 +14,10 @@ The computer used to deploy Apache Metron will need to have the following compon
 
  - [Ansible](https://github.com/ansible/ansible) (2.0.0.2 or 2.2.2.0)
  - [Docker](https://www.docker.com/community-edition)
- - [Vagrant](https://www.vagrantup.com) 1.8.1
- - [Vagrant Hostmanager Plugin](https://github.com/devopsgroup-io/vagrant-hostmanager) `vagrant plugin install vagrant-hostmanager`
- - [Virtualbox](https://virtualbox.org) 5.0.16
- - Python 2.7.11
+ - [Vagrant](https://www.vagrantup.com) 1.8+
+ - [Vagrant Hostmanager Plugin](https://github.com/devopsgroup-io/vagrant-hostmanager)
+ - [Virtualbox](https://virtualbox.org) 5.0+
+ - Python 2.7
  - Maven 3.3.9
 
 #### macOS
@@ -30,11 +30,12 @@ Any platform that supports these tools is suitable, but the following instructio
 
     ```  
     brew cask install vagrant virtualbox java docker
-    brew install maven git
+    brew install maven@3.3 git
+    pip install ansible==2.2.2.0
+    vagrant plugin install vagrant-hostmanager
+    open /Applications/Docker.app
     ```
 
-1. Install Ansible by following the instructions [here](http://docs.ansible.com/ansible/intro_installation.html#latest-releases-via-pip).
-
 ### Deploy Metron
 
 1. Ensure that the Docker service is running.