Versions Compared

Key

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

Jira
serverONAP Jira
serverId425b2b0a-557c-3c0c-b515-579789cceedb
keyCPS-455


Table of Contents

Purpose of spike

...

The purpose of this spike is to investigate how fields and depth can be implemented and used in conjunction with Restconf to gather attributes from xNFs and be able to determine the depth of information retrieved.

...

Fields that come in via NCMP will need to be translated into Restconf compatible fields. MORE INVESTIGATION NEEDED TO DETERMINE HOW THIS WILL BE DONE - Can we delegate to rests interface and supply fields "as is"


The feasibility/cost of support a 'depth' parameter for CPS cached data and/or ONAP DMI Plugin
High level user story view of cost

...

  1. git clone https://github.com/blue-onap/netconf-pnp-simulator (image not found in nexus)
  2. cd into netconf-pnp-simulator & Run docker build -t netconf-pnp-simulator:latest .
  3. Unzip certs.tar to same folder as docker-compose.yml
  4. Run docker-compose up -d 
  5. Add docker-compose-sim.yml to a separate folder e.g. sim & run docker-compose -f docker-compose-sim.yml up -d
  6. To access local SDNC use -  http://localhost:8282/apidoc/explorer/index.html
    • Credentials  : - admin / Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U

...