You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by mm...@apache.org on 2018/07/20 15:40:34 UTC

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

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 <ze...@gmail.com>
Authored: Mon Jul 16 14:02:36 2018 -0400
Committer: cstella <ce...@gmail.com>
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