Uploaded image for project: 'ONAP Operations Manager'
  1. ONAP Operations Manager
  2. OOM-1107

DGBuilder config pointing to wrong directories

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • None
    • Beijing Release
    • None

      for APPC and SDNC the DGBuilder config is pointing to the wrong directories.

      This means that it is not possible to read the existing DGs from the DB or to write new one.

      The problem is in 

      common/dgbuilder/templates/deployment.yaml

      where the mount points

      • name: config
        mountPath: /opt/onap/sdnc/dgbuilder/releases/sdnc1.0/conf/svclogic.properties
        subPath: svclogic.properties
      • name: config
        mountPath: /opt/onap/sdnc/dgbuilder/svclogic/svclogic.properties
        subPath: svclogic.properties
      • name: scripts
        mountPath: /opt/onap/sdnc/dgbuilder/createReleaseDir.sh
        subPath: createReleaseDir.sh
      • name: scripts
        mountPath: /opt/onap/sdnc/dgbuilder/releases/sdnc1.0/customSettings.js
        subPath: customSettings.js

      need to be 

      • name: config
        mountPath: /opt/onap/ccsdk/dgbuilder/releases/sdnc1.0/conf/svclogic.properties
        subPath: svclogic.properties
      • name: config
        mountPath: /opt/onap/ccsdk/dgbuilder/svclogic/svclogic.properties
        subPath: svclogic.properties
      • name: scripts
        mountPath: /opt/onap/ccsdk/dgbuilder/createReleaseDir.sh
        subPath: createReleaseDir.sh
      • name: scripts
        mountPath: /opt/onap/ccsdk/dgbuilder/releases/sdnc1.0/customSettings.js
        subPath: customSettings.js

       

       

            afenner afenner
            afenner afenner
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: