mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 18:10:00 +00:00
This commit adds kraken to CI pipeline and thereby enabling chaos scenarios to be injected on specified jump host.
14 lines
941 B
Django/Jinja
14 lines
941 B
Django/Jinja
kraken:
|
|
kubeconfig_path: {{ kubeconfig_path }} # Path to kubeconfig
|
|
exit_on_failure: {{ exit_on_failure }} # Exit when a post action scenario fails
|
|
scenarios: {{ scenarios }} # List of policies/chaos scenarios to load
|
|
|
|
cerberus:
|
|
cerberus_enabled: {{ cerberus_enabled }} # Enable it when cerberus is previously installed
|
|
cerberus_url: {{ cerberus_url }} # When cerberus_enabled is set to True, provide the url where cerberus publishes go/no-go signal
|
|
|
|
tunings:
|
|
wait_duration: {{ wait_duration }} # Duration to wait between each chaos scenario
|
|
iterations: {{ iterations }} # Number of times to execute the scenarios
|
|
daemon_mode: {{ daemon_mode }} # Iterations are set to infinity which means that the cerberus will monitor the resources forever
|