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

Optimize config-init process

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Beijing Release
    • None
    • None
    • None
    • OOM Sprint 9 - Beijing freeze

      config-init process takes ~10 min because it executes multiple find ==> sed commands. The time can be reduced by grouping the commands. E.g. two commands:

      sed s/string1/value1/g
      sed s/string2/value2/g 
      

      can be executed as:

      sed s/string1/value1/g;s/string2/value2/g

       

            yuryn yuryn
            yuryn yuryn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: