github.com/verrazzano/verrazzano@v1.7.1/tools/psr/manifests/scenarios/opensearch/s3/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-s3
     5  name: opensearch-s3
     6  description: |
     7    This is a scenario that combines the writelogs, getlogs, and postlogs use cases
     8    Namespace needs to be labeled with istio-injection=enabled
     9  usecases:
    10    - usecasePath: opensearch/getlogs.yaml
    11      overrideFile: getlogs-fast.yaml
    12      description: getlogs from Opensearch 1000 times a second
    13    - usecasePath: opensearch/writelogs.yaml
    14      overrideFile: writelogs-fast.yaml
    15      description: write logs to STDOUT 1000 times a second
    16    - usecasePath: opensearch/postlogs.yaml
    17      overrideFile: postlogs-fast.yaml
    18      description: postlogs to Opensearch 1000 times a second