Page MenuHomeDevCentral

Install OpenSearch
ClosedPublic

Authored by dereckson on Jan 8 2022, 18:08.
Tags
None
Referenced Files
F9555178: D2449.diff
Sat, Jun 7, 06:43
Unknown Object (File)
Thu, Jun 5, 03:25
Unknown Object (File)
Sun, Jun 1, 12:22
Unknown Object (File)
Sun, Jun 1, 11:55
Unknown Object (File)
Sun, Jun 1, 10:39
Unknown Object (File)
Sat, May 31, 07:32
Unknown Object (File)
Sat, May 31, 06:52
Unknown Object (File)
Sat, May 31, 04:00
Subscribers
None

Details

Summary

OpenSearch is the AWS fork of ElasticSearch and Elastic stack.

This role downloads software and configure OpenSearch as a single-node
cluster. It contains all the bricks to configure a multi-node cluster.

Deploy a single-node cluster "infra-logs" on CloudHugger to validate the role.

Ref T1624.

Test Plan

es-query _cluster/health?pretty

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Errors
SeverityLocationCodeMessage
Error_modules/opensearch.py:37E501flake8 E501
Error_modules/opensearch.py:89E501flake8 E501
Advice_modules/opensearch.py:24F821flake8 F821
Advice_modules/opensearch.py:27F821flake8 F821
Advice_modules/opensearch.py:63F821flake8 F821
Advice_modules/opensearch.py:83F821flake8 F821
Advice_modules/opensearch.py:94F821flake8 F821
Unit
No Test Coverage
Branch
opensearch
Build Status
Buildable 3808
Build 4058: arc lint + arc unit

Event Timeline

dereckson created this revision.

More generic path for bash, fix roles

dereckson added inline comments.
roles/opensearch/opensearch/software.sls
25

Linux-specific.

This revision is now accepted and ready to land.Jan 8 2022, 18:19
This revision was landed with ongoing or failed builds.Jan 8 2022, 18:19
This revision was automatically updated to reflect the committed changes.