Adapt lighty to run with optional karaf features 11/101011/4
authorGilles Thouenon <gilles.thouenon@orange.com>
Sun, 8 May 2022 16:45:28 +0000 (18:45 +0200)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Tue, 10 May 2022 11:32:57 +0000 (11:32 +0000)
commit2dbd8a17c1546e3a123c0c16765f97599100e10c
treeb05c1e90196acc94727139c8733a9b46514625c9
parent616eeb94050ffe1e43b9710ed54c3822c4b3d36f
Adapt lighty to run with optional karaf features

- put tapi as an optional feature to install in lighty, as it is the
  case with karaf
- add use of two new environment variables (INSTALL_NBINOTIFICATIONS and
  INSTALL_TAPI) to start lighty with nbinotifications and tapi features
- adapt lighty launcher shell script to take into acount these
  environment variables, as well as the OLM_TIMER ones
- adapt tox consequently

JIRA: TRNSPRTPCE-663
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: I85c9a27f38de01343e4f13ce548440a9171502b1
lighty/src/main/assembly/resources/clean-start-controller.sh
lighty/src/main/java/io/lighty/controllers/tpce/Main.java
lighty/src/main/java/io/lighty/controllers/tpce/module/TransportPCEImpl.java
lighty/src/test/java/io/lighty/controllers/tpce/MaintTest.java
tox.ini