blob: a1904c0326722794aef2af84b06b51435750e51c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
## DC SIMULATOR
Project consists of two submodules:
1. msasimulator
2. tapisimulator
Detailed information about submodules can be found in ```README.md``` in their directories.
## Project building
```
mvn clean package
```
## Building Docker images
```
mvn clean package -P docker -DskipTests=true
## To bring up two instances of TAPI and one instance of MSA
The configurations are present in docker-compose.yml. Execute the following
docker-compose up
## To bring it up in the onap cluster chart configurations are present in charts folder
|