Updates ODL RPM to Oxygen

We want to the Oxygen version of OpenDaylight with master/Queens
TripleO.

Change-Id: Ic8c9e99d7f4b31c763bae4aadaf1abeca53eea9b
Signed-off-by: Tim Rozet <trozet@redhat.com>
This commit is contained in:
Tim Rozet 2018-02-07 15:36:47 -05:00
parent 0ec4793c7e
commit 4d2e9f3220
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@
# Enable ODL repo in ODL Dockerfile
{% block opendaylight_header %}
RUN echo $'[opendaylight-6-release]\n\
name=CentOS CBS OpenDaylight Carbon repository\n\
baseurl=http://cbs.centos.org/repos/nfv7-opendaylight-6-release/$basearch/os/\n\
RUN echo $'[opendaylight-8-devel]\n\
name=OpenDaylight Oxygen repository\n\
baseurl=https://nexus.opendaylight.org/content/repositories/opendaylight-oxygen-epel-7-$basearch-devel/\n\
enabled=1\n\
gpgcheck=0' >> /etc/yum.repos.d/opendaylight.repo
{% endblock %}