Repository: incubator-metron Updated Branches: refs/heads/master 8cf109da1 -> 876a5fc13
METRON-935 EC2 Deployment Failure - Could Not Create Blueprint (merrimanr) closes apache/incubator-metron#568 Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/876a5fc1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/876a5fc1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/876a5fc1 Branch: refs/heads/master Commit: 876a5fc1379e0027d82941d956bd85660bc2c2ac Parents: 8cf109d Author: merrimanr <[email protected]> Authored: Tue May 9 13:23:02 2017 -0500 Committer: merrimanr <[email protected]> Committed: Tue May 9 13:23:02 2017 -0500 ---------------------------------------------------------------------- metron-deployment/roles/ambari_config/vars/small_cluster.yml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/876a5fc1/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 76d7761..5f261a0 100644 --- a/metron-deployment/roles/ambari_config/vars/small_cluster.yml +++ b/metron-deployment/roles/ambari_config/vars/small_cluster.yml @@ -98,6 +98,11 @@ required_configurations: storm_rest_addr: "{{ groups.ambari_slave[1] }}:8744" es_hosts: "{{ groups.web[0] }},{{ groups.search | join(',') }}" zeppelin_server_url: "{{ groups.zeppelin[0] }}" + metron_jdbc_driver: "org.h2.Driver" + metron_jdbc_url: "jdbc:h2:file:~/metrondb" + metron_jdbc_username: "root" + metron_jdbc_password: "root" + metron_jdbc_platform: "h2" - kibana-env: kibana_pid_dir: /var/run/kibana kibana_es_url: http://{{ groups.web[0] }}:9200
