Bug 1304716
Summary: | Update ODL package | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Nir Yechiel <nyechiel> |
Component: | opendaylight | Assignee: | Mike Kolesnik <mkolesni> |
Status: | CLOSED ERRATA | QA Contact: | Itzik Brown <itbrown> |
Severity: | unspecified | Docs Contact: | |
Priority: | high | ||
Version: | 8.0 (Liberty) | CC: | adahms, jjoyce, jschluet, mkolesni, mlopes, nyechiel, skitt, slong |
Target Milestone: | ga | Keywords: | TestOnly, ZStream |
Target Release: | 8.0 (Liberty) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | opendaylight-1.0.0-2.el7ost | Doc Type: | Technology Preview |
Doc Text: |
Red Hat OpenStack Platform 8 now includes a technology preview of integration with the OpenDaylight SDN controller. OpenDaylight is a flexible, modular, and open SDN platform that supports many different applications. The OpenDaylight distribution included with Red Hat OpenStack Platform 8 is limited to the modules required to support OpenStack deployments using OVSDB NetVirt, and is based on the upstream Beryllium version.
Package(s) providing the Technology Preview: opendaylight, networking-odl
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2016-04-15 13:47:08 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1271974 |
Description
Nir Yechiel
2016-02-04 13:00:57 UTC
Looks like the old, unsafe commons-collections is still there. The beryllium build log shows 3.1, and should be at least 3.2.2 or 4.1: http://download.englab.bne.redhat.com//brewroot/packages/org.opendaylight.ovsdb-ovsdb/1.2.1.Beryllium_redhat_1/1/data/logs/maven/root.log DEBUG util.py:257: [INFO] Downloading: http://download.devel.redhat.com/brewroot/packages/org.opendaylight.yangtools-yangtools-aggregator/0.8.0.Beryllium_redhat_1/1/maven/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (See flaw: https://bugzilla.redhat.com/show_bug.cgi?id=1279330) Does commons-collections actually end up in the resulting Karaf distribution? As far as I'm aware the only places commons-collections still turns up is the Checkstyle and Karaf plugins, which are only used during the build or tests. https://git.opendaylight.org/gerrit/35414 removes the dependency from the Karaf plugin. OK I backported Sthephen's patches and incorporated them into a new build, please try the new version. The jar needs to be at least 3.2.2: From http://download.englab.bne.redhat.com//brewroot/packages/org.opendaylight.ovsdb-ovsdb/1.2.1.Beryllium_redhat_2/1/data/logs/maven/root.log: Still pulling in 3.2.1. For example: DEBUG util.py:257: [INFO] Downloading: http://download.devel.redhat.com/brewroot/packages/org.opendaylight.netconf-netconf-parent/1.0.0.Beryllium_redhat_2/1/maven/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (also: brew list-tagged --inherit --latest rhos-8.0-odl-rhel-7-maven-imports | grep commons-collections commons-collections-commons-collections-1.0-1 rhos-8.0-odl-rhel-7-maven-imports mkolesni) (In reply to Summer Long from comment #5) > The jar needs to be at least 3.2.2: > From > http://download.englab.bne.redhat.com//brewroot/packages/org.opendaylight. > ovsdb-ovsdb/1.2.1.Beryllium_redhat_2/1/data/logs/maven/root.log: > > Still pulling in 3.2.1. For example: > DEBUG util.py:257: [INFO] Downloading: > http://download.devel.redhat.com/brewroot/packages/org.opendaylight.netconf- > netconf-parent/1.0.0.Beryllium_redhat_2/1/maven/commons-collections/commons- > collections/3.2.1/commons-collections-3.2.1.jar > > (also: brew list-tagged --inherit --latest rhos-8.0-odl-rhel-7-maven-imports > | grep commons-collections > commons-collections-commons-collections-1.0-1 > rhos-8.0-odl-rhel-7-maven-imports mkolesni) The commons collections jar is not packaged in the RPM any more. The doc text for this bug has been incorporated into the formal Technology Preview section, and does not need to be collected from this bug. Changing 'requires_doc_text' to '-'. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2016-0636.html |