Age | Commit message (Collapse) | Author | Files | Lines |
|
VID was using sed based replacement for the environment variables exposed to its scripts.
This was causing many issus with special characters. This has been fixed.
Issue-ID: VID-890
Change-Id: I17fb9621bd5b1e6f4b7278df1fd77c617ce9a26d
Signed-off-by: Ikramullah, Ikram <ikram@research.att.com>
|
|
In order to be able to run on read only root fs, two changes have been
done:
* unpack tomcat war at container creation
* launch the property file configuration conditionnally
If "ON_KUBERNETES" environment variable is set to "TRUE" (default is
"FALSE" for backward compatibility), the proper have to be set at boot
via configmap on Kubernetes for example.
Changes are backward compatible and shouldn't change actual behavior per
default.
Issue-ID: VID-850
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I6f96e2ca55093ee899be18d6ce4c2dfd7c1a5792
|
|
Issue-ID: VID-733
Change-Id: I16b9fa0e4f310900aa7bd733e40c00868db33f90
Signed-off-by: Ittay Stern <ittay.stern@att.com>
|
|
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>
|
|
Improve scripts to avoid unecessary WAR repackaging. Tomcat extracts WAR content
when deployed so there is no need to repackage whole WAR (time-costly operation)
in order to update template properties
Issue-ID: VID-164
Change-Id: I2aa2db915ba7408cf9da51a28695c4890c369312
Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
|
|
Change-Id: I96e3eaaf48c7bd4d98a9fdcc1f5d6f9ec489302d
Signed-off-by: jimmydot <jf2512@att.com>
|
|
Change-Id: I9077be9663754d9b22f77c6a7b3109b361b39346
Signed-off-by: jimmydot <jf2512@att.com>
|
|
Change-Id: I2f0c09692c2ae70be61b8bb552fd1bd2983eb661
Signed-off-by: DR695H <dr695h@att.com>
|