Skip to content

Commit

Permalink
Add testing overlay to configure hacluster
Browse files Browse the repository at this point in the history
This change deployed hacluster related to watcher to test the
configuration of API services in HA

Change-Id: I27ce9e6adb78d2f226c7c6d9738532974a54eb04
  • Loading branch information
freyes committed Sep 5, 2023
1 parent 91b14c0 commit 26c00ab
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/tests/bundles/overlays/local-charm-overlay.yaml.j2
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
applications:
watcher:
num_units: 3
options:
vip: '{{ TEST_VIP00 }}'
hacluster:
charm: ch:hacluster
num_units: 0
channel: latest/edge
relations:
- - watcher
- hacluster

0 comments on commit 26c00ab

Please sign in to comment.