diff options
author | ebo <eliezio.oliveira@est.tech> | 2020-02-27 13:55:26 +0000 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2020-02-28 13:57:04 +0000 |
commit | bebdedf74661e15c5ff205022b20ff02f0e6d24b (patch) | |
tree | 2f0abb31af794d434a1043c5a24d0103ceacea9b /test/mocks/netconf-pnp-simulator/modules/docker-compose.yml | |
parent | 3ecb7b39473c5ea6835fcbdd57b91acb74781a52 (diff) |
Add PNF SW Upgrade module
This change contains only the module for the PNF SW Upgrade use case and
a sample docker-compose.yml showing how to start the new simulator with
this module attached.
Issue-ID: INT-1124
Change-Id: Ic4cd07a3b1020fd4b6195bf2bc9fc95e4157baaf
Signed-off-by: ebo <eliezio.oliveira@est.tech>
Diffstat (limited to 'test/mocks/netconf-pnp-simulator/modules/docker-compose.yml')
-rw-r--r-- | test/mocks/netconf-pnp-simulator/modules/docker-compose.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/mocks/netconf-pnp-simulator/modules/docker-compose.yml b/test/mocks/netconf-pnp-simulator/modules/docker-compose.yml new file mode 100644 index 000000000..ac0304380 --- /dev/null +++ b/test/mocks/netconf-pnp-simulator/modules/docker-compose.yml @@ -0,0 +1,12 @@ +version: '3' + +services: + netconf-pnp-simulator: + image: nexus3.onap.org:10001/onap/integration/simulators/netconf-pnp-simulator:2.6.0 + container_name: netconf-pnp-simulator + restart: always + ports: + - "830:830" + - "6513:6513" + volumes: + - ./:/config/modules |