Hi all,
I'm starting working on ONOS Intent framework and my idea is trying to integrate flow statistics in the intent compilation process, for example by taking into account current link load and not just the length of the path. Is there anything similar yet? Do you have any documentation in addition to the Wiki?
Thanks!
Best,
Davide Sanvito
--
You received this message because you are subscribed to the Google Groups "ONOS Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-dev+unsubscribe@onosproject.org.
To post to this group, send email to onos...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-dev/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-dev/dff7466d-ce35-432a-b8a9-7662789502d2%40onosproject.org.
You received this message because you are subscribed to the Google Groups "Northbound brigade" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brigade-northbound+unsubscribe@onosproject.org.
To post to this group, send email to brigade-northbound@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/brigade-northbound/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/brigade-northbound/CAEL_9NM8DZTGfE05i5Xep1aJBtpVBcC9fCxwOCvsUDuMchT-fA%40mail.gmail.com.
For more options, visit https://groups.google.com/a/onosproject.org/d/optout.
YiHi Davide,As far as I know, You can try implement a constraint with cost function, and put the constraint into intent.For example, generate a constraint with all flow/port statics information. And return "link load" for specific link from cost function.And connectivity intent compiler will use cost function in constraint for path calculation.
On Tue, Mar 14, 2017 at 10:16 AM, Luca Prete <lu...@onlab.us> wrote:
-LucaYou can check if your bandwidth has been allocated correctly using the command allocations.You can try bandwdith allocation from the CLI, adding the param -b BPS when you create an intent.If you're interested, the bandwidth checking and the allocation mechanism happens in ConnectivityIntentCompiler, that interacts with the ResourceService.At the moment, the thing we can do is to check if a certain path has enough banwidth to support your request (of course as long as you request for some bandwidth together at intent installation time). If there's enough bandwidth available the bandwidth is allocated (reserved) and the intent is installed. If there's not enough bandwidth available, the intent doesn't get installed.This would be a great contribution!Davide,Thanks for your message. I'm ccing here the northbound brigade who may have members that might help.
On Tue, Mar 14, 2017 at 8:21 AM, Davide Sanvito <dsanv...@gmail.com> wrote:
Hi all,
I'm starting working on ONOS Intent framework and my idea is trying to integrate flow statistics in the intent compilation process, for example by taking into account current link load and not just the length of the path. Is there anything similar yet? Do you have any documentation in addition to the Wiki?
Thanks!
Best,
Davide Sanvito
--
You received this message because you are subscribed to the Google Groups "ONOS Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-dev+u...@onosproject.org.
To post to this group, send email to onos...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-dev/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-dev/dff7466d-ce35-432a-b8a9-7662789502d2%40onosproject.org.
--
You received this message because you are subscribed to the Google Groups "Northbound brigade" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brigade-northbound+unsub...@onosproject.org.
To post to this group, send email to brigade-n...@onosproject.org.
To unsubscribe from this group and stop receiving emails from it, send an email to brigade-northbound+unsubscribe@onosproject.org.
To unsubscribe from this group and stop receiving emails from it, send an email to brigade-northbound+unsub...@onosproject.org.
To unsubscribe from this group and stop receiving emails from it, send an email to brigade-northbound+unsubscribe@onosproject.org.
To post to this group, send email to brigade-n...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/brigade-northbound/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/brigade-northbound/CAEL_9NM8DZTGfE05i5Xep1aJBtpVBcC9fCxwOCvsUDuMchT-fA%40mail.gmail.com.
For more options, visit https://groups.google.com/a/onosproject.org/d/optout.
--
You received this message because you are subscribed to the Google Groups "Northbound brigade" group.
To unsubscribe from this group and stop receiving emails from it, send an email to brigade-northbound+unsub...@onosproject.org.
To post to this group, send email to brigade-northbound@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/brigade-northbound/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/brigade-northbound/438391a3-1885-44a1-93df-a2827a991ea1%40onosproject.org.
Thanks!
You received this message because you are subscribed to a topic in the Google Groups "Northbound brigade" group.
To unsubscribe from this topic, visit https://groups.google.com/a/onosproject.org/d/topic/brigade-northbound/t43piS2Dxhg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to brigade-northbound+unsub...@onosproject.org.
To post to this group, send email to brigade-northbound@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/brigade-northbound/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/brigade-northbound/CAEL_9NMPXHaqNdvCEvSeKJfRmPuK%3DBEGM1RtFJianq%3D5wvk-mw%40mail.gmail.com.