Uploaded image for project: 'Network Controller'
  1. Network Controller
  2. SDNC-105

Generic Resource API DGs contain old openecomp and com.att based plugin references

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Beijing Release
    • None
    • sdnc-oam
    • None
    • SDNC Sprint 3, SDNC Beijing Sprint 2

      As of 9/28/2017, some of the DGs need to be updated to point to the new CCSDK location of classes.  The net effect of these issues will cause DG execution to fail.
       

      Issue 1: oam/platform-logic/generic-resource-api/src/main/xml DGs contains openecomp.org references: 

      $ grep openecomp *
      GENERIC-RESOURCE-API_dci-connects-network-topology-operation-activate.xml:<service-logic xmlns="http://www.openecomp.org/sdnc/svclogic" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openecomp.org/sdnc/svclogic ./svclogic.xsd" module="GENERIC-RESOURCE-API" version="${project.version}">
      GENERIC-RESOURCE-API_l3-dci-connects-network-topology-operation-deactivate.xml: xmlns='http://www.openecomp.org/sdnc/svclogic'
      GENERIC-RESOURCE-API_l3-dci-connects-network-topology-operation-deactivate.xml: xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.openecomp.org/sdnc/svclogic ./svclogic.xsd' module='GENERIC-RESOURCE-API' version='${project.version}'>
      GENERIC-RESOURCE-API_l3-dci-connects-network-topology-operation-deactivate.xml: <record plugin="org.openecomp.sdnc.sli.recording.FileRecorder">
      GENERIC-RESOURCE-API_network-topology-operation-assign.xml:<outcome value='org.openecomp.policy.naming.ViprProtectedOam.ViprOamProtectedNetwork'>
      GENERIC-RESOURCE-API_network-topology-operation-assign.xml:</set></block></outcome><outcome value='org.openecomp.policy.naming.SriovProvider.SriovProviderNetwork'>
      GENERIC-RESOURCE-API_network-topology-operation-create.xml:<service-logic xmlns='http://www.openecomp.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.openecomp.org/sdnc/svclogic ./svclogic.xsd' module='GENERIC-RESOURCE-API' version='${project.version}'><method rpc='network-topology-operation-create' mode='sync'>
      GENERIC-RESOURCE-API_network-topology-operation-delete.xml:<service-logic xmlns='http://www.openecomp.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.openecomp.org/sdnc/svclogic ./svclogic.xsd' module='GENERIC-RESOURCE-API' version='${project.version}'><method rpc='network-topology-operation-delete' mode='sync'>
      GENERIC-RESOURCE-API_validate-network-input-parameters.xml: xmlns='http://www.openecomp.org/sdnc/svclogic'
      GENERIC-RESOURCE-API_validate-network-input-parameters.xml: xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.openecomp.org/sdnc/svclogic ./svclogic.xsd' module='GENERIC-RESOURCE-API' version='${project.version}'>
      

       

      Issue 2: oam/platform-logic/generic-resource-api/src/main/json DGs contain openecomp.org references.  I didn't include examples here due to the formatting of the files, but the affected DGs are listed below:

      /oam/platform-logic/generic-resource-api/src/main/json
      $ grep -c openecomp * | grep -v ":0"
      GENERIC-RESOURCE-API_dci-connects-network-topology-operation-activate.json:1
      GENERIC-RESOURCE-API_l3-dci-connects-network-topology-operation-deactivate.json:2
      GENERIC-RESOURCE-API_network-topology-operation-assign.json:1
      GENERIC-RESOURCE-API_network-topology-operation-create.json:1
      GENERIC-RESOURCE-API_network-topology-operation-delete.json:1
      GENERIC-RESOURCE-API_validate-network-input-parameters.json:1
      

      I

            djtimoney Dan Timoney
            jmac jmac
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: