That is VES Collector, maybe. Either way, some component on the path needs to do it. I just thought UVA may be the logic place to generate the eventId since that is where the VES Event is finally built.
Thank you and best regards, Xin Miao Cloudify Network OSDT Standard Development Lab Futurewei Technologies, Inc. 5700 Tennyson Dr., Plano, TX 75024 Phone: 469-277-5884; Mobile:469-268-5226 [email protected]<mailto:[email protected]> [cid:[email protected]] From: Kedar Ambekar [mailto:[email protected]] Sent: 2019年1月24日 AM 8:46 To: Xin Miao <[email protected]>; Atul Shegokar <[email protected]> Cc: Pooja Rajkumar Malik <[email protected]> Subject: RE: VES Mapper enhancement for BBS Nomadic ONT Scenario Hi Xin Miao, For SNMP collector, eventID is currently same hardcoded string on mapper side for all the events. If I remember right, Alok from ATT had mentioned in a DCAE call that, collector will add a field for it which Mapper will use. May be we can talk on this with Vijay. KeDar Ambekar | Network Services | Tech Mahindra * Desk: +91 20 66018100 x 2879 Mobile: +91 95616 50414 From: Xin Miao <[email protected]<mailto:[email protected]>> Sent: Thursday, January 24, 2019 7:11 PM To: Kedar Ambekar <[email protected]<mailto:[email protected]>>; Atul Shegokar <[email protected]<mailto:[email protected]>> Cc: Pooja Rajkumar Malik <[email protected]<mailto:[email protected]>> Subject: RE: VES Mapper enhancement for BBS Nomadic ONT Scenario Hi, Kedar, How the eventID is mapped in case of SNMP? I think VES Mapper need to handle all VES related logic. Restconf Collector has no idea of VES Event. Thank you and best regards, Xin Miao Cloudify Network OSDT Standard Development Lab Futurewei Technologies, Inc. 5700 Tennyson Dr., Plano, TX 75024 Phone: 469-277-5884; Mobile:469-268-5226 [email protected]<mailto:[email protected]> [cid:[email protected]] From: Kedar Ambekar [mailto:[email protected]] Sent: 2019年1月24日 AM 7:12 To: Xin Miao <[email protected]<mailto:[email protected]>>; Atul Shegokar <[email protected]<mailto:[email protected]>> Cc: Pooja Rajkumar Malik <[email protected]<mailto:[email protected]>> Subject: RE: VES Mapper enhancement for BBS Nomadic ONT Scenario Hi Xin Miao, Thanks. One comment on �C eventId // “cpe_Authentication_yyyyy” generated by VES Mapper We can’t have any programming logic in the mapping file. Suggest you add a field for eventId in the payload published by RCC. Mapper will pick that value. Btw, do you not have defined VES events for these 2 notifications ? KeDar Ambekar | Network Services | Tech Mahindra * Desk: +91 20 66018100 x 2879 Mobile: +91 95616 50414 From: Xin Miao <[email protected]<mailto:[email protected]>> Sent: Wednesday, January 23, 2019 10:30 PM To: Atul Shegokar <[email protected]<mailto:[email protected]>>; Kedar Ambekar <[email protected]<mailto:[email protected]>> Cc: Pooja Rajkumar Malik <[email protected]<mailto:[email protected]>> Subject: RE: VES Mapper enhancement for BBS Nomadic ONT Scenario Hi, Atul, Please see my answer down below. Thank you and best regards, Xin Miao Cloudify Network OSDT Standard Development Lab Futurewei Technologies, Inc. 5700 Tennyson Dr., Plano, TX 75024 Phone: 469-277-5884; Mobile:469-268-5226 [email protected]<mailto:[email protected]> [cid:[email protected]] From: Atul Shegokar [mailto:[email protected]] Sent: 2019年1月23日 AM 7:41 To: Kedar Ambekar <[email protected]<mailto:[email protected]>>; Xin Miao <[email protected]<mailto:[email protected]>> Cc: Pooja Rajkumar Malik <[email protected]<mailto:[email protected]>> Subject: RE: VES Mapper enhancement for BBS Nomadic ONT Scenario Hi Xin Miao, Can you please us with the questions we have mentioned below ? 1. vendorName---- Maps to AAI equip-vendor used when registering the PNF Are you suggesting to take this field value from AAI ? Mapper is currently not talking to AAI and no plans to do that as such. [xmiao]: Vendor Name directly mapped to Huawei since the mapping rule XML is per vendor and distinguished by the rule_id. Correct? 2. Which field from input payload to refer to for populating these fields in VES event ? Don’t see required input fields for these. eventId // “cpe_Authentication_yyyyy” generated by VES Mapper sourceName // “target” reportingEntityName // ..optional (ignore for now) serialNumber // from content.Gateway.gatewaySN) modelNumber // …optional (ignore for now) newState/oldState: // from content.Gateway.state (… if ‘state’ is ‘Online’ then mapping to ‘In-service’, etc) [xmiao]: Need to remove pnfRegistrationFields and put the attributes to additionalFields in your below example for CPE Authentication and those will be mapped from the content.gateway. As per the CPE Authentication VES Event table, VES event could look something like below. But we need to know from where to get values of VES fields as per above questions. { "event":{ "commonEventHeader":{ "version":"4.0", "eventName":"stateChange_Nokia_cpe_authentication", "domain":"stateChange", "eventId":"cpe_authentication_0", "eventType":"applicationNf", "sourceName":"Gateway/sn=83575443FA637D1A", "reportingEntityId":"???", // .. .optional "reportingEntityName":"same as source name", "priority":"Normal", "startEpochMicrosec":1413378172000000, "lastEpochMicrosec":1413378172000000, "sequence":0, "vesEventListenerVersion":"7.0", "timeZoneOffset":"UTC-05:30", "pnfRegistrationFields":{ "pnfRegistrationFieldsVersion":"2.0", "serialNumber":"6061ZW3????", "modelNumber":"AJ02???", "vendorName":"Nokia???", "macAddress":"28-6E-D4-89-34-DD" }, "stateChangeFields":{ "stateChangeFieldsVersion":4.0, "stateInterface":"Empty as mentioned", "newState":"inService??", "oldState":"outOfService??" } } } } Thanks Atul Shegokar From: Kedar Ambekar <[email protected]<mailto:[email protected]>> Sent: Wednesday, January 23, 2019 3:44 PM To: Xin Miao <[email protected]<mailto:[email protected]>> Cc: Pooja Rajkumar Malik <[email protected]<mailto:[email protected]>>; Atul Shegokar <[email protected]<mailto:[email protected]>> Subject: RE: VES Mapper enhancement for BBS Nomadic ONT Scenario Hi Xin Miao, Thanks for the link. For the 2 events I shared in the Word document before, do you already have corresponding VES events defined ? Please share if so. We are already referring to CPE Authentication VES Event table on wiki page but we have few questions on that. If you could share VES event itself, that will help us understand the table better. KeDar Ambekar | Network Services | Tech Mahindra * Desk: +91 20 66018100 x 2879 Mobile: +91 95616 50414 From: Xin Miao <[email protected]<mailto:[email protected]>> Sent: Wednesday, January 23, 2019 2:03 AM To: Kedar Ambekar <[email protected]<mailto:[email protected]>> Cc: Pooja Rajkumar Malik <[email protected]<mailto:[email protected]>>; Atul Shegokar <[email protected]<mailto:[email protected]>> Subject: RE: VES Mapper enhancement for BBS Nomadic ONT Scenario Hi, Kedar, Here is the BBS Notifications<https://wiki.onap.org/display/DW/BBS+Notifications> link. Please take a review. Hope it will not introduce confusion anymore. Thank you and best regards, Xin Miao Cloudify Network OSDT Standard Development Lab Futurewei Technologies, Inc. 5700 Tennyson Dr., Plano, TX 75024 Phone: 469-277-5884; Mobile:469-268-5226 [email protected]<mailto:[email protected]> [cid:[email protected]] From: Kedar Ambekar [mailto:[email protected]] Sent: 2019年1月22日 AM 12:53 To: Xin Miao <[email protected]<mailto:[email protected]>> Cc: Pooja Rajkumar Malik <[email protected]<mailto:[email protected]>>; Atul Shegokar <[email protected]<mailto:[email protected]>> Subject: RE: VES Mapper enhancement for BBS Nomadic ONT Scenario Hi Xin Miao, The links seem to have changed. Can I request you to mention the VES events in attached document and send back to avoid any confusion on our side ? Thanks. KeDar Ambekar | Network Services | Tech Mahindra * Desk: +91 20 66018100 x 2879 Mobile: +91 95616 50414 From: Xin Miao <[email protected]<mailto:[email protected]>> Sent: Monday, January 21, 2019 7:17 PM To: Kedar Ambekar <[email protected]<mailto:[email protected]>>; Atul Shegokar <[email protected]<mailto:[email protected]>>; VENKATESH KUMAR, VIJAY <[email protected]<mailto:[email protected]>>; Milind Jalwadi <[email protected]<mailto:[email protected]>> Cc: Rama Subba Reddy S <[email protected]<mailto:[email protected]>>; Gaoweitao (Victor, Cloudify Network OSDT) <[email protected]<mailto:[email protected]>>; Pooja Rajkumar Malik <[email protected]<mailto:[email protected]>> Subject: RE: VES Mapper enhancement for BBS Nomadic ONT Scenario Hi, Kedar, We may find the event here directly: 1. PNF Registration Event in VES a. https://wiki.onap.org/display/DW/5G+-+PNF+Plug+and+Play#id-5G-PNFPlugandPlay-STAGE3-PNFREGISTRATIONVESEVENT 2. CPE Authntication Event in VES a. https://wiki.onap.org/display/DW/CPE+Authentication+Notification#CPEAuthenticationNotification-CPEAuthenticationVESEvent Or, we can access to the VES event definitions from this<https://wiki.onap.org/display/DW/BBS+Nomadic+ONT+Scenario> page indirectly, from ・ Session 3.2.2<https://wiki.onap.org/display/DW/BBS+Nomadic+ONT+Scenario#BBSNomadicONTScenario-PNFRegistrationEvent> for PNF Registration Event mapped from ONT Registration Notification ・ Session 3.4.1.1<https://wiki.onap.org/display/DW/BBS+Nomadic+ONT+Scenario#BBSNomadicONTScenario-ExampleinVESStateChangedomain> for CPE Authentication Event mapped from RG Activation Notification Again, the BBS in Nomadic ONT Scenario page is still under construction. I will keep it up-to-date when the definition notification sent out from Restconf collector. Please feel free to raise your questions either through email or by adding comments to the wiki pages. Thank you and best regards, Xin Miao Cloudify Network OSDT Standard Development Lab Futurewei Technologies, Inc. 5700 Tennyson Dr., Plano, TX 75024 Phone: 469-277-5884; Mobile:469-268-5226 [email protected]<mailto:[email protected]> [cid:[email protected]] From: Kedar Ambekar [mailto:[email protected]] Sent: 2019年1月20日 PM 11:59 To: Xin Miao <[email protected]<mailto:[email protected]>>; Atul Shegokar <[email protected]<mailto:[email protected]>>; VENKATESH KUMAR, VIJAY <[email protected]<mailto:[email protected]>>; Milind Jalwadi <[email protected]<mailto:[email protected]>> Cc: Rama Subba Reddy S <[email protected]<mailto:[email protected]>>; Gaoweitao (Victor, Cloudify Network OSDT) <[email protected]<mailto:[email protected]>>; Pooja Rajkumar Malik <[email protected]<mailto:[email protected]>> Subject: RE: VES Mapper enhancement for BBS Nomadic ONT Scenario Hi Xin Miao, Can you please share registration and activation events and their corresponding expected VES events ? That will help us test writing mapping files for them. On wiki page https://wiki.onap.org/display/DW/BBS+Nomadic+ONT+Scenario, below events are currently defined. ONT Registration Notification [ { “notification” : { “event-time”: ”2018-03-15T08:15:32.000Z”, “notification-id”: ”2541256”, “message”: { “topic”:“resource”, “object-type”:“ont”, “version”: ”v1”, “operation”: “Create”, “target”: ”ont/ont=23hk1231231232”, “content”: { “ont”: { “ontSN”:“48575443FA637D1A”, “neName”:“MA5800T-001”, “neUNIPort”:“0/1/6”, “onuID”:“101”, “accessID”:“HG65875420001”, “remark”:“”, } } } } } ] RG Activation Notification [ { “notification” { “event-time”: ”2018-04-15T08:15:32.000Z”, “notification-id”: ”2541256”, “message”: { “topic”:“resource”, “object-type”:“Gateway”, “version”: ”v1”, “operation”: “Create”, “target”: "Gateway/sn=83575443FA637D1A”, “content” : { “Gateway”: { “gatewaySN”:“83575443FA637D1A”, “mac”:“28-6E-D4-89-34-DD”, “pppoeUserName”: ”[email protected]<mailto:[email protected]>”, “ip”: "10.68.52.158”, “state”:”Online”, “ontSN”:“48575443FA637D1A” } } } } } ] KeDar Ambekar | Network Services | Tech Mahindra * Desk: +91 20 66018100 x 2879 Mobile: +91 95616 50414 From: Xin Miao <[email protected]<mailto:[email protected]>> Sent: Wednesday, January 16, 2019 8:32 PM To: Atul Shegokar <[email protected]<mailto:[email protected]>>; VENKATESH KUMAR, VIJAY <[email protected]<mailto:[email protected]>>; Milind Jalwadi <[email protected]<mailto:[email protected]>> Cc: Rama Subba Reddy S <[email protected]<mailto:[email protected]>>; Gaoweitao (Victor, Cloudify Network OSDT) <[email protected]<mailto:[email protected]>>; Kedar Ambekar <[email protected]<mailto:[email protected]>>; Pooja Rajkumar Malik <[email protected]<mailto:[email protected]>> Subject: RE: VES Mapper enhancement for BBS Nomadic ONT Scenario Sure. Thank you and best regards, Xin Miao Cloudify Network OSDT Standard Development Lab Futurewei Technologies, Inc. 5700 Tennyson Dr., Plano, TX 75024 Phone: 469-277-5884; Mobile:469-268-5226 [email protected]<mailto:[email protected]> [cid:[email protected]] From: Atul Shegokar [mailto:[email protected]] Sent: 2019年1月16日 AM 6:47 To: Xin Miao <[email protected]<mailto:[email protected]>>; VENKATESH KUMAR, VIJAY <[email protected]<mailto:[email protected]>>; Milind Jalwadi <[email protected]<mailto:[email protected]>> Cc: Rama Subba Reddy S <[email protected]<mailto:[email protected]>>; Gaoweitao (Victor, Cloudify Network OSDT) <[email protected]<mailto:[email protected]>>; Kedar Ambekar <[email protected]<mailto:[email protected]>>; Pooja Rajkumar Malik <[email protected]<mailto:[email protected]>> Subject: RE: VES Mapper enhancement for BBS Nomadic ONT Scenario Hello Xin, Can we have discussion on Friday (01/18) same time? Thanks Atul Shegokar From: Xin Miao <[email protected]<mailto:[email protected]>> Sent: Wednesday, January 16, 2019 4:48 AM To: VENKATESH KUMAR, VIJAY <[email protected]<mailto:[email protected]>>; Milind Jalwadi <[email protected]<mailto:[email protected]>> Cc: Rama Subba Reddy S <[email protected]<mailto:[email protected]>>; Gaoweitao (Victor, Cloudify Network OSDT) <[email protected]<mailto:[email protected]>>; Atul Shegokar <[email protected]<mailto:[email protected]>> Subject: RE: VES Mapper enhancement for BBS Nomadic ONT Scenario Hi, All, I know Milind is on sick leave now. Please let me know about your convenience. How about Thursday (01/17) CST time at 8:00am to have an one hour follow up discussion on VES Mapper enhancement? Thank you and best regards, Xin Miao Cloudify Network OSDT Standard Development Lab Futurewei Technologies, Inc. 5700 Tennyson Dr., Plano, TX 75024 Phone: 469-277-5884; Mobile:469-268-5226 [email protected]<mailto:[email protected]> [cid:[email protected]] From: VENKATESH KUMAR, VIJAY [mailto:[email protected]] Sent: 2019年1月15日 AM 9:02 To: Xin Miao <[email protected]<mailto:[email protected]>>; Milind Jalwadi <[email protected]<mailto:[email protected]>> Cc: Rama Subba Reddy S <[email protected]<mailto:[email protected]>>; Gaoweitao (Victor, Cloudify Network OSDT) <[email protected]<mailto:[email protected]>>; Atul Shegokar <[email protected]<mailto:[email protected]>> Subject: RE: VES Mapper enhancement for BBS Nomadic ONT Scenario Hi Xin, Thank you for the putting this together; it was nice meeting Huawei team and MIland. We need a followup to our discussion on how the mapping configuration will be made available to Mapper instance as such. Please schedule one at your convenience �C hopefully Atul, Rama from India can also join as they will be implementing it. And did you get chance to syncup with Nokia team for the updates to PRH required to support the new notifications (and flow to policy)? If agreed on this path, will Huawei team be supporting required changes for PRH? Regards, Vijay From: Xin Miao <[email protected]<mailto:[email protected]>> Sent: Monday, January 14, 2019 5:48 PM To: Milind Jalwadi <[email protected]<mailto:[email protected]>> Cc: VENKATESH KUMAR, VIJAY <[email protected]<mailto:[email protected]>>; Rama Subba Reddy S <[email protected]<mailto:[email protected]>>; Gaoweitao (Victor, Cloudify Network OSDT) <[email protected]<mailto:[email protected]>>; Atul Shegokar <[email protected]<mailto:[email protected]>> Subject: VES Mapper enhancement for BBS Nomadic ONT Scenario Hi, Milind, It was great to have F2F meetings with you last week in Paris. Please find from the following link about the requiremenst for VES Mapper support in BBS use case in Dublin. The major requirements could be found specifically from 3.1, 3.2 and 3.4.1 sessions for 2 different types of JSON notifications needed to be converted into VES event by the mapper. https://wiki.onap.org/display/DW/PNF+Re-registration+Handling+in+Nomadic+ONT+Scenario<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.onap.org_display_DW_PNF-2BRe-2Dregistration-2BHandling-2Bin-2BNomadic-2BONT-2BScenario&d=DwMFAg&c=LFYZ-o9_HUMeMTSQicvjIg&r=6WYcUG7NY-ZxfqWx5MmzVQ&m=VucoMNlwqEXFX-OF62ZHUpihLsR0y7eDl5TRHI2rHkQ&s=xWpS5_km0-XZ_TBNzO9_wIyBo96emiceLCGxGVuQq6Q&e=> We are still working on the final definition of VES RG Activation event in 3.4.1. For the time being I think a VES Event in stateChange domain could be good enough. No matter what, 2 types of notifications needs to be converted by the Universal VES Mapper. Thus, either 1 instant of VES Mapper MS with multiple plugins or multiple instance of Mapper need to be deployed for a single control loop instant have to be taken into account in this VES Mapper enhancement to handle multiple mapping logic. Per any question or concern, please feel free to set up a conference in your convenience this week and let’s have a discussion. Really appreciate your commitment on supporting BBS in VES Mapper enhancement in Dublin. Thank you and best regards, Xin Miao Cloudify Network OSDT Standard Development Lab Futurewei Technologies, Inc. 5700 Tennyson Dr., Plano, TX 75024 Phone: 469-277-5884; Mobile:469-268-5226 [email protected]<mailto:[email protected]> [cid:[email protected]] ============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html externally http://tim.techmahindra.com/tim/disclaimer.html internally within TechMahindra. ============================================================================================================================ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15151): https://lists.onap.org/g/onap-discuss/message/15151 Mute This Topic: https://lists.onap.org/mt/29526468/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
