[release] Autorelease fluorine failed to build aaa-cert from aaa
Jenkins <jenkins-dontreply@...>
Attention aaa-devs,
Autorelease fluorine failed to build aaa-cert from aaa in build 6. Attached is a snippet of the error message related to the failure that we were able to automatically parse as well as console logs. Console Logs: https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/autorelease-release-fluorine/6 Jenkins Build: https://jenkins.opendaylight.org/releng/job/autorelease-release-fluorine/6/ Please review and provide an ETA on when a fix will be available. Thanks, ODL releng/autorelease team |
|
[release] Autorelease oxygen failed to build aaa-cert from aaa
Jenkins <jenkins-dontreply@...>
Attention aaa-devs,
Autorelease oxygen failed to build aaa-cert from aaa in build 197. Attached is a snippet of the error message related to the failure that we were able to automatically parse as well as console logs. Console Logs: https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/autorelease-release-oxygen/197 Jenkins Build: https://jenkins.opendaylight.org/releng/job/autorelease-release-oxygen/197/ Please review and provide an ETA on when a fix will be available. Thanks, ODL releng/autorelease team |
|
[release] Autorelease nitrogen failed to build aaa-cert from aaa
Jenkins <jenkins-dontreply@...>
Attention aaa-devs,
Autorelease nitrogen failed to build aaa-cert from aaa in build 416. Attached is a snippet of the error message related to the failure that we were able to automatically parse as well as console logs. Console Logs: https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/autorelease-release-nitrogen/416 Jenkins Build: https://jenkins.opendaylight.org/releng/job/autorelease-release-nitrogen/416/ Please review and provide an ETA on when a fix will be available. Thanks, ODL releng/autorelease team |
|
Re: [Odlparent-dev] xml parsing exception
Michael Vorburger <vorburger@...>
+aaa-dev: On Thu, Mar 1, 2018 at 4:38 PM, Tomáš Markovič <tomas.markovic@...> wrote:
|
|
Re: [release] Autorelease oxygen failed to build odl-aaa-shiro from aaa
Ryan Goulding <ryandgoulding@...>
Doesn’t appear to be an AAA issue; CDS never came up. Can we rerun and see the results, Anil?
toggle quoted message
Show quoted text
Thanks, Ryan
On Feb 18, 2018, at 6:02 PM, Anil Belur <abelur@...> wrote:
|
|
Re: [release] Autorelease oxygen failed to build odl-aaa-shiro from aaa
Anil Belur <abelur@...>
On Mon, Feb 19, 2018 at 1:13 AM, Jenkins <jenkins-dontreply@...> wrote: Attention aaa-devs, Hello aaa-dev, Please review and fix the below SFT failures in odl-aaa-encryption-service. Thanks, Anil 15:12:06 Running org.opendaylight.odlparent.featuretest.SingleFeatureTest 15:13:19 Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 72.221 sec <<< FAILURE! - in org.opendaylight.odlparent.featuretest.SingleFeatureTest 15:13:19 installFeatureCatchAndLog(org.opendaylight.odlparent.featuretest.SingleFeatureTest)[repoUrl: file:/w/workspace/autorelease-release-oxygen/aaa/features/odl-aaa-shiro/target/feature/feature.xml, Feature: odl-aaa-shiro 0.7.0] Time elapsed: 71.539 sec <<< ERROR! |
|
[release] Autorelease oxygen failed to build odl-aaa-shiro from aaa
Jenkins <jenkins-dontreply@...>
Attention aaa-devs,
Autorelease oxygen failed to build odl-aaa-shiro from aaa in build 161. Attached is a snippet of the error message related to the failure that we were able to automatically parse as well as console logs. Console Logs: https://logs.opendaylight.org/releng/vex-yul-odl-jenkins-1/autorelease-release-oxygen/161 Jenkins Build: https://jenkins.opendaylight.org/releng/job/autorelease-release-oxygen/161/ Please review and provide an ETA on when a fix will be available. Thanks, ODL releng/autorelease team |
|
Re: Oxygen Release Update
Ryan Goulding <ryandgoulding@...>
On Thu, Feb 15, 2018 at 3:59 PM, Kit Lou <klou.external@...> wrote:
|
|
Oxygen Release Update
Kit Lou <klou.external@...>
Hello Oxygen Projects, We past our RC0 deadline and we still do not have a working build. In TSC meeting earlier today (meeting minutes in [1]), to mitigate risk TSC decided to drop these 5 projects from the Oxygen Simultaneous Release:
In addition, TSC decided that the pending patch [2] in bier needs to be postponed to Fluorine. At this point, besides working towards a green build, we still need M3 status from these 2 projects:
We also need M4 status from these 6 projects:
Please complete the M3 and M4 status as soon as possible. The latest Oxygen release status is frequently being updated here [3]. Thank you! Best Regards, Kit Lou |
|
Re: Any issues with odl-mdsal-apidocs?
Rajarajan M <rajarajan.m@...>
Hi Ryan,
Issue is fixed with latest build.
Build Nu tested : karaf-0.8.0-20180207.032618-1406.zip
BUG ID : https://jira.opendaylight.org/browse/NETVIRT-1078
Thanks & Regards, RajaRajan M
From: Ryan Goulding [mailto:ryandgoulding@...]
Thanks for confirming, Luis; also fine locally for me. Issue was that JAX-RS logs exceptions at DEBUG level upon failure of instantiation of Application instances-- really bad practice but we are using an older version. I actually had to single step through w/ a debugger to discover the exception output, which is not good. We will revisit upgrading web frameworks in Fluorine. As it turns out, upgrades of odlparent/yangtools ended up taking up most of Oxygen.
Regards,
On Mon, Feb 12, 2018 at 12:35 PM, Luis Gomez <ecelgp@...> wrote:
|
|
Re: Packaging aaa-shiro-act?
Robert Varga
On 13/02/18 16:16, Robert Varga wrote:
Hello,Tracked as AAA-164, blocks NETCONF-508. Regards, Robert |
|
Packaging aaa-shiro-act?
Robert Varga
Hello,
two netconf features have the following: <bundle>mvn:org.opendaylight.aaa/aaa-shiro-act/0.7.0-SNAPSHOT</bundle> Can I ask this artifact to be packaged in a feature, so that it is SFT-tested in AAA and can be properly pulled-in by netconf? Thanks, Robert |
|
Re: Any issues with odl-mdsal-apidocs?
Ryan Goulding <ryandgoulding@...>
Thanks for confirming, Luis; also fine locally for me. Issue was that JAX-RS logs exceptions at DEBUG level upon failure of instantiation of Application instances-- really bad practice but we are using an older version. I actually had to single step through w/ a debugger to discover the exception output, which is not good. We will revisit upgrading web frameworks in Fluorine. As it turns out, upgrades of odlparent/yangtools ended up taking up most of Oxygen. Regards, Ryan Goulding On Mon, Feb 12, 2018 at 12:35 PM, Luis Gomez <ecelgp@...> wrote:
|
|
Re: Any issues with odl-mdsal-apidocs?
Luis Gomez
apidocs should be fine now according to this test:
|
|
Re: OLTU possibly moving to Attic
Ryan Goulding <ryandgoulding@...>
Opened AAA-162 [0] to transition AAA off oltu.
On Fri, Feb 9, 2018 at 2:50 PM, Ryan Goulding <ryandgoulding@...> wrote:
|
|
Re: Any issues with odl-mdsal-apidocs?
Ryan Goulding <ryandgoulding@...>
This should be resolved now as a part of AAA-159 [0]. Please let me know if you experience further issues.
On Mon, Feb 5, 2018 at 6:52 AM, Faseela K <faseela.k@...> wrote:
|
|
OLTU possibly moving to Attic
Ryan Goulding <ryandgoulding@...>
Hi AAA Team,
Unfortunately, there is chatter of oltu [0] joining Apache Attic [1] in recent discussions [2] on the oltu dev list. My messages to dev@... have not made it through the strict spam filter, asking about when we might expect a release containing OLTU-209 [3], a migration from org.json/json which we also embarking in as a part of ODLPARENT-36 [4]. [2] implies there might be one more release containing this bug fix, but also states that this project may likely enter the attic. Since we depend on oltu [5] since LONG before I joined this project, we need to assess a way forward. This could involve replacement of oltu as our OAuth2 implementation. We could also fork it (it is allowed by the license) or step up and maintain it properly. I am posting to see if others have opinions. I am in favor of using a more frequently maintained upstream dependency. Best Regards, Ryan |
|
Re: Question on AAA clustering with Nitrogen
Ryan Goulding <ryandgoulding@...>
He was referring to the MDSAL based credential store that we deprecated several releases ago and removed in Nitrogen. Yes, that is gone; if you need to cluster credentials you need to use some other method. Best, Ryan Regards, Ryan Goulding On Wed, Feb 7, 2018 at 2:53 PM, Jamo Luhrsen <jluhrsen@...> wrote: Hi Srini, |
|
Re: Question on AAA clustering with Nitrogen
Jamo Luhrsen <jluhrsen@...>
Hi Srini,
toggle quoted message
Show quoted text
Maybe you want to use odl-mdsal-clustering? opendaylight-user@root>feature:list | grep odl-mdsal-cluster odl-mdsal-clustering-commons | 1.6.2.SNAPSHOT | | Uninstalled | odl-mdsal-clustering-commons | odl-mdsal-clustering-commons odl-mdsal-clustering | 1.6.2.SNAPSHOT | | Uninstalled | odl-mdsal-clustering | odl-mdsal-clustering opendaylight-user@root> I'm not sure about your question regarding keeping AAA credentials in sync, but hopefully a AAA person will know and can reply. Thanks, JamO
On 02/02/2018 01:02 PM, Srini Seetharaman wrote:
Hi, I recently migrated to Nitrogen from an earlier release. I notice that the odl-aaa-mdsal-cluster feature is not |
|
Any issues with odl-mdsal-apidocs?
Faseela K <faseela.k@...>
Ryan, I remember you once saying that with one of your patches, mdsal-apidocs issues will be resolved. I cannot recollect which patch that was, was that finally merged? Raja is facing issues with mdsal-apidocs with the latest distribution available in nexus. Could you please help? Thanks, Faseela
From: Rajarajan M
+Faseela
Hi All,
API doc link is not working with latest ODL(Oxygen) build. Have raised the BUG on this.
https://jira.opendaylight.org/browse/NETVIRT-1078
Thanks & Regards, RajaRajan M
|
|