diff options
author | 2017-08-15 13:28:22 -0500 | |
---|---|---|
committer | 2017-08-15 14:02:27 -0500 | |
commit | e9a56336b664f4575194c2317aa747652a2ecb6f (patch) | |
tree | b05ae1c0cd57c9a8d6fcd33f6ee947229895f216 /ci/config_tpl/juju2/bundle_tpl/odl.yaml | |
parent | dc5adfcfe2f4c2534ad512f8d3b811d86a473089 (diff) |
modified templates and added variable to easlity understand the
templates and added support for multiple networks.
Change-Id: I1074c722c9007bd12c711dbfc58afa1a098d2a17
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/odl.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/odl.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/odl.yaml b/ci/config_tpl/juju2/bundle_tpl/odl.yaml index d1d0f0b5..d799e1a9 100644 --- a/ci/config_tpl/juju2/bundle_tpl/odl.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/odl.yaml @@ -3,7 +3,8 @@ num_units: 1 {% if os.service.bindings %} bindings: - "": internal-api + "": *oam-space + internal: internal-space {% endif %} options: install-url: "https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.6.0-Carbon/distribution-karaf-0.6.0-Carbon.tar.gz" |