github.com/verrazzano/verrazzano@v1.7.1/tools/psr/manifests/scenarios/opensearch/s7/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-s7
     5  name: opensearch-s7
     6  description: |
     7    This is a scenario that combines the writelogs, getlogs, and postlogs use cases while restarting all OpenSearch tiers
     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/getlogs.yaml
    20      overrideFile: getlogs-fast.yaml
    21      description: getlogs from Opensearch 1000 times a second
    22    - usecasePath: opensearch/writelogs.yaml
    23      overrideFile: writelogs-fast.yaml
    24      description: write logs to STDOUT 1000 times a second
    25    - usecasePath: opensearch/postlogs.yaml
    26      overrideFile: postlogs-fast.yaml
    27      description: postlogs to Opensearch 1000 times a second