diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-19 08:14:34 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-10-19 08:14:56 -0500 |
commit | 8dbdc275471780fd02c0318a6842560b0df1bb33 (patch) | |
tree | 6e0cc9f371ff00b9a502309df7fc82c5583d568e /ci/config_tpl/juju2 | |
parent | 9510c5939f4a30b79d6104ea5b05af42a1ea446a (diff) |
modified the source for ceph.
Change-Id: Ic63e179c3390986d4ac47e61b907340179918dd9
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/ceph.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml index f700594b..df20cbb6 100644 --- a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml @@ -6,6 +6,7 @@ monitor-count: {{ unit_ceph_qty() }} fsid: 5a791d94-980b-11e4-b6f6-3c970e8b1cf7 monitor-secret: AQAi5a9UeJXUExAA+By9u+GPhl8/XiUQ4nwI3A== + source: "cloud:{{ ubuntu.release }}/{{ os.release }}" {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} {% endif %} @@ -38,6 +39,7 @@ options: osd-devices: {{ opnfv.storage_dict.ceph.disk }} osd-reformat: 'yes' + source: "cloud:{{ ubuntu.release }}/{{ os.release }}" {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} {% endif %} @@ -64,6 +66,7 @@ region: {{ os.region }} use-embedded-webserver: true operator-roles: "Member,admin" + source: "cloud:{{ ubuntu.release }}/{{ os.release }}" {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} {% endif %} |