summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/onos.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/bundle_tpl/onos.yaml')
-rw-r--r--ci/bundle_tpl/onos.yaml4
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"