Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Commit bc21736

Browse files
authored
Merge pull request #100 from fromanirh/disable-all-crs
playbooks: enable circuitbreaker for all our CRs
2 parents 5207f28 + 039c541 commit bc21736

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

playbooks/commontemplatesbundle.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
vars_files:
33
- _defaults.yml
44
roles:
5+
- role: KubevirtCircuitBreaker
6+
vars:
7+
- cr_kind: KubevirtCommonTemplatesBundle
58
# we want to prepare everything to pull containers from the same repo
69
# as the operator, but we are not there just yet, so we disable the role
710
# and we rely on backward compatible defaults.

playbooks/kubevirtnodelabeller.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
vars_files:
33
- _defaults.yml
44
roles:
5+
- role: KubevirtCircuitBreaker
6+
vars:
7+
- cr_kind: KubevirtNodeLabellerBundle
58
# we want to prepare everything to pull containers from the same repo
69
# as the operator, but we are not there just yet, so we disable the role
710
# and we rely on backward compatible defaults.

playbooks/metricsaggregation.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@
33
vars_files:
44
- _defaults.yml
55
roles:
6+
- role: KubevirtCircuitBreaker
7+
vars:
8+
- cr_kind: KubevirtMetricsAggregation
69
- KubevirtMetricsAggregation

0 commit comments

Comments
 (0)