Github user AdrianP- commented on the issue:
https://github.com/apache/incubator-metron/pull/153
I have Python 2.7.6 and Ansible 2.1.0.0.
However, I have a lot of problems with the start up. Fixed this problem,
several steps forward get:
`
TASK [metron_elasticsearch_templates : Add Elasticsearch templates for
topologies] ***
failed: [node1]
(item=/home/tmp/incubator-metron/metron-deployment/roles/metron_elasticsearch_templates/files/es_templates/snort_index.template)
=> {"content": "", "failed": true, "item":
"/home/tmp/incubator-metron/metron-deployment/roles/metron_elasticsearch_templates/files/es_templates/snort_index.template",
"msg": "Status code was not [200]: An unknown error occurred: sendall()
argument 1 must be string or buffer, not dict", "redirected": false, "status":
-1, "url": "http://node1:9200/_template/snort_index"}
failed: [node1]
(item=/home/tmp/incubator-metron/metron-deployment/roles/metron_elasticsearch_templates/files/es_templates/yaf_index.template)
=> {"content": "", "failed": true, "item":
"/home/tmp/incubator-metron/metron-deployment/roles/metron_elasticsearch_templates/files/es_templates/yaf_index.template",
"msg": "Status code was not [200]: An unknown error occurred: sendall()
argument 1 must be string or buffer, not dict", "redirected": false, "status":
-1, "url": "http://node1:9200/_template/yaf_index"}
failed: [node1]
(item=/home/tmp/incubator-metron/metron-deployment/roles/metron_elasticsearch_templates/files/es_templates/bro_index.template)
=> {"content": "", "failed": true, "item":
"/home/tmp/incubator-metron/metron-deployment/roles/metron_elasticsearch_templates/files/es_templates/bro_index.template",
"msg": "Status code was not [200]: An unknown error occurred: sendall()
argument 1 must be string or buffer, not dict", "redirected": false, "status":
-1, "url": "http://node1:9200/_template/bro_index"}
`
And if I delete that step, next I get this:
`TASK [solr : Start Solr]
*******************************************************
fatal: [node1]: FAILED! => {"changed": false, "failed": true, "msg":
"service solr does not support chkconfig"}
`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---