Adapt lighty to run with optional karaf features 79/100979/2
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 12:50:54 +0000 (12:50 +0000)
commit2cc579273e29458d974d9e31355332ef2fa13bf5
treea5be4ba31d0b9f5e77da95cbed68d267a0da14b2
parent8177dd32890965a8e976cacc2c6f564675652290
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