X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fconfig_tpl%2Fjuju2%2Fbundle_tpl%2Fceph.yaml;h=8a1cf50b02cf2667fac0f0e95612a539fe2ca516;hb=157b0b2fc55920773a02146660ca5b7eb78a910f;hp=df20cbb60948c8ca9dda79c5d53cc84cef149df1;hpb=8dbdc275471780fd02c0318a6842560b0df1bb33;p=joid.git 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 %}