You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This page covers the steps to reproduce the below scenarios:

  1. E2E Network Slice Instantiation
  2. E2E Network slice Modification (Reuse)
  3. E2E Network Slice Activation (WIP)
  4. E2E Network Slice Deactivation
  5. E2E Network Slice Termination

MANUAL CONFIGURATION:

CPS:

Follow the steps below to setup the CPS environment:

  • Clone the repo from : https://gerrit.onap.org/r/admin/repos/cps
  • Build the project – When building the project run from the root cps folder : mvn clean install
  • From docker-compose folder, run the following after building the images locally : VERSION=latest DB_USERNAME=cps DB_PASSWORD=cps docker-compose up -d
  • Create the dataspace, schemaset, anchor and datanode using CPS APIs.

Kindly check this page for details on CPS APIs : R9 TBDMT Enhancements

CPS-TBDMT:

Follow the steps below to setup the CPS-TBDMT environment:

cpsCoreConfiguration url –  change to VM's IP and the created dataspace's name

schemaToAnchor mapping – provide the created schemaset and anchor name

  • From the docker-compose folder, run the following to bring up the containers : docker-compose up -d



  • No labels