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

SDNC start script does not add MDSAL-Clustering feature anymore

XMLWordPrintable

    • SDNC Dublin Spr 3 3/11 - 3/29

      Blocks SDNR WT because "odl-mdsal-clustering" not activated.
      In start script "/opt/onap/sdnc/bin/startODL.sh" in function "enable_odl_cluster()" the sed command adding mdsal-clustering is not working anymore.
      Reason: "featuresBoot" line changed to

      featuresBoot = d202e73c-9a68-....

      Actual sed command:

      sed -e "|featuresBoot=config|s|$|,odl-mdsal-clustering,odl-jolokia|"

       

      Proposed solution:
      1) Add odl-mdsal-clustering configuration into Docker setup similar to proccing for "Netconf setup" SDNC-555. Change in Dockerfile would be:

      RUN sed -i "s/odl-mdsal-all/odl-mdsal-all,odl-mdsal-clustering/g" $ODL_HOME/etc/org.apache.karaf.features.cfg

      2) Change startODL.sh/enable_odl_cluster "sed..." line and add jolokia with script provided by SDNC-692
      addToFeatureBoot "odl-jolokia"

            highstreetherbert Herbert Eiselt
            highstreetherbert Herbert Eiselt
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: