Uploaded image for project: 'Policy Framework'
  1. Policy Framework
  2. POLICY-4527

Galera jobs must use repositoryGenerator "quitQuit" images

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: High High
    • London Release
    • London Release
    • parent

      In the Galera jobs (https://git.onap.org/oom/tree/kubernetes/policy/templates/job.yaml)

      the image definitions for the "wait-for-the-job-container" are defined hardcoded to nexus:

      image: nexus3.onap.org:10001/onap/oom/readiness:4.1.0 

      Instead the repositoryGenerator should be used:

      image: {{ include "repositoryGenerator.image.quitQuit" . }} 

      also the pg-config image should use the RepositoryGenerator (if the ONAP Nexus is used ...):

            - name: {{ include "common.name" . }}-pg-config        image: {{ .Values.repository }}/{{ .Values.postgresImage }}// code placeholder
      

      should be:

            - name: {{ include "common.name" . }}-pg-config        image: {{ include "repositoryGenerator.repository" . }}/{{ .Values.postgresImage }} 

            liamfallon liamfallon
            andreasgeissler Andreas Geissler
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: