Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.x only have 1.x opensearch/dashboards apps #64

Merged
merged 1 commit into from
May 23, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@

A community repository for Ansible Playbook of OpenSearch Project.

## Version and Branching
As of now, this helm-charts repository maintains 3 branches:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@peterzhuamazon must be ansible-playbook instead of helm-charts

* _main_ (Version is 2.x.x for both `os_version` and `os_dashboards_version` in `inventories/opensearch/group_vars/all/all.yml`)
* _1.x_ (Version is 1.x.x for both `os_version` and `os_dashboards_version` in `inventories/opensearch/group_vars/all/all.yml`)
<br>

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@peterzhuamazon missing info about 3rd branch gh-pages

Contributors should choose the corresponding branch(es) when commiting their change(s):
* If you have a change for a specific version, only open PR to specific branch
* If you have a change for all available versions, first open a PR on `main`, then open a backport PR with `[backport 1.x]` in the title, with label `backport 1.x`, etc.

## OpenSearch Installation with Dashboards

This ansible playbook supports the following,
Expand Down
4 changes: 0 additions & 4 deletions inventories/opensearch/group_vars/all/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,10 @@ os_download_url: https://artifacts.opensearch.org/releases/bundle/opensearch
# opensearch version
# 1.x Latest Version
os_version: "1.3.2"
# 2.x Latest Version
# os_version: "2.0.0-rc1"

# opensearch dashboards version
# 1.x Latest Version
os_dashboards_version: "1.3.2"
# 2.x Latest Version
# os_dashboards_version: "2.0.0-rc1"

# Configure hostnames for opensearch nodes
# It is required to configure SSL
Expand Down