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

sparky-be startup failure - UI_HTTP_PORT or UI_HTTPS_PORT

XMLWordPrintable

    • R3 Sprint 1

      The latest sparky-be code requires that either environment variables exists in the shell which instantiates the sparky-be container:

      Environment Variable:

         UI_HTTP_PORT

      or

         UI_HTTPS_PORT

      The temporary solution is to manually update:
          "oom/kubernetes/aai/templates/sparky-be-deployment.yaml"

      With the following:

      ...

      .....

              imagePullPolicy: {{ .Values.pullPolicy }}

              env:

              - name: CONFIG_HOME

                value: /opt/app/sparky/config/

              - name: KEY_MANAGER_PASSWORD

                value: OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o

              - name: KEY_STORE_PASSWORD

                value: OBF:1i9a1u2a1unz1lr61wn51wn11lss1unz1u301i6o

              - name: UI_HTTP_PORT

                value: "9517"

              volumeMounts:

              - mountPath: /etc/localtime

      .....

      ...

            Unassigned Unassigned
            gordonolson gordonolson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: