Re: FW: controller-dev Digest, Vol 5, Issue 6
Cathy Zhang <Cathy.H.Zhang@...>
Hi David,
Thank you very much for your reply. Please see inline for more questions.
Thanks,
Cathy
toggle quoted message
Show quoted text
Thank you very much for your reply. Please see inline for more questions.
Thanks,
Cathy
-----Original Message-----
From: David Meyer [mailto:dmm@...]
Sent: Friday, July 05, 2013 5:49 PM
To: Cathy Zhang
Cc: tsc@...
Subject: Re: [OpenDaylight TSC] FW: controller-dev Digest, Vol 5, Issue 6
On Fri, Jul 5, 2013 at 5:03 PM, Cathy Zhang <Cathy.H.Zhang@...> wrote:
of the DE proposal). The current controller project will be the base
controller going forward. Let me know if there are other questions on
this.
Cathy>Just want to make sure I understand it correctly. Will the "base controller" have some part of codes
from net-virt-platform codebase? Or its code will all come from OpenDaylight Controller project for now?
Cathy> Has Big Switch withdrawn their code from the Opendaylight repository?
http://www.opendaylight.org/project/tsc/charter for an outline of how
we expect this to work. Again, please let us know if you have
questions or comments.
Thnx,
--dmm
From: David Meyer [mailto:dmm@...]
Sent: Friday, July 05, 2013 5:49 PM
To: Cathy Zhang
Cc: tsc@...
Subject: Re: [OpenDaylight TSC] FW: controller-dev Digest, Vol 5, Issue 6
On Fri, Jul 5, 2013 at 5:03 PM, Cathy Zhang <Cathy.H.Zhang@...> wrote:
I have two questions.The idea is to use what code makes sense to use where (in the context
1. There was once a Dixon-Erickson OpenDaylight Merged Controller Proposal to merge the two
Controllers. Now that Big Switch has withdrawn their committers from net-virt-platform codebase,
does Opendaylight still have plan to merge the two code bases? If so, what is the expected time line
for the merged one to be available for use?
of the DE proposal). The current controller project will be the base
controller going forward. Let me know if there are other questions on
this.
Cathy>Just want to make sure I understand it correctly. Will the "base controller" have some part of codes
from net-virt-platform codebase? Or its code will all come from OpenDaylight Controller project for now?
Cathy> Has Big Switch withdrawn their code from the Opendaylight repository?
See Section 7 (Committers) in
2. Could any individual developer or company contribute to one of the approved Bootstrap Projects? Has TSC decided on
a "process" for one to join as a committer of an approved project or proposed project?
http://www.opendaylight.org/project/tsc/charter for an outline of how
we expect this to work. Again, please let us know if you have
questions or comments.
Thnx,
--dmm
Thanks,
Cathy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opendaylight.org/pipermail/controller-dev/attachments/20130705/af1498be/attachment-0001.html>
------------------------------
Message: 2
Date: Fri, 5 Jul 2013 14:28:07 -0500
From: Colin Dixon <ckd@...>
To: Sebastien Goasguen <runseb@...>
Cc: controller-dev@...,
controller-dev-bounces@...
Subject: Re: [controller-dev] Controller(s) confusion
Message-ID:
<OFD4D8950F.B278E076-ON86257B9F.006AA9BD-86257B9F.006AF21B@...>
Content-Type: text/plain; charset="us-ascii"
The short version is yes, there are two controllers.
As it stands the committers responsible for the net-virt-platform codebase
have chosen to focus their efforts instead on Floodlight and their
commercial offerings, so as far as controllers maintained within the
OpenDaylight consortium at the moment, it's really just the controller
project.
In the meantime, you can build the controller codebase without the out of
memory errors by running "mvn clean install -DskipTests" rather than just
"mvn clean install".
I've opened a bug (#28) for the out of memory error and hopefully either I
or somebody else will sit down and fix it soon, but in the meantime that
should at least let you get up and running.
--Colin
controller-dev-bounces@... wrote on 07/04/2013 09:05:23
AM:From: Sebastien Goasguen <runseb@...>projects.
To: controller-dev@...
Date: 07/04/2013 09:05 AM
Subject: [controller-dev] Controller(s) confusion
Sent by: controller-dev-bounces@...
Hi,
I have been browsing the ODL wiki and I am a bit confused.
According to the Main page [1] there are currently three bootstrapI went through the open daylight controller [2] installation (using-------------- next part --------------
the latest stable built from jenkins) and did the basic mininet
tutorial, all is well, it seems to work. I could not build it myself
due to similar memory issues reported yesterday by others.
But when I check the ODL NVP, it links to [3] which talks about a
ODL SDN Controller Platform. Looking at the installation
instructions [4] it seems to be a different controller than [1] ,
with a separate northbound api server.
So am I confused or are there actually two different controllers ?
[1] https://wiki.opendaylight.org/view/Main_Page
[2] https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main
[3] https://wiki.opendaylight.org/view/
OpenDaylight_SDN_Controller_Platform_(OSCP):Main
[4] https://wiki.opendaylight.org/view/
OpenDaylight_SDN_Controller_Platform_(OSCP):Installation
Cheers,
-sebastien
_______________________________________________
controller-dev mailing list
controller-dev@...
https://lists.opendaylight.org/mailman/listinfo/controller-dev
An HTML attachment was scrubbed...
URL: <http://lists.opendaylight.org/pipermail/controller-dev/attachments/20130705/5cbfb647/attachment-0001.html>
------------------------------
Message: 3
Date: Fri, 5 Jul 2013 16:48:34 -0400
From: Brent Salisbury <brent.salisbury@...>
To: "controller-dev@..."
<controller-dev@...>
Subject: Re: [controller-dev] Controller(s) confusion
Message-ID: <A4E1F57A-B930-497D-94F8-1EF73458538C@...>
Content-Type: text/plain; charset="us-ascii"
+1 thanks for the mvn workaround Colin. I will update the Wiki instructs.
Regards,
-Brent
Sent from my iPad
On Jul 5, 2013, at 3:28 PM, Colin Dixon <ckd@...> wrote:The short version is yes, there are two controllers.-------------- next part --------------
As it stands the committers responsible for the net-virt-platform codebase have chosen to focus their efforts instead on Floodlight and their commercial offerings, so as far as controllers maintained within the OpenDaylight consortium at the moment, it's really just the controller project.
In the meantime, you can build the controller codebase without the out of memory errors by running "mvn clean install -DskipTests" rather than just "mvn clean install".
I've opened a bug (#28) for the out of memory error and hopefully either I or somebody else will sit down and fix it soon, but in the meantime that should at least let you get up and running.
--Colin
controller-dev-bounces@... wrote on 07/04/2013 09:05:23 AM:From: Sebastien Goasguen <runseb@...>_______________________________________________
To: controller-dev@...
Date: 07/04/2013 09:05 AM
Subject: [controller-dev] Controller(s) confusion
Sent by: controller-dev-bounces@...
Hi,
I have been browsing the ODL wiki and I am a bit confused.
According to the Main page [1] there are currently three bootstrap projects.
I went through the open daylight controller [2] installation (using
the latest stable built from jenkins) and did the basic mininet
tutorial, all is well, it seems to work. I could not build it myself
due to similar memory issues reported yesterday by others.
But when I check the ODL NVP, it links to [3] which talks about a
ODL SDN Controller Platform. Looking at the installation
instructions [4] it seems to be a different controller than [1] ,
with a separate northbound api server.
So am I confused or are there actually two different controllers ?
[1] https://wiki.opendaylight.org/view/Main_Page
[2] https://wiki.opendaylight.org/view/OpenDaylight_Controller:Main
[3] https://wiki.opendaylight.org/view/
OpenDaylight_SDN_Controller_Platform_(OSCP):Main
[4] https://wiki.opendaylight.org/view/
OpenDaylight_SDN_Controller_Platform_(OSCP):Installation
Cheers,
-sebastien
_______________________________________________
controller-dev mailing list
controller-dev@...
https://lists.opendaylight.org/mailman/listinfo/controller-dev
controller-dev mailing list
controller-dev@...
https://lists.opendaylight.org/mailman/listinfo/controller-dev
An HTML attachment was scrubbed...
URL: <http://lists.opendaylight.org/pipermail/controller-dev/attachments/20130705/f5f81d21/attachment.html>
------------------------------
_______________________________________________
controller-dev mailing list
controller-dev@...
https://lists.opendaylight.org/mailman/listinfo/controller-dev
End of controller-dev Digest, Vol 5, Issue 6
********************************************
_______________________________________________
TSC mailing list
TSC@...
https://lists.opendaylight.org/mailman/listinfo/tsc