You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by le...@apache.org on 2017/09/08 10:39:24 UTC

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

Repository: metron
Updated Branches:
  refs/heads/master 7a3de6737 -> 0bbc51d68


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/master
Commit: 0bbc51d6858c67015ec7dde3105069f4a678d518
Parents: 7a3de67
Author: nickwallen <ni...@nickallen.org>
Authored: Fri Sep 8 06:38:49 2017 -0400
Committer: leet <le...@apache.org>
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"