diff options
-rw-r--r-- | Changelog.md | 4 | ||||
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | sanitycheck/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] @@ -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" |