![chenxing](/assets/img/avatar_default.png)
Following by https://review.openstack.org/#/c/605097/ These were used by now-dead tooling. We can remove them. Change-Id: I790a18b3a40c22ec94bc6f6dba656ba4db518cfe
863 B
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