Update http-server image, changelog and readme files. 71/117671/1
authorMarcin Rzepecki <marcin.rzepecki@nokia.com>
Wed, 10 Feb 2021 10:46:50 +0000 (11:46 +0100)
committerMarcin Rzepecki <marcin.rzepecki@nokia.com>
Wed, 10 Feb 2021 10:46:50 +0000 (11:46 +0100)
Issue-ID: INT-1814
Signed-off-by: Marcin Rzepecki <marcin.rzepecki@nokia.com>
Change-Id: I2b741af781f5e99d6e9340a3c90caf465cad3b2e

Changelog.md
README.md
sanitycheck/pnfsimulator-secured/certservice/docker-compose-pnfsim.yml

index 8c2c175..15d9de0 100644 (file)
@@ -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]
index 3ed2612..459db5d 100644 (file)
--- 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.
 
index 8e9c9de..b52523e 100644 (file)
@@ -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"