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

Portal Cassandra config map points to wrong directory

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Highest Highest
    • Beijing Release
    • Beijing Release
    • None

      The file 

      oom/kubernetes/portal/charts/portal-cassandra/templates/configmap.yaml

      points to 

      {{ tpl (.Files.Glob "resources/config/mariadb/docker-entrypoint-initdb.d/*").AsConfig . | indent 2 }}

      which looks like a copy and paste error.

      I think this should be 

      {{ tpl (.Files.Glob "resources/config/cassandra/docker-entrypoint-initdb.d/*").AsConfig . | indent 2 }}

       

      This stops portal from starting in the OOM delivery

            mkhinda mkhinda
            afenner afenner
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: