Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

vCPE Use Case - Customer Service Instantiation - 171025.pptx

View file
nameservice-Vcperescust-csar (1).csar
height250

10/31/2017

  1. vCpeResCust custom workflow: 
    1. Service assign request from SO to SDNC has a format error. Fixed it by modifying the following line in mso docker containter: /etc/mso/config.d/mso.sdnc.properties. Note that the above is lost once the container is restarted. A JIRA ticket is opened to request a permanent fix:

      Jira
      serverONAP JIRA
      columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keySO-295
      .

      Code Block
      org.openecomp.mso.adapters.sdnc..service-topology-operation.assign=POST|270000|sdncurl8|sdnc-request-header|org:onap:sdnc:northbound:generic-resource
    2. In SDNC ueb listener docker container, /opt/onap/sdnc/data/properties/ueb-listener.properties does not have the correct sdc address, fixed. But the user name and password to authenticate with SDC are incorrect. So it's not able to get service model distributed from SDC. This is now fixed, see the file content below. Dan has committed the new config file to the repo.

      Code Block
      titleueb-listener.properties
      collapsetrue
      org.onap.ccsdk.sli.northbound.uebclient.asdc-address=c2.vm1.sdc.simpledemo.openecomp.org:8443
      org.onap.ccsdk.sli.northbound.uebclient.consumer-group=sdc-OpenSource-Env1-sdnc-dockero
      org.onap.ccsdk.sli.northbound.uebclient.consumer-id=sdc-COpenSource-Env11-sdnc-dockero
      org.onap.ccsdk.sli.northbound.uebclient.environment-name=AUTO
      org.onap.ccsdk.sli.northbound.uebclient.password=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
      org.onap.ccsdk.sli.northbound.uebclient.user=sdnc
      org.onap.ccsdk.sli.northbound.uebclient.sdnc-user=admin
      org.onap.ccsdk.sli.northbound.uebclient.sdnc-passwd=Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U
      org.onap.ccsdk.sli.northbound.uebclient.asdc-api-base-url=http://sdnchost:8282/restconf/operations/
      org.onap.ccsdk.sli.northbound.uebclient.asdc-api-namespace=org:onap:ccsdk
      org.onap.ccsdk.sli.northbound.uebclient.spool.incoming=/opt/onap/sdnc/ueb-listener/spool/incoming
      org.onap.ccsdk.sli.northbound.uebclient.spool.archive=/opt/onap/sdnc/ueb-listener/spool/archive
      org.onap.ccsdk.sli.northbound.uebclient.polling-interval=30
      org.onap.ccsdk.sli.northbound.uebclient.polling-timeout=15
      org.onap.ccsdk.sli.northbound.uebclient.client-startup-timeout=900
      org.onap.ccsdk.sli.northbound.uebclient.relevant-artifact-types=YANG_XML,VF_LICENSE,TOSCA_TEMPLATE,TOSCA_CSAR,UCPE_LAYER_2_CONFIGURATION
      org.onap.ccsdk.sli.northbound.uebclient.activate-server-tls-auth=false
      org.onap.ccsdk.sli.northbound.uebclient.keystore-path=
      org.onap.ccsdk.sli.northbound.uebclient.keystore-password=
      org.onap.ccsdk.sli.northbound.uebclient.xslt-path-list=
      org.onap.ccsdk.sli.northbound.uebclient.artifact-map=/opt/onap/sdnc/data/properties/artifact.map
    3. Now SDNC is able to pick up service template distributed from SDC. But reports an error when Cambria parses yml template. Waiting to be fixed: 
      Jira
      serverONAP JIRA
      columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
      serverId425b2b0a-557c-3c0c-b515-579789cceedb
      keySDC-564
    4. service-Vcperescust-template.yml
    5. service-Vcperescust-template.yml

...