kolla/doc/source/admin/template-override/opendaylight-source.rst
chenxing 43e9021648 Remove '.. end' comments
Following by https://review.openstack.org/#/c/605097/
These were used by now-dead tooling. We can remove them.

Change-Id: I790a18b3a40c22ec94bc6f6dba656ba4db518cfe
2018-09-28 10:01:05 +08:00

863 B

OpenDaylight Build

The opendaylight-template-overrides.j2 template override shows how to build an OpenDaylight container image with a different version than the one packaged with the distro.

Building OpenDaylight Container Images

kolla-build.conf

Point to the desired version of OpenDaylight in `kolla-build.conf`:

[opendaylight]
type = url
location = https://nexus.opendaylight.org/content/repositories/opendaylight.release/org/opendaylight/integration/distribution-karaf/0.6.2-Carbon/distribution-karaf-0.6.2-Carbon.tar.gz

Build the container by executing the following command:

kolla-build --type source --template-override contrib/template-override/opendaylight-template-overrides.j2 opendaylight