Versions Compared

Key

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

Introduction

This options option is for developers to run working locally on SDC.

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

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

...

Code Block
mvn clean install -pl utils/webseal-simulator -P docker

2.  Copy the script /websealsdc-chef-simulatoros/scripts/simulator_docker_run.sh to the docker engine environment and run:

Code Block
titlestart only simulator built local
/data/scripts/docker_run.sh -l -d sdc-sim -sim 
Code Block
titlestart only simulator pull docker from LF
/data/scripts/simulator_docker_run.sh -r <DOCKER_VERSION> (Currently 1.2-STAGING-latest)<docker tag> -d sdc-sim -sim 

3. To verify that sdc-simulator docker is up and running run:

...

2. Ftp war file: webseal-simulator/sdc-simulator folder to your localhost vagrant machine which runs docker engine daemon.
3. Run `docker build -t openecomponap/sdc-simulator:1.1-STAGING-latest <PATH/sdc-simulator>`

Code Block
docker build -t openecomponap/sdc-simulator:1.1-STAGING-latest /tmp/docker/sdc-simulator/

...

Code Block
docker images

5. Copy the script /websealsdc-chef-simulator/scripts/simulator_dockeros/scriptsdocker_run.sh to the docker engine environment, make it executable (chmod ugo+x) and run: 

Code Block
simulator_/data/scripts/docker_run.sh -r <DOCKER_VERSION> (Currently 1.1-STAGING-latest)l -d sdc-sim -sim 


6.To verify that sdc-simulator docker is up and running execute:

...

  • If no docker sdc-simulator running execute `docker ps -a`

7. Enter to UI: http://<ip address>:8285/login

Code Block
http://localhost:8285/login

WAR compilation - to compile WSSimulator.war

1. To build web simulator WAR file run on project webseal-simulator:

Code Block
mvn clean install
  •  This will generate war file (WSSimulator.war) in the target folder.

...

7. Enter to UI: http://<ip address>:8285/login

...