summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/bundle_tpl/bundle.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/config_tpl/bundle_tpl/bundle.yaml')
-rw-r--r--ci/config_tpl/bundle_tpl/bundle.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/config_tpl/bundle_tpl/bundle.yaml b/ci/config_tpl/bundle_tpl/bundle.yaml
index 9e171b8f..c9700842 100644
--- a/ci/config_tpl/bundle_tpl/bundle.yaml
+++ b/ci/config_tpl/bundle_tpl/bundle.yaml
@@ -61,6 +61,7 @@
{% if os.ha.mode == 'ha' %}
{% include 'haclusters.yaml' %}
{% endif %}
+
{% include 'subordinate.yaml' %}
{% if os.hyperconverged %}
@@ -71,7 +72,9 @@
- [ 'ntp:juju-info', 'nodes:juju-info' ]
- [ 'ntp:juju-info', 'nodes-compute:juju-info' ]
{% endif %}
+
{% if os.ha.mode == 'ha' %}
{% include 'harelations.yaml' %}
{% endif %}
+
{% include 'relations.yaml' %}