Uploaded image for project: 'Data Collection, Analytics, and Events'
  1. Data Collection, Analytics, and Events
  2. DCAEGEN2-2938

PM-Mapper feed configuration issue

XMLWordPrintable

      Issue to track the issue found on testing by kkuzmick

      In helm charts for PM Mapper in values.yaml there is need an update  of feedVersion

       

       

      drFeedConfig:
        - feedName: bulk_pm_feed
          owner: dcaecm
          feedVersion: 0.0
          asprClassification: unclassified 
          feedDescription: DFC Feed Creation
      

       

      lfeedVersion: 0.0 -> feedVersion: ”0.0”

      toJson method in configmap template treats 0.0 as number and finally in configmap puts  0. Due to this:

      • cloudify creates feed with version 0.0 and feedName: bulk_pm_feed
      • helm creates feed with version 0 and feedName: bulk_pm_feed

      Due to this we have two feeds with same name and inti container for PM Mapper application config json  cannot set value subscriber_id:

            ajay.dp001 ajay.dp001
            vv770d vv770d
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: