summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-10-19 11:00:36 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-10-19 11:00:58 -0500
commit157b0b2fc55920773a02146660ca5b7eb78a910f (patch)
tree3bd817802c82a2137a1d478b1842e0dd0ba574b0 /ci/config_tpl
parent8dbdc275471780fd02c0318a6842560b0df1bb33 (diff)
updated the source for ceph deployment.
Change-Id: I8af284d8d8b7b092bb04708dfacfce9a8e22434b Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl')
-rw-r--r--ci/config_tpl/juju2/bundle_tpl/ceph.yaml6
1 files changed, 3 insertions, 3 deletions
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 %}