github.com/verrazzano/verrazzano@v1.7.0/tools/psr/manifests/scenarios/opensearch/s4/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-s4 5 name: opensearch-s4 6 description: | 7 This is a scenario that restarts pods on all 3 OpenSearch tiers simultaneously 8 usecases: 9 - usecasePath: opensearch/restart.yaml 10 overrideFile: restart-master.yaml 11 description: restarts master nodes 12 - usecasePath: opensearch/restart.yaml 13 overrideFile: restart-data.yaml 14 description: restarts data nodes 15 - usecasePath: opensearch/restart.yaml 16 overrideFile: restart-ingest.yaml 17 description: restarts ingest nodes