diff options
author | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-02-24 14:46:37 +0100 |
---|---|---|
committer | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2021-03-02 15:56:29 +0100 |
commit | b1961a04c191ebbc726de507d98c85966b7a6a71 (patch) | |
tree | c15b1ba29407d79740f02734c387695bb01a7026 /pnfsimulator | |
parent | 441945e8adf7e3adc524d761e61c179c83e9888d (diff) |
Add JWT support in HTTP/HTTPS based locations - pnf-simulator1.0.5
- update containers to version 1.0.5
Issue-ID: DCAEGEN2-2536
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>
Change-Id: If6b938db03fc8b5e5a5a6435ad0559061fa5b4ad
Diffstat (limited to 'pnfsimulator')
-rw-r--r-- | pnfsimulator/integration/pom.xml | 4 | ||||
-rw-r--r-- | pnfsimulator/pom.xml | 4 | ||||
-rw-r--r-- | pnfsimulator/templates/notificationHttpServer.json | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/pnfsimulator/integration/pom.xml b/pnfsimulator/integration/pom.xml index e732525..8790a98 100644 --- a/pnfsimulator/integration/pom.xml +++ b/pnfsimulator/integration/pom.xml @@ -27,12 +27,12 @@ <parent> <groupId>org.onap.integration.simulators.pnf-simulator</groupId> <artifactId>integration-pnf-simulator</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.5-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> <artifactId>pnf-simulator-integration</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.5-SNAPSHOT</version> <name>pnf-simulator-integration</name> <repositories> diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml index 15112e4..d31a8b8 100644 --- a/pnfsimulator/pom.xml +++ b/pnfsimulator/pom.xml @@ -27,11 +27,11 @@ <parent> <groupId>org.onap.integration.simulators.pnf-simulator</groupId> <artifactId>integration-pnf-simulator</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.5-SNAPSHOT</version> </parent> <artifactId>pnfsimulator</artifactId> - <version>1.0.4-SNAPSHOT</version> + <version>1.0.5-SNAPSHOT</version> <name>pnfsimulator</name> diff --git a/pnfsimulator/templates/notificationHttpServer.json b/pnfsimulator/templates/notificationHttpServer.json index f1bac68..f4fcc76 100644 --- a/pnfsimulator/templates/notificationHttpServer.json +++ b/pnfsimulator/templates/notificationHttpServer.json @@ -22,7 +22,7 @@ { "name": "C_28532_measData_pm_98.xml", "hashMap": { - "location": "http://httpserver:httpserver@localhost:7080/E_VES_bulkPM_IF_3GPP_3_example_1.xml.gz", + "location": "http://demo:demo123456!@localhost:32080/E_VES_bulkPM_IF_3GPP_3_example_1.xml.gz", "compression": "gzip", "fileFormatType": "org.3GPP.32.435#measCollec", "fileFormatVersion": "V10" @@ -31,7 +31,7 @@ { "name": "C_28532_measData_pm_99.xml", "hashMap": { - "location": "http://httpserver:httpserver@localhost:7080/E_VES_bulkPM_IF_3GPP_3_example_1.xml.gz", + "location": "http://demo:demo123456!@localhost:32080/E_VES_bulkPM_IF_3GPP_3_example_1.xml.gz", "compression": "gzip", "fileFormatType": "org.3GPP.32.435#measCollec", "fileFormatVersion": "V10" @@ -40,7 +40,7 @@ { "name": "C_28532_measData_pm_100.xml", "hashMap": { - "location": "http://httpserver:httpserver@localhost:7080/E_VES_bulkPM_IF_3GPP_3_example_1.xml.gz", + "location": "http://demo:demo123456!@localhost:32080/E_VES_bulkPM_IF_3GPP_3_example_1.xml.gz", "compression": "gzip", "fileFormatType": "org.3GPP.32.435#measCollec", "fileFormatVersion": "V10" |