diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-18 22:59:39 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-18 23:02:45 -0500 |
commit | cf75a3fbd33bc57e5fa6e92cb3e3c4f5d2e0d368 (patch) | |
tree | 45462a584db2908e19ae4388074ed8cd5f9686cc /ci/bundle_tpl/onos.yaml | |
parent | 5159209c95c6f3bfa6f5edac9d8fa2d6c9f83e88 (diff) |
modified the template to support sfc feature for onos integration.
Change-Id: I335170387d49518d1ca2c8bb72e7c3707a170320
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/bundle_tpl/onos.yaml')
-rw-r--r-- | ci/bundle_tpl/onos.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ci/bundle_tpl/onos.yaml b/ci/bundle_tpl/onos.yaml index 4459330f..fd08c717 100644 --- a/ci/bundle_tpl/onos.yaml +++ b/ci/bundle_tpl/onos.yaml @@ -1,7 +1,9 @@ onos-controller: charm: local:{{ ubuntu.release }}/onos-controller options: - #ext-port: "eth1" +{% if opnfv.ext_port is defined %} + ext-port: {{ opnfv.ext_port }} +{% endif %} #gateway-mac: "default" to: - "lxc:nodes=0" |