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

Helm deploy plugin is not working

XMLWordPrintable

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

      sniro-emulator is not recognized as top value (because of the '-').

      The consequence is that sniro-emulator config overwrites previous chart config (sdnc as of today).

      And sniro-emulator is never started (to be checked)

       

      adding '-' (so putting w='[a-zA-Z0-9_-]' in line 47 instead of w='[a-zA-Z0-9_]') in the (ugly) parse_yaml second regex break it on logstash if we are forcing some resources  limitations (/home/cloud/.helm/plugins/deploy/deploy.sh: line 203: computed_log_log-logstash_resources_limits_cpu=2: command not found)

       

      Attached the overrides.yml breaking helm deploy

       

      IMHO, "parsing" yaml with bash is a bad design and use of scripting language such as Python or Ruby or even in Go should be done as true parser exists and merging capabalities could be reused easily...

       

            melliott melliott
            sdesbure sdesbure
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: