Page MenuHomeDevCentral

Install OpenSearch
ClosedPublic

Authored by dereckson on Jan 8 2022, 18:08.
Tags
None
Referenced Files
F23569162: D2449.id6161.diff
Thu, Feb 5, 11:25
F23569119: D2449.id6162.diff
Thu, Feb 5, 11:24
F23495096: D2449.id6161.diff
Thu, Feb 5, 03:18
F23495086: D2449.id6162.diff
Thu, Feb 5, 03:18
F23495057: D2449.id6163.diff
Thu, Feb 5, 03:18
F23478034: D2449.id6164.diff
Thu, Feb 5, 01:50
F23478010: D2449.id6163.diff
Thu, Feb 5, 01:50
F23457772: D2449.diff
Thu, Feb 5, 00:06
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.