Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On this page, we are listing the required configurations to set up an environment ready for trying the Cloud Leased Line (CLL) use case as part of ONAP's CCVPN support for Intent Based Networking.

Below, is the SDNC operation guidance:

Step1: Upgrade your SDNC image version to 2.2.3

Depending on the release version of ONAP installed in your environment, you may need to adjust your sdnc-image version so that it contains all the required fixes. To upgrade SDNC to a newer version 2.2.3, you do not necessarily need to change your complete ONAP environment. All you need to do is upgrade SDNC only. This can be done by the following kubectl command. The values/parameters should be adjusted based on the specific environment configs (for example, the namespace "onap" which comes after "-n", and/or the name of "dev-sdnc", etc.). After the following command, search for sdnc-image and change the version to 2.2.3. This operation would terminate the existing sdnc pod and will launch a new one with the new image.

...