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 <krzysztof.kwiecien1@orange.com>
6 files changed
tree: 0cd8cc0678229fc7c97e50c8bd8ef020cc62cf96
  1. deliveries/
  2. epsdk-app-onap/
  3. lf_config/
  4. vid-app-common/
  5. .gitignore
  6. .gitreview
  7. LICENSE.TXT
  8. pom.xml
  9. README.md
  10. version.properties
README.md

This source repository contains the OpenECOMP Virtual Infrastructure Deployment (VID). The settings file needs to support the standard Maven repositories (e.g. central = http://repo1.maven.org/maven2/), and any proxy settings needed in your environment. In addition, this code is dependent upon the following OpenECOMP artifacts, which are not part of VID:

org.openecomp.ecompsdkos:ecompSDK-project
org.openecomp.ecompsdkos:ecompSDK-core
org.openecomp.ecompsdkos:ecompSDK-analytics
org.openecomp.ecompsdkos:ecompSDK-workflow

To build it using Maven 3, run: mvn clean install