From 4c1fe21ede07f377ec0722d3f912038a52263b2f Mon Sep 17 00:00:00 2001 From: Krzysztof Kwiecien Date: Fri, 21 Jul 2017 11:37:05 +0200 Subject: change VID_UEB_URL_LIST from VM name based to DNS based FQDN from DNS also make changes to allow mvn install and mvn docker:build work, it include: - epsdk version change to 1.3.0-SNAPSHOT - vid-parrent version to 1.1.0-SNAPSHOT - add .gitignore to ignore products mvn install and mvn docker:build also exception handling in test is added to make maven not complain Change-Id: I5d1c7f8cdd5b7e78a863cb6b9e64bc8d15c424c5 Signed-off-by: Krzysztof Kwiecien --- deliveries/pom.xml | 2 +- deliveries/src/main/docker/docker-files/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'deliveries') diff --git a/deliveries/pom.xml b/deliveries/pom.xml index 0651c1f6b..29ecf6582 100755 --- a/deliveries/pom.xml +++ b/deliveries/pom.xml @@ -5,7 +5,7 @@ org.openecomp.vid vid-parent - 1.0.0 + 1.1.0-SNAPSHOT pom diff --git a/deliveries/src/main/docker/docker-files/Dockerfile b/deliveries/src/main/docker/docker-files/Dockerfile index d112738b2..72d37c320 100755 --- a/deliveries/src/main/docker/docker-files/Dockerfile +++ b/deliveries/src/main/docker/docker-files/Dockerfile @@ -48,7 +48,7 @@ ENV VID_ECOMP_SHARED_CONTEXT_REST_URL http://portal.api.simpledemo.openecomp.org ENV VID_CONTACT_US_LINK https://todo_contact_us_link.com ENV VID_DECRYPTION_KEY AGLDdG4D04BKm2IxIWEr8o= -ENV VID_UEB_URL_LIST vm1-message-router +ENV VID_UEB_URL_LIST ueb.api.simpledemo.openecomp.org ENV VID_UEB_CONSUMER_GROUP VID ENV VID_ECOMP_PORTAL_INBOX_NAME ECOMP-PORTAL-INBOX ENV VID_UEB_APP_KEY 2Re7Pvdkgw5aeAUD -- cgit 1.2.3-korg