From a33615dacc97032e0b6399aee792f5fa424e9283 Mon Sep 17 00:00:00 2001 From: marcinrzepeckiwroc Date: Fri, 8 Jan 2021 13:03:06 +0100 Subject: Update Pnf simulator version to 1.0.2 Add pom for Http Server Issue-ID: INT-1814 Signed-off-by: marcinrzepeckiwroc Change-Id: I86b18a38a4d21c42d4bf321c73ba3d2bbce24742 --- deployment/pom.xml | 2 +- httpserver/Makefile | 2 +- httpserver/docker-compose.yml | 2 +- httpserver/pom.xml | 119 +++++++++++++++++++++ netconfsimulator/pom.xml | 4 +- pnfsimulator/integration/pom.xml | 4 +- pnfsimulator/pom.xml | 4 +- pom.xml | 3 +- .../certservice/docker-compose-pnfsim.yml | 2 +- version.properties | 2 +- 10 files changed, 132 insertions(+), 12 deletions(-) create mode 100644 httpserver/pom.xml diff --git a/deployment/pom.xml b/deployment/pom.xml index dde82dd..4674ba1 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -25,7 +25,7 @@ org.onap.integration.simulators.pnf-simulator integration-pnf-simulator - 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT onboarding-package diff --git a/httpserver/Makefile b/httpserver/Makefile index 8b64af5..e3bae34 100644 --- a/httpserver/Makefile +++ b/httpserver/Makefile @@ -3,7 +3,7 @@ default: build-http-server: @echo "##### Build http server docker image #####" - docker build . -t http-server + docker build . -t onap/org.onap.integration.simulators.httpserver @echo "##### DONE #####" start-http-server: diff --git a/httpserver/docker-compose.yml b/httpserver/docker-compose.yml index c4479af..db1ee4b 100644 --- a/httpserver/docker-compose.yml +++ b/httpserver/docker-compose.yml @@ -2,7 +2,7 @@ version: "2.1" services: http-server: - image: http-server + image: onap/org.onap.integration.simulators.httpserver ports: - "7080:80" - "7443:443" diff --git a/httpserver/pom.xml b/httpserver/pom.xml new file mode 100644 index 0000000..a1f0bab --- /dev/null +++ b/httpserver/pom.xml @@ -0,0 +1,119 @@ + + + + + 4.0.0 + + + org.onap.integration.simulators.pnf-simulator + integration-pnf-simulator + 1.0.2-SNAPSHOT + + + httpserver + 1.0.2-SNAPSHOT + + + UTF-8 + yyyyMMdd'T'HHmmss + nexus3.onap.org:10003 + latest + libs + ${project.build.directory}/${dependency.directory.name} + "" + + + + docker + + false + + + linux + x86_64 + ${os.detected.name}-${os.detected.arch} + + + + + io.fabric8 + docker-maven-plugin + ${docker-maven-plugin.version} + + + docker-build-image + package + + build + + + + docker-push-image + deploy + + push + + + + + ${skipDockerPush} + true + IfNotPresent + + + ${project.artifactId} + ${docker-image.namespace}/${docker-image.name.prefix}.${artifactId} + ${onap.nexus.dockerregistry.daily} + + ${project.basedir} + + ${project.version}-STAGE-${maven.build.timestamp}Z + + + + + + + + + + + + + + ecomp-releases + Integration simulators Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + Integration simulators Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + + + diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml index 5502c69..420321a 100644 --- a/netconfsimulator/pom.xml +++ b/netconfsimulator/pom.xml @@ -27,11 +27,11 @@ org.onap.integration.simulators.pnf-simulator integration-pnf-simulator - 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT netconfsimulator - 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT UTF-8 diff --git a/pnfsimulator/integration/pom.xml b/pnfsimulator/integration/pom.xml index 7292849..d3a4161 100644 --- a/pnfsimulator/integration/pom.xml +++ b/pnfsimulator/integration/pom.xml @@ -27,12 +27,12 @@ org.onap.integration.simulators.pnf-simulator integration-pnf-simulator - 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT ../../pom.xml pnf-simulator-integration - 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT pnf-simulator-integration diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml index 2f5bab1..19563e2 100644 --- a/pnfsimulator/pom.xml +++ b/pnfsimulator/pom.xml @@ -27,11 +27,11 @@ org.onap.integration.simulators.pnf-simulator integration-pnf-simulator - 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT pnfsimulator - 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT pnfsimulator diff --git a/pom.xml b/pom.xml index dd40fcd..7f7fa09 100644 --- a/pom.xml +++ b/pom.xml @@ -33,11 +33,12 @@ org.onap.integration.simulators.pnf-simulator integration-pnf-simulator - 1.0.1-SNAPSHOT + 1.0.2-SNAPSHOT pnfsimulator netconfsimulator deployment + httpserver diff --git a/sanitycheck/pnfsimulator-secured/certservice/docker-compose-pnfsim.yml b/sanitycheck/pnfsimulator-secured/certservice/docker-compose-pnfsim.yml index a46d29e..8e9c9de 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: http-server + image: onap/org.onap.integration.simulators.httpserver ports: - "7080:80" - "7443:443" diff --git a/version.properties b/version.properties index 0f1f46a..c13587b 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg