chaostoolkit-incubator / chaostoolkit-oci

Chaos toolkit driver for Oracle Cloud Infrastructure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kill_failure_domain

opened this issue · comments

Oracle cloud has three concepts, Region, AD (Availability Domain) and FD (failure domain), resources in one FD are independent from resources in a different FD, if one fails the rest remains fine, hence the name.

This action needs to be able to stop/force stop, an entire set of resources in a given FD.

In order to be more useful, I would add a probe that counts the number of FDs in a given AD, this is in the hypothetical case we have resources in two failure domains, and we want to shutdown one of them as part of the experiment or not shutdown anything if there is one FD, implying we don't have any failover scenario or HA.