summaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/docker-compose.dev.yml
diff options
context:
space:
mode:
authorPawel Kadlubanski <pawel.kadlubanski@nokia.com>2018-06-15 16:13:45 +0200
committerPawel Kadlubanski <pawel.kadlubanski@nokia.com>2018-06-15 16:13:45 +0200
commit432696535f996211186269c78e36ab5a6c073997 (patch)
tree50c2209507e6e5335b4f1c11e6f309208900ba77 /test/mocks/pnfsimulator/docker-compose.dev.yml
parentb1d31973db0cf699ef65d862c2fcf02177aafac5 (diff)
Add netconf support to pnfsimulator.
Issue-ID: INT-458 Change-Id: Iebc9cf2a9f35c92dc354d1c6e857dc8345c1172f Signed-off-by: Pawel Kadlubanski <pawel.kadlubanski@nokia.com>
Diffstat (limited to 'test/mocks/pnfsimulator/docker-compose.dev.yml')
-rw-r--r--test/mocks/pnfsimulator/docker-compose.dev.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/test/mocks/pnfsimulator/docker-compose.dev.yml b/test/mocks/pnfsimulator/docker-compose.dev.yml
new file mode 100644
index 000000000..c389eee65
--- /dev/null
+++ b/test/mocks/pnfsimulator/docker-compose.dev.yml
@@ -0,0 +1,24 @@
+version: '3'
+
+services:
+ pnf-simulator:
+ container_name: pnf-simulator
+ image: pnf-simulator:latest
+ ports:
+ - "5000:5000"
+ volumes:
+ - ./logs:/var/log
+ env_file:
+ - ./config/netconf.env
+ depends_on:
+ - netopeer
+
+ netopeer:
+ container_name: netopeer
+ image: sysrepo/sysrepo-netopeer2:latest
+ ports:
+ - "830:830"
+ env_file:
+ - ./config/netconf.env
+ volumes:
+ - ./netconf:/netconf