From 441945e8adf7e3adc524d761e61c179c83e9888d Mon Sep 17 00:00:00 2001 From: Marcin Rzepecki Date: Wed, 10 Feb 2021 11:46:50 +0100 Subject: Update http-server image, changelog and readme files. Issue-ID: INT-1814 Signed-off-by: Marcin Rzepecki Change-Id: I2b741af781f5e99d6e9340a3c90caf465cad3b2e --- Changelog.md | 4 +++- README.md | 3 ++- .../pnfsimulator-secured/certservice/docker-compose-pnfsim.yml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index 8c2c175..15d9de0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -18,7 +18,9 @@ All notable changes to this project will be documented in this file. - https://jira.onap.org/browse/INT-1804 - Possibility to authenticate in VES using username and password in VES URL - https://jira.onap.org/browse/INT-1805 - + - Extend PNF simulator with HTTP server + - https://jira.onap.org/browse/INT-1814 + ## [1.0.3] ## [1.0.4] diff --git a/README.md b/README.md index 3ed2612..459db5d 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ More information about the project and all its functionalities you can find under the wiki page: https://wiki.onap.org/display/DW/PNF+Simulator -Project consists of three submodules: +Project consists of four submodules: 1. netconfsimulator 2. pnfsimulator 3. simulator-cli +4. httpserver Detailed information about submodules can be found in ```README.md``` in their directories. diff --git a/sanitycheck/pnfsimulator-secured/certservice/docker-compose-pnfsim.yml b/sanitycheck/pnfsimulator-secured/certservice/docker-compose-pnfsim.yml index 8e9c9de..b52523e 100644 --- a/sanitycheck/pnfsimulator-secured/certservice/docker-compose-pnfsim.yml +++ b/sanitycheck/pnfsimulator-secured/certservice/docker-compose-pnfsim.yml @@ -36,7 +36,7 @@ services: ME_CONFIG_MONGODB_ADMINPASSWORD: zXcVbN123! http-server: - image: onap/org.onap.integration.simulators.httpserver + image: nexus3.onap.org:10003/onap/org.onap.integration.simulators.httpserver ports: - "7080:80" - "7443:443" -- cgit 1.2.3-korg