Github user merrimanr commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/81#discussion_r60152303
--- Diff: deployment/roles/metron_ui/tasks/main.yml ---
@@ -53,4 +53,4 @@
production: no
- name: Start Metron UI
- shell: "pm2 restart {{ metron_ui_directory }}/lib/metron-ui.js --name
metron"
+ shell: "pm2 start {{ metron_ui_directory }}/lib/metron-ui.js --name
metron"
--- End diff --
Yes this was intentional. Turns out the previous commit only works on AWS
so I reverted it to keep the single node vagrant deployment from breaking.
@nickwallen reopened the pull request and will submit another fix. Sorry I
should have called that out in the description.
---
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.
---