summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/bundle_tpl
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-10-19 12:27:30 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-10-19 12:27:52 -0500
commitd80e9475b6478b8697b36c94d61a1cde29620c6d (patch)
tree6aa725ef456fb4bc5ab5bac2a1e93243a1fcd48b /ci/config_tpl/bundle_tpl
parent157b0b2fc55920773a02146660ca5b7eb78a910f (diff)
modified for juju 1.25 also
Change-Id: I1cf6be1a50dd8a28efa92a4a4f1073d4734bb604 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/bundle_tpl')
-rw-r--r--ci/config_tpl/bundle_tpl/ceph.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ci/config_tpl/bundle_tpl/ceph.yaml b/ci/config_tpl/bundle_tpl/ceph.yaml
index 16537364..35b29a8d 100644
--- a/ci/config_tpl/bundle_tpl/ceph.yaml
+++ b/ci/config_tpl/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 %}