LMA: Deployment of LMA solution.(ansible) 43/70843/3
authoradi0509 <adiyadav0509@gmail.com>
Fri, 21 Aug 2020 17:54:08 +0000 (23:24 +0530)
committeradi0509 <adiyadav0509@gmail.com>
Fri, 4 Sep 2020 16:45:50 +0000 (22:15 +0530)
commite20d8ba804539203664a542521db5b64826ba05c
tree5bcf4e84e19274ff66c2dbc5755fa0634dafe1f6
parente5eef0ffdf2d281fecf12597041fd8af23d65e42
LMA: Deployment of LMA solution.(ansible)

Ansible playbooks for LMA deployment

Signed-off-by: Adarsh Yadav <adiyadav0509@gmail.com>
Change-Id: I3ab71e139bc1668577506fb996105a834a9c3c65
37 files changed:
tools/lma/ansible-client/ansible.cfg [new file with mode: 0644]
tools/lma/ansible-client/hosts [new file with mode: 0644]
tools/lma/ansible-client/playbooks/setup.yaml [new file with mode: 0644]
tools/lma/ansible-client/roles/clean-td-agent/tasks/main.yml [new file with mode: 0644]
tools/lma/ansible-client/roles/td-agent/files/td-agent.conf [new file with mode: 0644]
tools/lma/ansible-client/roles/td-agent/tasks/main.yml [new file with mode: 0644]
tools/lma/ansible-server/ansible.cfg [new file with mode: 0644]
tools/lma/ansible-server/group_vars/all.yml [new file with mode: 0644]
tools/lma/ansible-server/hosts [new file with mode: 0644]
tools/lma/ansible-server/playbooks/setup.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/clean-logging/tasks/main.yml [new file with mode: 0644]
tools/lma/ansible-server/roles/k8s-master/tasks/main.yml [new file with mode: 0644]
tools/lma/ansible-server/roles/k8s-pre/tasks/main.yml [new file with mode: 0644]
tools/lma/ansible-server/roles/k8s-worker/tasks/main.yml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/elastalert/ealert-conf-cm.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/elastalert/ealert-key-cm.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/elastalert/ealert-rule-cm.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/elastalert/elastalert.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/elasticsearch/elasticsearch.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/elasticsearch/user-secret.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/fluentd/fluent-cm.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/fluentd/fluent-service.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/fluentd/fluent.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/kibana/kibana.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/namespace.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/nginx/nginx-conf-cm.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/nginx/nginx-key-cm.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/nginx/nginx-service.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/nginx/nginx.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/persistentVolume.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/files/storageClass.yaml [new file with mode: 0644]
tools/lma/ansible-server/roles/logging/tasks/main.yml [new file with mode: 0644]
tools/lma/ansible-server/roles/nfs/tasks/main.yml [new file with mode: 0644]
tools/lma/logs/dockerfile/elastalert/Dockerfile [new file with mode: 0644]
tools/lma/logs/dockerfile/fluentd/Dockerfile [new file with mode: 0644]
tools/lma/logs/jupyter-notebooks/Trend-Analysis.ipynb [new file with mode: 0644]
tools/lma/yamllintrc [new file with mode: 0644]