diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-21 14:49:21 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-21 14:49:43 -0500 |
commit | a490b71b1f60224d0c13a0dd1391c87d32a594ea (patch) | |
tree | 81be30f0a908cc88fb8e15588d0a660b5e0a6b31 /ci/bundle_tpl | |
parent | 1e67ca426ab0f454fc2d4845efd5d9984782a4db (diff) |
increaing the no id OSD as equal as compute.
Change-Id: Iaf013493152928517de3ef6f84abe587e3bff991
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/bundle_tpl')
-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 a5060371..01d62ca7 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: {{ unit_ceph_qty() }} + num_units: {{ opnfv.units - 1 }} options: osd-devices: {{ opnfv.storage_dict.ceph.disk }} osd-reformat: 'yes' to: -{% for unit_id in to_select(unit_ceph_qty()) %} +{% for unit_id in range(1, opnfv.units) %} - "nodes={{ unit_id }}" {% endfor %} ceph-radosgw: |