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

Compare with Current View Page History

« Previous Version 3 Next »

Introduction

This options is for developers to run locally SDC.

SDC Simulator is a project that enables emulation of web server that provides security policy and sign-on to the SDC component in dev environments.

  •  Provides sign on to the basic user roles/functionalities
  •  Creation of basic user accounts

Docker compilation - Docker Maven Build Profile (io.fabric8 maven Plugin)

If you are using ONAP-Vagrant environment you can deploy the simulator by:

Set up the DOCKER_HOST environmental variable

To set environmental variable in Windows (the docker engine environment):

  1. Run `cmd`
  2. Issue command  `set NAME=VALUE`
set DOCKER_HOST=tcp://127.0.0.1:2375
  • To check if the variable set succeeded issue:
echo %DOCKER_HOST%
  • No labels