Created 04-16-2018 03:44 PM
I have tried deploying metron in a single node VM using vagrant.I am seeing the following error message when performing the single node Metron setup using Vagrant. I've repeated the process and can confirm the issue happens each time.
TASK [ambari_config : Wait for Ambari to start; http://node1:8080] *************
fatal: [node1]: FAILED! => {"changed": false, "elapsed": 600, "failed": true, "msg": "Timeout when waiting for node1:8080"}
PLAY RECAP *********************************************************************
node1 : ok=85 changed=37 unreachable=0 failed=1
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
Created 04-17-2018 12:57 PM
That is probably a transient issue that you can work through by simply retrying. On the command line, simply run `vagrant provision`. See the README for more information. I believe this is documented in the README.
I would also suggest trying a more recent version of Metron.