Dmaap client as a karaf feature 83/94983/24
authormanuedelf <emmanuelle.delfour@orange.com>
Tue, 2 Feb 2021 22:14:24 +0000 (23:14 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Thu, 11 Mar 2021 15:51:27 +0000 (16:51 +0100)
commit7e176fe65f65ae6b1aa4c1e5a9575f1076a8f74a
tree8b3aa0825f6daa4770e3af13cd90c89df6533b02
parent9668c60311b185709a4bc15b01bc7fb861ed3e22
Dmaap client as a karaf feature

- add new maven module in features maven projet
- to override default Dmaap server properties, export following env
variable before starting karaf and installing the feature:
DMAAP_BASE_URL, DMAAP_USERNAME and DMAAP_PASSWORD if authentication is
needed

JIRA: TRNSPRTPCE-394
Signed-off-by: manuedelf <emmanuelle.delfour@orange.com>
Change-Id: Iac9fbde72d0add3b2a211a857a6cfb818508b07e
features/odl-transportpce-dmaap-client/pom.xml [new file with mode: 0644]
features/odl-transportpce-dmaap-client/src/main/feature/feature.xml [new file with mode: 0644]
features/odl-transportpce-dmaap-client/src/main/resources/org.opendaylight.transportpce.dmaap.cfg [new file with mode: 0644]
features/pom.xml
karaf/pom.xml