Page MenuHomeDevCentral

Install OpenSearch
ClosedPublic

Authored by dereckson on Jan 8 2022, 18:08.
Tags
None
Referenced Files
F12208178: D2449.id.diff
Tue, Oct 7, 00:56
F12208177: D2449.id6160.diff
Tue, Oct 7, 00:55
Unknown Object (File)
Mon, Oct 6, 02:41
Unknown Object (File)
Mon, Oct 6, 02:41
Unknown Object (File)
Sat, Oct 4, 11:55
Unknown Object (File)
Wed, Oct 1, 23:11
Unknown Object (File)
Wed, Oct 1, 01:22
Unknown Object (File)
Tue, Sep 30, 06:05
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.