You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ma...@apache.org on 2017/09/07 00:30:38 UTC

metron git commit: METRON-1160 Blueprint configuration validation failed: Missing required properties

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


METRON-1160 Blueprint configuration validation failed: Missing required properties


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

Branch: refs/heads/Metron_0.4.1
Commit: 4b7def4d15f75742d0da87111e41fff45a6f3537
Parents: 7a3de67
Author: Nick Allen <ni...@nickallen.org>
Authored: Wed Sep 6 16:39:01 2017 -0400
Committer: Nick Allen <ni...@nickallen.org>
Committed: Wed Sep 6 16:39:01 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/4b7def4d/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"