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

Generic API DGs contain plugin references to software not part of ONAP

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Medium Medium
    • None
    • Beijing Release
    • sdnc-oam
    • SDNC Beijing Sprint 2, SDNC Dublin Spr 3 3/11 - 3/29

      Some of the DGs contain references to source code that was not released to ONAP and need to be modified to remove/replace them, or the DG should be removed altogether if that's not possible.  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 com.att references.  There are also com.att references to EIPAMPlugin, GammaResource, and ncsAdaptor that I couldn't find in ONAP code anywhere, so I assume they are AT&T internal 

      /onap/oam/platform-logic/generic-resource-api/src/main/xml
      $ grep com.att * | grep -v EIPAMPlugin | grep -v GammaResource | grep -v ncsAdaptor
      GENERIC-RESOURCE-API_contrail-route-topology-operation-activate.xml:</return></outcome></execute><get-resource plugin="com.att.sdnctl.sli.aai.AAIService"
      GENERIC-RESOURCE-API_contrail-route-topology-operation-activate.xml:</return></outcome></get-resource><get-resource plugin="com.att.sdnctl.sli.aai.AAIService"
      GENERIC-RESOURCE-API_create-l3-subnet.xml:<block atomic="true"><execute plugin="com.att.sdnctl.sli.plugin.ipAddressTools.IpAddressTool" method="getSubnetAddresses">
      GENERIC-RESOURCE-API_create-l3-subnet.xml:</record><execute plugin="com.att.sdnctl.sli.plugin.ipAddressTools.IpAddressTool" method="getSubnetAddresses">
      GENERIC-RESOURCE-API_network-topology-operation-create.xml:</set></outcome></switch></block></for><execute plugin='com.att.sdnctl.sli.SliPluginUtils.SliPluginUtils' method='generateUUID' >
      GENERIC-RESOURCE-API_validate-network-input.xml:<record plugin="com.att.sdnctl.sli.recording.Slf4jRecorder">
      SUBNET-API_subnet-allocated-notification.xml:</set></outcome></switch><execute plugin="com.att.sdnctl.sli.plugin.ipAddressTools.IpAddressTool" method="getSubnetAddresses">
      

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

      onap/oam/platform-logic/generic-resource-api/src/main/json
      $ grep -c com.att * | grep -v ":0"
      GENERIC-RESOURCE-API_contrail-route-topology-operation-activate.json:1
      GENERIC-RESOURCE-API_create-l3-subnet.json:1
      GENERIC-RESOURCE-API_eipam-allocate-network-role-subnet.json:1
      GENERIC-RESOURCE-API_eipam-create-network-role-pool.json:1
      GENERIC-RESOURCE-API_generate-l3network-network-id.json:2
      GENERIC-RESOURCE-API_network-topology-operation-activate.json:1
      GENERIC-RESOURCE-API_network-topology-operation-create.json:1
      GENERIC-RESOURCE-API_network-topology-operation-unassign.json:1
      GENERIC-RESOURCE-API_process-eipam-pools.json:1
      GENERIC-RESOURCE-API_validate-network-input.json:1
      GENERIC-RESOURCE-API_vf-module-topology-operation-assign.json:1
      GENERIC-RESOURCE-API_vf-module-topology-operation-unassign.json:1
      SUBNET-API_managed-network-notification.json:1
      SUBNET-API_subnet-allocated-notification.json:1

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

              Created:
              Updated:
              Resolved: