From 7a768eee1d5d8825ea5c3d5e79ea36f1225fb1fd Mon Sep 17 00:00:00 2001 From: Stuart Mackie Date: Wed, 30 Nov 2016 09:21:08 -0800 Subject: Add ppa:opencontrail/ppa to bundle config files Change-Id: Ib34cfed612fef3724b39c0f5cb258ed5bb32e7bc Signed-off-by: Stuart Mackie --- ci/config_tpl/bundle_tpl/oclphase1.yaml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'ci/config_tpl/bundle_tpl/oclphase1.yaml') diff --git a/ci/config_tpl/bundle_tpl/oclphase1.yaml b/ci/config_tpl/bundle_tpl/oclphase1.yaml index 31f4ab04..84d52bc7 100644 --- a/ci/config_tpl/bundle_tpl/oclphase1.yaml +++ b/ci/config_tpl/bundle_tpl/oclphase1.yaml @@ -20,7 +20,9 @@ num_units: {{ unit_qty() }} options: openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" - install-sources: ppa:opencontrail/trunk-20160812 + install-sources: | + - ppa:opencontrail/ppa + - ppa:opencontrail/trunk-20160812 {% if os.ha.mode == 'ha' %} vip: {{ opnfv.vip.contrailconfig }} {% endif %} @@ -33,7 +35,9 @@ num_units: {{ unit_qty() }} options: openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" - install-sources: ppa:opencontrail/trunk-20160812 + install-sources: | + - ppa:opencontrail/ppa + - ppa:opencontrail/trunk-20160812 to: {% for unit_id in to_select() %} - "lxc:nodes={{ unit_id }}" @@ -43,7 +47,9 @@ num_units: {{ unit_qty() }} options: openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}" - install-sources: ppa:opencontrail/trunk-20160812 + install-sources: | + - ppa:opencontrail/ppa + - ppa:opencontrail/trunk-20160812 to: {% for unit_id in to_select() %} - "lxc:nodes={{ unit_id }}" @@ -52,7 +58,9 @@ charm: local:{{ ubuntu.release }}/contrail-webui num_units: {{ unit_qty() }} options: - install-sources: ppa:opencontrail/trunk-20160812 + install-sources: | + - ppa:opencontrail/ppa + - ppa:opencontrail/trunk-20160812 to: {% for unit_id in to_select() %} - "lxc:nodes={{ unit_id }}" -- cgit 1.2.3-korg