Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
ccd0b1d1
Commit
ccd0b1d1
authored
5 years ago
by
Keshav Prasad
Committed by
G33tha
5 years ago
Browse files
Options
Download
Patches
Plain Diff
Es upgrade (#446)
* Issue #000 feat: added es6 role
parent
e079d9e5
Changes
57
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
ansible/inventory/env/group_vars/all.yml
+2
-0
ansible/inventory/env/group_vars/all.yml
ansible/provision.yml
+19
-2
ansible/provision.yml
ansible/roles/curl_es_command/templates/curl_commands.j2
+6
-6
ansible/roles/curl_es_command/templates/curl_commands.j2
ansible/roles/es6/LICENSE
+13
-0
ansible/roles/es6/LICENSE
ansible/roles/es6/README.md
+415
-0
ansible/roles/es6/README.md
ansible/roles/es6/ansible.cfg
+1
-0
ansible/roles/es6/ansible.cfg
ansible/roles/es6/defaults/main.yml
+43
-0
ansible/roles/es6/defaults/main.yml
ansible/roles/es6/files/logging/log4j2.properties.custom.j2
+76
-0
ansible/roles/es6/files/logging/log4j2.properties.custom.j2
ansible/roles/es6/files/mappings/learning.json
+783
-0
ansible/roles/es6/files/mappings/learning.json
ansible/roles/es6/files/scripts/calculate-score.groovy
+1
-0
ansible/roles/es6/files/scripts/calculate-score.groovy
ansible/roles/es6/files/system_key
+0
-0
ansible/roles/es6/files/system_key
ansible/roles/es6/files/templates/backend.json
+411
-0
ansible/roles/es6/files/templates/backend.json
ansible/roles/es6/files/templates/compositeindex.json
+5122
-0
ansible/roles/es6/files/templates/compositeindex.json
ansible/roles/es6/files/templates/dialcode.json
+269
-0
ansible/roles/es6/files/templates/dialcode.json
ansible/roles/es6/files/templates/failed-telemetry.json
+106
-0
ansible/roles/es6/files/templates/failed-telemetry.json
ansible/roles/es6/files/templates/lp_audit_log.json
+314
-0
ansible/roles/es6/files/templates/lp_audit_log.json
ansible/roles/es6/files/templates/suggestionindex.json
+784
-0
ansible/roles/es6/files/templates/suggestionindex.json
ansible/roles/es6/files/templates/summary.json
+802
-0
ansible/roles/es6/files/templates/summary.json
ansible/roles/es6/files/templates/summary_cumulative.json
+802
-0
ansible/roles/es6/files/templates/summary_cumulative.json
ansible/roles/es6/files/templates/telemetry.json
+430
-0
ansible/roles/es6/files/templates/telemetry.json
with
10399 additions
and
8 deletions
+10399
-8
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets