[06/15] metron git commit: METRON-1659: The platform-info.sh should check for the vagrant hostmanager plugin closes apache/incubator-metron#1100

2018-07-20 Thread mmiklavcic
METRON-1659: The platform-info.sh should check for the vagrant hostmanager 
plugin closes apache/incubator-metron#1100


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

Branch: refs/heads/feature/METRON-1554-pcap-query-panel
Commit: a4bec95b9fc0b5b82c4462ff13636071b11ab1f8
Parents: ae915a0
Author: JonZeolla 
Authored: Mon Jul 16 14:02:36 2018 -0400
Committer: cstella 
Committed: Mon Jul 16 14:02:36 2018 -0400

--
 metron-deployment/scripts/platform-info.sh | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/metron/blob/a4bec95b/metron-deployment/scripts/platform-info.sh
--
diff --git a/metron-deployment/scripts/platform-info.sh 
b/metron-deployment/scripts/platform-info.sh
index fd2248a..456de72 100755
--- a/metron-deployment/scripts/platform-info.sh
+++ b/metron-deployment/scripts/platform-info.sh
@@ -51,6 +51,10 @@ ansible --version
 echo "--"
 vagrant --version
 
+# vagrant hostmanager plugin
+echo "--"
+vagrant plugin list | grep vagrant-hostmanager || echo "The Vagrant 
Hostmanager Plugin is NOT installed"
+
 # python
 echo "--"
 python --version 2>&1



metron git commit: METRON-1659: The platform-info.sh should check for the vagrant hostmanager plugin closes apache/incubator-metron#1100

2018-07-16 Thread cestella
Repository: metron
Updated Branches:
  refs/heads/master ae915a02c -> a4bec95b9


METRON-1659: The platform-info.sh should check for the vagrant hostmanager 
plugin closes apache/incubator-metron#1100


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

Branch: refs/heads/master
Commit: a4bec95b9fc0b5b82c4462ff13636071b11ab1f8
Parents: ae915a0
Author: JonZeolla 
Authored: Mon Jul 16 14:02:36 2018 -0400
Committer: cstella 
Committed: Mon Jul 16 14:02:36 2018 -0400

--
 metron-deployment/scripts/platform-info.sh | 4 
 1 file changed, 4 insertions(+)
--


http://git-wip-us.apache.org/repos/asf/metron/blob/a4bec95b/metron-deployment/scripts/platform-info.sh
--
diff --git a/metron-deployment/scripts/platform-info.sh 
b/metron-deployment/scripts/platform-info.sh
index fd2248a..456de72 100755
--- a/metron-deployment/scripts/platform-info.sh
+++ b/metron-deployment/scripts/platform-info.sh
@@ -51,6 +51,10 @@ ansible --version
 echo "--"
 vagrant --version
 
+# vagrant hostmanager plugin
+echo "--"
+vagrant plugin list | grep vagrant-hostmanager || echo "The Vagrant 
Hostmanager Plugin is NOT installed"
+
 # python
 echo "--"
 python --version 2>&1