github.com/verrazzano/verrazzano@v1.7.0/tools/psr/manifests/scenarios/opensearch/s9/scenario.yaml (about) 1 # Copyright (c) 2022, Oracle and/or its affiliates. 2 # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. 3 4 ID: ops-s9 5 name: opensearch-s9 6 description: | 7 This is a scenario that combines all of the existing OpenSearch use cases 8 Namespace needs to be labeled with istio-injection=enabled 9 usecases: 10 - usecasePath: opensearch/restart.yaml 11 overrideFile: restart-master.yaml 12 description: restarts master nodes 13 - usecasePath: opensearch/restart.yaml 14 overrideFile: restart-data.yaml 15 description: restarts data nodes 16 - usecasePath: opensearch/restart.yaml 17 overrideFile: restart-ingest.yaml 18 description: restarts ingest nodes 19 - usecasePath: opensearch/scale.yaml 20 overrideFile: scale-master.yaml 21 description: scales master nodes 22 - usecasePath: opensearch/scale.yaml 23 overrideFile: scale-data.yaml 24 description: scales data nodes 25 - usecasePath: opensearch/scale.yaml 26 overrideFile: scale-ingest.yaml 27 description: scales ingest nodes 28 - usecasePath: opensearch/getlogs.yaml 29 overrideFile: getlogs-fast.yaml 30 description: getlogs from Opensearch 1000 times a second 31 - usecasePath: opensearch/writelogs.yaml 32 overrideFile: writelogs-fast.yaml 33 description: write logs to STDOUT 1000 times a second 34 - usecasePath: opensearch/postlogs.yaml 35 overrideFile: postlogs-fast.yaml 36 description: postlogs to Opensearch 1000 times a second