Versions Compared

Key

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

...

  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 (SDNC docker)
  4. Run docker-compose up -d 
  5. Add Add docker-compose-sim.yml to  (netconf-pnp-simulator docker) to a separate folder e.g. sim & run docker-compose -f docker-compose-sim.yml up -dyml up -d
    • It is necessary to have this docker file in a separate folder or it will try to extract certs and build may fail
  6. To access local SDNC use -  http://localhost:8282/apidoc/explorer/index.html
    • Credentials  : - admin / Kp8bJ4SXszM0WXlhak3eHlcse2gAw84vaoGGmJvUy2U

...