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

Compare with Current View Page History

« Previous Version 2 Next »


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

For the purposes of this document the manual consumer configuration process is described.

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

If you are using onap vagrant 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