From cf75a3fbd33bc57e5fa6e92cb3e3c4f5d2e0d368 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 18 Jul 2016 22:59:39 -0500 Subject: modified the template to support sfc feature for onos integration. Change-Id: I335170387d49518d1ca2c8bb72e7c3707a170320 Signed-off-by: Narinder Gupta --- ci/bundle_tpl/subordinate.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ci/bundle_tpl/subordinate.yaml') diff --git a/ci/bundle_tpl/subordinate.yaml b/ci/bundle_tpl/subordinate.yaml index cc61920b..6f654455 100644 --- a/ci/bundle_tpl/subordinate.yaml +++ b/ci/bundle_tpl/subordinate.yaml @@ -22,6 +22,10 @@ security-groups: True openvswitch-onos: charm: local:{{ ubuntu.release }}/openvswitch-onos +{% if os.network.sfc %} + options: + profile: onos-sfc +{% endif %} {% elif os.network.controller == 'ocl' %} neutron-api-contrail: charm: local:{{ ubuntu.release }}/neutron-api-contrail -- cgit 1.2.3-korg