Github user merrimanr commented on a diff in the pull request:
https://github.com/apache/metron/pull/1047#discussion_r194168714
--- Diff:
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/alerts_ui_master.py
---
@@ -40,10 +41,9 @@ def install(self, env):
self.install_packages(env)
def configure(self, env, upgrade_type=None, config_dir=None):
- print 'configure alerts_ui'
from params import params
env.set_params(params)
-
+ metron_service.refresh_configs(params)
--- End diff --
If we move the property to metron-rest-env then I'm not sure this is
necessary.
---