From: Narinder Gupta Date: Wed, 19 Oct 2016 13:14:34 +0000 (-0500) Subject: modified the source for ceph. X-Git-Tag: danube.1.0~123 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F23351%2F1;p=joid.git modified the source for ceph. Change-Id: Ic63e179c3390986d4ac47e61b907340179918dd9 Signed-off-by: Narinder Gupta --- diff --git a/ci/config_tpl/bundle_tpl/ceph.yaml b/ci/config_tpl/bundle_tpl/ceph.yaml index 53fa5df4..16537364 100644 --- a/ci/config_tpl/bundle_tpl/ceph.yaml +++ b/ci/config_tpl/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 %} 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 %}