arvindshmicrosoft edited a comment on pull request #338: URL: https://github.com/apache/fluo-muchos/pull/338#issuecomment-655717613
> @arvindshmicrosoft yes! Thank you. I took a look, and the main issue was in wipe.yml, where some extraneous indents and some wrongly merged code was causing us grief. In addition, there are some missing, and in some cases, some extra indents in YAML - you should take a close look. I am sharing my changes [here](https://github.com/arvindshmicrosoft/fluo-muchos/commit/d33085a91e12214431331c8421617a1859729b41) they should help you move forward beyond the Ansible-lint issues. However, I am not sure from a functional point of view if these changes break anything else, you should check. However, it looks like you do not have the current latest code for config.py and possibly other Python code. There are many other (relatively simple) Python issues which you will encounter, so it may be wise to just take the current latest config.py and merge in your changes. You also need the Apache license header in new files. I added some in files I briefly looked at. Lastly, please ensure all files have a trailing EOF, the cibuild currently reports: ``` ERROR: No new line at end of ansible/roles/docker/defaults/main.yml. ERROR: No new line at end of ansible/roles/elasticsearch/defaults/main.yml. ERROR: No new line at end of ansible/roles/elasticsearch/defaults/workers. ERROR: No new line at end of ansible/roles/filebeat/tasks/main.yml. ERROR: No new line at end of ansible/roles/filebeat/templates/filebeat.reference.yml. ERROR: No new line at end of ansible/roles/filebeat/templates/filebeat.yml. ERROR: No new line at end of ansible/roles/fluo/tasks/download.yml. ERROR: No new line at end of ansible/roles/fluo/tasks/main.yml. ERROR: No new line at end of ansible/roles/kibana/defaults/main.yml. ERROR: No new line at end of ansible/roles/kibana/tasks/main.yml. ERROR: No new line at end of ansible/roles/logstash/defaults/main.yml. ERROR: No new line at end of ansible/roles/logstash/tasks/main.yml. ERROR: No new line at end of ansible/roles/logstash/templates/logstash-simple-2.conf. ERROR: No new line at end of contrib/muchos.iml. ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
