From 628346cfd690524f1ec455ca35c3bc7474640079 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Fri, 1 Jul 2016 11:34:29 -0500 Subject: ocl integration draft. Change-Id: I7b700c2b926e0b60e889f5d48b182f74321a508b Signed-off-by: Narinder Gupta --- ci/bundle_tpl/bundle.yaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'ci/bundle_tpl/bundle.yaml') diff --git a/ci/bundle_tpl/bundle.yaml b/ci/bundle_tpl/bundle.yaml index 4aae4fb0..e02c6da5 100644 --- a/ci/bundle_tpl/bundle.yaml +++ b/ci/bundle_tpl/bundle.yaml @@ -18,6 +18,11 @@ openstack-phase1: {% endif %} ntp: charm: "local:{{ ubuntu.release }}/ntp" +{% if os.network.controller == 'ocl' %} + options: + source: "0.ubuntu.pool.ntp.org 1.ubuntu.pool.ntp.org 2.ubuntu.pool.ntp.org 3.ubuntu.pool.ntp.org" + auto_peers: false +{% endif %} {% include 'mysql.yaml' %} {% include 'ceilometer.yaml' %} {% include 'ceph.yaml' %} @@ -34,19 +39,21 @@ openstack-phase1: {% include 'neutron-api.yaml' %} {% include 'neutron-gateway.yaml' %} {% if os.network.controller == 'odl' %} - {% include 'odl.yaml' %} +{% include 'odl.yaml' %} {% elif os.network.controller == 'onos' %} - {% include 'onos.yaml' %} +{% include 'onos.yaml' %} +{% elif os.network.controller == 'ocl' %} +{% include 'oclphase1.yaml' %} {% endif %} {% if os.ha.mode == 'ha' %} - {% include 'haclusters.yaml' %} +{% include 'haclusters.yaml' %} {% endif %} relations: - - "ntp:juju-info" - "nodes:juju-info" {% if os.ha.mode == 'ha' %} - {% include 'harelations.yaml' %} +{% include 'harelations.yaml' %} {% endif %} openstack-phase2: -- cgit 1.2.3-korg