You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 38 Next »


2020.02.25

Notes

- ExtAPI

- SDNC DG

- SO

- DCAE

- Policy

- Integration testing


2020.02.18

Notes

- SDNC DG

  • Missing remote_id value in bbs-access-connectivity-create.json. Change committed:  SDNC-1021 - Getting issue details... STATUS
  • Error sending the request: Exception while posting http request to client javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

    Solved  SDNC-179 - Getting issue details... STATUS

    kubectl exec -ti dev-sdnc-sdnc-0 -n onap -- bash
    
    openssl s_client -connect 172.30.0.55:26335
    # copy server certificate and paste in /tmp/<CA_CERT_NAME>.crt
    sudo keytool -importcert -file /tmp/<CA_CERT_NAME>.crt -alias <CA_CERT_NAME>_key -keystore truststore.onap.client.jks -storepass adminadmin
    keytool -list -keystore truststore.onap.client.jks -storepass adminadmin | grep <CA_CERT_NAME>

- SO

  • Set correct resquest-action in SDNC request by modifying the VNF_PARAM_XSD value to 'AccessConnectivity' or 'InternetProfile' in SO's catalogdb.vnf_recipe (see BBS Documentation (Frankfurt)#SO)
  • SO-2611 - Getting issue details... STATUS
  • SO-2608 - Getting issue details... STATUS

- DCAE

  • Testing ongoing
  • Additional tests needed after SDK update

- Policy

  • New BBS apex policy successfully tested with CPE Authentication
  • Policy version will be updated to 1.0.2
  • PNF relocation will be tested later, after the new issue with PRH is solved
  • New policy models will be uploaded to https://gitlab.com/onap-bbs/bbs-apex-policy  

- Integration testing

  • Successful service creation20200216_bbs_service_logs.zip
  • PNF relocation fails in PRH:
    • org.onap.dcaegen2.services.prh.tasks.ScheduledTasks     |2020-02-18T10:34:46.476Z     |WARN     |Chain of tasks have been aborted due to errors in PRH workflow     |     |org.onap.dcaegen2.services.sdk.rest.services.adapters.http.exceptions.HttpException: Request failed for URL 'https://aai.onap.svc.cluster.local:8443/aai/v12/network/pnfs/pnf/business/customers/customer/f94c7606-31ef-4aef-8305-4a3cdc32ae18/service-subscriptions/service-subscription/BBS E2E Service/service-instances/service-instance/9e71a477-7d70-4027-ad39-fdeaad485cb5'. Response code: 400 Bad Request
  • 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 

Action Items

2020.02.11

Notes

- SDNC DG

- SO

  • So far, the PNF registration timeout cannot be reproduced ( SO-2608 - Getting issue details... STATUS )
  • Error in CreateSDNCNetworkResource recipe. Log file: so-debug.log

    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:

    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

- DCAE update

  • SDK upgrade ongoing
  • Unit tests OK
  • Next: Integration-tests (CSIT)
  • ToDo: new documentation (readthedocs Frankfurt)

- Policy update

  • testing session needed

- Integration testing update

Action items

2020.02.04

Notes

- Swisscom lab:

  • ONAP ElAlto is up again

- New SDNC DG:

  • SDNC-1021 - Getting issue details... STATUS
  • Ran 1st test of new DGs in Swisscom lab
  • Feedback from prakash eswaramoorthy: 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  SO-2608 - Getting issue details... STATUS
  • Closed  SO-1994 - Getting issue details... STATUS , we did not see this issue happening again in El Alto release

- DCAE:

  • DCAEGEN2-2047 - Getting issue details... STATUS  > the effort due to the new introduced changes in DCAE SDK is bigger than expected, but still feasible to implement by M4
  • DCAEGEN2-1583 - Getting issue details... STATUS  > the scope of the task has been reduced in Frankfurt

- Policy:

Action items:

2020.01.28

Notes

- New SDNC DG:

  • SDNC-1021 - Getting issue details... STATUS
  • Moved HUAWEI branch from network-topology-operation to vnf-topology-operation (prakash eswaramoorthy )
  • Installed in Swisscom lab for testing. Tests are pending due to issues with ONAP installation
  • New SDNC DGs: dgs.zip

- Issues SO:

  • SO-2608 - Getting issue details... STATUS
  • SO-2609 - Getting issue details... STATUS
  • SO-2611 - Getting issue details... STATUS

- Issues DCAE

- 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


  • No labels