diff options
Diffstat (limited to 'ci/config_tpl/bundle_tpl')
-rw-r--r-- | ci/config_tpl/bundle_tpl/bundle.yaml | 3 | ||||
-rw-r--r-- | ci/config_tpl/bundle_tpl/subordinate.yaml | 1 |
2 files changed, 4 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' %} diff --git a/ci/config_tpl/bundle_tpl/subordinate.yaml b/ci/config_tpl/bundle_tpl/subordinate.yaml index 4107d80b..1033866e 100644 --- a/ci/config_tpl/bundle_tpl/subordinate.yaml +++ b/ci/config_tpl/bundle_tpl/subordinate.yaml @@ -1,3 +1,4 @@ + ceilometer-agent: charm: local:{{ ubuntu.release }}/ceilometer-agent options: |