Skip to content

Commit

Permalink
Remove remote store configuration from segrep manifest file for 2.9 (o…
Browse files Browse the repository at this point in the history
…pensearch-project#3725)

Signed-off-by: Rishikesh1159 <rishireddy1159@gmail.com>
  • Loading branch information
Rishikesh1159 authored Jul 11, 2023
1 parent 7097ab5 commit 97c7d37
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions manifests/2.9.0/opensearch-2.9.0-seg-rep-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ components:
- without-security
additional-cluster-configs:
path.repo: [/tmp]
opensearch.experimental.feature.remote_store.enabled: true
cluster.indices.replication.strategy: 'SEGMENT'
cluster.remote_store.enabled: true
bwc-test:
test-configs:
- with-security
Expand All @@ -30,9 +28,7 @@ components:
- with-security
- without-security
additional-cluster-configs:
opensearch.experimental.feature.remote_store.enabled: true
cluster.indices.replication.strategy: 'SEGMENT'
cluster.remote_store.enabled: true
bwc-test:
test-configs:
- with-security
Expand All @@ -43,9 +39,7 @@ components:
- with-security
- without-security
additional-cluster-configs:
opensearch.experimental.feature.remote_store.enabled: true
cluster.indices.replication.strategy: 'SEGMENT'
cluster.remote_store.enabled: true

- name: alerting
integ-test:
Expand All @@ -54,9 +48,7 @@ components:
- without-security
additional-cluster-configs:
plugins.destination.host.deny_list: [10.0.0.0/8, 127.0.0.1]
opensearch.experimental.feature.remote_store.enabled: true
cluster.indices.replication.strategy: 'SEGMENT'
cluster.remote_store.enabled: true
bwc-test:
test-configs:
- with-security
Expand All @@ -68,9 +60,7 @@ components:
- with-security
- without-security
additional-cluster-configs:
opensearch.experimental.feature.remote_store.enabled: true
cluster.indices.replication.strategy: 'SEGMENT'
cluster.remote_store.enabled: true
bwc-test:
test-configs:
- with-security
Expand All @@ -82,9 +72,7 @@ components:
- without-security
additional-cluster-configs:
script.context.field.max_compilations_rate: 1000/1m
opensearch.experimental.feature.remote_store.enabled: true
cluster.indices.replication.strategy: 'SEGMENT'
cluster.remote_store.enabled: true
bwc-test:
test-configs:
- with-security
Expand All @@ -95,39 +83,31 @@ components:
- with-security
- without-security
additional-cluster-configs:
opensearch.experimental.feature.remote_store.enabled: true
cluster.indices.replication.strategy: 'SEGMENT'
cluster.remote_store.enabled: true

- name: neural-search
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
opensearch.experimental.feature.remote_store.enabled: true
cluster.indices.replication.strategy: 'SEGMENT'
cluster.remote_store.enabled: true

- name: opensearch-reports
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
opensearch.experimental.feature.remote_store.enabled: true
cluster.indices.replication.strategy: 'SEGMENT'
cluster.remote_store.enabled: true

- name: opensearch-observability
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
opensearch.experimental.feature.remote_store.enabled: true
cluster.indices.replication.strategy: 'SEGMENT'
cluster.remote_store.enabled: true
bwc-test:
test-configs:
- with-security
Expand All @@ -138,9 +118,7 @@ components:
- with-security
- without-security
additional-cluster-configs:
opensearch.experimental.feature.remote_store.enabled: true
cluster.indices.replication.strategy: 'SEGMENT'
cluster.remote_store.enabled: true

- name: cross-cluster-replication
integ-test:
Expand All @@ -155,35 +133,27 @@ components:
- with-security
- without-security
additional-cluster-configs:
opensearch.experimental.feature.remote_store.enabled: true
cluster.indices.replication.strategy: 'SEGMENT'
cluster.remote_store.enabled: true

- name: security
integ-test:
test-configs:
- with-security
additional-cluster-configs:
opensearch.experimental.feature.remote_store.enabled: true
cluster.indices.replication.strategy: 'SEGMENT'
cluster.remote_store.enabled: true

- name: geospatial
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
opensearch.experimental.feature.remote_store.enabled: true
cluster.indices.replication.strategy: 'SEGMENT'
cluster.remote_store.enabled: true

- name: security-analytics
integ-test:
test-configs:
- with-security
- without-security
additional-cluster-configs:
opensearch.experimental.feature.remote_store.enabled: true
cluster.indices.replication.strategy: 'SEGMENT'
cluster.remote_store.enabled: true

0 comments on commit 97c7d37

Please sign in to comment.