From 157b0b2fc55920773a02146660ca5b7eb78a910f Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 19 Oct 2016 11:00:36 -0500 Subject: updated the source for ceph deployment. Change-Id: I8af284d8d8b7b092bb04708dfacfce9a8e22434b Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundle_tpl/ceph.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ci/config_tpl') diff --git a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml index df20cbb6..8a1cf50b 100644 --- a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml @@ -6,7 +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 }}" + source: "cloud:{{ ubuntu.release }}-updates/{{ os.release }}" {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} {% endif %} @@ -39,7 +39,7 @@ options: osd-devices: {{ opnfv.storage_dict.ceph.disk }} osd-reformat: 'yes' - source: "cloud:{{ ubuntu.release }}/{{ os.release }}" + source: "cloud:{{ ubuntu.release }}-updates/{{ os.release }}" {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} {% endif %} @@ -66,7 +66,7 @@ region: {{ os.region }} use-embedded-webserver: true operator-roles: "Member,admin" - source: "cloud:{{ ubuntu.release }}/{{ os.release }}" + source: "cloud:{{ ubuntu.release }}-updates/{{ os.release }}" {% if os.network.ipv6 %} prefer-ipv6: {{ os.network.ipv6 }} {% endif %} -- cgit 1.2.3-korg