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

OOM: DMAAP: onap/dmaap/buscontroller image points to a non-existing version

XMLWordPrintable

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

      https://git.onap.org/oom/tree/kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml

       

      contains:

      application images repository: nexus3.onap.org:10001 image: onap/dmaap/buscontroller:1.0.17

       

      but this image does not exist in nexus3:

       

       

      This change solves the problem so dmaap comes up ok:

      ubuntu@ks8x:~/oom/kubernetes$ git diff dmaap/charts/dmaap-bus-controller/values.yaml
      diff --git a/kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml b/kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml
      index 768f295..a14b1b7 100644
      — a/kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml
      +++ b/kubernetes/dmaap/charts/dmaap-bus-controller/values.yaml
      @@ -31,7 +31,7 @@ pullPolicy: Always

      1. application images
        repository: nexus3.onap.org:10001

      -image: onap/dmaap/buscontroller:1.0.17
      +image: onap/dmaap/buscontroller:1.0.19

      1. application configuration

       

       

            dglfromatt dglfromatt
            jhh jhh
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: