Extend PNF simulator with HTTP server 78/116678/1
authormarcinrzepeckiwroc <marcin.rzepecki@nokia.com>
Tue, 22 Dec 2020 15:23:58 +0000 (16:23 +0100)
committermarcinrzepeckiwroc <marcin.rzepecki@nokia.com>
Thu, 7 Jan 2021 13:54:16 +0000 (14:54 +0100)
commit23f606075360a376a8fdb9f7fb1f3505c3100c1a
treec297a5de42fbd49668db74193673052885f84eea
parent43d113d683ab082f8e2b7ce062e9601e74ffde3a
Extend PNF simulator with HTTP server

Issue-ID: INT-1814
Change-Id: I06eeb81e46d6a96976f64eece6bbf7209665c1d2
Signed-off-by: marcinrzepeckiwroc <marcin.rzepecki@nokia.com>
25 files changed:
httpserver/Dockerfile [new file with mode: 0644]
httpserver/Makefile [new file with mode: 0644]
httpserver/README.md [new file with mode: 0644]
httpserver/docker-compose.yml [new file with mode: 0644]
httpserver/resources/.htaccess [new file with mode: 0644]
httpserver/resources/.htpasswd [new file with mode: 0644]
httpserver/resources/apache-config.conf [new file with mode: 0644]
httpserver/resources/apache2.conf [new file with mode: 0644]
httpserver/resources/cert/key.pem [new file with mode: 0644]
httpserver/resources/cert/keystore.pem [new file with mode: 0644]
httpserver/resources/cert/truststore.pem [new file with mode: 0644]
httpserver/resources/upload.php [new file with mode: 0644]
pnfsimulator/templates/notificationHttpServer.json [new file with mode: 0644]
sanitycheck/Makefile
sanitycheck/README.md
sanitycheck/dmaap-simulator/README.md
sanitycheck/events/eventToVesWithHttpServer.json [new file with mode: 0644]
sanitycheck/events/fewEventsToVesWithHttpServer.json [new file with mode: 0644]
sanitycheck/pnfsimulator-secured/certservice/Makefile
sanitycheck/pnfsimulator-secured/certservice/README.md
sanitycheck/pnfsimulator-secured/certservice/docker-compose-certservice-clients.yml
sanitycheck/pnfsimulator-secured/certservice/docker-compose-pnfsim.yml
sanitycheck/pnfsimulator-secured/certservice/resources/certservice-client/client-configuration-for-httpserver.env [new file with mode: 0644]
sanitycheck/resources/E_VES_bulkPM_IF_3GPP_3_example_1.xml.gz [new file with mode: 0644]
sanitycheck/ves/README.md