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

VNF-API dependency on SLI 1.1.2 instead of SLI 1.1.2-SNAPSHOT

XMLWordPrintable

      R1.1.0 installs do not succeed for a set of sdnc features like VNF-API because of a failed dependency check. 

      opendaylight-user@root>feature:install sdnc-vnfapi
      Error executing command: Can't install feature sdnc-vnfapi/0.0.0:
      No feature named 'sdnc-sli' with version '1.1.2' available

       

      The problem appears to be that feature.xml for  northbound/vnfapi as a reference to 

      sdnctl.sli.version which is resolving to 1.1.2 instead of 1.1.2-SNAPSHOT

      <feature version="${sdnctl.sli.version}">sdnc-sli</feature>

      changing this line to : 

      <feature version="${project.version}">sdnc-sli</feature>

       

      fixes the dependency but it may not be the correct fix.

       

      sdnc-vnfapi, sdnc-asdcApi , sdnc-dataChange ,sdnc-sql-resource ,sdnc-properties-node ,sdnc-restapi-call-node 

       

      are all affected

            djtimoney Dan Timoney
            bdfreeman1421 bdfreeman1421
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: