Hello,--Any update for MP2SP codec implementation?I check with the latest ONOS code, but it still missing.Thanks,Aris.
On Wednesday, July 27, 2016 at 2:32:03 AM UTC+9, Chiara Contoli wrote:At the moment I do not have the MultiPointToSinglePointIntentCodec implementation, just the the SinglePointToMultiPointIntentCodec, but I will try to find some bandwidth to implement also that MP2SP codec.I’m actually new to the process of submitting a contribution to the codebase; can anyone please point me out any guide that I should follow to start the process? I had a quick look on the wiki and I found the following:Can I start form here? any further suggestion is more than welcome.Thanks.ChiaraIl giorno 26/lug/2016, alle ore 14:06, anil kumar gajji <anilra...@gmail.com> ha scritto:Anil Kumar GajjiThanks,Do you even have implementation for MultiPointToSinglePointIntentCodec?Hello Chiara,Good to know that you are done with implementation part for SinglePointToMultiPointIntentCodec. I think you can go for contribution.To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-discuss/CAMoNe0dNQTaUHAnc0Y8pMR3ShA3fkocH2yO_h2TLeSXKtThObQ%40mail.gmail.com.On Tue, Jul 26, 2016 at 4:16 PM, Chiara <chiara....@unibo.it> wrote:Hi guys,I've recently implemented the SinglePointToMultiPointIntentCodec because I needed it for an application that I'm implementing. Now I'm able to successfully POST /intents and GET /intents/{appId}/{key} seeing all intents' details.If no one has already given his/her contribute about this codec, I would be interested in sharing my implementation.Thanks.Chiara
Il giorno venerdì 24 giugno 2016 18:01:07 UTC+2, Jonathan Hart ha scritto:Hi,It looks like the codecs were never implemented to be able to decode these kinds of intents from calls to the REST API, but the intents are still supported in the Java API. I don't see codecs for those intents in 1.5 either.Would you be interested in implementing these codecs to support these intents over REST? It should be fairly straightforward if you follow the example of the PointToPointIntentCodec.Thanks,JonoTo view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-discuss/719e74b1-54eb-4b65-bb43-9a9520971791%40onosproject.org.Jonathan,
But when i tried to create intent through REST call I could see not supported error message.
For reference here is request response:
Req:
POST: /onos/v1/intents
payload:
{
"type": "MultiPointToSinglePointIntent",
"appId": "org.onosproject.fwd",
"selector": {
"criteria": [
{
"type": "ETH_SRC",
"mac": "1E:0E:FB:B4:2A:94"
},
{
"type": "ETH_DST",
"mac": "32:F1:FD:8A:45:4B"
},
{
"type": "VLAN_VID",
"vlanId": "10"
}
]
},
"treatment": {
"instructions": [
{
"type": "NOACTION"
}
],
"deferred": []
},
"priority": 66,
"constraints": [
{
"inclusive": false,
"types": ["OPTICAL"],
"type": "LinkTypeConstraint"
}
],
"ingressPoint": [{
"port": "1",
"device": "of:0000000000000001"
},{
"port": "2",
"device": "of:0000000000000002"
}],
"egressPoint": {
"port": "2",
"device": "of:0000000000000001"
}
}
Response for above request is:
{
"code": 400,
"message": "Intent type MultiPointToSinglePointIntent is not supported"
}
And I have observed that codec classes for "MultiPointToSinglePointIntent" and "SinglePointToMultiPointIntent" are not available in 1.6 branch.
On Thursday, June 23, 2016 at 8:47:14 PM UTC+5:30, Jonathan Hart wrote:Hi,
Yes, these intents are supported in ONOS 1.6.
Thanks
On Jun 23, 2016 4:14 AM, "anil kumar gajji" <anilra...@gmail.com> wrote:Hi,
Is there any plan to support for "MultiPointToSinglePoint" and "SinglePointToMultiPoint" intent creation in ONOS 1.6 GA release?
Thank you--
You received this message because you are subscribed to the Google Groups "ONOS Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-discuss...@onosproject.org.
To post to this group, send email to onos-d...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-discuss/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-discuss/111617a5-2afd-4176-b791-f93b87bb1107%40onosproject.org.--
You received this message because you are subscribed to the Google Groups "ONOS Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-discuss...@onosproject.org.
To post to this group, send email to onos-d...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-discuss/.
--Thanks & Regards,
Anil kumar Gajji--
You received this message because you are subscribed to the Google Groups "ONOS Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-discuss...@onosproject.org.
To post to this group, send email to onos-d...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-discuss/.
You received this message because you are subscribed to the Google Groups "ONOS Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-discuss+unsubscribe@onosproject.org.
To post to this group, send email to onos-d...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-discuss/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-discuss/6a0c545f-fac0-45c0-948e-9ec89bf69830%40onosproject.org.
To unsubscribe from this group and stop receiving emails from it, send an email to onos-discuss...@onosproject.org.
To post to this group, send email to onos-d...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-discuss/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-discuss/6a0c545f-fac0-45c0-948e-9ec89bf69830%40onosproject.org.
To unsubscribe from this group and all its topics, send an email to onos-discuss+unsubscribe@onosproject.org.
To post to this group, send email to onos-d...@onosproject.org.
Visit this group at https://groups.google.com/a/onosproject.org/group/onos-discuss/.
To view this discussion on the web visit https://groups.google.com/a/onosproject.org/d/msgid/onos-discuss/bdf8b1ab-cb31-4ba4-ba0a-5f2171fa6285%40onosproject.org.