arcaflow scenarios removed from config.yaml

This commit is contained in:
Tullio Sebastiani
2023-08-23 08:50:19 -04:00
committed by Naga Ravi Chaitanya Elluri
parent f868000ebd
commit cee5259fd3
+5 -1
View File
@@ -6,7 +6,11 @@ kraken:
signal_state: RUN # Will wait for the RUN signal when set to PAUSE before running the scenarios, refer docs/signal.md for more details
signal_address: 0.0.0.0 # Signal listening address
port: 8081 # Signal port
chaos_scenarios: # List of policies/chaos scenarios to load
chaos_scenarios:
# List of policies/chaos scenarios to load
- arcaflow_scenarios:
- scenarios/arcaflow/cpu-hog/input.yaml
- scenarios/arcaflow/memory-hog/input.yaml
- application_outages:
- scenarios/openshift/app_outage.yaml
- container_scenarios: # List of chaos pod scenarios to load