Versions Compared

Key

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

...

  1.      put the VL information under a folder with its import properties json.  Refer to the files below.

    View file
    namesotnConnectivity.zip
    height250
    View file
    namesdwanConnectivity.zip
    height250
  2.    Copy the unziped folder to SDC BE Container. Script example if the ONAP installed by OOM:
    kubectl -n onap cp sotnConnectivity dev-sdc-sdc-be-5c97bbdf68-z2hj5:/tmp/jetty-0.0.0.0-8080-catalog-be-1.3.2.war-_catalog-be-1.3.2-any-1083601271032916979.dir/webapp/WEB-INF/classes/import/tosca/normative-types/ -c sdc-be
    kubectl -n onap cp sdwanConnectivity dev-sdc-sdc-be-5c97bbdf68-z2hj5:/tmp/jetty-0.0.0.0-8080-catalog-be-1.3.2.war-_catalog-be-1.3.2-any-1083601271032916979.dir/webapp/WEB-INF/classes/import/tosca/normative-types/ -c sdc-be
  3.    run SDC BE scripts to import the VLs(note: the sdc be of Casablanca release have no python by default , you need to install it).
    cd /tmp/jetty-0.0.0.0-8080-catalog-be-1.3.2.war-_catalog-be-1.3.2-any-1083601271032916979.dir/webapp/WEB-INF/classes/scripts/import/tosca
    vi importNormativeTypes.py to add our VLs.(normativeTypes = [ "root", "compute","sotnConnectivity","sdwanConnectivity", "softwareComponent", "webServer", ,,,,)
    python importNormativeTypes.py

Import VFCs

      import sppartner, device, site , sitewanport, sotnvpnattachment, sdwanvpnattachment as VFC.

      We do this by SDC portal.  

       Image Added

Design VFs

        Design VFs: Design sppartnerVF(composite by sppartner), deviceVF(composite by device), siteVF(composite by site), sitewanVF(composite by sitewanport), 

        sotnvpnattachmentVF(composite by sotnvpnattachment and allotted resource), sdwanvpnattachmentVF(composite by sdwanvpnattachment and allotted resource).

Image AddedImage Added

    Note: because sotnvpnattachmentVF and sdwanvpnattachmentVF are allotted resource, the properties of providing_service_invariant_uuid and providing_service_uuid should be filled as the id of  SOTNVPNInfraService and SDWANVPNInfraService( you can create them first.)

  Design Services

      Design services: SOTNVPNInfraService(composite by sotnconnectivity and sppartnerVF), SDWANVPNInfraService(composite by sdwanconnectivity and sppartnerVF) SiteService(composite by sppartnerVF, deviceVF, siteVF, sitewanVF, sotnvpnattchmentVF, sdwanvpnattachmentVF) 

Image AddedImage AddedImage Added

CCVPN Service CSARs

To get more information of CCVPN service  models, refer to the CSARs.

View file
nameservice-Sdwanvpninfraservice-csar.csar
height250
View file
nameservice-Sotnvpninfraservice-csar.csar
height250
View file
nameservice-Siteservice-csar.csar
height250