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

VID Ports incorrect in deployment.yaml

XMLWordPrintable

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

      After getting vid deployed and running I see the following in the log file

      /var/log/onap/vid/application.log

      at java.lang.Thread.run(Thread.java:748)
      Caused by: java.lang.NumberFormatException: For input string: ""8989""
      at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
      at java.lang.Integer.parseInt(Integer.java:569)
      at java.lang.Integer.parseInt(Integer.java:615)
      at java.net.URLStreamHandler.parseURL(URLStreamHandler.java:222)
      at java.net.URL.<init>(URL.java:622)

      this is caused by the following lines in vid/templates/deployment.yaml

      > value: http://portalapps.\{{ include "common.namespace" . }}:"{{ .Values.config.onapport }}"/ONAPPORTAL/context
      > value: http://mso.\{{ include "common.namespace" . }}:"{{ .Values.config.msoport }}"
      > value: http://portalapps.\{{ include "common.namespace" . }}:"{{ .Values.config.onapport }}"/ONAPPORTAL/login.htm
      > value: http://portalapps.\{{ include "common.namespace" . }}:"{{ .Values.config.onapport }}"/ONAPPORTAL/auxapi

      the problem is the extra "" around the :"{{ .Values.config.msoport }}" && "{{ .Values.config.onapport }}"

       

       Also portalapps should be portal-app and aai-service should just be aai

       

       

            rogerm rogerm
            afenner afenner
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: