Skip to content

Commit

Permalink
Updating and organizing demos (#823)
Browse files Browse the repository at this point in the history
### Description
For some time we have had a large volume of demo deployments for
OpenSearch. These were scattered across various versions with some mixed
standards. I have taken and organized them into a 1.3.x and 2.x folders
that represent the current major versions.

I have yet been able to test these. My current cluster is armv7 based so
compatibility has been a challenge.

### Issues Resolved
#800 - While not closing this issue it's a good step. 

### Check List
- [X] Commits are signed per the DCO using --signoff 

If CRDs are changed:
N/A

Please refer to the [PR
guidelines](https://github.com/opensearch-project/opensearch-k8s-operator/blob/main/docs/developing.md#submitting-a-pr)
before submitting this pull request.

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and
signing off your commits, please check
[here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).

Signed-off-by: David Tippett <[email protected]>
  • Loading branch information
dtaivpp authored Jun 5, 2024
1 parent f58948e commit 583e251
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ metadata:
namespace: default
spec:
general:
version: 1.3.0
version: 1.3.13
httpPort: 9200
vendor: opensearch
serviceName: my-cluster
pluginsList: ["repository-s3","https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/1.3.0.0/prometheus-exporter-1.3.0.0.zip"]
pluginsList: ["repository-s3","https://github.com/aiven/prometheus-exporter-plugin-for-opensearch/releases/download/1.3.13.0/prometheus-exporter-1.3.13.0.zip"]
initHelper:
resources:
requests:
Expand All @@ -19,7 +19,7 @@ spec:
memory: "512Mi"
cpu: "500m"
dashboards:
version: 1.3.0
version: 1.3.13
enable: true
replicas: 1
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ metadata:
namespace: default
spec:
general:
version: 1.3.2
version: 1.3.16
httpPort: 9200
vendor: opensearch
serviceName: my-cluster
dashboards:
version: 1.3.2
version: 1.3.16
enable: true
replicas: 2
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ metadata:
namespace: default
spec:
general:
version: "1.3.0"
version: 1.3.16
httpPort: 9200
vendor: opensearch
serviceName: my-cluster
monitoring:
enable: true
pluginsList: ["repository-s3"]
dashboards:
version: "1.3.0"
version: 1.3.16
enable: true
replicas: 2
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
namespace: default
spec:
general:
version: "2.2.1"
version: 2.14.0
httpPort: 9200
vendor: opensearch
serviceName: my-cluster
Expand All @@ -26,7 +26,7 @@ spec:
dashboards:
opensearchCredentialsSecret:
name: admin-credentials-secret
version: "2.2.1"
version: 2.14.0
enable: true
replicas: 2
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ metadata:
namespace: default
spec:
general:
version: "2.3.0"
version: 2.14.0
httpPort: 9200
vendor: opensearch
serviceName: my-cluster
monitoring:
enable: true
dashboards:
version: "2.3.0"
version: 2.14.0
enable: true
replicas: 1
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ spec:
general:
httpPort: 9200
serviceName: my-first-cluster
version: 2.3.0
version: 2.14.0
pluginsList: ["repository-s3"]
drainDataNodes: true
dashboards:
tls:
enable: true
generate: true
version: 2.3.0
version: 2.14.0
enable: true
replicas: 1
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ spec:
httpPort: 9200
setVMMaxMapCount: true
serviceName: my-first-hot-warm-cold-cluster
version: 2.6.0
version: 2.14.0
drainDataNodes: true
dashboards:
tls:
enable: true
generate: true
version: 2.6.0
version: 2.14.0
enable: true
replicas: 1
resources:
Expand Down

0 comments on commit 583e251

Please sign in to comment.