diff options
author | wsliwka <wojciech.sliwka@nokia.com> | 2019-11-20 13:20:08 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-01-27 15:04:55 +0000 |
commit | 86e0740ff36b97ba98f1ed02f34bfb23d1b96262 (patch) | |
tree | 9e579fd898dff23f8ebba24cae2e4b50340cf758 /test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml | |
parent | 6f2913b0129ea48becccfd55eeb93cbcb991f651 (diff) |
Latest changes to pnf simulator
- replace cpp bindings by python
- remove docker spotify plugin (no longer supported)
- create own image for netopeer (with all packages installed upfront)
Issue-ID: INT-1372
Signed-off-by: wsliwka <wojciech.sliwka@nokia.com>
Change-Id: I983c0eddf12fa589fbf3ad1ffbab2b36929c9ef0
Diffstat (limited to 'test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml')
-rw-r--r-- | test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml b/test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml index ebacb4f1b..5e9acbe8e 100644 --- a/test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml +++ b/test/mocks/pnfsimulator/netconfsimulator/docker-compose.yml @@ -39,7 +39,7 @@ services: - netopeer netopeer: - image: sysrepo/sysrepo-netopeer2:devel + image: nexus3.onap.org:10003/netopeer ports: - "830:830" - "5002:5002" @@ -56,9 +56,6 @@ services: depends_on: - sftp-server - ftpes-server - environment: - http_proxy: ${http_proxy} - https_proxy: ${https_proxy} command: - /netconf/initialize_netopeer.sh |