commit | 479b73d878468eb980bc436368263b42344147be | [log] [tgz] |
---|---|---|
author | Ittay Stern <ittay.stern@att.com> | Thu Dec 12 16:55:01 2019 +0200 |
committer | Ittay Stern <ittay.stern@att.com> | Thu Dec 12 19:10:58 2019 +0200 |
tree | 16efdcc5042e6edf4d7cf446c82ae974dfbccb9e | |
parent | ca8f3583c919bc5ce2d66c7f783f7dce4cf5a955 [diff] |
Let straightforward `vidkeystorepassword` setting in values.yaml The value of vidkeystorepassword is plugged as environment variable VID_KEYSTORE_PASSWORD. (see commit 7a3e2594; change-id: Ibf52542344ecf79fb947858329f37018731d2270) Now CATALINA_OPTS will be evaluated when container is started, with the actual value of VID_KEYSTORE_PASSWORD env variable. This fixes the issue where CATALINA_OPTS is evaluated at Docker build time, with a static VID_KEYSTORE_PASSWORD value. Issue-ID: VID-494 Issue-ID: VID-650 Change-Id: Ife2a2e92b3745691cc45590d1afd1688d918048f Signed-off-by: Ittay Stern <ittay.stern@att.com>
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