summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/ceph.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/ceph.yaml')
-rw-r--r--ci/config_tpl/juju2/bundle_tpl/ceph.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml
index c46abeb9..10968154 100644
--- a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml
+++ b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml
@@ -8,6 +8,7 @@
public: *ceph-public-space
cluster: *ceph-cluster-space
{% endif %}
+ series: {{ ubuntu.release }}
options:
expected-osd-count: {{ unit_ceph_qty() }}
source: *openstack-origin
@@ -43,10 +44,11 @@
public: *ceph-public-space
cluster: *ceph-cluster-space
{% endif %}
+ series: {{ ubuntu.release }}
options:
osd-devices: *osd-devices
osd-journal: *osd-journal
- osd-reformat: 'yes'
+ osd-reformat: 'True'
source: *openstack-origin
{% if os.network.ipv6 %}
prefer-ipv6: {{ os.network.ipv6 }}
@@ -79,6 +81,7 @@
internal: *internal-space
mon: *ceph-public-space
{% endif %}
+ series: {{ ubuntu.release }}
options:
region: *openstack-region
operator-roles: "Member,admin,SwiftOperator"