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

SDNC Naming Policy returning Double & Not String for sequence section

XMLWordPrintable

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

      The integration between new policy api for SDNC naming is working. Abdel & I have verified.

      Naming mS is able to generate the name for VNF. However, naming ms fails for VF Module.

      Its failing VF Module b/c policy seems to be converting the paameters sequence section into Double and NOT returning it as String. Can you check this.

      NOTE:

      • SDNC Naming Model looks good
      • SDNC Naming Policy Instance looks good
      • Policy DB is storing double & not string.

      VF Module Level

      Policy currently returns:

      "PRECEEDING","start-value":1.0,"length":3.0,"increment":1.0",

      Policy should return:
      "PRECEEDING","start-value":"001","length":"3"increment":"1",

      VNFC Level

      Policy currently returns:

      "PRECEEDING","start-value":1.0,"length":3.0,"increment":1.0,

      Policy should return:
      "PRECEEDING","start-value": "01,"length":" "3" increment":"1",

            pdragosh pdragosh
            ym9479 ym9479
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: