Repository: metron
Updated Branches:
  refs/heads/Metron_0.4.1 7a3de6737 -> f0ae85fb7


METRON-1160 Blueprint configuration validation failed: Missing required 
properties (nickwallen via justinleet) closes apache/metron#735


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

Branch: refs/heads/Metron_0.4.1
Commit: 0bbc51d6858c67015ec7dde3105069f4a678d518
Parents: 7a3de67
Author: nickwallen <[email protected]>
Authored: Fri Sep 8 06:38:49 2017 -0400
Committer: leet <[email protected]>
Committed: Fri Sep 8 06:38:49 2017 -0400

----------------------------------------------------------------------
 metron-deployment/roles/ambari_config/vars/small_cluster.yml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/metron/blob/0bbc51d6/metron-deployment/roles/ambari_config/vars/small_cluster.yml
----------------------------------------------------------------------
diff --git a/metron-deployment/roles/ambari_config/vars/small_cluster.yml 
b/metron-deployment/roles/ambari_config/vars/small_cluster.yml
index 45b15f3..51e0455 100644
--- a/metron-deployment/roles/ambari_config/vars/small_cluster.yml
+++ b/metron-deployment/roles/ambari_config/vars/small_cluster.yml
@@ -100,6 +100,7 @@ required_configurations:
       storm_rest_addr: "http://{{ groups.ambari_slave[1] }}:8744"
       es_hosts: "{{ groups.web[0] }},{{ groups.search | join(',') }}"
       zeppelin_server_url: "{{ groups.zeppelin[0] }}"
+  - metron-rest-env:
       metron_jdbc_driver: "org.h2.Driver"
       metron_jdbc_url: "jdbc:h2:file:~/metrondb"
       metron_jdbc_username: "root"

Reply via email to