|
|
Hi Luis,
We modified the code to include IPFIX. Not sure if that is causing this issue. I will look into it and get back to you.
Thanks, -Madhu
toggle quoted message
Show quoted text
|
|
Thanks Madhu ;)
toggle quoted message
Show quoted text
On Mar 31, 2014, at 9:31 PM, Madhu Venugopal <mavenugo@...> wrote: Hi Luis,
We modified the code to include IPFIX. Not sure if that is causing this issue. I will look into it and get back to you.
Thanks, -Madhu
On 3/31/14, 9:25 PM, Luis Gomez wrote:
Hi Devs,
Since today we have problems in the base edition system test like it is not possible to create a bridge using Bridge Domain API. Have you changed anything that could impact this functionality?
https://jenkins.opendaylight.org/integration/job/integration-csit-base/
Thanks/Luis
_______________________________________________ integration-dev mailing list integration-dev@... https://lists.opendaylight.org/mailman/listinfo/integration-dev
|
|
Hi Luis,
Unless you are using an older version of OVS in your testbed, this IPFIX change should not impact you. But, I realized that our new topic branch could have caused this issue. We have a re-architecture work in progress for the ovsdb library. We forgot to bump up the bundle version. Most likely this version conflict would have caused this issue. I took care of it now by following semantic versioning.
Can you kindly re-trigger the integration tests ?
Thanks, -Madhu
toggle quoted message
Show quoted text
On 3/31/14, 9:35 PM, Luis Gomez wrote: Thanks Madhu ;)
On Mar 31, 2014, at 9:31 PM, Madhu Venugopal <mavenugo@...> wrote:
Hi Luis,
We modified the code to include IPFIX. Not sure if that is causing this issue. I will look into it and get back to you.
Thanks, -Madhu
On 3/31/14, 9:25 PM, Luis Gomez wrote:
Hi Devs,
Since today we have problems in the base edition system test like it is not possible to create a bridge using Bridge Domain API. Have you changed anything that could impact this functionality?
https://jenkins.opendaylight.org/integration/job/integration-csit-base/
Thanks/Luis
_______________________________________________ integration-dev mailing list integration-dev@... https://lists.opendaylight.org/mailman/listinfo/integration-dev
|
|
Hi Madhu,
Still fails, please check the latest OSGi console when base edition starts and also when we try to create bridge through BD API:
BR/Luis
On Apr 1, 2014, at 4:53 AM, Madhu Venugopal < mavenugo@...> wrote:
toggle quoted message
Show quoted text
Hi Luis,
Unless you are using an older version of OVS in your testbed, this IPFIX change should not impact you. But, I realized that our new topic branch could have caused this issue. We have a re-architecture work
in progress for the ovsdb library. We forgot to bump up the bundle version. Most likely this version conflict would have caused this issue. I took care of it now by following semantic versioning.
Can you kindly re-trigger the integration tests ?
Thanks, -Madhu
On 3/31/14, 9:35 PM, Luis Gomez wrote:
Thanks Madhu ;)
On Mar 31, 2014, at 9:31 PM, Madhu Venugopal <mavenugo@...> wrote:
Hi Luis,
We modified the code to include IPFIX. Not sure if that is causing this issue. I will look into it and get back to you.
Thanks, -Madhu
On 3/31/14, 9:25 PM, Luis Gomez wrote:
Hi Devs,
Since today we have problems in the base edition system test like it is not possible to create a bridge using Bridge Domain API. Have you changed anything that could impact this functionality?
https://jenkins.opendaylight.org/integration/job/integration-csit-base/
Thanks/Luis
_______________________________________________
integration-dev mailing list integration-dev@... https://lists.opendaylight.org/mailman/listinfo/integration-dev
|
|
Hi Luis,
Thats because of this :
commit 9ad9918a8144e5a5ea83ed85f5a81e3d3cfcbca9
Author: jenkins-integration
<jekins-integration@...>
Date: Tue Apr 1 16:00:34 2014 +0000
Update to new version of the artifacts proposed by
jenkins-integration-version-changes-20
Change-Id: Ie2b24f667efdab264abb9f7bb33e1c7bd2d64a41
Signed-off-by: jenkins-integration
<jekins-integration@...>
we have to revert back the pom.xml in the base/virt/sp editions to
the previous versions.
Have attached the diff effected by the above commit.
-Madhu
On 4/1/14, 3:30 PM, Luis Gomez Palacios
wrote:
toggle quoted message
Show quoted text
Hi Madhu,
Still fails, please check the latest OSGi console when base
edition starts and also when we try to create bridge through
BD API:
BR/Luis
On Apr 1, 2014, at 4:53 AM, Madhu Venugopal < mavenugo@...> wrote:
Hi Luis,
Unless you are using an older version of OVS in your
testbed, this IPFIX change should not impact you.
But, I realized that our new topic branch could have caused
this issue. We have a re-architecture work
in progress for the ovsdb library. We forgot to bump up the
bundle version. Most likely this version
conflict would have caused this issue. I took care of it now
by following semantic versioning.
Can you kindly re-trigger the integration tests ?
Thanks,
-Madhu
On 3/31/14, 9:35 PM, Luis Gomez wrote:
Thanks Madhu ;)
On Mar 31, 2014, at 9:31 PM, Madhu Venugopal <mavenugo@...> wrote:
Hi Luis,
We modified the code to include IPFIX. Not sure if that
is causing this issue.
I will look into it and get back to you.
Thanks,
-Madhu
On 3/31/14, 9:25 PM, Luis Gomez wrote:
Hi Devs,
Since today we have problems in the base edition
system test like it is not possible to create a bridge
using Bridge Domain API. Have you changed anything
that could impact this functionality?
https://jenkins.opendaylight.org/integration/job/integration-csit-base/
Thanks/Luis
_______________________________________________
integration-dev mailing list
integration-dev@...
https://lists.opendaylight.org/mailman/listinfo/integration-dev
|
|
OK Madhu, I can take care of these changes. I am almost sure I had to commit this automatic patch from jenkins because the editions build was failing. Anyway, I will do according to your recommendation and will contact you if something fails.
BR/Luis
toggle quoted message
Show quoted text
On Apr 1, 2014, at 3:43 PM, Madhu Venugopal < mavenugo@...> wrote:
Hi Luis,
Thats because of this :
commit 9ad9918a8144e5a5ea83ed85f5a81e3d3cfcbca9
Author: jenkins-integration
<jekins-integration@...>
Date: Tue Apr 1 16:00:34 2014 +0000
Update to new version of the artifacts proposed by
jenkins-integration-version-changes-20
Change-Id: Ie2b24f667efdab264abb9f7bb33e1c7bd2d64a41
Signed-off-by: jenkins-integration
<jekins-integration@...>
we have to revert back the pom.xml in the base/virt/sp editions to
the previous versions.
Have attached the diff effected by the above commit.
-Madhu
On 4/1/14, 3:30 PM, Luis Gomez Palacios
wrote:
Hi Madhu,
Still fails, please check the latest OSGi console when base
edition starts and also when we try to create bridge through
BD API:
BR/Luis
On Apr 1, 2014, at 4:53 AM, Madhu Venugopal < mavenugo@...> wrote:
Hi Luis,
Unless you are using an older version of OVS in your
testbed, this IPFIX change should not impact you.
But, I realized that our new topic branch could have caused
this issue. We have a re-architecture work
in progress for the ovsdb library. We forgot to bump up the
bundle version. Most likely this version
conflict would have caused this issue. I took care of it now
by following semantic versioning.
Can you kindly re-trigger the integration tests ?
Thanks,
-Madhu
On 3/31/14, 9:35 PM, Luis Gomez wrote:
Thanks Madhu ;)
On Mar 31, 2014, at 9:31 PM, Madhu Venugopal <mavenugo@...> wrote:
Hi Luis,
We modified the code to include IPFIX. Not sure if that
is causing this issue.
I will look into it and get back to you.
Thanks,
-Madhu
On 3/31/14, 9:25 PM, Luis Gomez wrote:
Hi Devs,
Since today we have problems in the base edition
system test like it is not possible to create a bridge
using Bridge Domain API. Have you changed anything
that could impact this functionality?
https://jenkins.opendaylight.org/integration/job/integration-csit-base/
Thanks/Luis
_______________________________________________
integration-dev mailing list
integration-dev@...
https://lists.opendaylight.org/mailman/listinfo/integration-dev
<revert_back_ovsdb.diff>
|
|
Thanks Luis. Please revert just the OVSDB bundle versions.
FYI, we are currently re-architecting the code in a different branch
topic/schema and we have bumped up the versions.
The Versions plugin has pulled in the LATEST higher SNAPSHOT version
automatically and has caused this recent issue.
If you rollback to the previous version, we have reverted it to the
master branch which is the working version.
-Madhu
On 4/1/14, 4:09 PM, Luis Gomez wrote:
toggle quoted message
Show quoted text
OK Madhu, I can take care of these changes. I am almost sure
I had to commit this automatic patch from jenkins because the
editions build was failing. Anyway, I will do according to your
recommendation and will contact you if something fails.
BR/Luis
On Apr 1, 2014, at 3:43 PM, Madhu Venugopal < mavenugo@...>
wrote:
Hi Luis,
Thats because of this :
commit 9ad9918a8144e5a5ea83ed85f5a81e3d3cfcbca9
Author: jenkins-integration <jekins-integration@...>
Date: Tue Apr 1 16:00:34 2014 +0000
Update to new version of the artifacts proposed by
jenkins-integration-version-changes-20
Change-Id: Ie2b24f667efdab264abb9f7bb33e1c7bd2d64a41
Signed-off-by: jenkins-integration <jekins-integration@...>
we have to revert back the pom.xml in the base/virt/sp
editions to the previous versions.
Have attached the diff effected by the above commit.
-Madhu
On 4/1/14, 3:30 PM, Luis Gomez
Palacios wrote:
Hi Madhu,
Still fails, please check the latest OSGi console
when base edition starts and also when we try to
create bridge through BD API:
BR/Luis
On Apr 1, 2014, at 4:53 AM, Madhu Venugopal < mavenugo@...>
wrote:
Hi Luis,
Unless you are using an older version of OVS in your
testbed, this IPFIX change should not impact you.
But, I realized that our new topic branch could have
caused this issue. We have a re-architecture work
in progress for the ovsdb library. We forgot to bump
up the bundle version. Most likely this version
conflict would have caused this issue. I took care
of it now by following semantic versioning.
Can you kindly re-trigger the integration tests ?
Thanks,
-Madhu
On 3/31/14, 9:35 PM, Luis Gomez wrote:
Thanks Madhu ;)
On Mar 31, 2014, at 9:31 PM, Madhu Venugopal <mavenugo@...>
wrote:
Hi Luis,
We modified the code to include IPFIX. Not sure
if that is causing this issue.
I will look into it and get back to you.
Thanks,
-Madhu
On 3/31/14, 9:25 PM, Luis Gomez wrote:
Hi Devs,
Since today we have problems in the base
edition system test like it is not possible to
create a bridge using Bridge Domain API. Have
you changed anything that could impact this
functionality?
https://jenkins.opendaylight.org/integration/job/integration-csit-base/
Thanks/Luis
_______________________________________________
integration-dev mailing list
integration-dev@...
https://lists.opendaylight.org/mailman/listinfo/integration-dev
<revert_back_ovsdb.diff>
|
|
OK, it looks like all is back to normal now. I only bumped the LISP version number as otherwise the SP edition cannot be built.
BR/Luis
toggle quoted message
Show quoted text
On Apr 1, 2014, at 4:25 PM, Madhu Venugopal < mavenugo@...> wrote:
Thanks Luis. Please revert just the OVSDB bundle versions.
FYI, we are currently re-architecting the code in a different branch
topic/schema and we have bumped up the versions.
The Versions plugin has pulled in the LATEST higher SNAPSHOT version
automatically and has caused this recent issue.
If you rollback to the previous version, we have reverted it to the
master branch which is the working version.
-Madhu
On 4/1/14, 4:09 PM, Luis Gomez wrote:
OK Madhu, I can take care of these changes. I am almost sure
I had to commit this automatic patch from jenkins because the
editions build was failing. Anyway, I will do according to your
recommendation and will contact you if something fails.
BR/Luis
On Apr 1, 2014, at 3:43 PM, Madhu Venugopal < mavenugo@...>
wrote:
Hi Luis,
Thats because of this :
commit 9ad9918a8144e5a5ea83ed85f5a81e3d3cfcbca9
Author: jenkins-integration <jekins-integration@...>
Date: Tue Apr 1 16:00:34 2014 +0000
Update to new version of the artifacts proposed by
jenkins-integration-version-changes-20
Change-Id: Ie2b24f667efdab264abb9f7bb33e1c7bd2d64a41
Signed-off-by: jenkins-integration <jekins-integration@...>
we have to revert back the pom.xml in the base/virt/sp
editions to the previous versions.
Have attached the diff effected by the above commit.
-Madhu
On 4/1/14, 3:30 PM, Luis Gomez
Palacios wrote:
Hi Madhu,
Still fails, please check the latest OSGi console
when base edition starts and also when we try to
create bridge through BD API:
BR/Luis
On Apr 1, 2014, at 4:53 AM, Madhu Venugopal < mavenugo@...>
wrote:
Hi Luis,
Unless you are using an older version of OVS in your
testbed, this IPFIX change should not impact you.
But, I realized that our new topic branch could have
caused this issue. We have a re-architecture work
in progress for the ovsdb library. We forgot to bump
up the bundle version. Most likely this version
conflict would have caused this issue. I took care
of it now by following semantic versioning.
Can you kindly re-trigger the integration tests ?
Thanks,
-Madhu
On 3/31/14, 9:35 PM, Luis Gomez wrote:
Thanks Madhu ;)
On Mar 31, 2014, at 9:31 PM, Madhu Venugopal <mavenugo@...>
wrote:
Hi Luis,
We modified the code to include IPFIX. Not sure
if that is causing this issue.
I will look into it and get back to you.
Thanks,
-Madhu
On 3/31/14, 9:25 PM, Luis Gomez wrote:
Hi Devs,
Since today we have problems in the base
edition system test like it is not possible to
create a bridge using Bridge Domain API. Have
you changed anything that could impact this
functionality?
https://jenkins.opendaylight.org/integration/job/integration-csit-base/
Thanks/Luis
_______________________________________________
integration-dev mailing list
integration-dev@...
https://lists.opendaylight.org/mailman/listinfo/integration-dev
<revert_back_ovsdb.diff>
|
|