Table of Contents | ||||
---|---|---|---|---|
|
...
- ONAP demo vs dedicated BBS use case repository. See https://lists.onap.org/g/onap-discuss/message/19997
- Testing in UNH-IOL with Nokia equipment/controller
2020.02.11
Notes
- SDNC DG
- Installed the modified vnf-topology-operation DG, which includes the CreateAccessConnectivityInstance action, provided byRavi Prakash : mod_vnf-topology-dgs.zip[ACTION] Check error when updating service instance metadatum for AccessConnectivity and add to InternetProfile section
- SO
- So far, the PNF registration timeout cannot be reproduced (
)Jira Legacy server System Jira serverId 4733707d-2057-3a0f-ae5e-4fd8aff50176 key SO-2608 Error in CreateSDNCNetworkResource recipe. Log file: so-debug.log
Code Block language bash theme Midnight 2020-02-11T08:14:04.440Z||o.o.s.b.infrastructure.scripts.DoCreateResources - Now we deal with resource:CPE ... 2020-02-11T08:14:26.921Z|a3794ca2-27c2-4d53-b0d6-76bdf20695c1|org.onap.so.bpmn.core.json.JsonUtils - getJsonValue(): the raw value is a String Object={"ont_ont_serial_num":"HWTC02FF269D","edgeinternetprofile_ip_rg_mac_addr":"54:04:a6:38:12:9d","edgeinternetprofile_ip_downstream_speed":"5","ont_ont_mac_addr":"54:04:a6:38:12:9d","ont_ont_swVersion":"1.0.0","ont_ont_manufacturer":"HUAWEI","cvlan":"113","edgeinternetprofile_ip_upstream_speed":"5","edgeinternetprofile_ip_remote_id":"1000:113","edgeinternetprofile_ip_service_type":"BBS_E2E_Service","svlan":"1000","ont_ont_pnf_name":"Huawei-HWTC02FF269D","ont_ont_nf_type":"HN8255WS"} 2020-02-11T08:14:26.922Z|a3794ca2-27c2-4d53-b0d6-76bdf20695c1|o.o.s.b.i.scripts.CreateSDNCNetworkResource - Enter getPnfInstance 2020-02-11T08:14:26.924Z|a3794ca2-27c2-4d53-b0d6-76bdf20695c1|org.camunda.bpm.engine.context - ENGINE-16006 BPMN Stack Trace: Task_1mbzgl7 (activity-execute, ProcessInstance[8507e2aa-4ca6-11ea-87e1-1ab35642b2b6]) Task_1mbzgl7, name=Update resource input ^ | Task_13sx2bp, name=Pre Process Request ^ | Task_1dlrfiw, name=Set the Recipe DesignTimeParam ^ | createNS_StartEvent, name=createNS_StartEvent 2020-02-11T08:14:26.925Z|a3794ca2-27c2-4d53-b0d6-76bdf20695c1|org.camunda.bpm.engine.context - ENGINE-16004 Exception while closing command context: Unable to evaluate script while executing activity 'Task_1mbzgl7' in the process definition with id 'CreateSDNCNetworkResource:2:245a1b12-4c54-11ea-87e1-1ab35642b2b6': org.onap.so.client.graphinventory.exceptions.IncorrectNumberOfUriKeys: Expected 0 variables: []
Modified the CreateSDNCNetworkResource.groovy to include the right resource names in Swisscom lab:
Code Block language bash theme Midnight switch (modelName) { case ~/[\w\s\W]*OLT[\w\s\W]*/ : case ~/[\w\s\W]*AccessConnectivity[\w\s\W]*/ : ... break ... case ~/[\w\s\W]*EdgeInternetProfile[\w\s\W]*/ : case ~/[\w\s\W]*InternetProfile[\w\s\W]*/ : ... break
...
- SDK upgrade ongoing
- Unit tests OK
- Next: Integration-tests next (CSIT)
- To be documented ToDo: new documentation (readthedocs Frankfurt)[ACTION] check application.clversion in bbs
-
...
- Policy update
- [ACTION] testing session needed
- Integration testing update
Action items
- Stavros Kanarakis Prakash E David Perez Caparros to check error when updating service instance metadata for AccessConnectivity and add to InternetProfile section
- Stavros Kanarakis Madhukar Shetty Prakash E to coordinate to merge Nokia and Huawei changes into SDNC DG vnf-topology-operation and commit code to ONAP's SDNC repo
- Stavros Kanarakis Former user (Deleted) to coordinate on application.clversion expected by APEX policy and update default bbs-ep default config accordingly
- Former user (Deleted) Stavros Kanarakis David Perez Caparros to test the latest APEX policy in swisscom lab
2020.02.04
Notes
- Swisscom lab:
- ONAP ElAlto is up again
- New SDNC DG:
Jira Legacy server System Jira serverId 4733707d-2057-3a0f-ae5e-4fd8aff50176 key SDNC-1021 - Ran 1st test of new DGs in Swisscom lab
- Feedback from Prakash E: SO is triggering vnf-topology-operation DG with svc-action as "create" and request-action as "createnetworkinstance". Since request-action "createnetworkinstance" is not present in vnf-topology-operation, it's returned without calling any corresponding BBS DGs
- We may need changes in the SO BPMN recipe "CreateSDNCNetworkResource" or in the vnf-topology-operation SDNC DG
- SO:
- We need to double check the PNF READY timeout issue in Swisscom lab and provide logs in
Jira Legacy server System Jira serverId 4733707d-2057-3a0f-ae5e-4fd8aff50176 key SO-2608 - Closed
, we did not see this issue happening again in El Alto releaseJira Legacy server System Jira serverId 4733707d-2057-3a0f-ae5e-4fd8aff50176 key SO-1994
- DCAE:
> the effort due to the new introduced changes in DCAE SDK is bigger than expected, but still feasible to implement by M4Jira Legacy server System Jira serverId 4733707d-2057-3a0f-ae5e-4fd8aff50176 key DCAEGEN2-2047
> the scope of the task has been reduced in FrankfurtJira Legacy server System Jira serverId 4733707d-2057-3a0f-ae5e-4fd8aff50176 key DCAEGEN2-1583
- Policy:
- We cannot keep BBS APEX policy in ONAP's Policy repository. It was agreed in R4 that use case code will not be a part of the platform repos.
- New repository in gitlab for BBS APEX policy: https://gitlab.com/onap-bbs/apex-policy
- Closed ticket
Jira Legacy server System Jira serverId 4733707d-2057-3a0f-ae5e-4fd8aff50176 key POLICY-2333 - Once the policy is ready, we need to consider moving the policy code to https://gerrit.onap.org/r/admin/repos/demo
Action items:
- Stavros Kanarakis and Prakash E to check the feasibility of adding the request-action "createnetworkinstance" to vnf-topology-operation DG. Otherwise, we need to propose a modification of the CreateSDNCNetworkResource BPMN in SO
- David Perez Caparros to double check whether the PNF READY timeout issue is still happening and if so, provide feedback in SO-2608
- David Perez Caparros to get an update on SO-2609 and SO-2611
- dbalsige and David Perez Caparros to test the Access SDN M&C + OLT + ONT setup in Swisscom lab
...
- Stavros Kanarakis to create JIRA tasks related to BBS-ep
- Integration testing
- No recommendation on which library/framework to use for a mock 3rd party controller from the Integration team
- We can start with our BBS's edge controller implementation and evaluate the option to make it generic and use it for Access. The mock should reply to CRUD calls coming from SDNC (AccessConnectivity, InternetProfile) and generate VES events (PNF registration, CPE authentication).
- Tim Carey to draft a proposal including CDS for 3rd party controllers in March (not for Frankfurt)
- Lab in UNH-IOL. No update for now