Mailing List Archive

[networking-odl] Builds are failing in Stable/pike in networking-odl
Hi All,

Builds are failing in Stable/pike in networking-odl on below review:

https://review.openstack.org/#/c/582745/
looks that issue is here: http://logs.openstack.org/45/582745/5/check/networking-odl-rally-dsvm-carbon-snapshot/be4abe3/logs/devstacklog.txt.gz#_2018-07-15_18_23_41_854
There is 404 from opendaylight.org<http://opendaylight.org> service and snapshot version is missing & only /-SNAPSHOT/maven-metadata.xml, it should be 0.8.3-SNAPSHOT or 0.9.0-SNAPSHOT
This job is making use of carbon based ODL version & not able to find it.

Any idea how to fix / proceed further to make stable/pike builds to be successful ?


Thanks,
Vamsi
Re: [networking-odl] Builds are failing in Stable/pike in networking-odl [ In reply to ]
+Isaku

Hi Isaku,

I found the reason for the build failure. below path it should be distribution-artifacts instead of distribution-karaf

https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf/-SNAPSHOT/maven-metadata.xml

Line no: 7 is causing the problem

https://github.com/openstack/networking-odl/blob/stable/pike/devstack/functions

From logs:

http://logs.openstack.org/45/582745/5/check/networking-odl-rally-dsvm-carbon-snapshot/be4abe3/logs/devstacklog.txt.gz#_2018-07-15_18_23_41_854


opt/stack/new/networking-odl/devstack/functions:_odl_nexus_path:7 : echo https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/integration/distribution-karaf


I think below code needs a fix, Can you please help us out ?

https://github.com/openstack/networking-odl/blob/stable/pike/devstack/settings.odl#L72-L81

case "$ODL_RELEASE" in


latest-snapshot|nitrogen-snapshot-0.7*)


# use karaf because distribution-karaf isn't available for Nitrogen at the moment


# TODO(yamahata): when distriution-karaf is available, remove this


ODL_URL_DISTRIBUTION_KARAF_PATH=${ODL_URL_DISTRIBUTION_KARAF_PATH:-org/opendaylight/integration/karaf}


;;


*)


ODL_URL_DISTRIBUTION_KARAF_PATH=${ODL_URL_DISTRIBUTION_KARAF_PATH:-org/opendaylight/integration/distribution-karaf}


;;


Esac



Thanks,
Vamsi

From: A Vamsikrishna
Sent: Monday, July 16, 2018 6:14 PM
To: 'openstack-dev@lists.openstack.org' <openstack-dev@lists.openstack.org>; openstack@lists.openstack.org
Subject: [networking-odl] Builds are failing in Stable/pike in networking-odl

Hi All,

Builds are failing in Stable/pike in networking-odl on below review:

https://review.openstack.org/#/c/582745/
looks that issue is here: http://logs.openstack.org/45/582745/5/check/networking-odl-rally-dsvm-carbon-snapshot/be4abe3/logs/devstacklog.txt.gz#_2018-07-15_18_23_41_854
There is 404 from opendaylight.org<http://opendaylight.org> service and snapshot version is missing & only /-SNAPSHOT/maven-metadata.xml, it should be 0.8.3-SNAPSHOT or 0.9.0-SNAPSHOT
This job is making use of carbon based ODL version & not able to find it.

Any idea how to fix / proceed further to make stable/pike builds to be successful ?


Thanks,
Vamsi