diff options
Diffstat (limited to 'ci/bundle_tpl/ceph.yaml')
-rw-r--r-- | ci/bundle_tpl/ceph.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/bundle_tpl/ceph.yaml b/ci/bundle_tpl/ceph.yaml index 01d62ca7..82cfd283 100644 --- a/ci/bundle_tpl/ceph.yaml +++ b/ci/bundle_tpl/ceph.yaml @@ -15,12 +15,12 @@ {% endfor %} ceph-osd: charm: "local:{{ ubuntu.release }}/ceph-osd" - num_units: {{ opnfv.units - 1 }} + num_units: {{ opnfv.units }} options: osd-devices: {{ opnfv.storage_dict.ceph.disk }} osd-reformat: 'yes' to: -{% for unit_id in range(1, opnfv.units) %} +{% for unit_id in range(0, opnfv.units) %} - "nodes={{ unit_id }}" {% endfor %} ceph-radosgw: |