aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcin Rzepecki <marcin.rzepecki@nokia.com>2021-02-10 11:46:50 +0100
committerMarcin Rzepecki <marcin.rzepecki@nokia.com>2021-02-10 11:46:50 +0100
commit441945e8adf7e3adc524d761e61c179c83e9888d (patch)
tree31fdc0a58d3b071a1a9153d121821702d8229181
parentb3cbf1d710098f5d92f4f7ef8d7ee262db9c6f68 (diff)
Update http-server image, changelog and readme files.
Issue-ID: INT-1814 Signed-off-by: Marcin Rzepecki <marcin.rzepecki@nokia.com> Change-Id: I2b741af781f5e99d6e9340a3c90caf465cad3b2e
-rw-r--r--Changelog.md4
-rw-r--r--README.md3
-rw-r--r--sanitycheck/pnfsimulator-secured/certservice/docker-compose-pnfsim.yml2
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"