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

Transport Slicing integration: add config flag for enable/disable SDNC CCVPN network configuration

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Casablanca Maintenance Release

      In file oom/kubernetes/so/charts/so-bpmn-infra/resources/config/overrides/override.yaml, we add a new config flag:

      mso: 
         workflow:
             TnNssmf:
                  enableSDNCNetworkConfig: 'true'

      Set this flag to false if we only want to test the TN NSSMF functionality in SO.

       

      Alternatively, one can also set the config value directly in TnNssmfUtils.groovy:

      void setEnableSdncConfig(DelegateExecution execution)

      {                         //snip snip snip                  String enableSdnc = "false"                  execution.setVariable("enableSdnc", enableSdnc) }

       

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

              Created:
              Updated:
              Resolved: