From df353be353e1ec25ac2a0e64a9eb617dcbc87703 Mon Sep 17 00:00:00 2001 From: sebdet Date: Mon, 21 Sep 2020 22:13:05 +0200 Subject: Use integration-java11 Dockerfile Use onap/integration-java11:7.1.0 as a source for the images requiring JDK 11 in SDC Issue-ID: SDC-3298 Change-Id: Ifee3d2942dcb9c078f2ebb686bdabc0ecca857b3 Signed-off-by: xuegao --- integration-tests/pom.xml | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) (limited to 'integration-tests') diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 866e2ee80a..87761e6f0c 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -406,7 +406,7 @@ limitations under the License. - true + ${verbose} ${docker.api.version} true @@ -479,6 +479,7 @@ limitations under the License. ${it.chef.config}:/home/sdc/chef-solo/environments + @@ -549,13 +550,10 @@ limitations under the License. sdc-onboard-BE - - ${it.chef.config}:/var/lib/jetty/chef-solo/environments - - - ${project.basedir}/src/test/resources/cert/onboarding-be:/var/lib/jetty/onap/cert + ${it.chef.config}:/app/jetty/chef-solo/environments + ${project.basedir}/src/test/resources/cert/onboarding-be:/app/jetty/onap/cert - ${it.shared.volume}:/var/lib/jetty/logs + ${it.shared.volume}:/app/jetty/logs @@ -603,12 +601,10 @@ limitations under the License. sdc-BE + ${it.chef.config}:/app/jetty/chef-solo/environments + ${it.shared.volume}:/app/jetty/logs - ${it.chef.config}:/var/lib/jetty/chef-solo/environments - - ${it.shared.volume}:/var/lib/jetty/logs - - ${project.basedir}/src/test/resources/cert/catalog-be:/var/lib/jetty/onap/cert + ${project.basedir}/src/test/resources/cert/catalog-be:/app/jetty/onap/cert @@ -652,7 +648,7 @@ limitations under the License. ${it.chef.config}:/home/onap/chef-solo/environments - ${it.shared.volume}:/var/lib/jetty/logs + ${it.shared.volume}:/home/onap/logs @@ -680,13 +676,12 @@ limitations under the License. sdc-FE + ${it.chef.config}:/app/jetty/chef-solo/environments + ${it.shared.volume}:/app/jetty/logs - ${it.chef.config}:/var/lib/jetty/chef-solo/environments - - ${it.shared.volume}:/var/lib/jetty/logs - - ${it.chef.config}/plugins-configuration.yaml:/var/lib/jetty/config/catalog-fe/plugins-configuration.yaml + ${it.chef.config}/plugins-configuration.yaml:/app/jetty/config/catalog-fe/plugins-configuration.yaml + @@ -728,8 +723,8 @@ limitations under the License. sdc-sim - ${it.chef.config}:/root/chef-solo/environments - + ${it.chef.config}:/app/jetty/chef-solo/environments + ${it.shared.volume}:/app/jetty/logs -- cgit 1.2.3-korg