Page MenuHomeDevCentral

Install OpenSearch
ClosedPublic

Authored by dereckson on Jan 8 2022, 18:08.
Tags
None
Referenced Files
F2739451: D2449.id.diff
Wed, Mar 27, 15:13
Unknown Object (File)
Wed, Mar 27, 04:26
Unknown Object (File)
Mon, Mar 25, 08:04
Unknown Object (File)
Mon, Mar 25, 08:04
Unknown Object (File)
Mon, Mar 25, 08:03
Unknown Object (File)
Mon, Mar 25, 08:03
Unknown Object (File)
Mon, Mar 25, 08:03
Unknown Object (File)
Sun, Mar 24, 09:21
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.