Uploaded image for project: 'Service Orchestrator'
  1. Service Orchestrator
  2. SO-3458

Support for NS LCM Database Management Enhancements

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Done
    • Icon: Medium Medium
    • None
    • None

      • SO NFVO needs to enhance its database management for following features:
        • Supports VNF VL data persistance; NFVO_VLINST, NFVO_VNFFGINST
        • Supports NS LCM Subscription data persistance
           
        • NFVO_VLINST database table

                           vlinstanceid = models.CharField(db_column='VLINSTANCEID', max_length=255, primary_key=True)
                           vldid = models.CharField(db_column='VLDID', max_length=255)
                           vlinstancename = models.CharField(db_column='VLINSTANCENAME', max_length=255, blank=True, null=True)
                           ownertype = models.IntegerField(db_column='OWNERTYPE')
                           ownerid = models.CharField(db_column='OWNERID', max_length=255)
                           relatednetworkid = models.CharField(db_column='RELATEDNETWORKID', max_length=255, blank=True, null=True)
                           relatedsubnetworkid = models.CharField(db_column='RELATEDSUBNETWORKID', max_length=255, blank=True,
      null=True)
                           vltype = models.IntegerField(db_column='VLTYPE', default=0)
                           vimid = models.CharField(db_column='VIMID', max_length=255)
                           tenant = models.CharField(db_column='TENANT', max_length=255)
                           status = models.CharField(db_column='STATUS', max_length=255)

       

      Also, regression testing is necessary for SOL005 NS operations.

      • validate the existing SO NFVO database tables

       

            byungwoojun byungwoojun
            byungwoojun byungwoojun
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: