GitHub user nickwallen opened a pull request:
https://github.com/apache/metron/pull/735
METRON-1160 Blueprint configuration validation failed: Missing required
properties
Deployment to AWS using `metron-deployment/amazon-ec2` fails with the
following error message. This PR addresses the problem.
```
TASK [ambari_config : Deploy cluster with Ambari;
http://ec2-XX-XX-XXX-XXX.compute-1.amazonaws.com:8080] ***
fatal: [ec2-XX-XX-XXX-XXX.compute-1.amazonaws.com]: FAILED! => {"changed":
false, "failed": true, "msg": "Ambari client exception occurred: Could not
create blueprint: request code 400, request message {\n
\"status\" : 400,\n \"message\" : \"Blueprint configuration validation failed:
Missing required properties. Specify a value for these properties in the
blueprint configuration. {metron={metron-rest-env=[metron_jdbc_driver,
metron_jdbc_username, metron_jdbc_url]}}\"\n}"}
```
I tested by performing an AWS deployment.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickwallen/metron METRON-1160
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/metron/pull/735.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #735
----
commit 4b7def4d15f75742d0da87111e41fff45a6f3537
Author: Nick Allen <[email protected]>
Date: 2017-09-06T20:39:01Z
METRON-1160 Blueprint configuration validation failed: Missing required
properties
----
---